Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / tikv/raft-rs issues and pull requests

#549 - Refactor main loop in raft node of five node example to improve readability

Pull Request - State: open - Opened by hhwyt 25 days ago - 1 comment

#548 - Refactor main loop in raft node thread for better readability

Issue - State: open - Opened by hhwyt 25 days ago - 1 comment

#547 - remove deprecated feature "cargo-clippy"

Pull Request - State: closed - Opened by glorv 5 months ago - 1 comment

#546 - include leader and current rule info in vote log

Pull Request - State: closed - Opened by glorv 5 months ago - 2 comments

#545 - Fix typos in code comments

Pull Request - State: closed - Opened by hbisheng 5 months ago - 1 comment

#544 - How to make the leader node implement log compressio?

Issue - State: closed - Opened by wego1236 6 months ago - 6 comments

#543 - fix applied upper bound

Pull Request - State: closed - Opened by glorv 6 months ago - 2 comments

#542 - Rollback impl AssertSend

Pull Request - State: closed - Opened by tisonkun 6 months ago - 1 comment

#541 - chore: Update Build Status in README

Pull Request - State: closed - Opened by tisonkun 6 months ago

#540 - Fix the compile error while running the cargo clippy

Pull Request - State: closed - Opened by git-hulk 6 months ago - 6 comments

#539 - Provide formal specification and verification using TLA+ for Raft

Pull Request - State: closed - Opened by wego1236 6 months ago - 1 comment

#539 - Provide formal specification and verification using TLA+ for Raft

Pull Request - State: closed - Opened by wego1236 6 months ago - 1 comment

#537 - allow raft apply committed logs before they are persisted

Pull Request - State: closed - Opened by glorv 7 months ago - 6 comments

#535 - Apple M1 support

Issue - State: open - Opened by fade2black 9 months ago - 7 comments

#534 - What are vote leader and vote term?

Issue - State: open - Opened by fade2black 9 months ago - 2 comments

#533 - Update LICENSE file to contain boilerplate project owner

Pull Request - State: closed - Opened by dzmitry-huba 10 months ago - 1 comment

#530 - raft: paginate the unapplied config changes scan

Pull Request - State: closed - Opened by overvenus 12 months ago

#529 - Point etcd link to the correct repository

Pull Request - State: closed - Opened by HRKings 12 months ago

#528 - docs: fix wrong index in log rejection

Pull Request - State: closed - Opened by wego1236 about 1 year ago

#527 - Confusion about comments in raft.rs at line 1630

Issue - State: closed - Opened by wego1236 about 1 year ago - 2 comments

#526 - No std trusted raft

Pull Request - State: closed - Opened by dzmitry-huba about 1 year ago

#523 - remove useless conversion and vec to get rid of clippy warnings

Pull Request - State: closed - Opened by yaozongyou about 1 year ago - 1 comment

#521 - chore: cfg test does not work for integration tests

Pull Request - State: closed - Opened by tisonkun about 1 year ago

#520 - chore: readability for take read state

Pull Request - State: closed - Opened by tisonkun about 1 year ago - 1 comment

#519 - Picked - Support asynchronous storage writes

Issue - State: closed - Opened by tisonkun about 1 year ago - 2 comments

#518 - Feature guarded no_std support

Pull Request - State: open - Opened by dzmitry-huba about 1 year ago

#516 - No std

Pull Request - State: open - Opened by dzmitry-huba about 1 year ago

#515 - No std

Pull Request - State: closed - Opened by dzmitry-huba about 1 year ago

#513 - feature: validate term value

Pull Request - State: open - Opened by GuyLewin about 1 year ago - 2 comments

#512 - Fix: timing-based panic during prevote when using priority.

Pull Request - State: closed - Opened by GuyLewin over 1 year ago

#511 - Initialization with term=0 shouldn't be allowed

Issue - State: open - Opened by GuyLewin over 1 year ago - 11 comments

#510 - build: force use latest protobuf-build

Pull Request - State: closed - Opened by tisonkun over 1 year ago - 4 comments

#508 - Revoke pub from maybe_append

