leventov commented on issue #9285: Dangling CountDownLatch.await() in tests
URL: https://github.com/apache/druid/issues/9285#issuecomment-593066477
 
 
   Other methods:
    - `ExecutorService.awaitTermination`, e. g. in 
[`IntermediaryDataManager`](https://github.com/apache/druid/blob/master/indexing-service/src/main/java/org/apache/druid/indexing/worker/IntermediaryDataManager.java#L167)
 should probably at least log something if it fails to terminate in the 
specified time, FYI @jihoonson. The Structural search pattern should be marked 
as "within type hierarchy".
    - `AsynchronousChannelGroup.awaitTermination`
    - `ForkJoinPool.awaitQuiescence`
    - `Semaphore.tryAcquire`
    - `Condition.await`, "within type hierarchy"
    - `Lock.tryLock`, "within type hierarchy"
    - `Process.waitFor`
    - `Monitor.enter` (Guava)
    - `RateLimiter.tryAcquire` (Guava)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to