[ https://issues.apache.org/jira/browse/IGNITE-1395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Roman Shtykh updated IGNITE-1395: --------------------------------- Attachment: ignite-1395.patch > 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 > Labels: newbie > Fix For: ignite-1.5 > > Attachments: ignite-1395.patch > > > 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)