You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Alexey Goncharuk (JIRA)" <ji...@apache.org> on 2018/02/15 10:10:00 UTC

[jira] [Created] (IGNITE-7713) Include cache name to rebalancing finish message

Alexey Goncharuk created IGNITE-7713:
----------------------------------------

             Summary: Include cache name to rebalancing finish message
                 Key: IGNITE-7713
                 URL: https://issues.apache.org/jira/browse/IGNITE-7713
             Project: Ignite
          Issue Type: Improvement
          Components: cache
    Affects Versions: 2.4
            Reporter: Alexey Goncharuk
            Assignee: Alexey Goncharuk
             Fix For: 2.5


{code}
U.log(log, "Completed " + ((remaining.size() == 1 ? "(final) " : "") +
                        "rebalancing [fromNode=" + nodeId + ", topology=" + topologyVersion() +
                        ", time=" + (U.currentTimeMillis() - t.get1()) + " ms]"));
{code}

This code should include cache name



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)