sanpwc commented on code in PR #6413: URL: https://github.com/apache/ignite-3/pull/6413#discussion_r2301068345
########## modules/replicator/src/main/java/org/apache/ignite/internal/replicator/exception/ReplicationException.java: ########## @@ -22,11 +22,12 @@ import java.util.UUID; import org.apache.ignite.internal.lang.IgniteInternalException; import org.apache.ignite.internal.replicator.ReplicationGroupId; +import org.apache.ignite.tx.RetriableTransactionException; /** * The exception is thrown when some issue happened during a replication. */ -public class ReplicationException extends IgniteInternalException { +public class ReplicationException extends IgniteInternalException implements RetriableTransactionException { Review Comment: Not sure, but ok. -- 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