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 6279a9a6f03 IGNITE-25621 Implement reliable table destruction on node
recovery (#6329)
add 43cf3b94308 IGNITE-26008 Reduce the number of CompletableFutures
produced by PartitionReplicaListener (#6309)
No new revisions were added by this update.
Summary of changes:
.../apache/ignite/distributed/ItTableScanTest.java | 99 +++++++++++
.../replicator/PartitionReplicaListener.java | 192 ++++++++++++++-------
2 files changed, 233 insertions(+), 58 deletions(-)
create mode 100644
modules/table/src/integrationTest/java/org/apache/ignite/distributed/ItTableScanTest.java