[ https://issues.apache.org/jira/browse/IGNITE-1153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14718163#comment-14718163 ]
ASF GitHub Bot commented on IGNITE-1153: ---------------------------------------- GitHub user kcheng-mvp opened a pull request: https://github.com/apache/ignite/pull/44 ignite-1153:Improve stop node message Fix issue : https://issues.apache.org/jira/browse/IGNITE-1153 You can merge this pull request into a Git repository by running: $ git pull https://github.com/kcheng-mvp/ignite ignite-1153 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/44.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 #44 ---- commit 9e5260eb420c271ddca3a75b72b1e698c475c5f8 Author: kcheng-mvp <kcheng....@gmail.com> Date: 2015-08-28T07:42:35Z ignite-1153:Improve stop node message ---- > Improve stop node message > ------------------------- > > Key: IGNITE-1153 > URL: https://issues.apache.org/jira/browse/IGNITE-1153 > Project: Ignite > Issue Type: Task > Components: general > Affects Versions: sprint-1 > Reporter: Alexey Kuznetsov > Assignee: kcheng.mvp > Priority: Trivial > Labels: newbie > Fix For: ignite-1.4 > > > When node stopped it prints to log: > [15:03:07] Ignite node stopped OK [uptime=00:00:52:597] > But in case when several nodes run in same JVM it will be useful to see node > name that was stopped. > So message could look like: > [15:03:07] Ignite node stopped OK [name=n1, uptime=00:00:52:597] -- This message was sent by Atlassian JIRA (v6.3.4#6332)