This is an automated email from the ASF dual-hosted git repository.
timoninmaxim pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git
from 2c930ab4eb8 IGNITE-20730 Fix IgniteLock cannot be acquired after
release on JDK 17 (#11012)
add c861ac5ba42 IGNITE-20733 Add GridCacheSharedContext builder (#11011)
No new revisions were added by this update.
Summary of changes:
.../processors/cache/GridCacheProcessor.java | 60 ++----
.../processors/cache/GridCacheSharedContext.java | 213 ++++++++++++++++++++-
.../snapshot/IgniteSnapshotManager.java | 5 +-
.../wal/reader/IgniteWalIteratorFactory.java | 9 +-
.../db/wal/IgniteWalIteratorSwitchSegmentTest.java | 52 +----
.../pagemem/BPlusTreePageMemoryImplTest.java | 27 +--
.../BPlusTreeReuseListPageMemoryImplTest.java | 26 +--
.../pagemem/IndexStoragePageMemoryImplTest.java | 27 +--
.../pagemem/PageMemoryImplNoLoadTest.java | 26 +--
.../persistence/pagemem/PageMemoryImplTest.java | 26 +--
.../loadtests/hashmap/GridCacheTestContext.java | 36 ++--
11 files changed, 287 insertions(+), 220 deletions(-)