sanpwc commented on code in PR #851:
URL: https://github.com/apache/ignite-3/pull/851#discussion_r891424302


##########
modules/raft/src/main/java/org/apache/ignite/raft/jraft/rpc/impl/RaftGroupServiceImpl.java:
##########
@@ -645,7 +656,7 @@ else if (th instanceof SMFullThrowable)
      * @param t The throwable.
      * @return {@code True} if this is a recoverable exception.
      */
-    private boolean recoverable(Throwable t) {
+    public static boolean recoverable(Throwable t) {

Review Comment:
   According to our new approach of splitting sendWithRetry inner retries and 
outer rebalance related it seems incorrect to expose raft inner retry criterion.



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