Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-19092 ABFS phase 4: post Hadoop 3.4.0 features
  3. HADOOP-17906

AbstractAbfsIntegrationTest.createFilesystemForSASTests() leaks FS instances

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 3.3.1
    • None
    • fs/azure, test
    • None

    Description

      I've noticed in MAPREDUCE-7341 that ABFS ITests had a lot of FS instances closed in the shutdown hook.

      Tracked down to the fact that AbstractAbfsIntegrationTest.createFilesystemForSASTests() creates a temp FS via newInstance(), and doesn't close it...the instance is kept in the cache until shutdown.

      I'm going to fix it in MAPREDUCE-7341, though it's something minor which could be pulled out for backporting

      Attachments

        Issue Links

          Activity

            People

              stevel@apache.org Steve Loughran
              stevel@apache.org Steve Loughran
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: