Skip to content

feat(node): extend lease transport surface for M9-T09#93

Merged
skel84 merged 1 commit intomainfrom
issue-86-m9-lease-surface
Mar 19, 2026
Merged

feat(node): extend lease transport surface for M9-T09#93
skel84 merged 1 commit intomainfrom
issue-86-m9-lease-surface

Conversation

@skel84
Copy link
Owner

@skel84 skel84 commented Mar 19, 2026

Summary

  • switch the node API and wire codec to the approved lease-centric surface
  • expose flattened committed fields, current_lease_id, and ordered member_resource_ids
  • keep live and recovered lease reads aligned through new bundle/recovery regression coverage

Validation

  • cargo test -p allocdb-node api -- --nocapture
  • ./scripts/preflight.sh

Closes #86

@coderabbitai
Copy link

coderabbitai bot commented Mar 19, 2026

Warning

Rate limit exceeded

@skel84 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 9 minutes and 51 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 5b7c10a1-c930-4659-80cf-e26c4929b0cb

📥 Commits

Reviewing files that changed from the base of the PR and between efaf307 and 50b4969.

📒 Files selected for processing (10)
  • crates/allocdb-core/src/state_machine_members.rs
  • crates/allocdb-node/src/api.rs
  • crates/allocdb-node/src/api_codec.rs
  • crates/allocdb-node/src/api_tests.rs
  • crates/allocdb-node/src/bin/allocdb-jepsen/events.rs
  • crates/allocdb-node/src/bin/allocdb-jepsen/tests.rs
  • crates/allocdb-node/src/bin/allocdb-local-cluster.rs
  • crates/allocdb-node/src/lib.rs
  • crates/allocdb-node/tests/local_cluster_runner.rs
  • docs/status.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch issue-86-m9-lease-surface
📝 Coding Plan
  • Generate coding plan for human review comments

Comment @coderabbitai help to get the list of available commands and usage tips.

@skel84
Copy link
Owner Author

skel84 commented Mar 19, 2026

@coderabbitai summary

@coderabbitai
Copy link

coderabbitai bot commented Mar 19, 2026

✅ Actions performed

Summary regeneration triggered.

@skel84 skel84 merged commit 6f04a5a into main Mar 19, 2026
3 checks passed
@skel84 skel84 deleted the issue-86-m9-lease-surface branch March 19, 2026 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

M9-T09 Extend WAL, snapshot, recovery, and transport surfaces for lease primitives

1 participant