This is an automated email from the ASF dual-hosted git repository.

yifan-c pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-sidecar.git


    from b4fa381c CASSSIDECAR-429: Add RFC 6902-inspired JSON Patch support to 
ConfigurationManager (#369)
     add 9cf63f22 CASSSIDECAR-465: Support retrying on HTTP 429 responses and 
fix duplicate immediate execution in RequestExecutor retry scheduling (#374)

No new revisions were added by this update.

Summary of changes:
 CHANGES.txt                                        |  1 +
 .../cassandra/sidecar/client/RequestExecutor.java  |  5 +-
 .../sidecar/client/retry/BasicRetryPolicy.java     |  3 +-
 .../sidecar/client/RequestExecutorTest.java        | 91 ++++++++++++++++++++++
 .../sidecar/client/retry/BasicRetryPolicyTest.java | 21 ++++-
 conf/sidecar.yaml                                  |  1 +
 docs/src/user.adoc                                 |  1 +
 .../sidecar/config/SSTableUploadConfiguration.java | 11 +++
 .../yaml/SSTableUploadConfigurationImpl.java       | 44 +++++++++--
 .../sstableuploads/SSTableUploadHandler.java       |  2 +
 .../yaml/SSTableUploadConfigurationImplTest.java   | 18 +++++
 .../sstableuploads/BaseUploadsHandlerTest.java     |  1 +
 .../sstableuploads/SSTableUploadHandlerTest.java   |  7 +-
 13 files changed, 196 insertions(+), 10 deletions(-)
 create mode 100644 
client/src/test/java/org/apache/cassandra/sidecar/client/RequestExecutorTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to