briaugenreich commented on code in PR #4900:
URL: https://github.com/apache/hbase/pull/4900#discussion_r1036036085
##########
hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncRequestFutureImpl.java:
##########
@@ -207,6 +207,15 @@ public void run() {
// Cancelled
return;
}
+ } catch (OperationTimeoutExceededException e) {
+ // The operation has timed out before executing the actual callable.
This may be due to
Review Comment:
I can't tell if GitHub is previewing this weirdly. I had it as a single line
and spotless formatted this line.
--
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]