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

Correct check for error code to detect Azure Storage Throttling and provide retries

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.7.3
    • 2.9.0, 3.0.0-alpha2
    • fs/azure
    • None
    • Reviewed

    Description

      Azure Storage throttling affects HBase operations such as archiving old WALS and others. In such cases the storage driver needs to detect and handle the exception. We put in this logic to do the retries however the condition to check for the exception is not always met due to inconsistency in which the manner the error code is passed back. Instead the retry logic should check for http status code (503) which is more reliable and consistent check

      Attachments

        1. HADOOP-13831.001.patch
          2 kB
          Gaurav Kanade

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: