Node hang when received "WARN retain failed to delete piece" warning message

You may specify the memory limit for your container as well. Especially if your disk subsystem is slow.

Yeah I know I using both, sometime docker a bit delay

Checking db I don’t see any corruption, but I think the main issue for me is I still left some *.wal file of sqlite db in same hard disk with storage node

Previously I manually move *.db file to ssd but I don’t really understand the way sqlite work (fun learning for me). So after moving all *.db, *.wal to ssd I don’t facing issue recently
Still keep docker and script for safety-guard

1 Like

yepp, you forgot to stop the node while moving dbs?
i do not know a solution for this, or if it matters much.

There is no good solution, if they moved DBs while the node was running… Hopefully these databases are not corrupted…
From the other hand - if they are corrupted it’s easy to fix them or re-create (with losing the stat and history).

No, I’m already shutdown the node before move db, I’m using Unraid so it more relate to the way Unraid work

1 Like