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)