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

databendlabs / openraft / 19159141754
88%

Build:
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.625% (+0.1%) from 91.494%
19159141754

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()`

12877 of 14054 relevant lines covered (91.63%)

132596.83 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
82.09
0.0% openraft/src/metrics/serde_instant.rs
1
83.6
1.75% openraft/src/replication/mod.rs
3
0.0
-100.0% openraft/src/network/rpc_type.rs
Jobs
ID Job ID Ran Files Coverage
1 19159141754.1 07 Nov 2025 05:30AM UTC 216
91.63
GitHub Action Run
Source Files on build 19159141754
  • Tree
  • List 216
  • Changed 9
  • Source Changed 6
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #19159141754
  • 116e9f1c on github
  • Prev Build on main (#19139505174)
  • Next Build on main (#19225282219)
  • 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