[ https://issues.apache.org/jira/browse/IGNITE-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14727349#comment-14727349 ]
Yakov Zhdanov edited comment on IGNITE-1130 at 9/2/15 1:39 PM: --------------------------------------------------------------- According to org.apache.ignite.internal.GridKernalContextImpl, this is fine {code} public boolean clientNode() { return cfg.isClientMode() || cfg.isDaemon(); } {code} was (Author: yzhdanov): According to org.apache.ignite.internal.GridKernalContextImpl, this is fine public boolean clientNode() { return cfg.isClientMode() || cfg.isDaemon(); } > Daemon node says "clientMode=true" but I don't set this option in config > ------------------------------------------------------------------------ > > Key: IGNITE-1130 > URL: https://issues.apache.org/jira/browse/IGNITE-1130 > Project: Ignite > Issue Type: Bug > Components: clients > Affects Versions: sprint-7 > Reporter: Pavel Konstantinov > Assignee: Yakov Zhdanov > Priority: Minor > Fix For: ignite-1.4 > > > Start grid with any config. > Connect visor with the same config. > Verify visor console log. > {code} > >>> Local node [ID=A79AF592-72A6-4C4F-B5AD-230B9EC184B8, order=2, > >>> clientMode=true] > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)