You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by mm...@apache.org on 2020/02/12 18:36:27 UTC

[ignite] branch master updated (183034e -> 100101c)

This is an automated email from the ASF dual-hosted git repository.

mmuzaf pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git.


    from 183034e  IGNITE-11939 IgnitePdsTxHistoricalRebalancingTest.testTopologyChangesWithConstantLoad test failure - Fixes #7400.
     add 100101c  IGNITE-12605: Reset initial update counter value before clearing a partition (#7341)

No new revisions were added by this update.

Summary of changes:
 .../cache/IgniteCacheOffheapManager.java           |  5 ++
 .../cache/IgniteCacheOffheapManagerImpl.java       |  5 ++
 .../processors/cache/PartitionUpdateCounter.java   |  5 ++
 .../cache/PartitionUpdateCounterDebugWrapper.java  |  5 ++
 .../cache/PartitionUpdateCounterTrackingImpl.java  |  7 ++-
 .../cache/PartitionUpdateCounterVolatileImpl.java  |  7 ++-
 .../dht/topology/GridDhtLocalPartition.java        |  4 ++
 .../cache/persistence/GridCacheOffheapManager.java | 15 +++++
 .../persistence/db/wal/IgniteWalRebalanceTest.java | 67 ++++++++++++++++++++++
 9 files changed, 118 insertions(+), 2 deletions(-)