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
{{ message }}
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.
Merger is slow to start when there are many one-block files piled up in s3 bucket. (reading list from s3 is not fast)
In older implementations of merger it would read the first 2000 files (approximately) and take action from that. There is no need to read all the files.
The text was updated successfully, but these errors were encountered:
Also, your specific problem is probably related to streamingfast/go-ethereum#1
if the one-block-files have a libnum stuck way in the past, it won't progress until that libnum moves up.
The workaround for the geth issue should get you going, and those two commits linked above should also improve performance.
Merger is slow to start when there are many one-block files piled up in s3 bucket. (reading list from s3 is not fast)
In older implementations of merger it would read the first 2000 files (approximately) and take action from that. There is no need to read all the files.
The text was updated successfully, but these errors were encountered: