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 da075b483c IGNITE-22989 Add sync/async read-write lock (#4233)
add 9672234bf8 IGNITE-22599 Invoke failure handler for users state machine
errors. (#4229)
No new revisions were added by this update.
Summary of changes:
.../internal/lowwatermark/LowWatermarkImpl.java | 2 +-
.../replicator/ItReplicaLifecycleTest.java | 3 +-
modules/raft/build.gradle | 2 +
.../java/org/apache/ignite/internal/raft/Loza.java | 7 +-
.../internal/raft/server/impl/JraftServerImpl.java | 35 ++++-
.../raft/StateMachineFailureHandlerTest.java | 146 +++++++++++++++++++++
.../ignite/internal/raft/TestLozaFactory.java | 5 +-
.../raft/server/TestJraftServerFactory.java | 4 +-
.../org/apache/ignite/internal/app/IgniteImpl.java | 3 +-
.../rebalance/ItRebalanceDistributedTest.java | 3 +-
10 files changed, 196 insertions(+), 14 deletions(-)
create mode 100644
modules/raft/src/test/java/org/apache/ignite/internal/raft/StateMachineFailureHandlerTest.java