Pull Request - State: closed - Opened by tisonkun over 1 year ago - 1 comment

#506 - Is there some guidelines on calling step, ready and advance?

Issue - State: closed - Opened by tisonkun over 1 year ago - 3 comments
Labels: Question

#505 - turn on failpoints tests

Pull Request - State: closed - Opened by tisonkun over 1 year ago - 1 comment

#504 - Question - Migrate `raft-rs 0.6.0a` to `raft-rs 0.7.0`

Issue - State: closed - Opened by jopemachine over 1 year ago - 1 comment

#503 - Fix typos

Pull Request - State: closed - Opened by jopemachine over 1 year ago

#502 - Why is MsgSnapStatus considered a local message?

Issue - State: open - Opened by gmoshkin over 1 year ago - 3 comments
Labels: Question

#501 - *: bump 0.7.0

Pull Request - State: closed - Opened by BusyJay over 1 year ago

#500 - Please release 0.7.0 on `crates.io`

Issue - State: closed - Opened by ClSlaid over 1 year ago - 2 comments

#499 - Make request_snapshot more safer

Pull Request - State: closed - Opened by ethercflow over 1 year ago - 1 comment

#498 - Make request_snapshot more safer

Issue - State: closed - Opened by ethercflow over 1 year ago

#497 - File name too long during cargo build

Issue - State: open - Opened by garethhu over 1 year ago

#496 - Update to Prost 0.11

Pull Request - State: closed - Opened by agourlay almost 2 years ago - 5 comments

#495 - Introduce i64 priority for better compatibility

Pull Request - State: closed - Opened by ethercflow almost 2 years ago - 2 comments

#494 - Are there any plans to support [tracing](https://github.com/tokio-rs/tracing)?

Issue - State: closed - Opened by pidb almost 2 years ago - 1 comment

#493 - Introduce enum priority

Pull Request - State: closed - Opened by Connor1996 almost 2 years ago - 5 comments

#492 - `handle_committed_entries` after saving hard state in examples

Pull Request - State: open - Opened by e-ivkov almost 2 years ago - 4 comments

#491 - Fix clippy

Pull Request - State: closed - Opened by agourlay almost 2 years ago

#490 - Remove incorrect assertion

Pull Request - State: closed - Opened by agourlay almost 2 years ago - 3 comments

#489 - Panic in `become_leader`

Issue - State: closed - Opened by agourlay almost 2 years ago - 7 comments

#488 - How do I use the `ConfChangeType::AddLearnerNode` in `propose_conf_change`?

Issue - State: open - Opened by pidb about 2 years ago - 4 comments

#487 - How to watch the follower become leader?

Issue - State: closed - Opened by pidb about 2 years ago - 2 comments

#486 - Interface of querying the information of progress

Pull Request - State: closed - Opened by LintianShi about 2 years ago - 1 comment

#485 - Add new message type MsgGroupBroadcast and corresponding handler

Pull Request - State: open - Opened by LintianShi about 2 years ago - 4 comments

#484 - Add new message type and corresponding handler for group broadcast

Pull Request - State: closed - Opened by LintianShi about 2 years ago - 1 comment

#483 - Detach the delivery of Ready from the call to tick() to reduce commit latency.

Issue - State: closed - Opened by Anomander about 2 years ago - 1 comment

#482 - fix clippy error

Pull Request - State: closed - Opened by BusyJay about 2 years ago

#481 - fixed committed_entries in lib documentation

Pull Request - State: closed - Opened by edoardocostantinidev about 2 years ago

#480 - [doc] minor typo in library documentation

Issue - State: closed - Opened by edoardocostantinidev about 2 years ago - 1 comment

#479 - Fix a broken anchor link

Pull Request - State: open - Opened by IDJack about 2 years ago - 1 comment

#478 - Fix naming and doc for maybe_snapshot_abort

Pull Request - State: closed - Opened by agourlay over 2 years ago - 1 comment

#477 - Unclear documentation for Progress maybe_snapshot_abort

Issue - State: closed - Opened by agourlay over 2 years ago - 2 comments

