Skip to content

Instantly share code, notes, and snippets.

View arielamato's full-sized avatar

ariel.amato arielamato

View GitHub Profile
@arielamato
arielamato / example query
Created July 7, 2011 17:04
Example query
{
"query": {
"bool" : {
"should" : {
"term" : {
"location_country_id" : 74
}
},
"should" :
{
@arielamato
arielamato / master-td
Created July 7, 2011 18:21
Thread Dump master node
2011-07-07 17:54:12
Full thread dump Java HotSpot(TM) 64-Bit Server VM (19.1-b02 mixed mode):
"New I/O server worker #2-1" daemon prio=10 tid=0x00007f46a0626000 nid=0x749 runnable [0x00007f46946c5000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:210)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:65)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:69)
- locked <0x00000006cf156af8> (a sun.nio.ch.Util$2)
@arielamato
arielamato / slave1-td
Created July 7, 2011 18:22
Thread Dump Slave 1
2011-07-07 17:51:41
Full thread dump Java HotSpot(TM) 64-Bit Server VM (19.1-b02 mixed mode):
"Attach Listener" daemon prio=10 tid=0x00000000405d2800 nid=0x738 waiting on condition [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"elasticsearch[cached]-pool-1-thread-24" daemon prio=10 tid=0x00007f38b8a79800 nid=0x6e7 waiting on condition [0x00007f38b58d7000]
java.lang.Thread.State: TIMED_WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000006c61a5d78> (a java.util.concurrent.SynchronousQueue$TransferStack)
@arielamato
arielamato / slave2-td
Created July 7, 2011 18:22
Thread Dump Slave 2
2011-07-07 17:52:02
Full thread dump Java HotSpot(TM) 64-Bit Server VM (19.1-b02 mixed mode):
"Attach Listener" daemon prio=10 tid=0x00007f0d64579800 nid=0x6e1 waiting on condition [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"elasticsearch[cached]-pool-1-thread-36" daemon prio=10 tid=0x00007f0d6498e000 nid=0x6d2 waiting on condition [0x00007f0d5bffe000]
java.lang.Thread.State: TIMED_WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000006c61a5fd8> (a java.util.concurrent.SynchronousQueue$TransferStack)