Notify the user that the DB was not clean
Closed this issue · 1 comments
jasagredo commented
When the node starts up, it checks for the clean
marker file in the database that should exist if the previous node execution was gracefully terminated. If the marker is missing, it will re-validate all immutable chunks. This behavior is expected, however we could trace a message explaining this to the user, something like the following would be enough:
INFO: ChainDB is not clean. Validating all immutable chunks.
jasagredo commented
This recently confused some users, see for example IntersectMBO/cardano-node#5929