kgeisz commented on PR #6931: URL: https://github.com/apache/hbase/pull/6931#issuecomment-2852870454
@anmolnar, I have added some unit test cases. I also did a couple more things: 1. I had to register the ReadOnlyController to HRegion's ConfigurationManager in order for an exception to get thrown when a Put command is performed with `hbase.global.readonly.enabled` set to `false`. 2. I removed the WALEdit checks inside of `prePut()` and `preBatchMutate()` for ReadOnlyController.java. -- 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]
