scylladb / scylla-stress-orchestrator

Apache License 2.0
5 stars 9 forks source link

Cassandra-stress log accumulation #1

Closed pveentjer closed 3 years ago

pveentjer commented 3 years ago

For every call to CassandraStress.stress, a new log file is made.

Because these files are not removed, when you do multiple calls to cassandra-stress, you keep the previous files and on top the new one. This becomes confusing because you end up with log files from old runs.

So there should be a cleanup of the log files after a run.

pveentjer commented 3 years ago

Fixed