This is an automated email from the ASF dual-hosted git repository.
sk0x50 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from e0f2ec72e40 IGNITE-27409 Fix WI list links updates during WI
replacement (#7275)
add 7541e92af47 IGNITE-27285 Make common approach to Lock exceptions with
the same message (#7271)
No new revisions were added by this update.
Summary of changes:
.../exception/OperationLockException.java | 2 +-
.../cpp/tests/odbc-test/transaction_test.cpp | 2 +-
.../ignite/internal/table/ItTableScanTest.java | 2 +-
.../ignite/internal/table/TxAbstractTest.java | 2 +-
...ority.java => AcquireLockTimeoutException.java} | 29 ++++++++-------
...Waiter.java => LockTableOverflowException.java} | 41 ++++++++--------------
.../ignite/internal/tx/impl/HeapLockManager.java | 15 ++++----
.../ignite/internal/tx/HeapLockManagerTest.java | 4 +--
8 files changed, 40 insertions(+), 57 deletions(-)
copy
modules/transactions/src/main/java/org/apache/ignite/internal/tx/{TxPriority.java
=> AcquireLockTimeoutException.java} (54%)
copy
modules/transactions/src/main/java/org/apache/ignite/internal/tx/{Waiter.java
=> LockTableOverflowException.java} (55%)