alievmirza commented on code in PR #2852:
URL: https://github.com/apache/ignite-3/pull/2852#discussion_r1405505701
##########
modules/distribution-zones/src/main/java/org/apache/ignite/internal/distributionzones/DistributionZoneManager.java:
##########
@@ -676,31 +679,28 @@ private void
updateLogicalTopologyInMetaStorage(LogicalTopologySnapshot newTopol
/**
* Restores from local Meta Storage logical topology and nodes' attributes
fields in {@link DistributionZoneManager} after restart.
+ *
+ * @param recoveryRevision Revision of the Meta Storage after its recovery.
*/
- private void restoreGlobalStateFromLocalMetastorage(long revision) {
- Entry topologyEntry =
metaStorageManager.getLocally(zonesLogicalTopologyKey(), revision);
+ private void restoreGlobalStateFromLocalMetastorage(long recoveryRevision)
{
+ Entry topologyEntry =
metaStorageManager.getLocally(zonesLastHandledTopology(), recoveryRevision);
Review Comment:
done
--
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]