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

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

     [ https://issues.apache.org/jira/browse/HBASE-25339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Viraj Jasani resolved HBASE-25339.
----------------------------------
    Fix Version/s: 2.3.4
                   2.2.7
                   2.4.0
     Hadoop Flags: Reviewed
       Resolution: Fixed

Thanks for the contribution [~GeorryHuang].

> 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
>            Priority: Minor
>             Fix For: 3.0.0-alpha-1, 2.4.0, 2.2.7, 2.3.4
>
>
> 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)