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
Shutdown the node when DAG is being generated, The temp file generated with the name + "." + randomInteger would be left out. During the cleanup in the further runs, it won't be considered for removal. The cachecount flag doesn't count such files which is wrong. These files are generally in GBs and waste resources on disk.
Backtrace
[backtrace]
When submitting logs: please submit them as text and not screenshots.
The text was updated successfully, but these errors were encountered:
System information
Geth version:
geth version
OS & Version: Windows/Linux/OSX
Commit hash : (if
develop
)Actual behaviour
When old instances are cleaned up, here
go-ethereum/consensus/ethash/ethash.go
Lines 279 to 283 in de1cecb
It won't consider any left out temp files generated during the process because they have a different name.
Expected behaviour
All files needs to be considered that were generated previously.
Steps to reproduce the behaviour
go-ethereum/consensus/ethash/ethash.go
Line 133 in de1cecb
Shutdown the node when DAG is being generated, The temp file generated with the
name + "." + randomInteger
would be left out. During the cleanup in the further runs, it won't be considered for removal. The cachecount flag doesn't count such files which is wrong. These files are generally in GBs and waste resources on disk.Backtrace
When submitting logs: please submit them as text and not screenshots.
The text was updated successfully, but these errors were encountered: