Mohammad Arshad created HBASE-24011: ---------------------------------------
Summary: HMaster does not restart when rsgroup is enabled and /hbase/WALs is moved Key: HBASE-24011 URL: https://issues.apache.org/jira/browse/HBASE-24011 Project: HBase Issue Type: Bug Components: rsgroup Affects Versions: 2.2.3 Reporter: Mohammad Arshad HMaster does not restart when rsgroup is enabled and /hbase/WALs is moved HMaster restarts properly if rsgroup is not enabled even if /hbase/WALs is moved. Steps to reproduce: # start the cluster # create a table do some put, delete # kill all the region servers and master # move WALs directory for backup (-mv /hbase/WALs /hbase/WALs2) # start the cluster # Master start fails, initialization keep failing {code:java} 2020-03-18 11:42:55,369 ERROR [ActiveMasterInitializationMonitor-1584511075369] master.HMaster: Master failed to complete initialization after 900000ms. Please consider submitting a bug report including a thread dump of this process. {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)