You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Pavel Kovalenko (JIRA)" <ji...@apache.org> on 2018/05/18 09:37:00 UTC

[jira] [Created] (IGNITE-8527) Show actual rebalance starting in logs

Pavel Kovalenko created IGNITE-8527:
---------------------------------------

             Summary: Show actual rebalance starting in logs
                 Key: IGNITE-8527
                 URL: https://issues.apache.org/jira/browse/IGNITE-8527
             Project: Ignite
          Issue Type: Improvement
            Reporter: Pavel Kovalenko
            Assignee: Pavel Kovalenko


We should increase level of logging from DEBUG to INFO for message:

{noformat}
                            if (log.isDebugEnabled())
                                log.debug("Requested rebalancing [from node=" + node.id() + ", listener index=" + topicId + " " + demandMsg.rebalanceId() + ", partitions count=" + stripePartitions.get(topicId).size() + " (" + stripePartitions.get(topicId).partitionsList() + ")]");

{noformat}

to have actual rebalancing start time.



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