This is an automated email from the ASF dual-hosted git repository.
apolovtsev pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from 80cc35aa2d Bump io.swagger:swagger-annotations from 1.6.14 to 1.6.15
(#5055)
add b042b19326 IGNITE-20694 Add system properties for configuring
HeapLockManager (#5059)
No new revisions were added by this update.
Summary of changes:
.../rebalance/ItRebalanceDistributedTest.java | 2 +-
.../internal/benchmark/LockManagerBenchmark.java | 6 +++--
.../runner/app/ItIgniteNodeRestartTest.java | 2 +-
.../org/apache/ignite/internal/app/IgniteImpl.java | 2 +-
.../apache/ignite/distributed/ItLockTableTest.java | 12 ++++-----
...xDistributedTestSingleNodeNoCleanupMessage.java | 6 ++++-
.../ignite/internal/table/ItColocationTest.java | 8 ++++--
.../table/distributed/SortedIndexLockerTest.java | 12 +++++++--
modules/transactions/build.gradle | 2 ++
.../ignite/internal/tx/impl/HeapLockManager.java | 27 ++++++++++++++-----
.../internal/tx/AbstractLockManagerTest.java | 14 +++++++---
.../ignite/internal/tx/AbstractLockingTest.java | 25 +++++++++++++----
.../internal/tx/CoarseGrainedLockManagerTest.java | 23 +++++++++++++---
.../ignite/internal/tx/HeapLockManagerTest.java | 31 ++++++++++++++++++++--
.../apache/ignite/internal/tx/TxManagerTest.java | 8 ++++--
15 files changed, 140 insertions(+), 40 deletions(-)