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

improve 1:N poet registering #5809

Closed
hieixu opened this issue Apr 6, 2024 · 1 comment
Closed

improve 1:N poet registering #5809

hieixu opened this issue Apr 6, 2024 · 1 comment

Comments

@hieixu
Copy link

hieixu commented Apr 6, 2024

Description

I have a large node with 700 keys in latest cg. My node is runnng on a Debian box with i7-8700 and 32G ram. I set smeshing-opts-verifying-min-workers to 6. But when registering start, I found atxBuilder use much time on verifying ATX chain. Even after 1 hour, it can't finish atxBuilding. All my keys failed to register.

I hope we can improve this step.

  1. Warn on node startup when detect large keys with small verifying workers.
  2. When some keys finish atx-building then start register using seperate thread. ( not all keys fail in the worst case)
  3. Improve atx-buiding speed if possible
@hieixu
Copy link
Author

hieixu commented May 14, 2024

This fixed by #5904

@hieixu hieixu closed this as completed May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

2 participants