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

candidate-backing: modify logic to process Second message to support elastic scaling #4403

Open
Tracked by #3820
axaysagathiya opened this issue Dec 12, 2024 · 0 comments
Labels
C-simple Minor changes changes, no additional research needed. Good first issue/review. S-subsystems-backing issues related to polkadot host backing subsystem functionality. T-enhancement this issue/pr covers improvement of existing functionality.

Comments

@axaysagathiya
Copy link
Contributor

Issue summary

To support elastic scaling, we need to make some minor changes in logic to process the Second overseer message in the candidate backing subsystem.

Implementation details

make sure the local validator is not disabled before processing the candidate.

Update the logic to ensure the candidate is from our assignment

  • using the core index, validators can find parachains assigned to the core. (The claim queue will provide this info)
    We need to add a claim queue runtime method if we don't have it already.
  • The candidate's parachain ID should be in the list of parachains we get from the claim queue.

Other information and links

@axaysagathiya axaysagathiya added C-simple Minor changes changes, no additional research needed. Good first issue/review. S-subsystems-backing issues related to polkadot host backing subsystem functionality. T-implementation this issue/pr is a new feature or functionality. labels Dec 12, 2024
@axaysagathiya axaysagathiya added T-enhancement this issue/pr covers improvement of existing functionality. and removed T-implementation this issue/pr is a new feature or functionality. labels Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-simple Minor changes changes, no additional research needed. Good first issue/review. S-subsystems-backing issues related to polkadot host backing subsystem functionality. T-enhancement this issue/pr covers improvement of existing functionality.
Projects
None yet
Development

No branches or pull requests

1 participant