Skip to:
Speculative retries to smooth out response times. Especially important with TokenAware routing and CL.ONE, because we then don't get to take advantage of the server-side speculative retries.
ref: https://datastax-oss.atlassian.net/browse/JAVA-561
Note: This could be a very large effort because it will require a host latency-aware component, which is not presently implemented for this driver.https://datastax-oss.atlassian.net/browse/PYTHON-121
Changes based on PR are complete and PR is merged moving this to done.
Put in a PR for test here. Just want to make sure I didn't miss anythinghttps://github.com/datastax/python-driver/pull/659
Speculative retries to smooth out response times. Especially important with TokenAware routing and CL.ONE, because we then don't get to take advantage of the server-side speculative retries.
ref: https://datastax-oss.atlassian.net/browse/JAVA-561
Note: This could be a very large effort because it will require a host latency-aware component, which is not presently implemented for this driver.
https://datastax-oss.atlassian.net/browse/PYTHON-121