[ https://issues.apache.org/jira/browse/HBASE-10641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14018364#comment-14018364 ]
Hudson commented on HBASE-10641: -------------------------------- SUCCESS: Integrated in HBase-TRUNK #5175 (See [https://builds.apache.org/job/HBase-TRUNK/5175/]) HBASE-10641 Configurable Bucket Sizes in bucketCache (ndimiduk: rev d824f0b25fbeea555257dab7e5dca7e96e8f4666) * hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java * hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/bucket/TestBucketCache.java * hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.java * hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/bucket/BucketAllocator.java > Configurable Bucket Sizes in bucketCache > ---------------------------------------- > > Key: HBASE-10641 > URL: https://issues.apache.org/jira/browse/HBASE-10641 > Project: HBase > Issue Type: Improvement > Components: regionserver > Reporter: Biju Nair > Assignee: Nick Dimiduk > Labels: cache > Fix For: 0.99.0, 0.98.4 > > Attachments: HBASE-10641.00.patch, HBASE-10641.01-0.98.patch, > HBASE-10641.01.patch, HBASE-10641.02-0.98.patch, HBASE-10641.02.patch > > > In the current implementation of BucketCache, the sizes of buckets created > for different blocksizes is fixed. Given that the all the blocksizes will not > be used, it would be good to have the bucketCache configurable. The block > sizes for which buckets need to be created and the size of the buckets for > each block size should be configurable. -- This message was sent by Atlassian JIRA (v6.2#6252)