mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-31 20:16:43 +00:00
Timeout errors are flooding the log after local mutate can time out. We don't log remote mutate timeouts, so for consistency we won't log local ones as well. There is a database counter for timed out writes which can be consulted in order to check if they're occuring. Perhaps this would be better solved by a generic log message throttling/coalescing mechanism, but that's not ready yet.