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

databendlabs / openraft / 29077628513 / 1
87%
main: 87%

Build:
DEFAULT BRANCH: main
Ran 10 Jul 2026 07:49AM UTC
Files 264
Run time 8s
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

10 Jul 2026 07:41AM UTC coverage: 87.18% (+0.01%) from 87.168%
29077628513.1

push

github

drmingdrmer
fix: wait for recovery commit to cover local log

# Summary

Wait for recovery now pins to a quorum-confirmed commit that covers the
node's durable log tail, preventing restarted followers from stopping at
an older leader commit during delayed replication.

# Details

Previously, wait_for_recovery returned after the first non-null
cluster_committed value and then waited only for that older index to
apply. With delayed RPCs, a restarted follower could observe commit
index 4 before the leader's commit index 5 arrived, so recovery
completed before the state machine reached its pre-restart state.

The recovery wait now requires cluster_committed to cover the node's
current durable log tail before applying the second-phase wait. The
storage and API docs were updated to describe that stronger recovery
condition.

17429 of 19992 relevant lines covered (87.18%)

157460.13 hits per line

Source Files on job 29077628513.1
  • Tree
  • List 264
  • Changed 3
  • Source Changed 2
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 29077628513
  • 97d92771 on github
  • Prev Job for on main (#28996704180.1)
  • Next Job for on main (#29079856810.1)
  • 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