tkalkirill commented on code in PR #3160:
URL: https://github.com/apache/ignite-3/pull/3160#discussion_r1480255738


##########
modules/table/src/test/java/org/apache/ignite/internal/table/distributed/replication/PartitionReplicaListenerTest.java:
##########
@@ -242,16 +243,20 @@ public class PartitionReplicaListenerTest extends 
IgniteAbstractTest {
 
     private static final int ANOTHER_TABLE_ID = 2;
 
+    private static final long ANY_ENLISTMENT_CONSISTENCY_TOKEN = 1L;
+
     private final Map<UUID, Set<RowId>> pendingRows = new 
ConcurrentHashMap<>();
 
     /** The storage stores partition data. */
     private final TestMvPartitionStorage testMvPartitionStorage = new 
TestMvPartitionStorage(PART_ID);
 
     private final LockManager lockManager = new HeapLockManager();
 
-    private final Function<PartitionCommand, CompletableFuture<?>> 
defaultMockRaftFutureClosure = cmd -> {
+    private final Function<Command, CompletableFuture<?>> 
defaultMockRaftFutureClosure = cmd -> {

Review Comment:
   Author probably knows.



##########
modules/replicator/src/main/java/org/apache/ignite/internal/replicator/ReplicaService.java:
##########
@@ -43,9 +43,7 @@
 import org.apache.ignite.internal.replicator.message.TimestampAware;
 import org.apache.ignite.network.ClusterNode;
 
-/**
- * The service is intended to execute requests on replicas.
- */
+/** The service is intended to execute requests on replicas. */

Review Comment:
   Yep



-- 
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

Reply via email to