kgusakov commented on code in PR #4956:
URL: https://github.com/apache/ignite-3/pull/4956#discussion_r1934240653
##########
modules/partition-replicator/src/main/java/org/apache/ignite/internal/partition/replicator/LocalPartitionReplicaEventParameters.java:
##########
@@ -27,13 +27,18 @@ public class LocalPartitionReplicaEventParameters
implements EventParameters {
/** Zone partition id. */
private final ZonePartitionId zonePartitionId;
+ /** Event's revision. */
+ private final long revision;
Review Comment:
We have a special CausalEventParameters for this case
--
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]