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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)