sanpwc commented on code in PR #4612:
URL: https://github.com/apache/ignite-3/pull/4612#discussion_r1812324626
##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/replicator/PartitionReplicaListener.java:
##########
@@ -2662,20 +2662,32 @@ private <T> void
applyCmdWithRetryOnSafeTimeReorderException(Command cmd, Comple
new
ReplicationMaxRetriesExceededException(replicationGroupId,
MAX_RETIES_ON_SAFE_TIME_REORDERING));
}
+ int attemptsCounter0 = attemptsCounter;
Review Comment:
Because of "Variable used in lambda expression should be final or
effectively final"
--
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]