You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2022/11/30 14:10:40 UTC

[GitHub] [hbase] briaugenreich commented on a diff in pull request #4900: HBASE-27487: fix slow meta pathological feedback loop with multigets

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: issues-unsubscribe@hbase.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org