HBASE-15215 TestBlockEvictionFromClient is flaky in jdk1.7 build (setting

offheap)
This commit is contained in:
ramkrishna 2016-02-26 11:43:00 +05:30
parent bf4fcc30c6
commit 538815d82a
1 changed files with 1 additions and 1 deletions

View File

@ -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