tkalkirill commented on code in PR #2701:
URL: https://github.com/apache/ignite-3/pull/2701#discussion_r1363331186
##########
modules/table/src/test/java/org/apache/ignite/internal/table/distributed/index/IndexBuilderTest.java:
##########
@@ -50,6 +50,8 @@ public class IndexBuilderTest extends BaseIgniteAbstractTest {
private static final int PARTITION_ID = 3;
+ private static final long ANY_ENLISTMENT_CONSISTENCY_TOKEN = 100500;
Review Comment:
Do as we personally discussed, but unfortunately I still can’t get rid of
the
`org.apache.ignite.internal.replicator.exception.PrimaryReplicaMissException#PrimaryReplicaMissException(java.lang.String,
java.lang.String)` because it is used in
`org.apache.ignite.internal.table.distributed.replicator.PartitionReplicaListener#processTxStateCommitPartitionRequest`
and I don’t know how to fix it correctly.
##########
modules/table/src/test/java/org/apache/ignite/internal/table/distributed/index/IndexBuilderTest.java:
##########
@@ -50,6 +50,8 @@ public class IndexBuilderTest extends BaseIgniteAbstractTest {
private static final int PARTITION_ID = 3;
+ private static final long ANY_ENLISTMENT_CONSISTENCY_TOKEN = 100500;
Review Comment:
Do as we personally discussed, but unfortunately I still can’t get rid of
the
`org.apache.ignite.internal.replicator.exception.PrimaryReplicaMissException#PrimaryReplicaMissException(java.lang.String,
java.lang.String)` because it is used in
`org.apache.ignite.internal.table.distributed.replicator.PartitionReplicaListener#processTxStateCommitPartitionRequest`
and I don’t know how to fix it correctly.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]