bbeaudreault opened a new pull request #4180: URL: https://github.com/apache/hbase/pull/4180
Creates a ServerOverloadedException as a base class for both exceptions. Creates a new configuration `hbase.client.pause.server.overloaded` and deprecates `hbase.client.pause.cqtbe`. Updates all references to "cqtbe" in code to "serverOverloaded", and changes instanceof checks to check for new base class ServerOverloadedException. This patch mostly applies cleanly to branch-2, but I'm going to have to re-implement it for the blocking client there. I will submit a PR for that once I get some initial agreement on the approach here. -- 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]
