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

ASF GitHub Bot commented on IGNITE-9149:
----------------------------------------

GitHub user ololo3000 opened a pull request:

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

    IGNITE-9149 Get rid of logging remaining supplier nodes rebalance time

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ololo3000/ignite IGNITE-9149

Alternatively you can review and apply these changes as the patch at:

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

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #4635
    
----
commit f3320b678b9f1be17bff433b32d8cc2cf26d1ae2
Author: ololo3000 <pmgheap.sbt@...>
Date:   2018-08-28T14:24:18Z

    IGNITE-9149 Get rid of logging remaining supplier nodes rebalance time

----


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

Reply via email to