Ivan Bessonov created IGNITE-19614: -------------------------------------- Summary: Loza#startRaftGroupService takes 10 seconds on node start Key: IGNITE-19614 URL: https://issues.apache.org/jira/browse/IGNITE-19614 Project: Ignite Issue Type: Bug Reporter: Ivan Bessonov
Tests like org.apache.ignite.internal.runner.app.ItIgniteNodeRestartTest#testRestartDiffConfig show that node starts 10+ seconds when there's no majority online. The reason is one of RAFTs internal timeouts - we wait until there's a majority, and do it synchronously until we reach the timeout. This drasticly affects tests duration. -- This message was sent by Atlassian Jira (v8.20.10#820010)