droudnitsky commented on code in PR #7389:
URL: https://github.com/apache/hbase/pull/7389#discussion_r2436011681
##########
hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/RpcServer.java:
##########
@@ -519,6 +520,7 @@ public Pair<Message, ExtendedCellScanner> call(RpcCall
call, MonitoredRPCHandler
// increment the number of requests that were exceptions.
metrics.exception(e);
+ if (e instanceof DoNotRetryRuntimeException) throw new
DoNotRetryIOException(e);
Review Comment:
Hi @Apache9 would appreciate your advice here - do you think theres a better
way to do this, possibly without introducing a new `DoNotRetryRuntimeException`
?
--
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]