Uploaded image for project: 'Beam'
  1. Beam
  2. BEAM-3119

direct-metrics-counter-committer threads are leaking

Details

    • Bug
    • Status: Resolved
    • P2
    • Resolution: Fixed
    • None
    • 2.5.0
    • runner-direct
    • None

    Description

      When I run ElasticsearchIOTests using ESv5, there is a thread leak control mechanism (com.carrotsearch.randomizedtesting.ThreadLeakControl). It waits for 5s for non-terminated threads at the end of a test. It detects leaked direct-metrics-counter-committer thread.

      com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
         1) Thread[id=296, name=direct-metrics-counter-committer, state=TIMED_WAITING, group=TGRP-ElasticsearchIOTest]
              at sun.misc.Unsafe.park(Native Method)
              at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
              at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
              at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
              at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
              at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
              at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
              at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
              at java.lang.Thread.run(Thread.java:745)
      
      	at __randomizedtesting.SeedInfo.seed([59E504CA1B0DD6A8]:0)

      I tried to increase the timeout to 30s (by patching randomizedtesting-runner-2.5.0.jar) but still gets a zombie thread.

      To reproduce, just comment

      @ThreadLeakScope(ThreadLeakScope.Scope.NONE)
      

      in

      beam/sdks/java/io/elasticsearch-tests/elasticsearch-tests-5/src/test/java/org/apache/beam/sdk/io/elasticsearch/ElasticsearchIOTest.java
      

      and run

      testRead()
      

      Attachments

        Issue Links

          Activity

            People

              romain.manni-bucau Romain Manni-Bucau
              echauchot Etienne Chauchot
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 5.5h
                  5.5h