[ https://issues.apache.org/jira/browse/CASSANDRASC-142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Yifan Cai updated CASSANDRASC-142: ---------------------------------- Summary: Improve S3 download throttling with range-GetObject (was: [Sidecar] Improve S3 download throttling with range-GetObject) > 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 > > 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