Skip to content

feat: multi-group raft and leader-aware routing#7

Merged
poyrazK merged 1 commit intomainfrom
feature/phase-7-replication-ha
Mar 4, 2026
Merged

feat: multi-group raft and leader-aware routing#7
poyrazK merged 1 commit intomainfrom
feature/phase-7-replication-ha

Conversation

@poyrazK
Copy link
Owner

@poyrazK poyrazK commented Mar 3, 2026

Implementation of Phase 7 (Steps 1-3): Multi-Raft manager, leader-aware routing in DistributedExecutor, and stable RPC teardown.

@coderabbitai
Copy link

coderabbitai bot commented Mar 3, 2026

Warning

Rate limit exceeded

@poyrazK has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 14 minutes and 53 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.

📥 Commits

Reviewing files that changed from the base of the PR and between 5c44faf and 53f2616.

📒 Files selected for processing (17)
  • CMakeLists.txt
  • include/catalog/catalog.hpp
  • include/common/cluster_manager.hpp
  • include/distributed/raft_group.hpp
  • include/distributed/raft_types.hpp
  • include/executor/query_executor.hpp
  • include/network/rpc_client.hpp
  • include/network/rpc_server.hpp
  • src/catalog/catalog.cpp
  • src/distributed/distributed_executor.cpp
  • src/distributed/raft_group.cpp
  • src/distributed/raft_manager.cpp
  • src/executor/query_executor.cpp
  • src/main.cpp
  • src/network/rpc_client.cpp
  • src/network/rpc_server.cpp
  • tests/multi_raft_tests.cpp
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feature/phase-7-replication-ha

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@poyrazK poyrazK merged commit 53f2616 into main Mar 4, 2026
3 of 5 checks passed
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.

1 participant