You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "HBase QA (JIRA)" <ji...@apache.org> on 2019/07/04 09:58:00 UTC

[jira] [Commented] (HBASE-22658) region_mover.rb should choose same rsgroup servers as target servers

    [ https://issues.apache.org/jira/browse/HBASE-22658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16878510#comment-16878510 ] 

HBase QA commented on HBASE-22658:
----------------------------------

| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue}  0m  0s{color} | {color:blue} Docker mode activated. {color} |
| {color:red}-1{color} | {color:red} patch {color} | {color:red}  0m  6s{color} | {color:red} HBASE-22658 does not apply to master. Rebase required? Wrong Branch? See https://yetus.apache.org/documentation/in-progress/precommit-patchnames for help. {color} |
\\
\\
|| Subsystem || Report/Notes ||
| JIRA Issue | HBASE-22658 |
| JIRA Patch URL | https://issues.apache.org/jira/secure/attachment/12973657/HBASE-22658-for-hbase1.x.patch |
| Console output | https://builds.apache.org/job/PreCommit-HBASE-Build/600/console |
| Powered by | Apache Yetus 0.9.0 http://yetus.apache.org |


This message was automatically generated.



> region_mover.rb  should choose same rsgroup servers as target servers 
> ----------------------------------------------------------------------
>
>                 Key: HBASE-22658
>                 URL: https://issues.apache.org/jira/browse/HBASE-22658
>             Project: HBase
>          Issue Type: Improvement
>          Components: rsgroup, shell
>            Reporter: liang.feng
>            Priority: Critical
>              Labels: gracefulshutdown, region_mover, rsgroup
>         Attachments: HBASE-22658-for-hbase1.x.patch
>
>
> There are many retries when i am using graceful_stop.sh to shutdown region server after using regroup, because the target server in a different rsgroup. so i think that region_mover.rb  should choose same rsgroup servers as target servers.
> Region mover is implemented by jruby in hbase1.x and is  implemented by java in hbase2.x . I tried to modify the RegionMover.java class to use the same logic in hbase2.x, but mvn package failed due to hbase-server module and hbase-rsgroup moudle eeded to depend on each other, then maven throw a "The projects in the reactor contain a cyclic reference". I couldn't solve it.So I just uploaded patch for hbase1.x .
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)