issues
search
databendlabs
/
openraft
rust raft with improvements
Apache License 2.0
1.41k
stars
158
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Chore: enable serde feature in example code
#1270
getong
opened
12 hours ago
2
Chroe: change repo url to https://github.com/databendlabs/openraft
#1269
getong
opened
16 hours ago
1
Change: Replace `loosen-follower-log-revert` feature flag with `Config::allow_log_reversion`
#1268
drmingdrmer
opened
1 day ago
0
Relax request ordering to lower the read-request latency
#1267
drmingdrmer
opened
2 days ago
1
Apply without generating response
#1266
m-mueller678
opened
4 days ago
6
Feature: Retrieve Key Log IDs via `RaftLogReader::get_key_log_ids()`
#1264
drmingdrmer
closed
3 weeks ago
0
Doc: update getting-started
#1263
drmingdrmer
closed
3 weeks ago
0
Test: split storage test get_initial_state_membership_from_log_and_sm() into 3 sub tests
#1262
drmingdrmer
closed
3 weeks ago
0
Allow overriding `LogIdList::load_log_ids` by providing the information directly from the state machine or log reader
#1261
schreter
closed
3 weeks ago
5
Use existing log for replication, even if purged from the PoV of `openraft`
#1260
schreter
closed
1 month ago
3
Feature: `Raft::trigger()::allow_next_revert()` allow to reset replication for next detected follower log revert
#1259
drmingdrmer
closed
1 month ago
0
CI: upgrade workflow actions
#1258
drmingdrmer
closed
1 month ago
0
Chore: fix feature specific lint warnings
#1257
drmingdrmer
closed
1 month ago
0
clean up feature-specific lint warnings
#1256
drmingdrmer
closed
1 month ago
1
Refactor: remvoe `Copy` bound from `NodeId`
#1255
drmingdrmer
closed
1 month ago
2
Refactor: introducing CommittedVote, NonCommittedVote, and RefVote types
#1254
drmingdrmer
closed
1 month ago
0
Doc: Add use case, RobustMQ
#1253
socutes
closed
1 month ago
1
Bug in I/O sequence handling in initialization
#1252
schreter
closed
1 month ago
7
Make `loosen-follower-log-revert` a runtime functionality instead of a feature
#1251
schreter
closed
1 month ago
2
Remove `Copy` Bound from `NodeId`
#1250
drmingdrmer
closed
1 month ago
2
Add an API that blocks until logs replay is done if `save_committed()` is implemented
#1249
SteveLauC
closed
2 months ago
5
Refactor: Improve log entry processing on startup
#1248
drmingdrmer
closed
2 months ago
0
Fix: When a Leader starts up, it should re-apply all logs
#1247
drmingdrmer
closed
2 months ago
0
Missing log replay on single-node restart (bug?)
#1246
schreter
closed
2 months ago
4
Doc: Example description in README
#1245
drmingdrmer
closed
2 months ago
0
Fix: Prevent panic when calling `Raft::change_membership()` on uninitialized node
#1244
drmingdrmer
closed
2 months ago
0
Fix: Prevent panic when calling `Raft::change_membership()` on uninitialized node
#1243
drmingdrmer
closed
2 months ago
0
panic in `src/membership/membership.rs:309:51`
#1242
sebadob
closed
2 months ago
5
Doc: update doc of heartbeat metric
#1241
SteveLauC
closed
3 months ago
0
Doc: Add documentation for `AsyncRuntime::Watch` traits
#1240
drmingdrmer
closed
3 months ago
0
Doc: update architecture: add heartbeat worker
#1239
drmingdrmer
closed
3 months ago
0
Improper use of `Raft::metrics()` can block the RaftCore async task and underlying OS thread
#1238
SteveLauC
closed
3 months ago
1
Fix: minimal versions check
#1237
sebadob
closed
3 months ago
7
Logs spam from `openraft::engine::handler::vote_handler`
#1236
sebadob
closed
3 months ago
3
New release to remove version pin of proc-macro2
#1234
thalesfragoso
closed
3 months ago
3
Feature: Add MPSC channel to AsyncRuntime
#1233
drmingdrmer
closed
3 months ago
0
Refactor: Move storage struct into separate files
#1232
drmingdrmer
closed
3 months ago
0
Refactor: Remove `request_id` from replication
#1231
drmingdrmer
closed
3 months ago
0
Chore: bump deps to latest version
#1230
ariesdevil
closed
3 months ago
2
Refactor: Snapshot with same last log id can be installed
#1229
drmingdrmer
closed
3 months ago
0
Chore: don't gate mod testing with feat tokio-rt
#1228
SteveLauC
closed
3 months ago
0
Test: make store/state machine tests rt-agnostic
#1227
SteveLauC
closed
3 months ago
1
Refactor: refine method names for `TransferLeaderRequest`
#1226
drmingdrmer
closed
3 months ago
0
Refactor: Send heartbeat with dedicated workers
#1225
drmingdrmer
closed
3 months ago
4
Refactor: Send heartbeat with dedicated workers
#1224
drmingdrmer
closed
3 months ago
1
Refactor: Move `sleep_until()` and `timeout_at()` out of `AsyncRuntime` trait
#1223
drmingdrmer
closed
4 months ago
1
Refactor: ignore notification for Leader/Candidate when node is in such state
#1222
drmingdrmer
closed
4 months ago
0
Feature: Transfer Leader
#1221
drmingdrmer
closed
4 months ago
0
Fix: (0.10) Clarify that receiving an equal vote does not grant leadership.
#1220
drmingdrmer
closed
4 months ago
0
Test: add an AsyncRuntime test suite
#1219
SteveLauC
closed
3 months ago
6
Next