Return-Path: X-Original-To: apmail-asterixdb-dev-archive@minotaur.apache.org Delivered-To: apmail-asterixdb-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B9F6C184DC for ; Sat, 8 Aug 2015 00:25:10 +0000 (UTC) Received: (qmail 2126 invoked by uid 500); 8 Aug 2015 00:25:10 -0000 Delivered-To: apmail-asterixdb-dev-archive@asterixdb.apache.org Received: (qmail 2064 invoked by uid 500); 8 Aug 2015 00:25:10 -0000 Mailing-List: contact dev-help@asterixdb.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@asterixdb.incubator.apache.org Delivered-To: mailing list dev@asterixdb.incubator.apache.org Received: (qmail 2053 invoked by uid 99); 8 Aug 2015 00:25:10 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Aug 2015 00:25:10 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 004BC19E90D for ; Sat, 8 Aug 2015 00:25:10 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.991 X-Spam-Level: X-Spam-Status: No, score=0.991 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, T_RP_MATCHES_RCVD=-0.01, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id gAu6ifUTyw2x for ; Sat, 8 Aug 2015 00:25:02 +0000 (UTC) Received: from unhygienix.ics.uci.edu (unhygienix.ics.uci.edu [128.195.14.130]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTP id 9E56C42B18 for ; Sat, 8 Aug 2015 00:25:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by unhygienix.ics.uci.edu (Postfix) with ESMTP id 1FA45240F4B; Fri, 7 Aug 2015 17:23:23 -0700 (PDT) Date: Fri, 7 Aug 2015 17:23:23 -0700 From: "Jenkins (Code Review)" To: Yingyi Bu Reply-To: jenkins@fulliautomatix.ics.uci.edu X-Gerrit-MessageType: comment Subject: Change in hyracks[master]: This change includes: 1. avoid calling ByteBuffer.get() and ... X-Gerrit-Change-Id: Ifd47c410338ce557a494ab3605660bad1899e786 X-Gerrit-ChangeURL: X-Gerrit-Commit: 0e7bb86a9b42c9c93d564e6a8b35db3cc09fd3df In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Content-Disposition: inline User-Agent: Gerrit/2.8.4 Message-Id: <20150808002323.1FA45240F4B@unhygienix.ics.uci.edu> Jenkins has posted comments on this change. Change subject: This change includes: 1. avoid calling ByteBuffer.get() and ByteBuffer.put() for bloom filter set/get operations. ByteBuffer will check boundaries of the index for get/put. It's a very frequent operation. 2. let the hash table size in BufferCache be 3X of ...................................................................... Patch Set 1: Verified+1 Build Successful https://asterix-jenkins.ics.uci.edu/job/hyracks-gerrit/401/ : SUCCESS -- To view, visit https://asterix-gerrit.ics.uci.edu/345 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ifd47c410338ce557a494ab3605660bad1899e786 Gerrit-PatchSet: 1 Gerrit-Project: hyracks Gerrit-Branch: master Gerrit-Owner: Yingyi Bu Gerrit-Reviewer: Jenkins Gerrit-HasComments: No