#475 - raft:Fix one log append reject bug about MsgUnreachable msg

Pull Request - State: open - Opened by tier-cap over 2 years ago - 2 comments

#474 - Clarification needed: rejecting confchange

Issue - State: closed - Opened by rosik over 2 years ago - 1 comment

#473 - refactor: remove protobuf support, fix prost support

Pull Request - State: closed - Opened by MrCroxx over 2 years ago - 1 comment

#472 - Snapshot gets rejected unless the node is already a part of the ConfState

Issue - State: closed - Opened by rosik over 2 years ago - 3 comments

#471 - Clarification needed: processing ready state

Issue - State: closed - Opened by rosik over 2 years ago - 1 comment

#470 - Using PROST in `Error`

Issue - State: closed - Opened by e-ivkov over 2 years ago - 3 comments
Labels: Question

#469 - add prev_lead_transferee into Ready

Pull Request - State: closed - Opened by hicqu over 2 years ago - 8 comments

#467 - Where is struct Message defined?

Issue - State: closed - Opened by betwins over 2 years ago - 3 comments
Labels: Question

#466 - proto: update prost to 0.9

Pull Request - State: closed - Opened by BusyJay over 2 years ago

#465 - Ignore async entries when leadership or term is changed

Pull Request - State: closed - Opened by Connor1996 over 2 years ago - 2 comments

#464 - *: fix missing features

Pull Request - State: closed - Opened by BusyJay over 2 years ago

#463 - Crate won't build

Issue - State: closed - Opened by sp1ff over 2 years ago - 2 comments

#462 - Fix async entries fetched callback panic on removed node

Pull Request - State: closed - Opened by Connor1996 over 2 years ago - 1 comment

#461 - Add check_quorum setter

Pull Request - State: closed - Opened by v01dstar over 2 years ago - 4 comments

#460 - add unit test for find_conflict_by_term

Pull Request - State: open - Opened by JayiceZ almost 3 years ago

#459 - Support fetch raft entry in async way

Pull Request - State: closed - Opened by Connor1996 almost 3 years ago - 8 comments

#458 - Remove unnecessary collection creation to pass clippy check

Pull Request - State: closed - Opened by chenziya almost 3 years ago - 3 comments

#457 - How does learner become follower?

Issue - State: closed - Opened by sargarass almost 3 years ago - 6 comments
Labels: Question

#456 - deps: Upgrade prost to 0.8

Pull Request - State: closed - Opened by Xuanwo about 3 years ago - 5 comments

#455 - fix a typo in crate doc

Pull Request - State: closed - Opened by Fomalhauthmj about 3 years ago - 2 comments

#454 - reduce some indents to make code more clear

Pull Request - State: open - Opened by egmkang about 3 years ago - 1 comment

#453 - Fix link

Pull Request - State: closed - Opened by ofek about 3 years ago

#452 - adjust_max_inflight_msgs shouldn't make program panic

Pull Request - State: closed - Opened by hicqu about 3 years ago

#451 - Fix protobuf dependency invalid semver for cargo 1.54 for v0.5.x

Pull Request - State: open - Opened by jeanphilippeD about 3 years ago - 2 comments

#450 - support to adjust max inflight msgs

Pull Request - State: closed - Opened by hicqu about 3 years ago - 1 comment

#449 - RUSTSEC-2021-0073 in prost 0.7

Issue - State: closed - Opened by lilyball about 3 years ago - 2 comments

#448 - introduce elastic inflight to save memory

Pull Request - State: closed - Opened by hicqu about 3 years ago - 5 comments

#447 - Support to fetch entries asynchronously

Issue - State: open - Opened by hicqu over 3 years ago - 4 comments

#446 - How to handle committed ConfChangeV2

Issue - State: open - Opened by haraldng over 3 years ago - 2 comments

#445 - Error when building with default features off in 0.6.0

Issue - State: closed - Opened by haraldng over 3 years ago - 1 comment

#444 - use github actions

Pull Request - State: closed - Opened by BusyJay over 3 years ago