alievmirza commented on code in PR #2852:
URL: https://github.com/apache/ignite-3/pull/2852#discussion_r1405505764


##########
modules/distribution-zones/src/main/java/org/apache/ignite/internal/distributionzones/DistributionZonesUtil.java:
##########
@@ -84,6 +84,9 @@ public class DistributionZonesUtil {
     /** Key value for zones' global state revision. */
     private static final String DISTRIBUTION_ZONES_GLOBAL_STATE_REVISION = 
"distributionZones.globalState.revision";
 
+    /** Key value for the last handled logical topology by Distribution zone 
manager. */
+    private static final String DISTRIBUTION_ZONES_LAST_HANDLED_TOPOLOGY = 
"distributionZones.globalState.lastHandledTopology";

Review Comment:
   I've changed a bit representation of the 
`DISTRIBUTION_ZONES_GLOBAL_STATE_REVISION` key, removed word "global", please 
check 



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