Skip to content

Instantly share code, notes, and snippets.

@fbrubacher
Created July 22, 2014 00:00
Show Gist options
  • Save fbrubacher/df96f9950bd3bac5c329 to your computer and use it in GitHub Desktop.
Save fbrubacher/df96f9950bd3bac5c329 to your computer and use it in GitHub Desktop.
2014-07-21 16:59:44
Full thread dump Java HotSpot(TM) 64-Bit Server VM (20.65-b04-462 mixed mode):
"Attach Listener" daemon prio=9 tid=7fdba29da800 nid=0x10f40b000 waiting on condition [00000000]
java.lang.Thread.State: RUNNABLE
"Low Memory Detector" daemon prio=5 tid=7fdba4001800 nid=0x10f91d000 runnable [00000000]
java.lang.Thread.State: RUNNABLE
"C2 CompilerThread1" daemon prio=9 tid=7fdba4000800 nid=0x10f81a000 waiting on condition [00000000]
java.lang.Thread.State: RUNNABLE
"C2 CompilerThread0" daemon prio=9 tid=7fdba289f000 nid=0x10f717000 waiting on condition [00000000]
java.lang.Thread.State: RUNNABLE
"Signal Dispatcher" daemon prio=9 tid=7fdba289e000 nid=0x10f614000 runnable [00000000]
java.lang.Thread.State: RUNNABLE
"Surrogate Locker Thread (Concurrent GC)" daemon prio=5 tid=7fdba289d800 nid=0x10f511000 waiting on condition [00000000]
java.lang.Thread.State: RUNNABLE
"Finalizer" daemon prio=8 tid=7fdba288d800 nid=0x10f308000 in Object.wait() [10f307000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on <7dee25e20> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:118)
- locked <7dee25e20> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:134)
at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:171)
"Reference Handler" daemon prio=10 tid=7fdba5804000 nid=0x10f205000 in Object.wait() [10f204000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on <7dee20848> (a java.lang.ref.Reference$Lock)
at java.lang.Object.wait(Object.java:485)
at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:116)
- locked <7dee20848> (a java.lang.ref.Reference$Lock)
"main" prio=5 tid=7fdba2801000 nid=0x105d1a000 runnable [105d18000]
java.lang.Thread.State: RUNNABLE
at org.jgrapht.alg.RankingPathElementList.isDifferent(Unknown Source)
at org.jgrapht.alg.RankingPathElementList.isAlreadyAdded(Unknown Source)
at org.jgrapht.alg.RankingPathElementList.addPathElements(Unknown Source)
at org.jgrapht.alg.KShortestPathsIterator.tryToAddNewPaths(Unknown Source)
at org.jgrapht.alg.KShortestPathsIterator.updateOutgoingVertices(Unknown Source)
at org.jgrapht.alg.KShortestPathsIterator.next(Unknown Source)
at org.jgrapht.alg.KShortestPaths.getPaths(Unknown Source)
at cascading.flow.planner.ElementGraphs.getAllShortestPathsBetween(ElementGraphs.java:53)
at cascading.flow.planner.ElementGraph.getAllShortestPathsTo(ElementGraph.java:393)
at cascading.flow.planner.FlowPlanner.failOnMisusedBuffer(FlowPlanner.java:491)
at cascading.flow.hadoop.planner.HadoopPlanner.buildFlow(HadoopPlanner.java:255)
at cascading.flow.hadoop.planner.HadoopPlanner.buildFlow(HadoopPlanner.java:80)
at cascading.flow.FlowConnector.connect(FlowConnector.java:459)
at com.axs.dataplatform.customer.profile.Launcher.getFlow(Launcher.java:403)
at com.axs.dataplatform.customer.profile.Launcher.runCascade(Launcher.java:390)
at com.axs.dataplatform.customer.profile.Launcher.main(Launcher.java:625)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.hadoop.util.RunJar.main(RunJar.java:212)
"VM Thread" prio=9 tid=7fdba288d000 nid=0x10f102000 runnable
"Gang worker#0 (Parallel GC Threads)" prio=9 tid=7fdba2802800 nid=0x10a0c5000 runnable
"Gang worker#1 (Parallel GC Threads)" prio=9 tid=7fdba2803000 nid=0x10a1c8000 runnable
"Gang worker#2 (Parallel GC Threads)" prio=9 tid=7fdba4800000 nid=0x10a2cb000 runnable
"Gang worker#3 (Parallel GC Threads)" prio=9 tid=7fdba4801000 nid=0x10a3ce000 runnable
"Gang worker#4 (Parallel GC Threads)" prio=9 tid=7fdba4801800 nid=0x10a4d1000 runnable
"Gang worker#5 (Parallel GC Threads)" prio=9 tid=7fdba4802000 nid=0x10a5d4000 runnable
"Gang worker#6 (Parallel GC Threads)" prio=9 tid=7fdba4802800 nid=0x10a6d7000 runnable
"Gang worker#7 (Parallel GC Threads)" prio=9 tid=7fdba4803800 nid=0x10a7da000 runnable
"Concurrent Mark-Sweep GC Thread" prio=9 tid=7fdba2803800 nid=0x10ed83000 runnable
"Gang worker#0 (Parallel CMS Threads)" prio=9 tid=7fdba48df800 nid=0x10e37d000 runnable
"Gang worker#1 (Parallel CMS Threads)" prio=9 tid=7fdba48e0000 nid=0x10e480000 runnable
"VM Periodic Task Thread" prio=10 tid=7fdba4013000 nid=0x10fa20000 waiting on condition
"Exception Catcher Thread" prio=10 tid=7fdba2801800 nid=0x106f01000 runnable
JNI global references: 1759
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment