Cyrill commented on code in PR #7531:
URL: https://github.com/apache/ignite-3/pull/7531#discussion_r2768159468
##########
modules/replicator/src/main/java/org/apache/ignite/internal/replicator/ReplicatorRecoverableExceptions.java:
##########
@@ -36,6 +37,7 @@ public class ReplicatorRecoverableExceptions {
IOException.class,
UnresolvableConsistentIdException.class,
ReplicationException.class,
+ ReplicaUnavailableException.class,
Review Comment:
ReplicaUnavailableException extends ReplicationException. Do we need to have
them both then here?
--
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]