You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Shri Javadekar (JIRA)" <ji...@apache.org> on 2014/03/24 05:01:44 UTC

[jira] [Updated] (JCLOUDS-510) Head-of-line blocking problem with DeleteAllKeysInList

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

Shri Javadekar updated JCLOUDS-510:
-----------------------------------

    Description: 
The current implementation of DeleteAllKeysInList suffers from the head-of-line blocking problem. It gets a PageSet of blobs from the container, creates futures for deleting them and waits for the futures to complete before getting the next PageSet. 

This issue was originally reported by Andrew Gaul [~gaul] [1]
-Shri

[1] https://github.com/jclouds/legacy-jclouds/issues/1087

  was:
The current implementation of DeleteAllKeysInList suffers from the head-of-line blocking problem. It gets a PageSet of blobs from the container, creates futures for deleting them and waits for the futures to complete before getting the next PageSet. 

This issue was originally reported by [~gaul] [1]
-Shri

[1] https://github.com/jclouds/legacy-jclouds/issues/1087


> Head-of-line blocking problem with DeleteAllKeysInList
> ------------------------------------------------------
>
>                 Key: JCLOUDS-510
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-510
>             Project: jclouds
>          Issue Type: Improvement
>          Components: jclouds-blobstore
>            Reporter: Shri Javadekar
>             Fix For: 1.7.2
>
>
> The current implementation of DeleteAllKeysInList suffers from the head-of-line blocking problem. It gets a PageSet of blobs from the container, creates futures for deleting them and waits for the futures to complete before getting the next PageSet. 
> This issue was originally reported by Andrew Gaul [~gaul] [1]
> -Shri
> [1] https://github.com/jclouds/legacy-jclouds/issues/1087



--
This message was sent by Atlassian JIRA
(v6.2#6252)