denis-chudov commented on code in PR #6651:
URL: https://github.com/apache/ignite-3/pull/6651#discussion_r2401827524
##########
modules/distribution-zones/src/main/java/org/apache/ignite/internal/distributionzones/DataNodesManager.java:
##########
@@ -1306,6 +1360,18 @@ private static CompletableFuture<Void> processWatchEvent(
return nullCompletedFuture();
}
+ private CatalogZoneDescriptor zoneDescriptor(int zoneId) {
+ int catalogVersion =
catalogManager.activeCatalogVersion(clockService.currentLong());
Review Comment:
`currentLong` doesn't increment the logical part of hybrid clock, and
`nowLong` does, which is only needed for network interaction.
Nevertheless, I changed it to latest catalog version
--
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]