You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "PetrovMikhail (JIRA)" <ji...@apache.org> on 2018/10/31 15:08:00 UTC

[jira] [Comment Edited] (IGNITE-9149) Get rid of logging remaining supplier nodes rebalance time

    [ https://issues.apache.org/jira/browse/IGNITE-9149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16670207#comment-16670207 ] 

PetrovMikhail edited comment on IGNITE-9149 at 10/31/18 3:07 PM:
-----------------------------------------------------------------

Upsource: https://reviews.ignite.apache.org/ignite/review/IGNT-CR-938

PR: https://github.com/apache/ignite/pull/4635

TC: https://ci.ignite.apache.org/project.html?projectId=IgniteTests24Java8&branch_IgniteTests24Java8=pull%2F4635%2Fhead



was (Author: petrovmikhail):
Upsource: https://reviews.ignite.apache.org/ignite/review/IGNT-CR-938

PR: https://github.com/apache/ignite/pull/4635


> 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
>
> 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)