[
https://issues.apache.org/jira/browse/IGNITE-8620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16501389#comment-16501389
]
ASF GitHub Bot commented on IGNITE-8620:
----------------------------------------
GitHub user a-polyakov opened a pull request:
https://github.com/apache/ignite/pull/4128
IGNITE-8620 Remove intOrder and loc keys from node info in control.sh --tx
utility
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/a-polyakov/ignite IGNITE-8620
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/4128.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4128
----
commit d6539014902a69e5ab2766f550f51c82713b09dd
Author: a-polyakov <polyakov.alexandr.alexandrovich@...>
Date: 2018-06-05T07:00:59Z
IGNITE-8620 Remove intOrder and loc keys from node info in control.sh --tx
utility
----
> Remove intOrder and loc keys from node info in control.sh --tx utility
> ----------------------------------------------------------------------
>
> Key: IGNITE-8620
> URL: https://issues.apache.org/jira/browse/IGNITE-8620
> Project: Ignite
> Issue Type: Improvement
> Reporter: Dmitry Sherstobitov
> Assignee: Alexand Polyakov
> Priority: Major
>
> For now this information displayed in control.sh utility for each node:
> TcpDiscoveryNode [id=2ed402d5-b5a7-4ade-a77a-12c2feea95ec,
> addrs=[0:0:0:0:0:0:0:1%lo, 127.0.0.1, 172.25.1.47],
> sockAddrs=[/0:0:0:0:0:0:0:1%lo:0, /127.0.0.1:0, /172.25.1.47:0], discPort=0,
> order=6, intOrder=6, lastExchangeTime=1526482701193, loc=false,
> ver=2.5.1#20180510-sha1:ee417b82, isClient=true]
> loc and intOrder values are internal information and there is not need to
> display it
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)