kgeisz commented on PR #8377: URL: https://github.com/apache/hbase/pull/8377#issuecomment-4958631040
I @anmolnar, I addressed two of your comments. Now, if the active cluster ID is included in the `ReadOnlyTransitionException`, then the message will look something like this: ``` org.apache.hadoop.hbase.ReadOnlyTransitionException: Cannot disable read-only mode because another active cluster already exists on this storage location. The read-only coprocessors have not been removed. Current active cluster ID: newClusterId:<blank> ``` Also, I added the active cluster ID to the error message: ``` 2026-07-13T09:16:28,286 ERROR [main] hbase.HBaseServerBase(664): Cannot disable read-only mode. The active.cluster.suffix.id file contains a different cluster ID (newClusterId:<blank>), which means that cluster is already the active cluster. Reverting hbase.global.readonly.enabled to true ``` -- 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]
