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

Implement an initial selection process for the Consensus Node to pick a Block Node (pick at random) #16163

Open
Tracked by #15428
derektriley opened this issue Oct 24, 2024 · 0 comments

Comments

@derektriley
Copy link
Contributor

derektriley commented Oct 24, 2024

This issue is to implement the initial connection to the Block Node from the Consensus Node.
Determine how we will keep track of BN connection information.

  • Every CN should be configured (know about) all BN's
  • Every H hours the CN picks a random BN
    -- H is rand number between H1 and H2
  • If the BN is responsive, then each CN uses that BN for the remaining H hours.
  • If the BN is down/unresponsive then each CN using that BN will pick another BN at random for remaining H hours.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant