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

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


    from 7182f27  IGNITE-11731: CPP: Implement Cluster API
     add 16ffea7  IGNITE-13418 Fixed deadlock on multiple cache delete (#8229)

No new revisions were added by this update.

Summary of changes:
 .../processors/query/h2/database/H2TreeIndex.java  |  70 ++---
 .../processors/query/h2/opt/GridH2IndexBase.java   |   9 -
 .../processors/query/h2/opt/GridH2Table.java       |  12 +-
 .../db/LongDestroyDurableBackgroundTaskTest.java   | 103 ++++++-
 .../MultipleParallelCacheDeleteDeadlockTest.java   | 328 +++++++++++++++++++++
 .../testsuites/IgnitePdsWithIndexingTestSuite.java |   4 +-
 6 files changed, 469 insertions(+), 57 deletions(-)
 create mode 100644 
modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/persistence/db/MultipleParallelCacheDeleteDeadlockTest.java

Reply via email to