this is mean that something external called to kill the node. All errors after that just a consequence of the killing processes.
I can see that some satellites are calculated already without errors, so maybe you can just let it finish. However, this would correct only the used space on the pie chart.
I would recommend to disable a lazy mode and enable the badger cache for this node. Even if the node is restarting, it continues calculate the used space and cache what’s already calculated, so with each attempt it should move forward.
You may add these options to your docker run
command after the image name:
The next filewalker which is needed to clean an uncollected garbage is a retain
process, it should move the garbage to the trash and it should be removed 7 days later automatically.
grep retain ~/Downloads/"Node (4).log" | grep -E "Prepar|Move"
PowerShell:
sls retain ~/Downloads/"Node (4).log" | sls "Prepar|Move"