virajjasani commented on a change in pull request #3826:
URL: https://github.com/apache/hbase/pull/3826#discussion_r745547186



##########
File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
##########
@@ -938,6 +938,8 @@ private void finishActiveMasterInitialization(MonitoredTask 
status)
     // Set master as 'initialized'.
     setInitialized(true);
 
+    this.assignmentManager.deleteNonZkBasedQualifiersForZkBasedAssignment();

Review comment:
       It can be moved before but I am bit inclined to let master finish it's 
proper initialization before it performs any mutations to meta.




-- 
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]


Reply via email to