virajjasani commented on a change in pull request #3417:
URL: https://github.com/apache/hbase/pull/3417#discussion_r660847616
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
##########
@@ -1047,6 +1077,29 @@ private void
finishActiveMasterInitialization(MonitoredTask status)
// Set master as 'initialized'.
setInitialized(true);
+ if (tableFamilyDesc == null && replBarrierFamilyDesc == null) {
Review comment:
I was thinking that too but for HBase 1 to 2.3+ upgrade, both will be
null for sure so with this case, we are targeting this specific upgrade case.
--
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]