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

databendlabs / openraft / 19159141774
88%
main: 88%

Build:
Build:
LAST BUILD BRANCH: release-0.10
DEFAULT BRANCH: main
Ran 07 Nov 2025 05:30AM UTC
Jobs 1
Files 216
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

07 Nov 2025 03:10AM UTC coverage: 91.582% (+0.1%) from 91.434%
19159141774

push

github

drmingdrmer
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, the network layer should chunk and resend transparently
instead of returning `PayloadTooLarge` to trigger retries in the replication core.

Applications should use `Config::max_payload_entries` to control payload size
and handle edge cases in their `RaftNetwork` implementation.

Removes:
- `PayloadTooLarge` error type and all handling
- `ReplicationHint` mechanism for dynamic entry limiting
- Automatic retry logic in replication core

Upgrade tip:

Handle payload too large error in the implementation of
`RaftNetwork::append_entries()` or `RaftNetworkV2::append_entries()`

12871 of 14054 relevant lines covered (91.58%)

132862.54 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
3
0.0
-100.0% openraft/src/network/rpc_type.rs
30
88.9
-0.03% openraft/src/core/raft_core.rs
Jobs
ID Job ID Ran Files Coverage
1 19159141774.1 07 Nov 2025 05:30AM UTC 216
91.58
GitHub Action Run
Source Files on build 19159141774
  • Tree
  • List 216
  • Changed 10
  • Source Changed 9
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #19159141774
  • 116e9f1c on github
  • Prev Build on release-0.10 (#19132305171)
  • Next Build on release-0.10 (#19359053211)
  • Delete
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

© 2026 Coveralls, Inc