mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-31 03:56:42 +00:00
They cause connection drops, which is a significant disruptive event. We should log it so that we can know that this is the cause of the problems it may cause, like requests timing out. Connection drop will cause coordinator-side requests to time out in the absence of speculation. Refs #14746 Closes scylladb/scylladb#16018