Hi, all, I have a hbase region server of 10 regions and find the compaction queue size is always 10 at maximum. After I finished inserting 1 billion records, there are still hundreds of HFiles in each region and no further minor compaction is queuing.
My settings, hbase.hstore.blockingStoreFiles=Integer.MAX_VALUE hbase.hstore.compactionThreshold=3 hbase.hstore.max.filesize=100G Is it the expected behavior? Can I make the compaction queue larger in order to keep doing minor compaction in the background? Thank you. Sean
