You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ratis.apache.org by GitBox <gi...@apache.org> on 2020/06/22 04:27:08 UTC

[GitHub] [incubator-ratis] runzhiwang commented on a change in pull request #134: RATIS-982. Fix RaftServerImpl illegal transition from RUNNING to RUNNING

runzhiwang commented on a change in pull request #134:
URL: https://github.com/apache/incubator-ratis/pull/134#discussion_r443311277



##########
File path: ratis-server/src/main/java/org/apache/ratis/server/impl/RaftServerImpl.java
##########
@@ -118,6 +121,8 @@
     this.jmxAdapter = new RaftServerJmxAdapter();
     this.leaderElectionMetrics = LeaderElectionMetrics.getLeaderElectionMetrics(this);
     this.raftServerMetrics = RaftServerMetrics.getRaftServerMetrics(this);
+
+    this.finishStart = new AtomicBoolean(false);

Review comment:
       @bshashikant Thanks for review. I have updated the patch.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org