[
https://issues.apache.org/jira/browse/IGNITE-8527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavel Kovalenko resolved IGNITE-8527.
-------------------------------------
Resolution: Won't Fix
Fixed by https://issues.apache.org/jira/browse/IGNITE-9649
> 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
> Priority: Trivial
> Fix For: 2.8
>
>
> 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)