tkalkirill commented on code in PR #2415:
URL: https://github.com/apache/ignite-3/pull/2415#discussion_r1306352870


##########
modules/distribution-zones/src/main/java/org/apache/ignite/internal/distributionzones/DistributionZoneManager.java:
##########
@@ -798,11 +412,11 @@ private void 
createOrRestoreZoneState(DistributionZoneView zone, long revision)
 
             ZoneState prevZoneState = zonesState.putIfAbsent(zoneId, 
zoneState);
 
-            assert prevZoneState == null : "Zone's state was created twice 
[zoneId = " + zoneId + ']';
+            assert prevZoneState == null : "Zone's state was created twice: 
zoneId=" + zoneId;

Review Comment:
   returned it(



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