Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-12334

Change Mode Of Copy Operation of HBase WAL Archiving to bypass Azure Storage Throttling after retries

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.8.0, 3.0.0-alpha1
    • tools
    • None
    • Reviewed

    Description

      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

      Attachments

        1. HADOOP-12334.01.patch
          3 kB
          Gaurav Kanade
        2. HADOOP-12334.02.patch
          3 kB
          Gaurav Kanade
        3. HADOOP-12334.03.patch
          5 kB
          Gaurav Kanade
        4. HADOOP-12334.04.patch
          5 kB
          Gaurav Kanade
        5. HADOOP-12334.05.patch
          5 kB
          Gaurav Kanade
        6. HADOOP-12334.06.patch
          5 kB
          Gaurav Kanade
        7. HADOOP-12334.07.patch
          6 kB
          Gaurav Kanade

        Activity

          People

            gouravk Gaurav Kanade
            gouravk Gaurav Kanade
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: