This is an automated email from the ASF dual-hosted git repository.
williamsong pushed a change to branch snapshot-branch2
in repository https://gitbox.apache.org/repos/asf/ratis.git
discard d8814a395 upgrade snapshot version
new 60d520146 RATIS-1858. Follower keeps logging first election timeout.
(#894)
new 1d07f9faf RATIS-1861. NullPointerException in readAsync when Ratis
leader is changing (#895)
new ee5bce0b7 RATIS-1862 Add the parameter whether to take Snapshot when
stopping to adapt to different services (#896)
new 3165c25e5 RATIS-1867. To uniformly manage the timeout parameters for
detecting gc. (#899)
new 31d281d10 RATIS-1870. Refactor hasMajority code during configuration
changes. (#902)
new 209bbe232 RATIS-1873. Remove RetryCache assertion that doesn't hold
(#904)
new 4b7305ac8 RATIS-1872. HeartbeatAck use in-correct callId as minCallId.
(#905)
new efeeca0e5 RATIS-1874. Add notifyLeaderReady function in IStateMachine
(#906)
new 8efe8a110 RATIS-1877. In JvmPauseMonitor, sleepTime should not be
larger than sleepDeviationThreshold (#907)
new 1aeb69d60 upgrade snapshot version
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (d8814a395)
\
N -- N -- N refs/heads/snapshot-branch2 (1aeb69d60)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
pom.xml | 4 +-
ratis-assembly/pom.xml | 2 +-
ratis-client/pom.xml | 2 +-
ratis-common/pom.xml | 2 +-
.../org/apache/ratis/util/JvmPauseMonitor.java | 61 +++++++++++++++++++---
.../java/org/apache/ratis/util/TimeDuration.java | 9 ++++
ratis-docs/pom.xml | 2 +-
ratis-examples/pom.xml | 2 +-
ratis-experiments/pom.xml | 2 +-
ratis-grpc/pom.xml | 2 +-
ratis-metrics/pom.xml | 2 +-
ratis-netty/pom.xml | 2 +-
ratis-proto/pom.xml | 2 +-
ratis-replicated-map/pom.xml | 2 +-
ratis-resource-bundle/pom.xml | 2 +-
ratis-server-api/pom.xml | 2 +-
.../apache/ratis/server/RaftServerConfigKeys.java | 12 +++++
.../apache/ratis/statemachine/StateMachine.java | 5 ++
ratis-server/pom.xml | 2 +-
.../apache/ratis/server/impl/LeaderStateImpl.java | 52 +++++-------------
.../ratis/server/impl/PeerConfiguration.java | 16 ++++--
.../ratis/server/impl/RaftConfigurationImpl.java | 20 +++++++
.../apache/ratis/server/impl/RaftServerImpl.java | 18 +++++--
.../apache/ratis/server/impl/RaftServerProxy.java | 9 ++--
.../ratis/server/impl/ReadIndexHeartbeats.java | 9 ++--
.../org/apache/ratis/server/impl/RoleInfo.java | 5 +-
.../org/apache/ratis/server/impl/ServerState.java | 16 +++---
.../ratis/server/impl/StateMachineUpdater.java | 5 +-
ratis-shell/pom.xml | 2 +-
ratis-test/pom.xml | 2 +-
ratis-tools/pom.xml | 2 +-
31 files changed, 180 insertions(+), 95 deletions(-)