/storage/db partition on one or more nodes has become full due to retained old heap dump files./storage/log utilization and consider removing old/unwanted logs on the nodes using the command: find /storage/log/ -mount -type f -mtime +1 -exec echo {} \; -exec truncate -cs 0 {} \; 2>&1 | tee /tmp/files_truncated.txt
find /storage/db -name \*.hprof -exec ls -lah {} \;
rm java_pid####.hprof