sanpwc commented on a change in pull request #379:
URL: https://github.com/apache/ignite-3/pull/379#discussion_r723989767



##########
File path: modules/raft/src/main/java/org/apache/ignite/internal/raft/Loza.java
##########
@@ -55,7 +60,10 @@
     private static final int CLIENT_POOL_SIZE = Math.min(Utils.cpus() * 3, 20);
 
     /** Timeout. */
-    private static final int TIMEOUT = 1000;
+    private static final int TIMEOUT = 10000;

Review comment:
       Why we need such a big timeout? As was discussed let's try smaller one 
for all cases except changePeers, if it doesn't work lets add todo with 
corresponding ticket for timeouts research and consolidation.




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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to