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

[Proposal] run-client script may induce incredible load on bootstrap nodes on network update #3270

Open
Meshiest opened this issue May 23, 2024 · 0 comments

Comments

@Meshiest
Copy link
Contributor

💥 Proposal

The run-client.sh script will trigger a reboot of all clients using the bootstrap nodes as the only initial peers.

As this happens every 1800 seconds (30 minutes), it should be expected that nearly every client in the network will be restarting within 30 minutes of the update. For an example network with 10K clients, this would induce a load of ~333 clients per minute on the bootstrap clients.

Proposals that might help reduce network load:

  • pull only on tags/releases
  • require manual user input
  • manual opt-in for reboots on minor changes
  • increase duration from 30 minutes

This could impact the expectations for client sync test case 3 (900 fringe clients)

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

No branches or pull requests

1 participant