Guest User

logstash thread dump

a guest
Jul 7th, 2015
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 24.20 KB | None | 0 0
  1. Full thread dump OpenJDK 64-Bit Server VM (24.79-b02 mixed mode):
  2.  
  3. "JRubyWorker-1" daemon prio=10 tid=0x00007fe9700e6000 nid=0x30 waiting on condition [0x00007fe9992f2000]
  4.    java.lang.Thread.State: WAITING (parking)
  5.         at sun.misc.Unsafe.park(Native Method)
  6.         - parking to wait for  <0x00000000cb2d0da0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  7.         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
  8.         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
  9.         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1079)
  10.         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
  11.         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
  12.         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
  13.         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  14.         at java.lang.Thread.run(Thread.java:745)
  15.  
  16. ">output" daemon prio=10 tid=0x00007fe980081800 nid=0x2f in Object.wait() [0x00007fe9994f3000]
  17.    java.lang.Thread.State: WAITING (on object monitor)
  18.         at java.lang.Object.wait(Native Method)
  19.         at java.lang.Object.wait(Object.java:461)
  20.         at org.jruby.RubyThread$SleepTask.run(RubyThread.java:1049)
  21.         - locked <0x00000000cbe6cd68> (a org.jruby.ext.thread.SizedQueue)
  22.         at org.jruby.RubyThread.executeBlockingTask(RubyThread.java:1065)
  23.         at org.jruby.RubyThread.wait_timeout(RubyThread.java:1413)
  24.         at org.jruby.ext.thread.Queue.pop(Queue.java:152)
  25.         - locked <0x00000000cbe6cd68> (a org.jruby.ext.thread.SizedQueue)
  26.         at org.jruby.ext.thread.Queue.pop(Queue.java:127)
  27.         - eliminated <0x00000000cbe6cd68> (a org.jruby.ext.thread.SizedQueue)
  28.         at org.jruby.ext.thread.SizedQueue.pop(SizedQueue.java:111)
  29.         - locked <0x00000000cbe6cd68> (a org.jruby.ext.thread.SizedQueue)
  30.         at org.jruby.ext.thread.SizedQueue$INVOKER$i$pop.call(SizedQueue$INVOKER$i$pop.gen)
  31.         at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134)
  32.         at org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60)
  33.         at org.jruby.ast.LocalAsgnNode.interpret(LocalAsgnNode.java:123)
  34.         at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
  35.         at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
  36.         at org.jruby.ast.WhileNode.interpret(WhileNode.java:131)
  37.         at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
  38.         at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
  39.         at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74)
  40.         at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139)
  41.         at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187)
  42.         at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306)
  43.         at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136)
  44.         at org.jruby.ast.VCallNode.interpret(VCallNode.java:88)
  45.         at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
  46.         at org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112)
  47.         at org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206)
  48.         at org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194)
  49.         at org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125)
  50.         at org.jruby.runtime.Block.call(Block.java:101)
  51.         at org.jruby.RubyProc.call(RubyProc.java:290)
  52.         at org.jruby.RubyProc.call(RubyProc.java:228)
  53.         at org.jruby.internal.runtime.RubyRunnable.run(RubyRunnable.java:99)
  54.         at java.lang.Thread.run(Thread.java:745)
  55.  
  56. "Ruby-0-Thread-5: /opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.2.2-java/lib/logstash/pipeline.rb:159" daemon prio=10 tid=0x00007fe98007f800 nid=0x2e in Object.wait() [0x00007fe9996f3000]
  57.    java.lang.Thread.State: WAITING (on object monitor)
  58.         at java.lang.Object.wait(Native Method)
  59.         at java.lang.Object.wait(Object.java:461)
  60.         at org.jruby.RubyThread$SleepTask.run(RubyThread.java:1049)
  61.         - locked <0x00000000cbf1ee78> (a org.jruby.ext.thread.SizedQueue)
  62.         at org.jruby.RubyThread.executeBlockingTask(RubyThread.java:1065)
  63.         at org.jruby.RubyThread.wait_timeout(RubyThread.java:1413)
  64.         at org.jruby.ext.thread.SizedQueue.push(SizedQueue.java:133)
  65.         - locked <0x00000000cbf1ee78> (a org.jruby.ext.thread.SizedQueue)
  66.         at org.jruby.ext.thread.SizedQueue$INVOKER$i$1$0$push.call(SizedQueue$INVOKER$i$1$0$push.gen)
  67.         at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
  68.         at org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57)
  69.         at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
  70.         at org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112)
  71.         at org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206)
  72.         at org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194)
  73.         at org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125)
  74.         at org.jruby.runtime.Block.call(Block.java:101)
  75.         at org.jruby.RubyProc.call(RubyProc.java:290)
  76.         at org.jruby.RubyProc.call19(RubyProc.java:271)
  77.         at org.jruby.Ruby.runScript(Ruby.java:867)
  78.         at org.jruby.Ruby.runScript(Ruby.java:860)
  79.         at org.jruby.Ruby.runNormally(Ruby.java:729)
  80.         at org.jruby.Ruby.runFromMain(Ruby.java:578)
  81.         at org.jruby.Main.doRunFromMain(Main.java:395)
  82.         at org.jruby.Main.internalRun(Main.java:290)
  83.         at org.jruby.Main.run(Main.java:217)
  84.         at org.jruby.Main.main(Main.java:197)
  85.  
  86. "VM Thread" prio=10 tid=0x00007fe9d00f8000 nid=0x20 runnable
  87.  
  88. "Gang worker#0 (Parallel GC Threads)" prio=10 tid=0x00007fe9d001c000 nid=0x1b runnable
  89.  
  90. "Gang worker#1 (Parallel GC Threads)" prio=10 tid=0x00007fe9d001e000 nid=0x1c runnable
  91.  
  92. "Gang worker#2 (Parallel GC Threads)" prio=10 tid=0x00007fe9d001f800 nid=0x1d runnable
  93.  
  94. "Gang worker#3 (Parallel GC Threads)" prio=10 tid=0x00007fe9d0021800 nid=0x1e runnable
  95.  
  96. "Concurrent Mark-Sweep GC Thread" prio=10 tid=0x00007fe9d00a2000 nid=0x1f runnable
  97. "VM Periodic Task Thread" prio=10 tid=0x00007fe9d013e800 nid=0x28 waiting on condition
  98.  
  99. JNI global references: 303
  100.  
  101. Heap
  102.  par new generation   total 306688K, used 165860K [0x00000000b5a00000, 0x00000000ca6c0000, 0x00000000ca6c0000)
  103.   eden space 272640K,  60% used [0x00000000b5a00000, 0x00000000bfaa14e0, 0x00000000c6440000)
  104.   from space 34048K,   4% used [0x00000000c6440000, 0x00000000c6597de8, 0x00000000c8580000)
  105.   to   space 34048K,   0% used [0x00000000c8580000, 0x00000000c8580000, 0x00000000ca6c0000)
  106.  concurrent mark-sweep generation total 707840K, used 382395K [0x00000000ca6c0000, 0x00000000f5a00000, 0x00000000f5a00000)
  107.  concurrent-mark-sweep perm gen total 59624K, used 35737K [0x00000000f5a00000, 0x00000000f943a000, 0x0000000100000000)
  108.  
  109.  
  110. Full thread dump OpenJDK 64-Bit Server VM (24.79-b02 mixed mode):
  111.  
  112. "JRubyWorker-1" daemon prio=10 tid=0x00007fe9700e6000 nid=0x30 waiting on condition [0x00007fe9992f2000]
  113.    java.lang.Thread.State: WAITING (parking)
  114.         at sun.misc.Unsafe.park(Native Method)
  115.         - parking to wait for  <0x00000000cb2d0da0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  116.         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
  117.         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
  118.         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1079)
  119.         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
  120.         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
  121.         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
  122.         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  123.         at java.lang.Thread.run(Thread.java:745)
  124.  
  125. ">output" daemon prio=10 tid=0x00007fe980081800 nid=0x2f in Object.wait() [0x00007fe9994f3000]
  126.    java.lang.Thread.State: WAITING (on object monitor)
  127.         at java.lang.Object.wait(Native Method)
  128.         at java.lang.Object.wait(Object.java:461)
  129.         at org.jruby.RubyThread$SleepTask.run(RubyThread.java:1049)
  130.         - locked <0x00000000cbe6cd68> (a org.jruby.ext.thread.SizedQueue)
  131.         at org.jruby.RubyThread.executeBlockingTask(RubyThread.java:1065)
  132.         at org.jruby.RubyThread.wait_timeout(RubyThread.java:1413)
  133.         at org.jruby.ext.thread.Queue.pop(Queue.java:152)
  134.         - locked <0x00000000cbe6cd68> (a org.jruby.ext.thread.SizedQueue)
  135.         at org.jruby.ext.thread.Queue.pop(Queue.java:127)
  136.         - eliminated <0x00000000cbe6cd68> (a org.jruby.ext.thread.SizedQueue)
  137.         at org.jruby.ext.thread.SizedQueue.pop(SizedQueue.java:111)
  138.         - locked <0x00000000cbe6cd68> (a org.jruby.ext.thread.SizedQueue)
  139.         at org.jruby.ext.thread.SizedQueue$INVOKER$i$pop.call(SizedQueue$INVOKER$i$pop.gen)
  140.         at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134)
  141.         at org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60)
  142.         at org.jruby.ast.LocalAsgnNode.interpret(LocalAsgnNode.java:123)
  143.         at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
  144.         at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
  145.         at org.jruby.ast.WhileNode.interpret(WhileNode.java:131)
  146.         at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
  147.         at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
  148.         at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74)
  149.         at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139)
  150.         at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187)
  151.         at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306)
  152.         at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136)
  153.         at org.jruby.ast.VCallNode.interpret(VCallNode.java:88)
  154.         at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
  155.         at org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112)
  156.         at org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206)
  157.         at org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194)
  158.         at org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125)
  159.         at org.jruby.runtime.Block.call(Block.java:101)
  160.         at org.jruby.RubyProc.call(RubyProc.java:290)
  161.         at org.jruby.RubyProc.call(RubyProc.java:228)
  162.         at org.jruby.internal.runtime.RubyRunnable.run(RubyRunnable.java:99)
  163.         at java.lang.Thread.run(Thread.java:745)
  164.  
  165. "Ruby-0-Thread-5: /opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.2.2-java/lib/logstash/pipeline.rb:159" daemon prio=10 tid=0x00007fe98007f800 nid=0x2e in Object.wait() [0x00007fe9996f3000]
  166.    java.lang.Thread.State: WAITING (on object monitor)
  167.         at java.lang.Object.wait(Native Method)
  168.         at java.lang.Object.wait(Object.java:461)
  169.         at org.jruby.RubyThread$SleepTask.run(RubyThread.java:1049)
  170.         - locked <0x00000000cbf1ee78> (a org.jruby.ext.thread.SizedQueue)
  171.         at org.jruby.RubyThread.executeBlockingTask(RubyThread.java:1065)
  172.         at org.jruby.RubyThread.wait_timeout(RubyThread.java:1413)
  173.         at org.jruby.ext.thread.SizedQueue.push(SizedQueue.java:133)
  174.         - locked <0x00000000cbf1ee78> (a org.jruby.ext.thread.SizedQueue)
  175.         at org.jruby.ext.thread.SizedQueue$INVOKER$i$1$0$push.call(SizedQueue$INVOKER$i$1$0$push.gen)
  176.         at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
  177.         at org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57)
  178.         at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
  179.         at org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112)
  180.         at org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206)
  181.         at org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194)
  182.         at org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125)
  183.         at org.jruby.runtime.Block.call(Block.java:101)
  184.         at org.jruby.RubyProc.call(RubyProc.java:290)
  185.         at org.jruby.RubyProc.call19(RubyProc.java:271)
  186.         at org.jruby.RubyProc$INVOKER$i$0$0$call19.call(RubyProc$INVOKER$i$0$0$call19.gen)
  187.         at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202)
  188.         at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:198)
  189.         at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:134)
  190.         at org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60)
  191.         at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
  192.         at org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112)
  193.         at org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206)
  194.         at org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194)
  195.         at org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125)
  196.         at org.jruby.runtime.Block.call(Block.java:101)
  197.         at org.jruby.RubyProc.call(RubyProc.java:290)
  198.         at org.jruby.RubyProc.call19(RubyProc.java:271)
  199.         at org.jruby.RubyProc$INVOKER$i$0$0$call19.call(RubyProc$INVOKER$i$0$0$call19.gen)
  200.         at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:202)
  201.         at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:198)
  202.         at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306)
  203.         at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136)
  204.         at org.jruby.ast.CallSpecialArgNode.interpret(CallSpecialArgNode.java:65)
  205.         at org.jruby.ast.DAsgnNode.interpret(DAsgnNode.java:110)
  206.         at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
  207.         at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
  208.         at org.jruby.ast.RescueNode.executeBody(RescueNode.java:221)
  209.         at org.jruby.ast.RescueNode.interpret(RescueNode.java:116)
  210.         at org.jruby.ast.BeginNode.interpret(BeginNode.java:83)
  211.         at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
  212.         at org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112)
  213.         at org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206)
  214.         at org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194)
  215.         at org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125)
  216.         at org.jruby.runtime.Block.call(Block.java:101)
  217.         at org.jruby.RubyProc.call(RubyProc.java:290)
  218.         at org.jruby.RubyProc.call(RubyProc.java:228)
  219.         at org.jruby.internal.runtime.RubyRunnable.run(RubyRunnable.java:99)
  220.         at java.lang.Thread.run(Thread.java:745)
  221.  
  222. "ReferenceReaper" daemon prio=10 tid=0x00007fe9d02f0000 nid=0x2a in Object.wait() [0x00007fe999ef8000]
  223.    java.lang.Thread.State: WAITING (on object monitor)
  224.         at java.lang.Object.wait(Native Method)
  225.         - waiting on <0x00000000cba700e0> (a java.lang.ref.ReferenceQueue$Lock)
  226.         at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
  227.         - locked <0x00000000cba700e0> (a java.lang.ref.ReferenceQueue$Lock)
  228.         at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
  229.         at org.jruby.util.ReferenceReaper$1.run(ReferenceReaper.java:32)
  230.         at java.lang.Thread.run(Thread.java:745)
  231.  
  232. "Service Thread" daemon prio=10 tid=0x00007fe9d0133800 nid=0x27 runnable [0x0000000000000000]
  233.    java.lang.Thread.State: RUNNABLE
  234.  
  235. "C2 CompilerThread1" daemon prio=10 tid=0x00007fe9d0131000 nid=0x26 waiting on condition [0x0000000000000000]
  236.    java.lang.Thread.State: RUNNABLE
  237.  
  238. "C2 CompilerThread0" daemon prio=10 tid=0x00007fe9d012e800 nid=0x25 waiting on condition [0x0000000000000000]
  239.    java.lang.Thread.State: RUNNABLE
  240.  
  241. "Signal Dispatcher" daemon prio=10 tid=0x00007fe9d012c000 nid=0x24 waiting on condition [0x0000000000000000]
  242.    java.lang.Thread.State: RUNNABLE
  243.  
  244. "Surrogate Locker Thread (Concurrent GC)" daemon prio=10 tid=0x00007fe9d012a000 nid=0x23 waiting on condition [0x0000000000000000]
  245.    java.lang.Thread.State: RUNNABLE
  246.  
  247. "Finalizer" daemon prio=10 tid=0x00007fe9d00fe000 nid=0x22 in Object.wait() [0x00007fe9bca44000]
  248.    java.lang.Thread.State: WAITING (on object monitor)
  249.         at java.lang.Object.wait(Native Method)
  250.         at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
  251.         - locked <0x00000000caad2068> (a java.lang.ref.ReferenceQueue$Lock)
  252.         at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
  253.         at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209)
  254.  
  255. "Reference Handler" daemon prio=10 tid=0x00007fe9d00fc000 nid=0x21 in Object.wait() [0x00007fe9bcc45000]
  256.    java.lang.Thread.State: WAITING (on object monitor)
  257.         at java.lang.Object.wait(Native Method)
  258.         at java.lang.Object.wait(Object.java:503)
  259.         at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133)
  260.         - locked <0x00000000caad2098> (a java.lang.ref.Reference$Lock)
  261.  
  262. "LogStash::Runner" prio=10 tid=0x00007fe9d000a800 nid=0x1a in Object.wait() [0x00007fe9d5a55000]
  263.    java.lang.Thread.State: TIMED_WAITING (on object monitor)
  264.         at java.lang.Object.wait(Native Method)
  265.         at java.lang.Thread.join(Thread.java:1289)
  266.         - locked <0x00000000cb639a38> (a java.lang.Thread)
  267.         at org.jruby.internal.runtime.NativeThread.join(NativeThread.java:75)
  268.         at org.jruby.RubyThread.join(RubyThread.java:696)
  269.         at org.jruby.RubyThread$INVOKER$i$0$1$join.call(RubyThread$INVOKER$i$0$1$join.gen)
  270.         at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodN.call(JavaMethod.java:665)
  271.         at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:198)
  272.         at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306)
  273.         at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136)
  274.         at org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60)
  275.         at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
  276.         at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
  277.         at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74)
  278.         at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:139)
  279.         at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:187)
  280.         at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:306)
  281.         at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:136)
  282.         at org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:60)
  283.         at org.jruby.RubyThread.executeBlockingTask(RubyThread.java:1065)
  284.         at org.jruby.RubyThread.wait_timeout(RubyThread.java:1413)
  285.         at org.jruby.ext.thread.SizedQueue.push(SizedQueue.java:133)
  286.         - locked <0x00000000cbf1ee78> (a org.jruby.ext.thread.SizedQueue)
  287.         at org.jruby.ext.thread.SizedQueue$INVOKER$i$1$0$push.call(SizedQueue$INVOKER$i$1$0$push.gen)
  288.         at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
  289.         at org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57)
  290. gstash-filter-multiline-1.0.0/lib/logstash/filters/multiline.rb)
  291.         at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181)
  292.         at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
  293.         at rubyjit.LogStash::Filters::Multiline$$flush_2285cc672e1b8819643c656e9682e80d2571b95d1424859128.block_1$RUBY$__file__(/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-filter-multiline-1.0.0/lib/logstash/filters/multiline.rb:204)
  294.         at rubyjit$LogStash::Filters::Multiline$$flush_2285cc672e1b8819643c656e9682e80d2571b95d1424859128$block_1$RUBY$__file__.call(rubyjit$LogStash::Filters::Multiline$$flush_2285cc672e1b8819643c656e9682e80d2571b95d1424859128$block_1$RUBY$__file__)
  295.         at org.jruby.runtime.CompiledBlock19.yield(CompiledBlock19.java:135)
  296.         at org.jruby.runtime.Block.yield(Block.java:142)
  297.         at org.jruby.RubyEnumerable$23.call(RubyEnumerable.java:785)
  298.         at org.jruby.runtime.CallBlock19.yield(CallBlock19.java:90)
  299.         at org.jruby.runtime.Block.yield(Block.java:142)
  300.         at org.jruby.RubyHash$13.visit(RubyHash.java:1354)
  301.         at org.jruby.RubyHash.visitLimited(RubyHash.java:648)
  302.         at org.jruby.RubyHash.visitAll(RubyHash.java:634)
  303.         at org.jruby.RubyHash.iteratorVisitAll(RubyHash.java:1305)
  304.         at org.jruby.RubyHash.each_pairCommon(RubyHash.java:1350)
  305.         at org.jruby.RubyHash.each19(RubyHash.java:1341)
  306.         at org.jruby.RubyHash$INVOKER$i$0$0$each19.call(RubyHash$INVOKER$i$0$0$each19.gen)
  307.         at org.jruby.RubyClass.finvoke(RubyClass.java:528)
  308.         at org.jruby.runtime.Helpers.invoke(Helpers.java:484)
  309.         at org.jruby.RubyEnumerable.callEach19(RubyEnumerable.java:103)
  310.         at org.jruby.RubyEnumerable.collectCommon19(RubyEnumerable.java:772)
  311.         at org.jruby.RubyEnumerable.map19(RubyEnumerable.java:764)
  312.         at org.jruby.RubyEnumerable$INVOKER$s$0$0$map19.call(RubyEnumerable$INVOKER$s$0$0$map19.gen)
  313.         at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:143)
  314.         at org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:154)
  315.         at rubyjit.LogStash::Filters::Multiline$$flush_2285cc672e1b8819643c656e9682e80d2571b95d1424859128.__file__(/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-filter-multiline-1.0.0/lib/logstash/filters/multiline.rb:202)
  316.         at rubyjit.LogStash::Filters::Multiline$$flush_2285cc672e1b8819643c656e9682e80d2571b95d1424859128.__file__(/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-filter-multiline-1.0.0/lib/logstash/filters/multiline.rb)
  317.         at org.jruby.ast.executable.AbstractScript.__file__(AbstractScript.java:42)
  318.         at org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:181)
  319.         at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:168)
  320.         at org.jruby.Ruby.runScript(Ruby.java:867)
  321.         at org.jruby.Ruby.runScript(Ruby.java:860)
  322.         at org.jruby.Ruby.runNormally(Ruby.java:729)
  323.         at org.jruby.Ruby.runFromMain(Ruby.java:578)
  324.         at org.jruby.Main.doRunFromMain(Main.java:395)
  325.         at org.jruby.Main.internalRun(Main.java:290)
  326.         at org.jruby.Main.run(Main.java:217)
  327.         at org.jruby.Main.main(Main.java:197)
  328.  
  329. "VM Thread" prio=10 tid=0x00007fe9d00f8000 nid=0x20 runnable
  330.  
  331. "Gang worker#0 (Parallel GC Threads)" prio=10 tid=0x00007fe9d001c000 nid=0x1b runnable
  332.  
  333. "Gang worker#1 (Parallel GC Threads)" prio=10 tid=0x00007fe9d001e000 nid=0x1c runnable
  334.  
  335. "Gang worker#2 (Parallel GC Threads)" prio=10 tid=0x00007fe9d001f800 nid=0x1d runnable
  336.  
  337. "Gang worker#3 (Parallel GC Threads)" prio=10 tid=0x00007fe9d0021800 nid=0x1e runnable
  338.  
  339. "Concurrent Mark-Sweep GC Thread" prio=10 tid=0x00007fe9d00a2000 nid=0x1f runnable
  340. "VM Periodic Task Thread" prio=10 tid=0x00007fe9d013e800 nid=0x28 waiting on condition
  341.  
  342. JNI global references: 303
  343.  
  344. Heap
  345.  par new generation   total 306688K, used 30613K [0x00000000b5a00000, 0x00000000ca6c0000, 0x00000000ca6c0000)
  346.   eden space 272640K,  10% used [0x00000000b5a00000, 0x00000000b74ded48, 0x00000000c6440000)
  347.   from space 34048K,   9% used [0x00000000c8580000, 0x00000000c8886718, 0x00000000ca6c0000)
  348.   to   space 34048K,   0% used [0x00000000c6440000, 0x00000000c6440000, 0x00000000c8580000)
  349.  concurrent mark-sweep generation total 707840K, used 382395K [0x00000000ca6c0000, 0x00000000f5a00000, 0x00000000f5a00000)
  350.  concurrent-mark-sweep perm gen total 59624K, used 35737K [0x00000000f5a00000, 0x00000000f943a000, 0x0000000100000000)
Add Comment
Please, Sign In to add comment