Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing scheduling plan #2479

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

muhamadazmy
Copy link
Contributor

@muhamadazmy muhamadazmy commented Jan 10, 2025

Removing scheduling plan

Summary:

  • Completely remote scheduling plan
  • Schedular now updates the replication group of each partition directly in the partition table
  • PartitionRouting uses partition table replication group for routing decisions
  • The changeset does not change the behaviour of the schedular, or scheduling algorithms.

Stack created with Sapling. Best reviewed with ReviewStack.

@muhamadazmy muhamadazmy force-pushed the pr2479 branch 3 times, most recently from 003245a to 8c01d3d Compare January 10, 2025 10:03
@muhamadazmy muhamadazmy marked this pull request as ready for review January 10, 2025 11:27
Summary:
Partition table now includes the replica group for each partition. A replica group, representing the set of nodes where the partition should run, with the first node in the group designated as the leader.
Summary:
- Completely remote scheduling plan
- Schedular now updates the replication group of each partition directly in the partition table
- PartitionRouting uses partition table replication group for routing decisions
- The changeset does not change the behaviour of the schedular, or scheduling algorithms.
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