Testing Garbage collector

du -sh trash/
20G     trash/


sudo docker logs storagenode 2>&1 | grep "deleted" -c
26891


sudo docker logs storagenode 2>&1 | grep "delete failed" -c
774

running v0.33.4

this is what littleskunk says:

Slow Deletes
Fixed with v0.31.12 but we have a new bug now. The satellite is to slow to communicate with all storage nodes and will drop most of it. GC has to handle it.

1 Like