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)