arp7 commented on a change in pull request #1807:
URL: https://github.com/apache/ozone/pull/1807#discussion_r560345451



##########
File path: hadoop-hdds/common/src/main/resources/ozone-default.xml
##########
@@ -1620,18 +1620,27 @@
 
   <property>
     <name>ozone.om.ratis.minimum.timeout</name>
-    <value>1s</value>
+    <value>5s</value>

Review comment:
       Should this be the same as `ozone.om.ratis.leader.step.down.wait.time`? 
IIUC, if leader is partitioned from its peers then a new leader can be elected 
within 5 seconds however the old leader won't step down for 30 seconds. So 
there is a large interval when the old leader can be serving reads thinking 
that it is still the leader.




----------------------------------------------------------------
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to