Jay
Jay
/release
/release
Yes, and it actually performs slightly better in bank test. | Hash | Test 0 | Test 1 | Test 2 | |-|-|-|-| |1e5773cc439e5035970c1481993bc494278dfd1f (This PR) | 74051 | 69281...
/merge
I'm still getting similar false positive on 2022-10-13. ``` struct A; impl Extend for A { fn extend(&mut self, _: T) { unimplemented!() } } impl for A { fn...
Test case is missing.
Can you add some docs or examples to show how to use group broadcast?
You need to add the learner first by using `ConfChangeType::AddLearnerNode`, and then promote it to voter using `ConfChangeType::AddNode`. Adding a learner is similar with add a node.
Raft maintain the progress in leader, which can be query by `status` API. You may also want to check out https://github.com/tikv/raft-rs/issues/457.
There are known issues when building with musl. Also check https://github.com/tikv/grpc-rs/issues/327.