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


##########
modules/distribution-zones/src/main/java/org/apache/ignite/internal/distributionzones/rebalance/ZoneRebalanceUtil.java:
##########
@@ -104,6 +105,10 @@ public class ZoneRebalanceUtil {
 
     static final byte[] ZONE_PENDING_CHANGE_TRIGGER_PREFIX_BYTES = 
ZONE_PENDING_CHANGE_TRIGGER_PREFIX.getBytes(UTF_8);
 
+    public static final String ZONE_ASSIGNMENTS_CHAIN_PREFIX = 
"zone.assignments.chain.";
+
+    public static final byte[] ASSIGNMENTS_CHAIN_PREFIX_BYTES = 
ZONE_ASSIGNMENTS_CHAIN_PREFIX.getBytes(UTF_8);

Review Comment:
   Removed.



-- 
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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to