adoroszlai commented on code in PR #1025:
URL: https://github.com/apache/ratis/pull/1025#discussion_r1463643042


##########
ratis-client/src/main/java/org/apache/ratis/client/impl/RaftClientImpl.java:
##########
@@ -105,7 +105,12 @@ public int getAttemptCount() {
     }
 
     public ClientRetryEvent newClientRetryEvent(RaftClientRequest request, 
Throwable throwable) {
+      return newClientRetryEvent(request, throwable, false);
+    }
+
+    ClientRetryEvent newClientRetryEvent(RaftClientRequest request, Throwable 
throwable, boolean get) {

Review Comment:
   Is there a plan to call this with `get=true` somewhere?  I didn't see it in 
current code.



-- 
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]

Reply via email to