mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 11:10:40 +00:00
Currently the message only mentions the endpoint and the error message returned from the replica. Add the keyspace and table to this message to provide more context. This should help investigations of such errors greatly, as in the case of tests where there is usually a single table, we can already guess what exactly is timing out based on this. We should add even more context, like the kind of the query (single partition or range scan) but this information is not readily available in the surrounding scope so this patch defers it. Refs: #6548 Signed-off-by: Botond Dénes <bdenes@scylladb.com> Message-Id: <20200624054647.413256-1-bdenes@scylladb.com>