Aleksandr Polovtcev created IGNITE-18682:
--------------------------------------------
Summary: Move Raft timeouts to Raft configuration
Key: IGNITE-18682
URL: https://issues.apache.org/jira/browse/IGNITE-18682
Project: Ignite
Issue Type: Improvement
Reporter: Aleksandr Polovtcev
Assignee: Aleksandr Polovtcev
Default RaftManager implementation (aka Loza) contains multiple hardcoded
timeout values:
# # RETRY_TIMEOUT - timeout between network invocations
# RPC_TIMEOUT - timeout for waiting for a network response
# DELAY - delay between retry attempts
These values should be extracted into RaftConfiguration, so that they can be
changed in tests, for example.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)