hachikuji commented on a change in pull request #10179:
URL: https://github.com/apache/kafka/pull/10179#discussion_r583247616



##########
File path: raft/src/main/java/org/apache/kafka/raft/RaftConfig.java
##########
@@ -79,12 +84,12 @@
     public static final String QUORUM_REQUEST_TIMEOUT_MS_CONFIG = 
QUORUM_PREFIX +
         CommonClientConfigs.REQUEST_TIMEOUT_MS_CONFIG;
     public static final String QUORUM_REQUEST_TIMEOUT_MS_DOC = 
CommonClientConfigs.REQUEST_TIMEOUT_MS_DOC;
-    public static final int DEFAULT_QUORUM_REQUEST_TIMEOUT_MS = 20_000;
+    public static final int DEFAULT_QUORUM_REQUEST_TIMEOUT_MS = 4_000;

Review comment:
       Does it make sense for this to be lower than the fetch timeout? After 
the fetch timeout, we effectively give up on pending requests anyway.




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to