Hello everyone,

While resolving the compact and split issue for a huge region , I found
some problems.
I think split should be allowed to trigger when the store file count is
greater than the configured blocking file count. There is no guarantee that
the number of store files will be reduced under the blocking file count
currently, because there exists circumstance that the speed of adding files
is higher than the speed of reducing files, e.g. the bulk load factor,
large file skipping in compaction.

The relevant issue is https://issues.apache.org/jira/browse/HBASE-26242,
and I have linked the description document,
https://docs.google.com/document/d/1HuMEKTuPhSG5lQUvyoBSG3rv3ORB3pWq9IhFkhuZ4Hw/edit#heading=h.ki0y72tu2c5
.

The PR is https://github.com/apache/hbase/pull/3652

What do you think?
Looking for your quick response on this.

Thanks,
Xiaolin Ha

Reply via email to