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

S3A Deadlock in multipart copy due to thread pool limits.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • 2.7.3
    • 2.8.0, 3.0.0-alpha4
    • fs/s3
    • None

    Description

      In testing HIVE-15093 we have encountered deadlocks in the s3a connector. The TransferManager javadocs (http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/s3/transfer/TransferManager.html) explain how this is possible:

      It is not recommended to use a single threaded executor or a thread pool with a bounded work queue as control tasks may submit subtasks that can't complete until all sub tasks complete. Using an incorrectly configured thread pool may cause a deadlock (I.E. the work queue is filled with control tasks that can't finish until subtasks complete but subtasks can't execute because the queue is filled).

      Attachments

        1. HADOOP-13826-branch-2-007.patch
          10 kB
          Steve Loughran
        2. HADOOP-13826-branch-2-006.patch
          10 kB
          Steve Loughran
        3. HADOOP-13206-branch-2-005.patch
          10 kB
          Steve Loughran
        4. HADOOP-13826.004.patch
          9 kB
          Sean Mackrory
        5. HADOOP-13826.003.patch
          8 kB
          Sean Mackrory
        6. HADOOP-13826.002.patch
          16 kB
          Sean Mackrory
        7. HADOOP-13826.001.patch
          5 kB
          Sean Mackrory

        Issue Links

          Activity

            People

              mackrorysd Sean Mackrory
              mackrorysd Sean Mackrory
              Votes:
              0 Vote for this issue
              Watchers:
              15 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: