sanpwc commented on code in PR #4821: URL: https://github.com/apache/ignite-3/pull/4821#discussion_r1893899922
########## modules/replicator/src/main/java/org/apache/ignite/internal/replicator/CommandApplicationResult.java: ########## @@ -19,24 +19,25 @@ import java.util.concurrent.CompletableFuture; import org.apache.ignite.internal.hlc.HybridTimestamp; +import org.jetbrains.annotations.Nullable; /** * Replication command application result. */ public final class CommandApplicationResult { - private final HybridTimestamp commitTs; - private final CompletableFuture<?> repFut; + private final @Nullable HybridTimestamp commitTs; Review Comment: I guess that was from https://github.com/apache/ignite-3/pull/4700 -- 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