scylladb / scylla-cluster-tests

Tests for Scylla Clusters
GNU Affero General Public License v3.0
57 stars 95 forks source link

Debug message log that repeats too many times #5806

Open roydahan opened 1 year ago

roydahan commented 1 year ago

While we filter events we have this line that produce hundreds of thousands of log lines (472219 in longevity MV/SI that ran 2 days).

https://github.com/scylladb/scylla-cluster-tests/blob/9a70030c71afb51848cbc9357078c745b97fa0ad/sdcm/sct_events/events_processes.py#L147

Do we really need to print it to log?

roydahan commented 1 year ago

CC @fruch