Cyrill commented on code in PR #4056:
URL: https://github.com/apache/ignite-3/pull/4056#discussion_r1728730751
##########
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:
Replaced with long
--
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]