This is an automated email from the ASF dual-hosted git repository.
rpuch pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from e25398cb1c IGNITE-23223 Obtain clusterId from cluster state in
LogicalTopology (#4410)
add 3a1f3fbc4b IGNITE-23154 Always sync Raft log per append for CMG and
Metastorage (#4407)
No new revisions were added by this update.
Summary of changes:
.../storage/impl/DefaultLogStorageFactory.java | 14 +++-
.../storage/impl/IgniteJraftServiceFactory.java | 7 ++
.../apache/ignite/raft/jraft/RaftGroupService.java | 2 +-
.../org/apache/ignite/internal/app/IgniteImpl.java | 4 +-
modules/table/build.gradle | 1 +
.../ignite/internal/ItRaftFsyncOptionTest.java | 85 ++++++++++++++++++++++
6 files changed, 109 insertions(+), 4 deletions(-)
create mode 100644
modules/table/src/integrationTest/java/org/apache/ignite/internal/ItRaftFsyncOptionTest.java