Return-Path: X-Original-To: apmail-hbase-commits-archive@www.apache.org Delivered-To: apmail-hbase-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4ADE8185BA for ; Fri, 26 Feb 2016 06:13:44 +0000 (UTC) Received: (qmail 71411 invoked by uid 500); 26 Feb 2016 06:13:44 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 71370 invoked by uid 500); 26 Feb 2016 06:13:43 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 71360 invoked by uid 99); 26 Feb 2016 06:13:43 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Feb 2016 06:13:43 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C95D8DFAF5; Fri, 26 Feb 2016 06:13:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ramkrishna@apache.org To: commits@hbase.apache.org Message-Id: <79050d93dcce4e0fb93d1aaa698d9680@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: hbase git commit: HBASE-15215 TestBlockEvictionFromClient is flaky in jdk1.7 build (setting offheap) Date: Fri, 26 Feb 2016 06:13:43 +0000 (UTC) Repository: hbase Updated Branches: refs/heads/master bf4fcc30c -> 538815d82 HBASE-15215 TestBlockEvictionFromClient is flaky in jdk1.7 build (setting offheap) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/538815d8 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/538815d8 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/538815d8 Branch: refs/heads/master Commit: 538815d82a62cbcc7aaccec0a3bc4e44cb925277 Parents: bf4fcc3 Author: ramkrishna Authored: Fri Feb 26 11:43:00 2016 +0530 Committer: ramkrishna Committed: Fri Feb 26 11:43:00 2016 +0530 ---------------------------------------------------------------------- .../apache/hadoop/hbase/client/TestBlockEvictionFromClient.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/538815d8/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestBlockEvictionFromClient.java ---------------------------------------------------------------------- diff --git a/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestBlockEvictionFromClient.java b/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestBlockEvictionFromClient.java index f4d668c..d3f718b 100644 --- a/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestBlockEvictionFromClient.java +++ b/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestBlockEvictionFromClient.java @@ -102,7 +102,7 @@ public class TestBlockEvictionFromClient { // tests conf.setInt("hbase.regionserver.handler.count", 20); conf.setInt("hbase.bucketcache.size", 400); - conf.setStrings("hbase.bucketcache.ioengine", "heap"); + conf.setStrings("hbase.bucketcache.ioengine", "offheap"); conf.setFloat("hfile.block.cache.size", 0.2f); conf.setFloat("hbase.regionserver.global.memstore.size", 0.1f); conf.setInt(HConstants.HBASE_CLIENT_RETRIES_NUMBER, 0);// do not retry