You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Yakov Zhdanov (JIRA)" <ji...@apache.org> on 2015/09/02 15:39:46 UTC

[jira] [Commented] (IGNITE-1130) Daemon node says "clientMode=true" but I don't set this option in config

    [ https://issues.apache.org/jira/browse/IGNITE-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14727349#comment-14727349 ] 

Yakov Zhdanov commented on IGNITE-1130:
---------------------------------------

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)