[ 
https://issues.apache.org/jira/browse/CASSANDRASC-142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yifan Cai updated CASSANDRASC-142:
----------------------------------
    Status: Ready to Commit  (was: Review In Progress)

> Improve S3 download throttling with range-GetObject
> ---------------------------------------------------
>
>                 Key: CASSANDRASC-142
>                 URL: https://issues.apache.org/jira/browse/CASSANDRASC-142
>             Project: Sidecar for Apache Cassandra
>          Issue Type: Improvement
>          Components: Rest API
>            Reporter: Yifan Cai
>            Assignee: Yifan Cai
>            Priority: Normal
>              Labels: pull-request-available
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> The current s3 download throttling in sidecar is implemented by blocking the 
> streaming consumption. The block happens in Netty event loop threads. The 
> blocking prolongs each connection, leading to connection reset or suboptimal 
> concurrency.
> This patch changes the throttling mechanism to be range-GetObject based. Each 
> request retrieves a data range of the object once permitted by rate limiter.



--
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

Reply via email to