[ https://issues.apache.org/jira/browse/HBASE-28727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Duo Zhang resolved HBASE-28727. ------------------------------- Fix Version/s: 2.7.0 3.0.0-beta-2 2.6.1 2.5.10 Hadoop Flags: Reviewed Resolution: Fixed Pushed to all active branches. Thanks [~guluo] for contributing! > SteppingSplitPolicy may not work when table enables region replication > ---------------------------------------------------------------------- > > Key: HBASE-28727 > URL: https://issues.apache.org/jira/browse/HBASE-28727 > Project: HBase > Issue Type: Bug > Affects Versions: 2.4.13 > Reporter: guluo > Assignee: guluo > Priority: Minor > Labels: pull-request-available > Fix For: 2.7.0, 3.0.0-beta-2, 2.6.1, 2.5.10 > > > Reproduction: > 1. Create a table with region replication, and ensure that the primary region > and replica region are on the same RS (eg: the HBase cluster has only one RS) > create 't01', 'info', \{REGION_REPLICATION => 2} > 2. The first region does not split when storefile size exceed flushsize * 2, > because that we get 2 regions about this table on this RS (1 primary region > and 1 replica region) > > I think we should ignore the replica reggion when getting the count of > regions on this same regionserver. > Is my idea correct? maybe can discuss it . -- This message was sent by Atlassian Jira (v8.20.10#820010)