rpuch commented on code in PR #4923:
URL: https://github.com/apache/ignite-3/pull/4923#discussion_r1893916060
##########
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:
No, I had no idea it was our code originally. I revoke my suggestion :)
--
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]