sanpwc commented on code in PR #2825:
URL: https://github.com/apache/ignite-3/pull/2825#discussion_r1402224594


##########
modules/placement-driver-api/src/main/java/org/apache/ignite/internal/placementdriver/event/PrimaryReplicaEventParameters.java:
##########
@@ -26,18 +27,21 @@ public class PrimaryReplicaEventParameters extends 
CausalEventParameters {
 
     private final String leaseholder;
 
+    private final HybridTimestamp startTime;
+
     /**
      * Constructor.
      *
      * @param causalityToken Causality token.
      * @param groupId Replication group ID.
      * @param leaseholder Leaseholder node consistent ID.

Review Comment:
   startTime param declaration is missing



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

Reply via email to