This is an automated email from the ASF dual-hosted git repository.
vpyatkov pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from f3464de3de IGNITE-18152 Fixed creds reading in publishing task. Fixes
#1353
add d81b91697e IGNITE-18165 Applied short term locks to sorted indexes
(#1359)
No new revisions were added by this update.
Summary of changes:
.../ignite/internal/table/ItTableScanTest.java | 247 +++++++++++++++++++++
.../table/distributed/HashIndexLocker.java | 13 +-
.../internal/table/distributed/IndexLocker.java | 8 +-
.../table/distributed/SortedIndexLocker.java | 53 ++---
.../replicator/PartitionReplicaListener.java | 145 ++++++++----
5 files changed, 391 insertions(+), 75 deletions(-)
create mode 100644
modules/runner/src/integrationTest/java/org/apache/ignite/internal/table/ItTableScanTest.java