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 2020/03/27 10:20:11 UTC

[GitHub] [ignite] sunnychanwork commented on a change in pull request #7579: IGNITE-12842: Cache "IGNITE_DAEMON" system properties in GirdKernalContextImpl.isDaemon call

sunnychanwork commented on a change in pull request #7579: IGNITE-12842: Cache "IGNITE_DAEMON" system properties in GirdKernalContextImpl.isDaemon call
URL: https://github.com/apache/ignite/pull/7579#discussion_r399163756
 
 

 ##########
 File path: modules/core/src/main/java/org/apache/ignite/internal/GridKernalContextImpl.java
 ##########
 @@ -1047,12 +1047,14 @@ else if (helper instanceof HadoopHelper)
             comp.printMemoryStats();
     }
 
+    private static final boolean IS_IGNITE_DAEMON_SYSPROP_SET = IgniteSystemProperties.getBoolean(IGNITE_DAEMON);
 
 Review comment:
   Fixed as suggested

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