Denis Chudov created IGNITE-11913:
-------------------------------------
Summary: Incorrect formatting of idle_verify output
Key: IGNITE-11913
URL:
https://issues.apache.org/jira/browse/IGNITE-11913 Project: Ignite
Issue Type: Bug
Reporter: Denis Chudov
Assignee: Denis Chudov
Command:
{noformat}
bin/control.sh --cache idle_verify cachepoc1.* --cache-filter PERSISTENT --host 172.25.1.29
{noformat}
Output:
{noformat}
Control utility [ver. 2.5.8#20190511-sha1:8b27f3a6]
2019 Copyright(C) Apache Software Foundation
User: isuntsov
Time: 2019-05-14T15:22:20.565
--------------------------------------------------------------------------------
idle_verify failed.There are no caches matching given filter options.Idle verify failed on nodes:
Node ID: e5a981f6-9d0b-4cd7-aad3-fe3cc7fa6101 [172.25.1.29] consistent ID: poc-tester-server-172.25.1.29-id-0
See log for additional information. /home/isuntsov/858_test/idle_verify-2019-05-14T15-22-20_895.txt
{noformat}
In general, the output is CORRECT but I think it will be more readable with the following formatting:
{noformat}
idle_verify failed.
There are no caches matching given filter options: [ cachepoc1.*; PERSISTENT].
Idle verify failed on nodes:
Node ID: e5a981f6-9d0b-4cd7-aad3-fe3cc7fa6101 [172.25.1.29]
Consistent ID: poc-tester-server-172.25.1.29-id-0
See log for additional information: /home/isuntsov/858_test/idle_verify-2019-05-14T15-22-20_895.txt
{noformat}
Also, I guess that *null* in "Exception message" should be replaced with some meaningful message:
\{noformat}
cat /home/isuntsov/858_test/idle_verify-2019-05-14T15-22-20_895.txt
idle_verify failed.There are no caches matching given filter options.Idle verify failed on nodes:
Node ID: e5a981f6-9d0b-4cd7-aad3-fe3cc7fa6101 [172.25.1.29] consistent ID: poc-tester-server-172.25.1.29-id-0
Exception message:
null
{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)