[
https://issues.apache.org/jira/browse/IGNITE-1395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14991420#comment-14991420
]
Sergey Kozlov commented on IGNITE-1395:
---------------------------------------
I found same behavior for latest build:
{noformat}
[12:45:12] __________ ________________
[12:45:12] / _/ ___/ |/ / _/_ __/ __/
[12:45:12] _/ // (7 7 // / / / / _/
[12:45:12] /___/\___/_/|_/___/ /_/ /___/
[12:45:12]
[12:45:12] ver. 1.5.0#20151104-sha1:2a8ff1cf
[12:45:12] 2015 Copyright(C) Apache Software Foundation
[12:45:12]
[12:45:12] Ignite documentation: http://ignite.apache.org
[12:45:12]
[12:45:12] Quiet mode.
[12:45:12] ^-- Logging to file
'D:\1.5.0-7.5.0\apache-ignite-fabric-1.5.0-bin\work\log\ignite-4c713090.0.log'
[12:45:12] ^-- To see **FULL** console log here add -DIGNITE_QUIET=false or
"-v" to ignite.{sh|bat}
[12:45:12]
[12:45:14] Configured plugins:
[12:45:14] ^-- None
[12:45:14]
[12:45:20] Security status [authentication=off, tls/ssl=off]
2015-11-05 12:45:20.864:INFO::main: Logging initialized @9130ms
[12:45:24] New version is available at ignite.apache.org: 1.4.0
[12:45:33] Performance suggestions for grid (fix if possible)
[12:45:33] To disable, set -DIGNITE_PERFORMANCE_SUGGESTIONS_DISABLED=true
[12:45:33] ^-- Disable peer class loading (set 'peerClassLoadingEnabled' to
false)
[12:45:33] ^-- Disable grid events (remove 'includeEventTypes' from
configuration)
[12:45:33]
[12:45:33] To start Console Management & Monitoring run ignitevisorcmd.{sh|bat}
[12:45:33]
[12:45:33] Ignite node started OK (id=4c713090)
[12:45:33] Topology snapshot [ver=1, servers=1, clients=0, CPUs=8, heap=1.0GB]
{noformat}
> 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
> Assignee: Sergey Kozlov
> Priority: Minor
> Labels: newbie
> Fix For: 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)