datastax / cstar_perf

Apache Cassandra performance testing platform
Apache License 2.0
72 stars 34 forks source link

No provisions to delete old test runs #242

Closed mshuler closed 7 years ago

mshuler commented 8 years ago

After running a lot of jobs, without a provision to delete old jobs, disk use grows endlessly and will fill a disk with console output in ~/.cstar_perf/console_out/, as well as a particularly large use of disk space in the chunk_object_storage table. (Bug)

A manual job delete option would be nice to have. (Enhancement)

A server setting on the frontend, similar to "Automatically delete all jobs older than N days" would be excellent. (Enhancement++)