pack-and-clear-logs script compresses all logs and rotates them.
Actual Behavior
When a log size reaches over ~2GB, bzip2 fails with the message "value too large for defined data type"
Consequences
This causes log files not to be compressed and removed, which inevitably leads to "out of disk space" scenario with multiple secondary issues (#146, #191).
Expected Behavior
pack-and-clear-logs
script compresses all logs and rotates them.Actual Behavior
When a log size reaches over ~2GB,
bzip2
fails with the message "value too large for defined data type"Consequences
This causes log files not to be compressed and removed, which inevitably leads to "out of disk space" scenario with multiple secondary issues (#146, #191).