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/01/09 09:30:58 UTC

[GitHub] [hbase] bsglz edited a comment on issue #1007: HBASE-22639 Unexpected split when a big table has only one region on …

bsglz edited a comment on issue #1007: HBASE-22639 Unexpected split when a big table has only one region on …
URL: https://github.com/apache/hbase/pull/1007#issuecomment-572472141
 
 
   Improve the SteppingSplitPolicy,if region count in local rs is 1, then make a rpc request to master to get all region count of the table , and if resp num bigger than a threshold, then the table may be not small enough, so we should use maxFileSize as checkSize.  

----------------------------------------------------------------
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


With regards,
Apache Git Services