You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Duo Xu (JIRA)" <ji...@apache.org> on 2015/06/05 19:32:01 UTC

[jira] [Created] (HADOOP-12067) Add exponential retry when copyblob is throttled by Azure storage

Duo Xu created HADOOP-12067:
-------------------------------

             Summary: Add exponential retry when copyblob is throttled by Azure storage
                 Key: HADOOP-12067
                 URL: https://issues.apache.org/jira/browse/HADOOP-12067
             Project: Hadoop Common
          Issue Type: Bug
          Components: tools
    Affects Versions: 2.7.0
            Reporter: Duo Xu
            Assignee: Duo Xu


HADOOP-11693 passes exponential retry policy to Azure storage SDK when Azure storage throttling happens. However, when I looked at the source code of Azure storage SDK. Storage exceptions such as throttling exception are non-retryable.

I would like to add retry in WASB driver instead of depending on Azure storage SDK to make sure retry happens when Azure storage throttling fires.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)