You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Requests for blocks in normal catchup are triggering rate limiting. This results in slow catchup performance and repeated pauses.
Note that this behavior starts with the p2p merge c8407abc#5939. A binary built from the immediately preceding commit 63c0d5bd does not have this problem.
onetechnical
changed the title
Catchup regression in p2p behavior due to rate limiting
Catchup regression after p2p merge due to rate limiting
Aug 29, 2024
Subject of the issue
Requests for blocks in normal catchup are triggering rate limiting. This results in slow catchup performance and repeated pauses.
Note that this behavior starts with the p2p merge
c8407abc
#5939. A binary built from the immediately preceding commit63c0d5bd
does not have this problem.Your environment
Steps to reproduce
Expected behaviour
Fast, progressive catchup.
Actual behaviour
This is due to rate limiting, as the logs will report 429 errors, e.g.:
On the server side this will be reported as "Remote IP Connection Rate Limit".
The text was updated successfully, but these errors were encountered: