Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-11192

OOM during Quota Initialization lead to Namenode hang

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      AFAIK ,In RecurisveTask Execution, When ForkjoinThreadpool's thread dies or not able to create,it will not notify the parent.Parent still waiting for the notify call..that's not timed waiting also.

      Trace from Namenode log

      Exception in thread "ForkJoinPool-1-worker-2" Exception in thread "ForkJoinPool-1-worker-3" java.lang.OutOfMemoryError: unable to create new native thread
              at java.lang.Thread.start0(Native Method)
              at java.lang.Thread.start(Thread.java:714)
              at java.util.concurrent.ForkJoinPool.createWorker(ForkJoinPool.java:1486)
              at java.util.concurrent.ForkJoinPool.tryAddWorker(ForkJoinPool.java:1517)
              at java.util.concurrent.ForkJoinPool.deregisterWorker(ForkJoinPool.java:1609)
              at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:167)
      java.lang.OutOfMemoryError: unable to create new native thread
              at java.lang.Thread.start0(Native Method)
              at java.lang.Thread.start(Thread.java:714)
              at java.util.concurrent.ForkJoinPool.createWorker(ForkJoinPool.java:1486)
              at java.util.concurrent.ForkJoinPool.tryAddWorker(ForkJoinPool.java:1517)
              at java.util.concurrent.ForkJoinPool.deregisterWorker(ForkJoinPool.java:1609)
              at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:167)
      

      Attachments

        1. namenodeThreadDump.out
          17 kB
          Brahma Reddy Battula

        Issue Links

          Activity

            People

              brahmareddy Brahma Reddy Battula
              brahmareddy Brahma Reddy Battula
              Votes:
              0 Vote for this issue
              Watchers:
              10 Start watching this issue

              Dates

                Created:
                Updated: