You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2020/06/23 16:57:26 UTC

[GitHub] [hbase] anoopsjohn commented on pull request #1883: HBASE-24530 Introduce a split policy similar with SteppingSplitPolicy…

anoopsjohn commented on pull request #1883:
URL: https://github.com/apache/hbase/pull/1883#issuecomment-648289120


   IMO if we change split policy to consider region's total size rather than HStore size, we should also correct the config name. We can follow deprecation cycle for the config. But with current hregion.max.filesize its more confusing.
   Now this config make sense because after a major compaction all the files under a Store will become single large file. So based on this max possible size we decide the split (So we sum all file's size under a store).  


----------------------------------------------------------------
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:
users@infra.apache.org