rpuch commented on code in PR #1604:
URL: https://github.com/apache/ignite-3/pull/1604#discussion_r1097001887
##########
modules/runner/src/integrationTest/java/org/apache/ignite/internal/AbstractClusterIntegrationTest.java:
##########
@@ -71,7 +75,8 @@ public abstract class AbstractClusterIntegrationTest extends
BaseIgniteAbstractT
+ " gossipInterval: 10\n"
+ " },\n"
+ " }\n"
- + " }\n"
+ + " },"
+ + " cluster.failoverTimeout: 0\n"
Review Comment:
Well, it seems to be about CMG, not about the network. You already suggested
that we revisit all configuration properties, we could handle this property
there as well.
--
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]