Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-8707 Implement an async pure c++ HDFS client
  3. HDFS-9524

libhdfs++ deadlocks in Filesystem::New if NN conneciton fails

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • None
    • hdfs-client
    • None

    Description

      FileSystem::New attempts to free the new FileSystem if the connection fails. Unfortunately, it's in the middle of a callback from the filesystem's threadpool, and attempts to join the worker thread while running the worker thread.

      Attachments

        1. HDFS-9524.HDFS-8707.002.patch
          10 kB
          Bob Hansen
        2. HDFS-9524.HDFS-8707.001.patch
          9 kB
          Bob Hansen
        3. HDFS-9524.HDFS-8707.000.patch
          9 kB
          Bob Hansen

        Activity

          People

            bobhansen Bob Hansen
            bobhansen Bob Hansen
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: