bsglz commented on a change in pull request #4276:
URL: https://github.com/apache/hbase/pull/4276#discussion_r835841510
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/master/assignment/TransitRegionStateProcedure.java
##########
@@ -199,7 +199,7 @@ private void queueAssign(MasterProcedureEnv env,
RegionStateNode regionNode)
private void openRegion(MasterProcedureEnv env, RegionStateNode regionNode)
throws IOException {
ServerName loc = regionNode.getRegionLocation();
- if (loc == null) {
+ if (loc == null ||
env.getMasterServices().getLoadBalancer().isBogusServerName(loc)) {
Review comment:
Good point, will fix, thanks.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]