Closed matthewdarwin closed 2 years ago
New code deployed to develop
, merged into release branch of sf-ethereum:
Now, the number of '2000' is applied to "new files that are in range of the bundle or above it", and it dedupes the files from multiple mindreaders, and on the next pass, it reads 2000 new files if previous didn't contain full bundle.
Also, logs have been improved to show the progress better.
Should behave as expected in all situations!
Looks good. System caught up quickly and remove all the old files too
merger stopped merging blocks on goerli testnet. (merger is running, it is just not doing anything... one-blocks are piling up in s3) Last few lines before it stopped merging are:
It got to 2000 files, but it is only at block 97.
Adding all those up, it needs to read at least 2019 files. Note: there are 3 mindreaders running, so minimum number of files is 3 x 3 x 100 = 900.
Full log file available upon request.