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 22e08a23554 IGNITE-23488 Sql. Integrate cancellation of transaction
with sql kill handler (#5207)
add 63fb72871fb IGNITE-24478 Introduce RaftTableProcessor interface (#5214)
No new revisions were added by this update.
Summary of changes:
.../PartitionReplicaLifecycleManager.java | 8 +-
.../replicator/raft/RaftTableProcessor.java | 60 +++++++++++++++
.../replicator/raft/ZonePartitionRaftListener.java | 85 ++++++++--------------
.../table/distributed/raft/PartitionListener.java | 81 +++++++++++----------
4 files changed, 137 insertions(+), 97 deletions(-)
create mode 100644
modules/partition-replicator/src/main/java/org/apache/ignite/internal/partition/replicator/raft/RaftTableProcessor.java