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

Slowness observed in non-validator nodes when pushing blocks #2874

Open
viquezclaudio opened this issue Sep 2, 2024 · 1 comment
Open

Slowness observed in non-validator nodes when pushing blocks #2874

viquezclaudio opened this issue Sep 2, 2024 · 1 comment
Assignees

Comments

@viquezclaudio
Copy link
Member

No description provided.

@viquezclaudio viquezclaudio self-assigned this Sep 2, 2024
@Eligioo
Copy link
Member

Eligioo commented Sep 3, 2024

Acquired with the viquezcl/testing_updated branch in release mode on the public testnet:

2024-09-03T11:00:03.095526418Z DEBUG queue                | Received block via gossipsub block=#3460465:MI:8593889666 peer_id=12D3KooWDUUt3n39ecY2tznozgqUMkiMq8fy3B7qMrfu5x6JcGCm
2024-09-03T11:00:03.201698727Z DEBUG push                 | Upgraded blockchain lock, took 406.589µs
2024-09-03T11:00:03.252688578Z DEBUG push                 | Validity check complete, took 50.685442ms
2024-09-03T11:00:03.252756500Z DEBUG push                 | Verify state per commit complete, took 639ns
2024-09-03T11:00:03.534781047Z DEBUG accounts             | ----------> Commiting transactions complete, took 281.862336ms
2024-09-03T11:00:03.534824553Z DEBUG accounts             | ----------> Commiting inherents complete, took 526ns
2024-09-03T11:00:03.534833236Z DEBUG accounts             | ------> Commit batch complete, took 281.924584ms
2024-09-03T11:00:03.534844808Z DEBUG trie                 | ------------> Get missing range complete, took 4.501µs
2024-09-03T11:00:03.561511550Z DEBUG trie                 | ------------> Update hashes complete, took 26.652641ms
2024-09-03T11:00:03.561713628Z DEBUG accounts             | ------> Update root complete, took 26.872481ms
2024-09-03T11:00:03.561850924Z DEBUG accounts             | --- accounts.commit() complete, took 309.061357ms
2024-09-03T11:00:04.218240648Z DEBUG accounts             | --- history_store.add_block() complete, took 655.515427ms
2024-09-03T11:00:04.219689754Z DEBUG push                 | Commit accounts complete, took 966.908595ms
2024-09-03T11:00:04.220707361Z DEBUG push                 | Verify state posst complete, took 981.431µs
2024-09-03T11:00:04.220750875Z DEBUG push                 | Check and commit complete, took 1.01875292s
2024-09-03T11:00:04.394762221Z DEBUG push                 | Commit complete, took 171.451912ms
2024-09-03T11:00:04.394975724Z DEBUG push                 | Accepted block block=#3460465:MI:8593889666 num_transactions=714 kind="extend" duration=1.193691289s
2024-09-03T11:00:00.451553866Z DEBUG queue                | Received block via gossipsub block=#3460462:MI:30cacae03d peer_id=12D3KooWGLtJ7dchvSDV4JNT99QUzLpRdHGCGgVNyAXQyM21HXSV
2024-09-03T11:00:00.534621563Z DEBUG push                 | Upgraded blockchain lock, took 582.673µs
2024-09-03T11:00:00.613645063Z DEBUG push                 | Validity check complete, took 78.882645ms
2024-09-03T11:00:00.613718496Z DEBUG push                 | Verify state per commit complete, took 1.266µs
2024-09-03T11:00:01.088299221Z DEBUG accounts             | ----------> Commiting transactions complete, took 474.288304ms
2024-09-03T11:00:01.088335983Z DEBUG accounts             | ----------> Commiting inherents complete, took 467ns
2024-09-03T11:00:01.088343972Z DEBUG accounts             | ------> Commit batch complete, took 474.346604ms
2024-09-03T11:00:01.088355163Z DEBUG trie                 | ------------> Get missing range complete, took 4.011µs
2024-09-03T11:00:01.114096568Z DEBUG trie                 | ------------> Update hashes complete, took 25.719616ms
2024-09-03T11:00:01.114167351Z DEBUG accounts             | ------> Update root complete, took 25.816054ms
2024-09-03T11:00:01.114226751Z DEBUG accounts             | --- accounts.commit() complete, took 500.447971ms
2024-09-03T11:00:01.371681363Z DEBUG accounts             | --- history_store.add_block() complete, took 257.311294ms
2024-09-03T11:00:01.373513890Z DEBUG push                 | Commit accounts complete, took 759.766698ms
2024-09-03T11:00:01.373722429Z DEBUG push                 | Verify state posst complete, took 149.429µs
2024-09-03T11:00:01.373767996Z DEBUG push                 | Check and commit complete, took 839.010296ms
2024-09-03T11:00:01.601820352Z DEBUG push                 | Commit complete, took 227.327229ms
2024-09-03T11:00:01.602235208Z DEBUG push                 | Accepted block block=#3460462:MI:30cacae03d num_transactions=542 kind="extend" duration=1.068196597s

@viquezclaudio viquezclaudio changed the title Slowness observed in non-validator nodes when pusing blocks Slowness observed in non-validator nodes when pushing blocks Sep 13, 2024
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

2 participants