sk0x50 commented on code in PR #4923:
URL: https://github.com/apache/ignite-3/pull/4923#discussion_r1893857962


##########
modules/raft/src/main/java/org/apache/ignite/raft/jraft/rpc/impl/AbstractClientService.java:
##########
@@ -233,7 +233,7 @@ public void complete(final Object result, final Throwable 
err) {
                         }
                     }
                     else {
-                        if (ThrowUtil.hasCause(err, null, 
PeerUnavailableException.class, ConnectException.class))

Review Comment:
   This method was introduced into `ThrowUtil` from JRaft. So, I decided to 
remove duplicates. If you think that it is a bad idea and we should not modify 
this code, then I will revert this change. No problems.



-- 
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: notifications-unsubscr...@ignite.apache.org

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

Reply via email to