You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Sergey Kozlov (JIRA)" <ji...@apache.org> on 2015/09/09 17:00:46 UTC

[jira] [Created] (IGNITE-1395) REST HTTP module prints out unnecessary message

Sergey Kozlov created IGNITE-1395:
-------------------------------------

             Summary: REST HTTP module prints out unnecessary message
                 Key: IGNITE-1395
                 URL: https://issues.apache.org/jira/browse/IGNITE-1395
             Project: Ignite
          Issue Type: Bug
          Components: newbie
    Affects Versions: ignite-1.4
            Reporter: Sergey Kozlov
            Priority: Minor
             Fix For: ignite-1.5


1. Copy directory libs/optional/ignite-rest-http in libs/
2. Start node in quiet mode.
3. The output is following:
{noformat}
...
[17:49:42] Quiet mode.
...
[17:49:50] Security status [authentication=off, communication encryption=off]
2015-09-09 17:49:50.789:INFO::main: Logging initialized @9841ms
[17:49:52] To start Console Management & Monitoring run ignitevisorcmd.{sh|bat}
[17:49:52]
[17:49:52] Ignite node started OK (id=54eee2db)
[17:49:52] Topology snapshot [ver=1, servers=1, clients=0, CPUs=8, heap=1.0GB]
...
{noformat}

The message after security status is generated by REST HTTP module.
1. It has wrong format
2. It should not be printed in quiet mode



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)