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

stack updated HBASE-19127:
--------------------------
      Resolution: Fixed
    Hadoop Flags: Reviewed
          Status: Resolved  (was: Patch Available)

Pushed to branch-2 and master. Thank you for the nice cleanup [~easyliangjob] 
(Appreciate your digging in here down in the depths of AMv2)

> Set State.SPLITTING, MERGING, MERGING_NEW, SPLITTING_NEW properly in 
> RegionStatesNode
> -------------------------------------------------------------------------------------
>
>                 Key: HBASE-19127
>                 URL: https://issues.apache.org/jira/browse/HBASE-19127
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Yi Liang
>            Assignee: Yi Liang
>             Fix For: 2.0.0-beta-1
>
>         Attachments: HBASE-19126-v1-master.patch, region_state.patch, 
> state.patch
>
>
> In current code, we did not set above states to a region node at all, but we 
> still have statements like below to check if node have above states.
> {code}
> else if (!regionNode.isInState(State.CLOSING, State.SPLITTING)) {
> ....
> }
> {code}
> We need to set above states in a correct place.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to