briaugenreich commented on code in PR #4900:
URL: https://github.com/apache/hbase/pull/4900#discussion_r1036016921
##########
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:
yup, i incorrectly assumed `spotless` would fix this.
--
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]