[
https://issues.apache.org/jira/browse/HBASE-22610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16893293#comment-16893293
]
Anoop Sam John commented on HBASE-22610:
----------------------------------------
Is this config used only in bucket cache or in both block caches? I believe it
is the former and then it would have been better to call the new config as
"hbase.bucketcache.minblocksize"? Sorry for being late in asking this.
> [BucketCache] Rename "hbase.offheapcache.minblocksize"
> ------------------------------------------------------
>
> Key: HBASE-22610
> URL: https://issues.apache.org/jira/browse/HBASE-22610
> Project: HBase
> Issue Type: Improvement
> Reporter: Reid Chan
> Assignee: Murtaza Hassan
> Priority: Trivial
> Labels: beginner
> Fix For: 3.0.0, 1.5.0, 2.3.0, 2.2.1, 2.1.6, 1.4.11
>
>
> {code}
> /**
> * The target block size used by blockcache instances. Defaults to
> * {@link HConstants#DEFAULT_BLOCKSIZE}.
> * TODO: this config point is completely wrong, as it's used to determine
> the
> * target block size of BlockCache instances. Rename.
> */
> public static final String BLOCKCACHE_BLOCKSIZE_KEY =
> "hbase.offheapcache.minblocksize";
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)