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

Catchup over P2P stops intermittently #6152

Open
onetechnical opened this issue Oct 16, 2024 · 2 comments
Open

Catchup over P2P stops intermittently #6152

onetechnical opened this issue Oct 16, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@onetechnical
Copy link
Contributor

Subject of the issue

If a node is configured as pure P2P (e.g. "EnableP2P": true and "EnableDHTProviders": true) then normal catchup will advance a several hundred rounds, then pause for a few seconds. Fast catchup works as expected. However, once fast catchup completes, the same behavior is observed for regular catchup until caught up.

Your environment

  • Software version: 3.26.0.stable [rel/stable] (commit #0d10b244)
  • Operating System details: Mac OS X 15.0.1 (Sequoia) Apple M1 Pro

Steps to reproduce

  1. Use above config settings to set up a P2P node
  2. Start a regular catchup

Expected behaviour

Normal speed catchup, without pauses

Actual behaviour

As above - proceed several hundred rounds, then pause for a few seconds, over and over.

@onetechnical onetechnical added the bug Something isn't working label Oct 16, 2024
@urtho
Copy link
Contributor

urtho commented Oct 16, 2024

IMHO this might be the same as #6054

@onetechnical
Copy link
Contributor Author

IMHO this might be the same as #6054

This might be - I'll have to experiment with it.

Incidentally, I don't see the same issue with TestNet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants