[
https://issues.apache.org/jira/browse/IGNITE-9149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16728514#comment-16728514
]
Dmitriy Govorukhin commented on IGNITE-9149:
--------------------------------------------
[~PetrovMikhail] Thanks for the contribution! [~ilantukh] Thanks for the
review. Changes merged to master.
> Get rid of logging remaining supplier nodes rebalance time
> ----------------------------------------------------------
>
> Key: IGNITE-9149
> URL: https://issues.apache.org/jira/browse/IGNITE-9149
> Project: Ignite
> Issue Type: Task
> Reporter: Maxim Muzafarov
> Assignee: PetrovMikhail
> Priority: Minor
> Labels: rebalance
> Fix For: 2.8
>
>
> Logging rebalance execution time in section of each supplier node have no
> sence and provides no helpfull info for analyzing logs. It also
> overcomplicates {{GridDhtPartitionDemander}}.
> I'm suggesting remove it by simplifying {{Map<UUID, T2<Long,
> IgniteDhtDemandedPartitionsMap>>}} to {{Map<UUID,
> IgniteDhtDemandedPartitionsMap>}}.
> {code:java}
> /** Remaining. T2: startTime, partitions */
> private final Map<UUID, T2<Long, IgniteDhtDemandedPartitionsMap>> remaining =
> new HashMap<>();
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)