This is an automated email from the ASF dual-hosted git repository. ibessonov pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from c70b3b04f8a Bump spring-boot from 3.4.3 to 3.4.4 (#5480) add d475fce64bb IGNITE-24907 Add method for a forced raft snapshot (#5483) No new revisions were added by this update. Summary of changes: .../impl/ItIdempotentCommandCacheTest.java | 2 +- .../service/ItAbstractListenerSnapshotTest.java | 4 +-- .../replicator/ItZoneDataReplicationTest.java | 3 +- .../internal/raft/service/RaftGroupService.java | 3 +- .../raftsnapshot/ItTableRaftSnapshotsTest.java | 39 +++++++++------------- .../ignite/raft/jraft/core/ItCliServiceTest.java | 6 ++-- .../apache/ignite/raft/jraft/core/ItNodeTest.java | 7 ++-- .../raft/server/ItJraftCounterServerTest.java | 20 +++++------ .../ignite/internal/raft/RaftGroupServiceImpl.java | 23 +++---------- .../org/apache/ignite/raft/jraft/CliService.java | 3 +- .../java/org/apache/ignite/raft/jraft/Node.java | 9 +++++ .../ignite/raft/jraft/core/CliServiceImpl.java | 3 +- .../apache/ignite/raft/jraft/core/NodeImpl.java | 15 ++++++--- .../apache/ignite/raft/jraft/rpc/CliRequests.java | 2 ++ .../rpc/impl/cli/SnapshotRequestProcessor.java | 4 +-- .../ignite/raft/jraft/storage/LogManager.java | 3 +- .../raft/jraft/storage/SnapshotExecutor.java | 8 +++++ .../raft/jraft/storage/impl/LogManagerImpl.java | 4 +-- .../storage/snapshot/SnapshotExecutorImpl.java | 27 ++++++++++----- .../ignite/internal/raft/RaftGroupServiceTest.java | 7 ++-- .../rpc/impl/cli/SnapshotRequestProcessorTest.java | 3 +- .../raft/jraft/storage/impl/LogManagerTest.java | 4 +-- .../raft/client/TopologyAwareRaftGroupService.java | 4 +-- .../apache/ignite/internal/replicator/Replica.java | 3 +- .../ignite/internal/replicator/ReplicaImpl.java | 4 +-- .../replicator/ZonePartitionReplicaImpl.java | 4 +-- .../runner/app/ItIgniteNodeRestartTest.java | 26 +++++---------- .../ItRaftCommandLeftInLogUntilRestartTest.java | 2 +- .../ItDisasterRecoveryReconfigurationTest.java | 8 ++--- 29 files changed, 127 insertions(+), 123 deletions(-)