rpuch commented on code in PR #5187: URL: https://github.com/apache/ignite-3/pull/5187#discussion_r1948567326
########## modules/partition-replicator/src/main/java/org/apache/ignite/internal/partition/replicator/ReplicaListenerHelper.java: ########## @@ -0,0 +1,99 @@ +/* Review Comment: The original intention was to remove them, but it doesn't seem possible as (multiple) handlers will still need to use that code. I split `ReplicaListenerHelper` to 2 domain-specific classes dealing with 'raft command application with replication-specific error handling' and 'reliable catalog versions'. I also renamed the 'finish helpers' to `finishers'. -- 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