mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-30 11:36:54 +00:00
Similar to other timeout handling paths, there is no need to print an ERROR for timeout as the error is not returned anyhow. Eventually the error will be reported at the query level when the query times out or fails in any other way. Also, similar to `storage_proxy::mutate_end`, traces were added also for the error cases. FWIW, these extraneous timeout error causes dtest failures. E.g. alternator_tests:AlternatorTest.test_slow_query_logging Signed-off-by: Benny Halevy <bhalevy@scylladb.com> Message-Id: <20211118153603.2975509-1-bhalevy@scylladb.com>