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
1. Make peers unique, or equal - check when adding new peers. Otherwise, it risks having a single source of truth i.e. alternating between one peer and it's duplicate.
2. Save metadata in DB to allow restarts? No. Which would allow any broken chains to be simply handled by restarting the sync process. Otherwise, we need to automate restarts.
3. Since P1 is I/O bound, fire off more requests? Danger is gaps in V1 views. So, drift would have to be large and may limit the effectiveness of this technique.
4. Cache V1 responses?
This was observed while working on issue #1878
The BlockRequest mechanism seems to be broken somewhere as the blocks are being requested, serviced and cached.
However, they don't seem to be written to disk for some reason:
So the node just keeps on caching and caching.
This will necessitate a little more investigation.
The text was updated successfully, but these errors were encountered: