You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `Raft::add_learner()` method, when invoked with the `blocking`
parameter set to `true`, should block forever until the learner
synchronizes its logs with the leader.
In its current implementation, `add_learner()` calls the `Raft::wait()`
method, which has a default timeout of `500ms`. To achieve the desired
blocking behavior, the default timeout should be increased
significantly.
- Fix: #846
0 commit comments