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

wasb client "java.lang.IllegalArgumentException: Self-suppression not permitted" in close()

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 3.2.0
    • None
    • fs/azure
    • None

    Description

      On a test on a network connection which is clearly overloaded (parallel D/L of hadoop 3.1 JARS, 8 test threads active), got an exception

      [ERROR] testMetricsOnBigFileCreateRead(org.apache.hadoop.fs.azure.metrics.ITestAzureFileSystemInstrumentation)  Time elapsed: 71.585 s  <<< ERROR! java.lang.IllegalArgumentException: Self-suppression not permitted
      	at java.lang.Throwable.addSuppressed(Throwable.java:1043)
      	at java.io.FilterOutputStream.close(FilterOutputStream.java:159)
      	at org.apache.hadoop.fs.azure.NativeAzureFileSystem$NativeAzureFsOutputStream.close(NativeAzureFileSystem.java:1058)
      

      This seems to imply that an exception was called with initcause==self. I don't see how the codepath would permit that though

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: