ratis
ratis copied to clipboard
Open source Java implementation for Raft consensus protocol.
## What changes were proposed in this pull request? When DataStreamManagement#read an exception occurs, remove DataStream ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/RATIS-1519
## What changes were proposed in this pull request? the one of raftgroup initraftlog fail will be skiped and will not affect the datanode on ozone ## What is the...
## What changes were proposed in this pull request? **What's the problem ?** For example, there are 3 servers: s1, s2, s3, and s1 is leader. When split-brain happens, s2...
## What changes were proposed in this pull request? Fix three NPE issues reported by Sonar Qube in the server impl. - Add default to streamEndOfRequestAsync function - Throw error...
## What changes were proposed in this pull request? Add support for JaCoCo coverity analysis, run analysis during CI and upload results to SonarCloud for easy viewing. In the current...
## What changes were proposed in this pull request? Hi, I have been testing ratis for a solutions which uses rather largish snapshots for the state machine. Current implementation is...
## What changes were proposed in this pull request? Currently, when there always exist log, leader only send log, and will not send heartbeat. The problem is if follower need...
## What changes were proposed in this pull request? This PR aims to remove code smell in the log messages by using formatter. ## What is the link to the...
This reverts commit 89abd139 ## What changes were proposed in this pull request? ./dev-support/vagrant/run_all_tests.sh build command was failing. There was previous patch available for the legacy issue , concerning Maven...