This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ubuntu@node-node0001:~$ jstack -l 2363 | |
"elasticsearch[node-node0001][generic][T#1482]" #6316 daemon prio=5 os_prio=0 tid=0x00007f7ca4111000 nid=0x54dd waiting on condition [0x00007f7c7661c000] | |
java.lang.Thread.State: TIMED_WAITING (parking) | |
at sun.misc.Unsafe.park(Native Method) | |
- parking to wait for <0x00007f7de99bb750> (a java.util.concurrent.SynchronousQueue$TransferStack) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ubuntu@node-name-node-name:~$ jstack -l 123456 | |
"Attach Listener" #6309 daemon prio=9 os_prio=0 tid=0x00007f7d34001000 nid=0x54d1 waiting on condition [0x0000000000000000] | |
java.lang.Thread.State: RUNNABLE | |
Locked ownable synchronizers: | |
- None |