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


##########
modules/affinity/src/main/java/org/apache/ignite/internal/affinity/Assignments.java:
##########
@@ -53,32 +55,36 @@ public class Assignments implements Serializable {
      */
     private final boolean force;
 
+    /** Time when the catalog version that the assignments were calculated 
against becomes active (i. e. available for use). */
+    private final HybridTimestamp timestamp;

Review Comment:
   Curios how it'll be serialized, as an object or as long? I'm talking about 
writing to the MS and not messages here, because in messaging it should be 
optimised. Basically I's asking whether we should use long instead of 
HybridTimestamp here?



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