You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Andrew Gaul (JIRA)" <ji...@apache.org> on 2018/01/04 23:33:00 UTC

[jira] [Created] (JCLOUDS-1369) MultipartUploadSlicingAlgorithm makes suboptimal choices with few part sizes

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)