[ https://issues.apache.org/jira/browse/IGNITE-9149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16670197#comment-16670197 ]
Ignite TC Bot commented on IGNITE-9149: --------------------------------------- {panel:title=Possible Blockers|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1} {color:#d04437}Continuous Query 1{color} [[tests 4|https://ci.ignite.apache.org/viewLog.html?buildId=2209820]] * IgniteCacheQuerySelfTestSuite3: IgniteCacheContinuousQueryReconnectTest.testReconnectServer - 0,0% fails in last 100 master runs. {color:#d04437}Cache (Restarts) 1{color} [[tests 2|https://ci.ignite.apache.org/viewLog.html?buildId=2209878]] * IgniteCacheRestartTestSuite: GridCachePartitionedNodeRestartTest.testRestartWithPutTenNodesTwoBackups - 0,0% fails in last 100 master runs. {color:#d04437}Cache 4{color} [[tests 1|https://ci.ignite.apache.org/viewLog.html?buildId=2209884]] * IgniteCacheTestSuite4: CacheStoreUsageMultinodeDynamicStartTxTest.testDynamicStartFromClientWriteBehindStore - 0,0% fails in last 100 master runs. {panel} [TeamCity Run All Results|http://ci.ignite.apache.org/viewLog.html?buildId=2209918&buildTypeId=IgniteTests24Java8_RunAll] > 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)