anoopsjohn commented on a change in pull request #1012: HBASE-21065 Try
ROW_INDEX_V1 encoding on meta table (fix bloomfilters…
URL: https://github.com/apache/hbase/pull/1012#discussion_r365056300
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/util/FSTableDescriptors.java
##########
@@ -158,25 +158,22 @@ public static TableDescriptorBuilder
createMetaTableDescriptorBuilder(final Conf
.setBlocksize(conf.getInt(HConstants.HBASE_META_BLOCK_SIZE,
HConstants.DEFAULT_HBASE_META_BLOCK_SIZE))
.setScope(HConstants.REPLICATION_SCOPE_LOCAL)
- // Disable blooms for meta. Needs work. Seems to mess w/
getClosestOrBefore.
- .setBloomFilterType(BloomType.NONE)
Review comment:
So we use ROW bloom which is the default. The above comment is no longer
applies (or its equivalent API usage)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services