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 "Gaurav Kanade (JIRA)" <ji...@apache.org> on 2015/08/17 23:18:45 UTC

[jira] [Created] (HADOOP-12334) Change Mode Of Copy Operation of HBase WAL Archiving to bypass Azure Storage Throttling after retries

Gaurav Kanade created HADOOP-12334:
--------------------------------------

             Summary: Change Mode Of Copy Operation of HBase WAL Archiving to bypass Azure Storage Throttling after retries
                 Key: HADOOP-12334
                 URL: https://issues.apache.org/jira/browse/HADOOP-12334
             Project: Hadoop Common
          Issue Type: Improvement
          Components: tools
            Reporter: Gaurav Kanade
            Assignee: Gaurav Kanade


HADOOP-11693 mitigated the problem of HMaster aborting regionserver due to Azure Storage Throttling event during HBase WAL archival. The way this was achieved was by applying an intensive exponential retry when throttling occurred.

As a second level of mitigation we will change the mode of copy operation if the operation fails even after all retries -i.e. we will do a client side copy of the blob and then copy it back to destination. This operation will not be subject to throttling and hence should provide a stronger mitigation. However it is more expensive, hence we do it only in the case we fail after all retries



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