Closed Darm0n closed 1 year ago
Unfortunately, as this crate has not been rigorously tested and produced, perhaps it is marked as being in a prototype stage.
If you are interested, you can commit a patch to fix this issue.
I think I will eventually return to this project, but I can't make any guarantees.
thread 'tokio-runtime-worker' panicked at 'unexpected error getting unapplied entries [256, 256): Store(Compacted), raft_id: 2, version: 0.1.0', .cargo/git/checkouts/raft-rs-42b8049ef2e3af07/eec5ead/src/raft.rs:1338:17
This issue could be resolved as the same way with https://github.com/lablup/riteraft-py/issues/8
Hi all, I use this library in my project, and find it will crash after 255th commit. I also test the example code, it also crashes after subunit around 255 puts. Here is one log from my project, the crash occurs when the mailbox sends a message and receives an error result.
Crash code line82 on example let result = data.0.send(message).await.unwrap();