sergeyuttsel commented on code in PR #2095:
URL: https://github.com/apache/ignite-3/pull/2095#discussion_r1279140513


##########
modules/distribution-zones/src/main/java/org/apache/ignite/internal/distributionzones/DistributionZoneManager.java:
##########
@@ -947,7 +971,8 @@ private void initDataNodesAndTriggerKeysInMetaStorage(
                             revision
                     );
                 } else if (res.getAsBoolean()) {
-                    LOG.debug("Update zones' dataNodes value [zoneId = {}, 
dataNodes = {}, revision = {}]", zoneId, dataNodes, revision);
+                    LOG.debug("Update zones' dataNodes value [zoneId = {}, 
dataNodes = {}, revision = {}]",

Review Comment:
   I changed a log level to info in several places where a data nodes value is 
updated.



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