Jane He created CASSANDRA-19775: ----------------------------------- Summary: `RequestTracker` should allow user to correlate different calls about the same `Request` and the same `CqlRequestHandler` Key: CASSANDRA-19775 URL: https://issues.apache.org/jira/browse/CASSANDRA-19775 Project: Cassandra Issue Type: Improvement Components: Client/java-driver Reporter: Jane He
We have plans to expand `RequestTracker` to expose more info for the user, for example, adding `OnStart`. However, it's not easy for a user to correlate the different calls of `OnStart`, `OnNodeError`, and `OnError` to the same `CqlRequestHandler` or the same `Request`. (One `CqlRequestHandler` can send multiple requests due to speculative executions or retries.) It would be good if we could add this feature. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org