• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

databendlabs / openraft / 19408045955

Builds Branch Commit Type Ran Committer Via Coverage
19408045955 main feat: Add `RaftVoteExt::to_committed_leader_id()` push 16 Nov 2025 03:45PM UTC drmingdrmer github
92.23
19404204080 main feat: add `write()` builder API for Raft client writes Introduce a new builder-pattern API for submitting write requests to Raft. The `write()` method returns a `WriteRequest` builder that can be configured before execution, providing a cleaner a... push 16 Nov 2025 10:29AM UTC drmingdrmer github
92.18
19403608136 release-0.10 feat: add convenience API methods to Raft Add simple getter methods inspired by JRaft's API design to improve ergonomics when querying basic cluster state information. Changes: - Add is_leader() method to check leader status - Add node_id() meth... push 16 Nov 2025 09:35AM UTC drmingdrmer github
92.17
19400308767 main feat: add convenience API methods to Raft Add simple getter methods inspired by JRaft's API design to improve ergonomics when querying basic cluster state information. Changes: - Add is_leader() method to check leader status - Add node_id() meth... push 16 Nov 2025 04:30AM UTC drmingdrmer github
92.14
19392786779 release-0.10 feat: add changed and next methods to WatchProgress Add two new methods to WatchProgress for watching value changes. The changed() method provides low-level change notifications, while next() offers a convenience method for getting the next chang... push 15 Nov 2025 04:58PM UTC drmingdrmer github
92.08
19392754660 main feat: add changed and next methods to WatchProgress Add two new methods to WatchProgress for watching value changes. The changed() method provides low-level change notifications, while next() offers a convenience method for getting the next chang... push 15 Nov 2025 04:54PM UTC drmingdrmer github
92.13
19391618405 main refactor: extract test fixture types into separate modules Split the large test fixtures module into focused submodules for better organization and maintainability. Each RPC-related type now lives in its own file with clear naming. push 15 Nov 2025 03:12PM UTC drmingdrmer github
92.13
19390656609 release-0.10 fix: prevent heartbeat-induced log reversion panic Use per-follower matching log id in heartbeat `prev_log_id` instead of committed log id to prevent false reversion detection when followers fall behind. Problem: When using committed log id `c`... push 15 Nov 2025 01:44PM UTC drmingdrmer github
92.13
19390618212 main fix: prevent heartbeat-induced log reversion panic Use per-follower matching log id in heartbeat `prev_log_id` instead of committed log id to prevent false reversion detection when followers fall behind. Problem: When using committed log id `c`... push 15 Nov 2025 01:41PM UTC drmingdrmer github
92.05
19359053211 release-0.10 refactor: optimize client responder management with VecDeque-based queue (#1336) This commit addresses issue #1336 by replacing the BTreeMap-based client responder storage with an optimized queue structure that leverages VecDeque with binary sear... push 14 Nov 2025 08:42AM UTC xp-trumpet github
92.05
19358640636 main refactor: optimize client responder management with VecDeque-based queue (#1336) This commit addresses issue #1336 by replacing the BTreeMap-based client responder storage with an optimized queue structure that leverages VecDeque with binary sear... push 14 Nov 2025 08:26AM UTC xp-trumpet github
92.05
19285253155 main chore: move ReplicationError to separate file push 12 Nov 2025 03:25AM UTC drmingdrmer github
91.66
19233998997 main feat: example: handle gRPC payload size limit in append_entries Implement automatic chunking for append_entries when gRPC payload exceeds message size limits. When the server returns OutOfRange error, the client automatically retries by splitting... push 10 Nov 2025 01:57PM UTC drmingdrmer github
91.58
19225282219 main refactor: progress: remove last_log_id from Inflight::Snapshot Remove the `last_log_id` field from `Inflight::Snapshot` variant in the progress tracking system. The snapshot last log id is not needed for tracking inflight replication state since ... push 10 Nov 2025 08:28AM UTC drmingdrmer github
91.48
19159141754 main change: Remove `PayloadTooLarge` error and automatic retry logic Payload size management should be handled by the application's `RaftNetwork` implementation, not by Openraft's replication core. When `append_entries` hits transport size limits, th... push 07 Nov 2025 05:30AM UTC drmingdrmer github
91.63
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • 16
  • 17
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc