You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2020/10/30 08:43:13 UTC

[GitHub] [iotdb] jt2594838 commented on a change in pull request #1894: limit log size of logDispatcher

jt2594838 commented on a change in pull request #1894:
URL: https://github.com/apache/iotdb/pull/1894#discussion_r514944799



##########
File path: cluster/src/main/java/org/apache/iotdb/cluster/server/member/RaftMember.java
##########
@@ -1524,7 +1529,7 @@ private AppendLogResult sendLogToFollowers(Log log, AtomicInteger voteCounter) {
     try {
       if (allNodes.size() > 2) {
         // if there are more than one followers, send the requests in parallel so that one slow
-        // follower will not
+        // follower will not blocked

Review comment:
       be blocked




----------------------------------------------------------------
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