feat(peer): converge Mesh reachability leases - #4568
Merged
M4n5ter merged 13 commits intoSep 3, 2026
Merged
Conversation
M4n5ter
force-pushed
the
feat/peer-mesh-reachability-convergence
branch
from
September 2, 2026 16:27
484fe6e to
3627604
Compare
M4n5ter
marked this pull request as ready for review
September 2, 2026 16:27
M4n5ter
force-pushed
the
feat/peer-mesh-reachability-convergence
branch
from
September 2, 2026 17:29
3627604 to
19edc5d
Compare
M4n5ter
force-pushed
the
feat/peer-mesh-reachability-convergence
branch
from
September 2, 2026 18:16
19edc5d to
549a5bc
Compare
M4n5ter
force-pushed
the
feat/peer-mesh-reachability-convergence
branch
from
September 2, 2026 18:47
549a5bc to
c372473
Compare
M4n5ter
force-pushed
the
feat/peer-mesh-reachability-convergence
branch
from
September 2, 2026 19:35
c372473 to
9277728
Compare
M4n5ter
force-pushed
the
feat/peer-mesh-reachability-convergence
branch
from
September 2, 2026 20:01
9277728 to
d2241bc
Compare
M4n5ter
force-pushed
the
feat/peer-mesh-reachability-convergence
branch
from
September 2, 2026 20:49
d2241bc to
a2d2042
Compare
M4n5ter
force-pushed
the
feat/peer-mesh-reachability-convergence
branch
from
September 2, 2026 21:53
f63c1c7 to
30ab6ff
Compare
Generated-by: Codex (gpt-5.6-sol)
Generated-by: Codex (gpt-5.6-sol)
Generated-by: Codex (gpt-5.6-sol)
Generated-by: Codex (gpt-5.6-sol)
Generated-by: Codex (gpt-5.6-sol)
Generated-by: Codex (gpt-5.6-sol)
Generated-by: Codex (gpt-5.6-sol)
Generated-by: Codex (gpt-5.6-sol)
Generated-by: Codex (gpt-5.6-sol)
Generated-by: Codex (gpt-5.6-sol)
Generated-by: Codex (gpt-5.6-sol)
Generated-by: Codex (gpt-5.6-sol)
Generated-by: Codex (gpt-5.6-sol)
M4n5ter
force-pushed
the
feat/peer-mesh-reachability-convergence
branch
from
September 2, 2026 23:56
7d2da11 to
a8f119a
Compare
jackwener
approved these changes
Sep 3, 2026
jackwener
left a comment
Member
There was a problem hiding this comment.
Approved at exact head a8f119a9ceb293763163d6a70f044db80f6f69a9 at the explicit direction of M4n5ter. No technical review was performed as part of this action; M4n5ter requested the approval and accepts responsibility for subsequent handling.
Review notice: This approval was submitted by an automated review agent operated by WAWQAQ and is published at the direction of M4n5ter, who requested this action and is the human accountable for it.
Joob1n
added a commit
to Joob1n/maka-agent
that referenced
this pull request
Sep 3, 2026
Two new system_note kinds and the reshaped lastRequestAnchor land in @maka/core's closed allowlists. A merge-base client handshakes on strict epoch equality and would then fail to decode the first transcript carrying them; the epoch moves so the pair refuses each other at the handshake (main is at 98 after apache#4561/apache#4568, so this lands as 99). Refs apache#4559 Generated-by: Claude Code Claude-Session: https://claude.ai/code/session_014ajaRxC4jydavY9nYUFj5J
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
connecting,reachable,reconnecting, andneeds_repairstatesRefs #4554
Verification
Verified on the complete stacked head after rebasing from
mainateacfb46aa7ec93273bf468335f4270bba62d35a5:npm run typechecknpm run lintnpm run format:checknpm run rebuildnpm run test:dist- all workspace tests passednpm run check:renderer-architecture- 71 passednpm run check:release- 192 passedgit diff --checkcargo fmt --manifest-path native/runtime-host-peer/Cargo.toml -- --checkcargo clippy --locked --all-targets --manifest-path native/runtime-host-peer/Cargo.toml -- -D warningscargo test --locked --manifest-path native/runtime-host-peer/Cargo.toml- 28 passedimmutable installed-CLI tarball smoke
focused Peer Mesh and reachability suites - 27 passed, including 23 Peer Mesh cases
Review focus
The convergence protocol is bounded: one rotating non-authority peer per active Mesh per pass, two evidence records per response page, one retained lease per peer, and a 24-hour recovery horizon. Receipts and completed sweeps are retained only for active remote roster members.
AI use
Tool(s) and scope: Codex implemented and verified the change under maintainer direction.
Checklist
Does this PR entail a change in behavior?