anmolnar commented on PR #6887: URL: https://github.com/apache/hbase/pull/6887#issuecomment-2945937918
> active cluster startup attempted after setting hbase.global.readonly.enabled to true What do you mean by "active cluster startup attempted"? If readonly mode is true, it means user attempts to start a replica cluster which will succeed always, because in this case we don't check the active cluster id file. Similarly > replica cluster startup attempted after setting hbase.global.readonly.enabled to false This is going to be an active cluster startup attempt which will succeed only if: - active cluster id file is missing - active cluster id file contents matches our suffix. -- 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]
