You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ni...@apache.org on 2020/02/07 08:59:23 UTC

[ignite] branch ignite-2.8 updated (191636d -> a8dbc67)

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

nizhikov pushed a change to branch ignite-2.8
in repository https://gitbox.apache.org/repos/asf/ignite.git.


    from 191636d  IGNITE-12594 Fix deadlock between GridCacheDataStore#purgeExpiredInternal and GridNearTxLocal#enlistWriteEntry - Fixes #7325.
     add a8dbc67  IGNITE-12598: Cache metrics configuration should be removed only on cache destroy (#7332)

No new revisions were added by this update.

Summary of changes:
 .../processors/cache/CacheGroupMetricsImpl.java    |  9 ++++
 .../processors/cache/GridCacheAdapter.java         |  3 ++
 .../processors/cache/GridCacheProcessor.java       | 33 ++++++++----
 .../internal/metric/CacheMetricsAddRemoveTest.java | 63 ++++++++++++++++++++--
 4 files changed, 94 insertions(+), 14 deletions(-)