This is an automated email from the ASF dual-hosted git repository.
sanpwc pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from e82e9043acf IGNITE-24119 Fix getAll in explicit RO transaction (#6813)
add 7ffd56d508e IGNITE-26271 Fix incorrect calculation of alive data nodes
for disaster recovery (#6569)
No new revisions were added by this update.
Summary of changes:
.../PartitionReplicaLifecycleManager.java | 4 +-
.../disaster/LocalPartitionStateMessage.java | 3 +
.../java/org/apache/ignite/raft/jraft/Node.java | 5 +
.../apache/ignite/raft/jraft/core/NodeImpl.java | 27 ++++-
...bstractHighAvailablePartitionsRecoveryTest.java | 102 ++++++++++---------
...ilablePartitionsRecoveryByFilterUpdateTest.java | 57 +++++++++--
.../internal/table/distributed/TableManager.java | 4 +-
.../disaster/DisasterRecoveryManager.java | 12 ++-
.../disaster/GroupUpdateRequestHandler.java | 15 ++-
.../replicator/PartitionReplicaListener.java | 9 +-
.../disaster/DisasterRecoveryTestUtil.java | 19 +++-
.../disaster/ItDisasterRecoveryManagerTest.java | 109 ++++++++++++---------
12 files changed, 245 insertions(+), 121 deletions(-)