You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Zhuoyue Huang (Jira)" <ji...@apache.org> on 2020/11/29 01:29:00 UTC

[jira] [Created] (HBASE-25339) Method parameter and member variable are duplicated in checkSplittable() of SplitTableRegionProcedure

Zhuoyue Huang created HBASE-25339:
-------------------------------------

             Summary: Method parameter and member variable are duplicated in checkSplittable() of SplitTableRegionProcedure
                 Key: HBASE-25339
                 URL: https://issues.apache.org/jira/browse/HBASE-25339
             Project: HBase
          Issue Type: Improvement
    Affects Versions: 3.0.0-alpha-1
            Reporter: Zhuoyue Huang
            Assignee: Zhuoyue Huang
             Fix For: 3.0.0-alpha-1


We input a 'this.bestSplitRow' as 'splitRow' of checkSplittable()
{code:java}
private void checkSplittable(final MasterProcedureEnv env,
    final RegionInfo regionToSplit, final byte[] splitRow)
{code}
But this private method could used 'bestSplitRow' directly



--
This message was sent by Atlassian Jira
(v8.3.4#803005)