droudnitsky opened a new pull request, #7389: URL: https://github.com/apache/hbase/pull/7389
https://issues.apache.org/jira/browse/HBASE-29654 * Introduce `DoNotRetryRuntimeException` to make it possible for fatal errors deep in the RPC call stack on the server to be able to be propagated to clients as a non retriable exception * Add a bounds check to BinaryComponentComparator before doing byte array comparison, throw a `DoNotRetryRuntimeException` if comparison is not possible instead of attempting comparison, hitting, `ArrayIndexOutOfBoundsException`, and causing client to continue to retry * Opportunistically improve `BinaryComponentComparator` documentation -- 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]
