[
https://issues.apache.org/jira/browse/HBASE-5992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13274081#comment-13274081
]
Hudson commented on HBASE-5992:
-------------------------------
Integrated in HBase-TRUNK #2881 (See
[https://builds.apache.org/job/HBase-TRUNK/2881/])
HBASE-5992 Generalization of region move implementation + manage draining
servers in bulk assign (N Keywal) (Revision 1337641)
Result = SUCCESS
tedyu :
Files :
*
/hbase/trunk/src/main/java/org/apache/hadoop/hbase/master/AssignmentManager.java
* /hbase/trunk/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
* /hbase/trunk/src/main/java/org/apache/hadoop/hbase/master/ServerManager.java
*
/hbase/trunk/src/main/java/org/apache/hadoop/hbase/master/handler/CreateTableHandler.java
*
/hbase/trunk/src/main/java/org/apache/hadoop/hbase/master/handler/ServerShutdownHandler.java
*
/hbase/trunk/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java
* /hbase/trunk/src/test/java/org/apache/hadoop/hbase/TestDrainingServer.java
*
/hbase/trunk/src/test/java/org/apache/hadoop/hbase/master/TestAssignmentManager.java
> Generalization of region move implementation + manage draining servers in
> bulk assign
> -------------------------------------------------------------------------------------
>
> Key: HBASE-5992
> URL: https://issues.apache.org/jira/browse/HBASE-5992
> Project: HBase
> Issue Type: Bug
> Components: master, regionserver
> Affects Versions: 0.96.0
> Reporter: nkeywal
> Assignee: nkeywal
> Priority: Minor
> Attachments: 5992.v11.patch, 5992.v2.patch, 5992.v5.patch,
> 5992.v5.patch
>
>
> The region move implementation now has now a similar behavior whatever the
> destination server is specified or not. This allows:
> - to benefit from the improvement in HBASE-5877
> - as a side effect to have the coprocessors calls when the destination
> server is not specified
>
> This includes various fixes around draining servers. Draining servers were
> not excluded during a bulk assign. This is now fixed.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira