Andrew Gaul created JCLOUDS-1369:
------------------------------------
Summary: MultipartUploadSlicingAlgorithm makes suboptimal choices
with few part sizes
Key: JCLOUDS-1369
URL: https://issues.apache.org/jira/browse/JCLOUDS-1369
Project: jclouds
Issue Type: Improvement
Components: jclouds-blobstore
Affects Versions: 2.0.3
Reporter: Andrew Gaul
Assignee: Andrew Gaul
When uploading a 3.2 GB blob to GCS I observed that
MultipartUploadSlicingAlgorithm created (31) 32 MB parts and (1) 2.3 GB part.
Instead it should create (32) 100 MB parts which will increase bandwidth
utilization and improve retries.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)