Yifan Cai created CASSANDRASC-65:
------------------------------------
Summary: Enrich error message in RetriesExhaustedException for
better visibility
Key: CASSANDRASC-65
URL: https://issues.apache.org/jira/browse/CASSANDRASC-65
Project: Sidecar for Apache Cassandra
Issue Type: Bug
Reporter: Yifan Cai
Assignee: Yifan Cai
The current error message of RetriesExhaustedException only states that a
request exhausts the retries and fails. See below. It is not particularly
helpful when debugging.
I would like to enrich the error message to include the last response and
responding server to provide better context on the failed request.
{code:java}
Caused by: java.util.concurrent.CompletionException:
org.apache.cassandra.sidecar.client.exception.RetriesExhaustedException: Unable
to complete request 'my_request' after 1 attempt
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]