sanpwc commented on code in PR #2415:
URL: https://github.com/apache/ignite-3/pull/2415#discussion_r1305563967
##########
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:
Probably I've missed that. We should not use square braces any longer? Same
is about spaces before and after '='.
--
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]