Skip to content

Instantly share code, notes, and snippets.

@CODESTHN
CODESTHN / gist:7eedd6881b575977a0e7d69d7228325f
Created September 7, 2020 17:38
thread dump rabbit client.
Full thread dump Java HotSpot(TM) 64-Bit Server VM (25.201-b09 mixed mode):
"pool-5-thread-2" #20 prio=5 os_prio=0 tid=0x000000002ad47800 nid=0x69d4 waiting on condition [0x000000002dcfe000]
java.lang.Thread.State: TIMED_WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x000000071b0f0380> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)