You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2019/06/03 11:44:38 UTC

[GitHub] [ignite] Mmuzaf commented on a change in pull request #6423: IGNITE-11256 Cluster wide read-only mode.

Mmuzaf commented on a change in pull request #6423: IGNITE-11256 Cluster wide read-only mode.
URL: https://github.com/apache/ignite/pull/6423#discussion_r289804501
 
 

 ##########
 File path: modules/core/src/main/java/org/apache/ignite/internal/processors/cluster/GridClusterStateProcessor.java
 ##########
 @@ -512,10 +534,14 @@ protected void afterStateChangeFinished(IgniteUuid msgId, boolean success) {
     ) {
         DiscoveryDataClusterState state = globalState;
 
-        if (log.isInfoEnabled())
-            U.log(log, "Received " + prettyStr(msg.activate()) + " request with BaselineTopology" +
-                (msg.baselineTopology() == null ? ": null"
-                    : "[id=" + msg.baselineTopology().id() + "]"));
+        if (log.isInfoEnabled()) {
 
 Review comment:
   Sergey,
   
   There is no need to add if (log.isInfoEnabled()) the U.log implementation already has 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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services