KelvinChi commented on issue #6106:
URL:
https://github.com/apache/dolphinscheduler/issues/6106#issuecomment-913296183
Actually I figured out this issue by myself. When I used vim in the DS node,
I found it notice me "write to ~/.viminfo failed",then I tested `mkdir a`, I
got **"mkdir: cannot create directory 'a': No space left on device"**. Well,
`df -h`, there had enough space, then **`df -i`**. THERE IS! I had no nodes
space left in my server.
OK, now use `for i in ./*; do find $i| wc -l| xargs -i echo -n {}; echo "
$i"; done| sort -k 1 -h| tail -n 15` to find out which folder contains many
small files. Delete it. DONE!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]