This is an automated email from the ASF dual-hosted git repository.

dragonyliu pushed a change to branch branch-2
in repository https://gitbox.apache.org/repos/asf/ratis.git


    from 913ed630e RATIS-1642. Specify the thread-safety requirement in 
StateMachine. (#709)
     new ef3b9b124 RATIS-1586. Set useCacheForAllThreads default to false. 
(#651)
     new d7fdfd982 RATIS-1680. TestLeaderInstallSnapshot creates untracked 
files (#719)
     new 87d7d0144 RATIS-1638. Separate first election timeout (#713)

The 3 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:
 .../main/java/org/apache/ratis/conf/ConfUtils.java | 14 ++++++-
 .../main/java/org/apache/ratis/util/JavaUtils.java | 47 +++++++++++++++++++++-
 .../java/org/apache/ratis/grpc/GrpcFactory.java    | 24 ++++++++---
 .../apache/ratis/server/RaftServerConfigKeys.java  | 39 ++++++++++++++++--
 .../apache/ratis/server/impl/RaftServerImpl.java   | 17 ++++++++
 .../org/apache/ratis/server/impl/ServerState.java  |  1 +
 .../ratis/InstallSnapshotFromLeaderTests.java      | 24 ++++++++---
 .../org/apache/ratis/grpc/TestGrpcFactory.java     | 24 ++++++-----
 8 files changed, 162 insertions(+), 28 deletions(-)
 copy 
ratis-metrics/src/main/java/org/apache/ratis/metrics/impl/MetricRegistryFactoryImpl.java
 => ratis-test/src/test/java/org/apache/ratis/grpc/TestGrpcFactory.java (63%)

Reply via email to