denis-chudov commented on code in PR #5915: URL: https://github.com/apache/ignite-3/pull/5915#discussion_r2152124935
########## modules/replicator/src/main/java/org/apache/ignite/internal/replicator/PlacementDriverMessageProcessor.java: ########## @@ -151,7 +152,9 @@ CompletableFuture<? extends NetworkMessage> processPlacementDriverMessage(Placem TimeoutException.class, ReplicationException.class, ReplicationTimeoutException.class, - ReplicaReservationFailedException.class + ReplicaReservationFailedException.class, Review Comment: as I said somewhere earlier, this code is not needed at all. I can remove it. -- 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