[
https://issues.apache.org/jira/browse/HBASE-23634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17156615#comment-17156615
]
ramkrishna.s.vasudevan commented on HBASE-23634:
------------------------------------------------
bq.bq. (from RatioBasedCompactionPolicy, our default compaction policy and the
policy subclassed by the likes of DateTieredCompaction):
copying comment from HBASE-24632
In small workloads I can see all these small files getting picked up. That is
the new ones created under recovered.hfiles path.
Another minor thing to look at is that we are not specifically setting
BloomType also - I think it is still fine to make atleast ROW bloom available
on these files?
By default StoreFileWriter is having NONE as the bloom type but the code here
{code}
if (!BloomFilterFactory.isGeneralBloomEnabled(conf)) {
bloomType = BloomType.NONE;
}
{code}
This is expecting we will atleast set ROW or ROWCOL but we just continue with
NONE type.
> Enable "Split WAL to HFile" by default
> --------------------------------------
>
> Key: HBASE-23634
> URL: https://issues.apache.org/jira/browse/HBASE-23634
> Project: HBase
> Issue Type: Task
> Affects Versions: 3.0.0-alpha-1, 2.3.0
> Reporter: Guanghao Zhang
> Priority: Blocker
> Fix For: 3.0.0-alpha-1, 2.4.0
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)