You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@zeppelin.apache.org by Surjan S Rawat <su...@gmail.com> on 2019/10/21 07:12:46 UTC

Hung LivySpark interpreters

Hi,

On my prod instance, Zeppelin becomes unresponsive for LivySql and Livy
Spark interpreters.
I see the below in the thread dumps for Zeppelin and Livy Interpreter
process but not sure why it leads to hung state. All the queries are going
in Pending state and stays as Pending for all the users.

*1. Zeppelin thread dump*


*2.Livy Interpreter thread dump*
2019-10-18 09:24:35
Full thread dump Java HotSpot(TM) 64-Bit Server VM (25.144-b01 mixed mode):

"Attach Listener" #1772 daemon prio=9 os_prio=0 tid=0x00007f8184001000
nid=0x9d2 waiting on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

   Locked ownable synchronizers:
- None

"pool-8-thread-1" #1763 prio=5 os_prio=0 tid=0x00007f8118061800 nid=0x339
waiting on condition [0x00007f8188ccc000]
   java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for  <0x00000006448371d0> (a
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403)
at org.apache.zeppelin.mailer.Mailer$MailerRunnable.run(Mailer.java:551)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x0000000645c2f480> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-1-thread-10" #1018 prio=5 os_prio=0 tid=0x00007f814000e000 nid=0x5f94
in Object.wait() [0x00007f80085c4000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer.interpret(RemoteInterpreterServer.java:448)
- locked <0x0000000645c2e658> (a
org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer$InterpretJobListener)
at
org.apache.zeppelin.interpreter.thrift.RemoteInterpreterService$Processor$interpret.getResult(RemoteInterpreterService.java:1859)
at
org.apache.zeppelin.interpreter.thrift.RemoteInterpreterService$Processor$interpret.getResult(RemoteInterpreterService.java:1844)
at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:39)
at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:39)
at
org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:285)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x0000000645948ea8> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-1-thread-9" #1017 prio=5 os_prio=0 tid=0x00007f8140009800 nid=0x5f93
in Object.wait() [0x00007f80086c5000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer.interpret(RemoteInterpreterServer.java:448)
- locked <0x000000074cdbd888> (a
org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer$InterpretJobListener)
at
org.apache.zeppelin.interpreter.thrift.RemoteInterpreterService$Processor$interpret.getResult(RemoteInterpreterService.java:1859)
at
org.apache.zeppelin.interpreter.thrift.RemoteInterpreterService$Processor$interpret.getResult(RemoteInterpreterService.java:1844)
at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:39)
at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:39)
at
org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:285)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x0000000645949da8> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-100" #292 prio=5 os_prio=0 tid=0x00007f80e0057800 nid=0x65b5
in Object.wait() [0x00007f80088c7000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at org.apache.zeppelin.scheduler.FIFOScheduler.run(FIFOScheduler.java:113)
- locked <0x0000000645c37448> (a java.util.LinkedList)
- locked <0x0000000645c37448> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x0000000645508908> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-99" #289 prio=5 os_prio=0 tid=0x00007f80b0004000 nid=0x6368
in Object.wait() [0x00007f8008bca000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at org.apache.zeppelin.scheduler.FIFOScheduler.run(FIFOScheduler.java:113)
- locked <0x0000000645c3f3c0> (a java.util.LinkedList)
- locked <0x0000000645c3f3c0> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x0000000645509158> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-98" #287 prio=5 os_prio=0 tid=0x00007f80e0056000 nid=0x5edf
in Object.wait() [0x00007f80089c8000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x0000000645734330> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x0000000645505750> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-97" #286 prio=5 os_prio=0 tid=0x00007f80c4007800 nid=0x5d80
in Object.wait() [0x00007f8008ac9000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x0000000645b295e0> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x0000000645505508> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-96" #283 prio=5 os_prio=0 tid=0x00007f80b0002000 nid=0x5d53
in Object.wait() [0x00007f8008dcc000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at org.apache.zeppelin.scheduler.FIFOScheduler.run(FIFOScheduler.java:113)
- locked <0x0000000645c37250> (a java.util.LinkedList)
- locked <0x0000000645c37250> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x0000000645505308> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-95" #282 prio=5 os_prio=0 tid=0x00007f811809e000 nid=0x5d52
in Object.wait() [0x00007f8009fde000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x0000000645b294d8> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x0000000645508610> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-94" #280 prio=5 os_prio=0 tid=0x00007f800c006800 nid=0x5bbe
in Object.wait() [0x00007f8008ecd000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x0000000645c01db0> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x0000000645505108> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-93" #278 prio=5 os_prio=0 tid=0x00007f800c005800 nid=0x5b1a
in Object.wait() [0x00007f8009ad9000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x0000000645c372f8> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x0000000645504f08> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-92" #273 prio=5 os_prio=0 tid=0x00007f8104002000 nid=0x57b0
in Object.wait() [0x00007f8008fce000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at org.apache.zeppelin.scheduler.FIFOScheduler.run(FIFOScheduler.java:113)
- locked <0x0000000645c2f500> (a java.util.LinkedList)
- locked <0x0000000645c2f500> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x0000000645504d08> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-91" #271 prio=5 os_prio=0 tid=0x00007f810c009000 nid=0x5797
in Object.wait() [0x00007f80090cf000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x00000006458e0830> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x0000000645504b08> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-90" #269 prio=5 os_prio=0 tid=0x00007f811000d000 nid=0x578c
in Object.wait() [0x00007f80091d0000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x00000006457343d8> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x0000000645504908> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-89" #267 prio=5 os_prio=0 tid=0x00007f811000c000 nid=0x573f
in Object.wait() [0x00007f80092d1000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x000000064557e000> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x000000064550b9b0> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-88" #265 prio=5 os_prio=0 tid=0x00007f811000a800 nid=0x5735
in Object.wait() [0x00007f80093d2000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x000000064557e128> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x00000006455091a8> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-87" #263 prio=5 os_prio=0 tid=0x00007f8110009800 nid=0x5726
in Object.wait() [0x00007f80096d5000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x0000000645b23400> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x0000000645504708> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-86" #261 prio=5 os_prio=0 tid=0x00007f8110008800 nid=0x56f1
in Object.wait() [0x00007f80094d3000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x00000006457347f8> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x0000000645504508> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-85" #259 prio=5 os_prio=0 tid=0x00007f8110007800 nid=0x56b1
in Object.wait() [0x00007f800b2f1000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x0000000645b29938> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x0000000645504308> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-84" #257 prio=5 os_prio=0 tid=0x00007f810c008000 nid=0x56aa
in Object.wait() [0x00007f8009ddc000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x00000006455fb1d0> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x0000000645508e58> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-1-thread-7" #256 prio=5 os_prio=0 tid=0x00007f814000c000 nid=0x54f2
in Object.wait() [0x00007f80095d4000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer.interpret(RemoteInterpreterServer.java:448)
- locked <0x0000000645c3f5b8> (a
org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer$InterpretJobListener)
at
org.apache.zeppelin.interpreter.thrift.RemoteInterpreterService$Processor$interpret.getResult(RemoteInterpreterService.java:1859)
at
org.apache.zeppelin.interpreter.thrift.RemoteInterpreterService$Processor$interpret.getResult(RemoteInterpreterService.java:1844)
at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:39)
at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:39)
at
org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:285)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x000000064550dce0> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-83" #254 prio=5 os_prio=0 tid=0x00007f802c003800 nid=0x5473
in Object.wait() [0x00007f80097d6000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x0000000645b6b020> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x0000000645504108> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-1-thread-6" #253 prio=5 os_prio=0 tid=0x00007f814000a800 nid=0x5394
in Object.wait() [0x00007f80098d7000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer.interpret(RemoteInterpreterServer.java:448)
- locked <0x000000074fc2bcb0> (a
org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer$InterpretJobListener)
at
org.apache.zeppelin.interpreter.thrift.RemoteInterpreterService$Processor$interpret.getResult(RemoteInterpreterService.java:1859)
at
org.apache.zeppelin.interpreter.thrift.RemoteInterpreterService$Processor$interpret.getResult(RemoteInterpreterService.java:1844)
at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:39)
at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:39)
at
org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:285)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x000000064550c0a8> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-82" #252 prio=5 os_prio=0 tid=0x00007f80c4005000 nid=0x5393
in Object.wait() [0x00007f80099d8000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x00000006458e0708> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x0000000645503ec0> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-81" #250 prio=5 os_prio=0 tid=0x00007f800c001000 nid=0x534b
in Object.wait() [0x00007f8009bda000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x0000000645b6d000> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x0000000645503cc0> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-80" #249 prio=5 os_prio=0 tid=0x00007f8118062800 nid=0x534a
in Object.wait() [0x00007f8009cdb000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x00000006457348a0> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x0000000645503a78> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-79" #247 prio=5 os_prio=0 tid=0x00007f810c006000 nid=0x5331
in Object.wait() [0x00007f8009edd000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x00000006455bd138> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x00000006454d0118> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-78" #244 prio=5 os_prio=0 tid=0x00007f80d8021000 nid=0x52d5
in Object.wait() [0x00007f800a0df000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at org.apache.zeppelin.scheduler.FIFOScheduler.run(FIFOScheduler.java:113)
- locked <0x0000000645b235f0> (a java.util.LinkedList)
- locked <0x0000000645b235f0> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x00000006454d20e0> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-77" #241 prio=5 os_prio=0 tid=0x00007f80bc001000 nid=0x5055
in Object.wait() [0x00007f800a1e0000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x00000006458ac318> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x00000006454cff18> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-76" #236 prio=5 os_prio=0 tid=0x00007f80d8020000 nid=0x4c77
in Object.wait() [0x00007f800a2e1000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x0000000645b43de8> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x00000006454d02c0> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-75" #233 prio=5 os_prio=0 tid=0x00007f80d801e800 nid=0x4c43
in Object.wait() [0x00007f800a4e3000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x0000000645548e48> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x00000006454d2430> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-74" #228 prio=5 os_prio=0 tid=0x00007f80d801d800 nid=0x431b
in Object.wait() [0x00007f800a3e2000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at org.apache.zeppelin.scheduler.FIFOScheduler.run(FIFOScheduler.java:113)
- locked <0x0000000645c2f5a8> (a java.util.LinkedList)
- locked <0x0000000645c2f5a8> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x00000006454ce1b8> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-73" #224 prio=5 os_prio=0 tid=0x00007f80d801c800 nid=0x34f3
in Object.wait() [0x00007f800a5e4000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x0000000645689428> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x00000006454cdfc8> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-72" #221 prio=5 os_prio=0 tid=0x00007f80e0055000 nid=0x31ac
in Object.wait() [0x00007f800a6e5000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x00000006456c4858> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x00000006454d2668> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-71" #218 prio=5 os_prio=0 tid=0x00007f80e0054000 nid=0x2f5e
in Object.wait() [0x00007f800a7e6000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x00000006458ac440> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x00000006454d2a30> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-70" #215 prio=5 os_prio=0 tid=0x00007f80e0053000 nid=0x252b
in Object.wait() [0x00007f800a8e7000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x0000000645b53ac0> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x00000006454d2288> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-69" #212 prio=5 os_prio=0 tid=0x00007f80e0051800 nid=0x22bd
in Object.wait() [0x00007f800a9e8000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x0000000645b236f8> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x00000006454d0468> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-68" #209 prio=5 os_prio=0 tid=0x00007f80d0004800 nid=0x1af3
in Object.wait() [0x00007f800aae9000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x0000000645734948> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x00000006454279a0> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-67" #206 prio=5 os_prio=0 tid=0x00007f8060007800 nid=0x18d3
in Object.wait() [0x00007f800abea000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x0000000645b23820> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x0000000645427f88> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-66" #202 prio=5 os_prio=0 tid=0x00007f80e0050800 nid=0x7019
in Object.wait() [0x00007f800aceb000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x00000006457356a0> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x00000006454265b0> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-65" #199 prio=5 os_prio=0 tid=0x00007f8060006800 nid=0x5db2
in Object.wait() [0x00007f800adec000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at org.apache.zeppelin.scheduler.FIFOScheduler.run(FIFOScheduler.java:113)
- locked <0x0000000645b23908> (a java.util.LinkedList)
- locked <0x0000000645b23908> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x0000000645428628> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-64" #196 prio=5 os_prio=0 tid=0x00007f80e0050000 nid=0x5bcd
in Object.wait() [0x00007f800aeed000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at org.apache.zeppelin.scheduler.FIFOScheduler.run(FIFOScheduler.java:113)
- locked <0x0000000645c3f468> (a java.util.LinkedList)
- locked <0x0000000645c3f468> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x0000000645428c70> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-63" #193 prio=5 os_prio=0 tid=0x00007f80e004f000 nid=0x5af2
in Object.wait() [0x00007f800b1f0000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at org.apache.zeppelin.scheduler.FIFOScheduler.run(FIFOScheduler.java:113)
- locked <0x0000000645c2f650> (a java.util.LinkedList)
- locked <0x0000000645c2f650> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x0000000645428130> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-62" #190 prio=5 os_prio=0 tid=0x00007f802c002000 nid=0x5275
in Object.wait() [0x00007f800afee000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x0000000645b29708> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x00000006454267b0> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-61" #189 prio=5 os_prio=0 tid=0x00007f8118025000 nid=0x51e7
in Object.wait() [0x00007f800b0ef000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x00000006455082f0> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x0000000645428828> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-60" #186 prio=5 os_prio=0 tid=0x00007f802c001000 nid=0x519c
in Object.wait() [0x00007f800b5f4000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x0000000645735800> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x0000000645428e18> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-59" #185 prio=5 os_prio=0 tid=0x00007f812025c000 nid=0x519b
in Object.wait() [0x00007f800b4f3000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at org.apache.zeppelin.scheduler.FIFOScheduler.run(FIFOScheduler.java:113)
- locked <0x0000000645c373a0> (a java.util.LinkedList)
- locked <0x0000000645c373a0> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x0000000645427650> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-58" #184 prio=5 os_prio=0 tid=0x00007f8118023000 nid=0x4206
in Object.wait() [0x00007f800b3f2000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x0000000645b53bc8> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x0000000645425730> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-57" #181 prio=5 os_prio=0 tid=0x00007f80d0001000 nid=0x41c7
in Object.wait() [0x00007f800b6f5000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x0000000645c40db8> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x00000006454282d8> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-56" #180 prio=5 os_prio=0 tid=0x00007f81201c1800 nid=0x41c6
in Object.wait() [0x00007f800baf9000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x0000000645b293b0> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x0000000645425b30> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-55" #177 prio=5 os_prio=0 tid=0x00007f8060005800 nid=0x3938
in Object.wait() [0x00007f800bffe000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x0000000645734538> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x0000000645428a70> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-54" #174 prio=5 os_prio=0 tid=0x00007f8060004800 nid=0x38c7
in Object.wait() [0x00007f80f86c9000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at org.apache.zeppelin.scheduler.FIFOScheduler.run(FIFOScheduler.java:113)
- locked <0x0000000645c374f0> (a java.util.LinkedList)
- locked <0x0000000645c374f0> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x0000000645425978> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-53" #170 prio=5 os_prio=0 tid=0x00007f80d801b800 nid=0x3560
in Object.wait() [0x00007f800b7f6000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x0000000645b44030> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x00000006454269b0> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-52" #168 prio=5 os_prio=0 tid=0x00007f80e004e800 nid=0x34c6
in Object.wait() [0x00007f800b8f7000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x000000064550e6c8> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x0000000645428480> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-51" #164 prio=5 os_prio=0 tid=0x00007f80d801a800 nid=0x3436
in Object.wait() [0x00007f800bcfb000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x0000000645c40e60> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x0000000645423480> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-50" #162 prio=5 os_prio=0 tid=0x00007f80c4001000 nid=0x30cb
in Object.wait() [0x00007f800b9f8000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x00000006455bd1e0> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x0000000645424cc8> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-49" #160 prio=5 os_prio=0 tid=0x00007f80c0001000 nid=0x30a0
in Object.wait() [0x00007f800bbfa000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at org.apache.zeppelin.scheduler.FIFOScheduler.run(FIFOScheduler.java:113)
- locked <0x0000000645c37598> (a java.util.LinkedList)
- locked <0x0000000645c37598> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x00000006454263f8> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-48" #159 prio=5 os_prio=0 tid=0x00007f81341df000 nid=0x309f
in Object.wait() [0x00007f80f84c7000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x0000000645b23508> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x00000006454249b8> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-47" #156 prio=5 os_prio=0 tid=0x00007f80d8018800 nid=0x2e18
in Object.wait() [0x00007f800bdfc000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x0000000645b29810> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x00000006453c8bf8> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-46" #155 prio=5 os_prio=0 tid=0x00007f8118021800 nid=0x2d4d
in Object.wait() [0x00007f800befd000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x0000000645734698> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x00000006453c89f8> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-45" #153 prio=5 os_prio=0 tid=0x00007f80e0002000 nid=0x2d22
in Object.wait() [0x00007f80f81c4000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x000000064594d1f0> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x00000006453bb8c8> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-44" #152 prio=5 os_prio=0 tid=0x00007f81201e6000 nid=0x2d21
in Object.wait() [0x00007f80f82c5000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x000000064550e770> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x00000006453d2900> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-43" #149 prio=5 os_prio=0 tid=0x00007f8060001000 nid=0x2c07
in Object.wait() [0x00007f80f88cb000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x0000000645732478> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x00000006453d48b0> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-42" #146 prio=5 os_prio=0 tid=0x00007f8118020000 nid=0x246a
in Object.wait() [0x00007f80f83c6000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x000000064564b5f0> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x00000006453d54c0> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-41" #144 prio=5 os_prio=0 tid=0x00007f8060002800 nid=0x243e
in Object.wait() [0x00007f80f85c8000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x00000006456c7a20> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x00000006453bba80> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-40" #143 prio=5 os_prio=0 tid=0x00007f81341dd800 nid=0x243d
in Object.wait() [0x00007f80f98d9000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x0000000645c26f30> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x00000006453c8df8> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-39" #138 prio=5 os_prio=0 tid=0x00007f80d8017000 nid=0x20e3
in Object.wait() [0x00007f80f87ca000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x0000000645c03fe8> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x00000006453bb6c8> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-38" #135 prio=5 os_prio=0 tid=0x00007f810c005000 nid=0x1ca0
in Object.wait() [0x00007f80f89cc000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x0000000645422d18> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x00000006453d7998> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-37" #130 prio=5 os_prio=0 tid=0x00007f80d8016000 nid=0x17b4
in Object.wait() [0x00007f80f8acd000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x0000000645422bf0> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x00000006453d5668> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-36" #126 prio=5 os_prio=0 tid=0x00007f80d8015000 nid=0x1549
in Object.wait() [0x00007f80f8bce000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at org.apache.zeppelin.scheduler.FIFOScheduler.run(FIFOScheduler.java:113)
- locked <0x0000000645c40f08> (a java.util.LinkedList)
- locked <0x0000000645c40f08> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x00000006453b4c90> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-35" #123 prio=5 os_prio=0 tid=0x00007f80d8014000 nid=0x146b
in Object.wait() [0x00007f80f8ccf000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at org.apache.zeppelin.scheduler.FIFOScheduler.run(FIFOScheduler.java:113)
- locked <0x0000000645c3f510> (a java.util.LinkedList)
- locked <0x0000000645c3f510> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x00000006453d5810> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-34" #120 prio=5 os_prio=0 tid=0x00007f80d8013000 nid=0x127e
in Object.wait() [0x00007f80f8dd0000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x0000000645606f40> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x00000006453d4a58> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-33" #117 prio=5 os_prio=0 tid=0x00007f80d8012000 nid=0x11ef
in Object.wait() [0x00007f80f8ed1000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x0000000645c400a0> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x00000006453b4e90> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-32" #112 prio=5 os_prio=0 tid=0x00007f80d8010800 nid=0xb87
in Object.wait() [0x00007f80f8fd2000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x0000000645689550> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x00000006452d4210> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-31" #107 prio=5 os_prio=0 tid=0x00007f80d800f800 nid=0x7f92
in Object.wait() [0x00007f80f90d3000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x0000000645606fe8> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x00000006452d4e58> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-30" #104 prio=5 os_prio=0 tid=0x00007f80d800e800 nid=0x7ef3
in Object.wait() [0x00007f80f91d4000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x00000006456c4900> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x00000006452d4010> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-29" #101 prio=5 os_prio=0 tid=0x00007f80d800d800 nid=0x7b95
in Object.wait() [0x00007f80f92d5000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x000000064554af18> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x00000006452d4490> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-28" #98 prio=5 os_prio=0 tid=0x00007f80d800c800 nid=0x7390
in Object.wait() [0x00007f80f94d7000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x000000064594de58> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x00000006452d3e10> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-27" #97 prio=5 os_prio=0 tid=0x00007f81201bd000 nid=0x6d47
in Object.wait() [0x00007f80f93d6000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x000000064564b7d0> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x00000006452c6d50> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-26" #94 prio=5 os_prio=0 tid=0x00007f80d8001000 nid=0x6d1b
in Object.wait() [0x00007f80fb6f5000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x0000000645c40200> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x00000006452c6b08> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-25" #93 prio=5 os_prio=0 tid=0x00007f81341a2000 nid=0x6d1a
in Object.wait() [0x00007f80f97d8000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x00000006453b5330> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x00000006452d4b40> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-24" #90 prio=5 os_prio=0 tid=0x00007f80ec003000 nid=0x5b00
in Object.wait() [0x00007f80fb5f4000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x00000006454229a0> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x00000006452d4270> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"Timer-0" #86 daemon prio=5 os_prio=0 tid=0x00007f80d41c5800 nid=0x570d in
Object.wait() [0x00007f80f99da000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at java.util.TimerThread.mainLoop(Timer.java:552)
- locked <0x00000006452ddaf8> (a java.util.TaskQueue)
at java.util.TimerThread.run(Timer.java:505)

   Locked ownable synchronizers:
- None

"DefaultQuartzScheduler_QuartzSchedulerThread" #85 prio=5 os_prio=0
tid=0x00007f80d414a000 nid=0x570c in Object.wait() [0x00007f80f9adb000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at org.quartz.core.QuartzSchedulerThread.run(QuartzSchedulerThread.java:410)
- locked <0x00000006452de030> (a java.lang.Object)

   Locked ownable synchronizers:
- None

"DefaultQuartzScheduler_Worker-10" #84 prio=5 os_prio=0
tid=0x00007f80d413e000 nid=0x570b in Object.wait() [0x00007f80f9bdc000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:568)
- locked <0x00000006452d9b10> (a java.lang.Object)

   Locked ownable synchronizers:
- None

"DefaultQuartzScheduler_Worker-9" #83 prio=5 os_prio=0
tid=0x00007f80d413c000 nid=0x570a in Object.wait() [0x00007f80f9cdd000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:568)
- locked <0x00000006452d9880> (a java.lang.Object)

   Locked ownable synchronizers:
- None

"DefaultQuartzScheduler_Worker-8" #82 prio=5 os_prio=0
tid=0x00007f80d413a000 nid=0x5709 in Object.wait() [0x00007f80f9dde000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:568)
- locked <0x00000006452d95f0> (a java.lang.Object)

   Locked ownable synchronizers:
- None

"DefaultQuartzScheduler_Worker-7" #81 prio=5 os_prio=0
tid=0x00007f80d4138000 nid=0x5708 in Object.wait() [0x00007f80f9edf000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:568)
- locked <0x00000006452d9360> (a java.lang.Object)

   Locked ownable synchronizers:
- None

"DefaultQuartzScheduler_Worker-6" #80 prio=5 os_prio=0
tid=0x00007f80d4136000 nid=0x5707 in Object.wait() [0x00007f80f9fe0000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:568)
- locked <0x00000006452d90d0> (a java.lang.Object)

   Locked ownable synchronizers:
- None

"DefaultQuartzScheduler_Worker-5" #79 prio=5 os_prio=0
tid=0x00007f80d411e000 nid=0x5706 in Object.wait() [0x00007f80fa0e1000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:568)
- locked <0x00000006452d8e40> (a java.lang.Object)

   Locked ownable synchronizers:
- None

"DefaultQuartzScheduler_Worker-4" #78 prio=5 os_prio=0
tid=0x00007f80d411c800 nid=0x5705 in Object.wait() [0x00007f80fa1e2000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:568)
- locked <0x00000006452d8bb0> (a java.lang.Object)

   Locked ownable synchronizers:
- None

"DefaultQuartzScheduler_Worker-3" #77 prio=5 os_prio=0
tid=0x00007f80d411a800 nid=0x5704 in Object.wait() [0x00007f80fa2e3000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:568)
- locked <0x00000006452d8920> (a java.lang.Object)

   Locked ownable synchronizers:
- None

"DefaultQuartzScheduler_Worker-2" #76 prio=5 os_prio=0
tid=0x00007f80d410f000 nid=0x5703 in Object.wait() [0x00007f80fa3e4000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:568)
- locked <0x00000006452d8690> (a java.lang.Object)

   Locked ownable synchronizers:
- None

"DefaultQuartzScheduler_Worker-1" #75 prio=5 os_prio=0
tid=0x00007f80d410d800 nid=0x5702 in Object.wait() [0x00007f80fa4e5000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:568)
- locked <0x00000006452d8400> (a java.lang.Object)

   Locked ownable synchronizers:
- None

"pool-4-thread-23" #73 prio=5 os_prio=0 tid=0x00007f8104001000 nid=0x5501
in Object.wait() [0x00007f80fa6e7000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x0000000645422878> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x00000006452d4710> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"ScheduledThreadPoolExecutorUtil-6" #72 daemon prio=5 os_prio=0
tid=0x00007f80b8003800 nid=0x54da waiting on condition [0x00007f80fa5e6000]
   java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for  <0x0000000644a32f30> (a
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- None

"pool-4-thread-22" #70 prio=5 os_prio=0 tid=0x00007f810c004000 nid=0x54d8
in Object.wait() [0x00007f80fa7e8000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x00000006453b4fb8> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x00000006452b5b08> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-21" #68 prio=5 os_prio=0 tid=0x00007f8110006800 nid=0x54d0
in Object.wait() [0x00007f80fa9ea000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x00000006453b5208> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x000000064524ca28> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"ScheduledThreadPoolExecutorUtil-5" #67 daemon prio=5 os_prio=0
tid=0x00007f80ac001000 nid=0x54ca waiting on condition [0x00007f80fa8e9000]
   java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for  <0x0000000644a32f30> (a
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- None

"pool-4-thread-20" #65 prio=5 os_prio=0 tid=0x00007f8110005800 nid=0x54c7
in Object.wait() [0x00007f80fabec000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x000000064550c0d8> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x000000064524c670> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"ScheduledThreadPoolExecutorUtil-4" #64 daemon prio=5 os_prio=0
tid=0x00007f80b8002800 nid=0x54bf waiting on condition [0x00007f80faaeb000]
   java.lang.Thread.State: TIMED_WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for  <0x0000000644a32f30> (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)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- None

"pool-4-thread-19" #62 prio=5 os_prio=0 tid=0x00007f8110004800 nid=0x54b0
in Object.wait() [0x00007f80faeef000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x0000000645422ac8> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x000000064524bad8> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"ScheduledThreadPoolExecutorUtil-3" #61 daemon prio=5 os_prio=0
tid=0x00007f8144004000 nid=0x546e waiting on condition [0x00007f80faced000]
   java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for  <0x0000000644a32f30> (a
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- None

"ScheduledThreadPoolExecutorUtil-2" #60 daemon prio=5 os_prio=0
tid=0x00007f8144002000 nid=0x546d waiting on condition [0x00007f80fadee000]
   java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for  <0x0000000644a32f30> (a
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- None

"pool-4-thread-18" #58 prio=5 os_prio=0 tid=0x00007f8110003800 nid=0x5466
in Object.wait() [0x00007f80faff0000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x0000000645422750> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x000000064524c230> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-17" #56 prio=5 os_prio=0 tid=0x00007f8110002800 nid=0x545e
in Object.wait() [0x00007f80fb2f1000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x00000006452de088> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x000000064524bcf8> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-16" #54 prio=5 os_prio=0 tid=0x00007f8110001000 nid=0x53d0
in Object.wait() [0x00007f80fb3f2000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x000000064560b100> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x000000064524af70> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-15" #52 prio=5 os_prio=0 tid=0x00007f810c003000 nid=0x53c8
in Object.wait() [0x00007f80fb7f6000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x00000006452d5298> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x000000064524ac58> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-14" #47 prio=5 os_prio=0 tid=0x00007f80ec001000 nid=0x51c0
in Object.wait() [0x00007f80fb8f7000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x00000006457325d8> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x0000000645223a10> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-13" #46 prio=5 os_prio=0 tid=0x00007f810c002000 nid=0x51bf
in Object.wait() [0x00007f80fb9f8000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x00000006453b50e0> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x0000000645223ed8> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-12" #45 prio=5 os_prio=0 tid=0x00007f8118019000 nid=0x51be
in Object.wait() [0x00007f80fbaf9000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at org.apache.zeppelin.scheduler.FIFOScheduler.run(FIFOScheduler.java:113)
- locked <0x0000000645238888> (a java.util.LinkedList)
- locked <0x0000000645238888> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x0000000645238930> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-11" #44 prio=5 os_prio=0 tid=0x00007f8118017000 nid=0x51bd
in Object.wait() [0x00007f80fbbfa000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at org.apache.zeppelin.scheduler.FIFOScheduler.run(FIFOScheduler.java:113)
- locked <0x000000064523a0b0> (a java.util.LinkedList)
- locked <0x000000064523a0b0> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x000000064524b478> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-10" #43 prio=5 os_prio=0 tid=0x00007f8118015800 nid=0x51bc
in Object.wait() [0x00007f80fbcfb000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at org.apache.zeppelin.scheduler.FIFOScheduler.run(FIFOScheduler.java:113)
- locked <0x000000064523a3b0> (a java.util.LinkedList)
- locked <0x000000064523a3b0> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x000000064523a458> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-9" #42 prio=5 os_prio=0 tid=0x00007f8118013800 nid=0x51bb in
Object.wait() [0x00007f80fbdfc000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at org.apache.zeppelin.scheduler.FIFOScheduler.run(FIFOScheduler.java:113)
- locked <0x0000000645238960> (a java.util.LinkedList)
- locked <0x0000000645238960> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x000000064524b698> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-8" #41 prio=5 os_prio=0 tid=0x00007f8118012000 nid=0x51ba in
Object.wait() [0x00007f80fbefd000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x000000064523dc20> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x000000064524c010> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-7" #40 prio=5 os_prio=0 tid=0x00007f8118010800 nid=0x51b9 in
Object.wait() [0x00007f80fbffe000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x000000064523a538> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x0000000645223c70> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-6" #39 prio=5 os_prio=0 tid=0x00007f811800e000 nid=0x51b8 in
Object.wait() [0x00007f81881c5000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at org.apache.zeppelin.scheduler.FIFOScheduler.run(FIFOScheduler.java:113)
- locked <0x0000000645238a08> (a java.util.LinkedList)
- locked <0x0000000645238a08> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x000000064524b8b8> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-5" #38 prio=5 os_prio=0 tid=0x00007f811800c000 nid=0x51b7 in
Object.wait() [0x00007f81882c6000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at org.apache.zeppelin.scheduler.FIFOScheduler.run(FIFOScheduler.java:113)
- locked <0x000000064523def8> (a java.util.LinkedList)
- locked <0x000000064523def8> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x000000064523dfa0> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-4" #37 prio=5 os_prio=0 tid=0x00007f811800a800 nid=0x51b6 in
Object.wait() [0x00007f81883c7000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at org.apache.zeppelin.scheduler.FIFOScheduler.run(FIFOScheduler.java:113)
- locked <0x000000064523a698> (a java.util.LinkedList)
- locked <0x000000064523a698> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x000000064524b258> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-3" #36 prio=5 os_prio=0 tid=0x00007f8118008800 nid=0x51b5 in
Object.wait() [0x00007f81884c8000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at org.apache.zeppelin.scheduler.FIFOScheduler.run(FIFOScheduler.java:113)
- locked <0x0000000645238c28> (a java.util.LinkedList)
- locked <0x0000000645238c28> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x0000000645255678> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-2" #35 prio=5 os_prio=0 tid=0x00007f8118006800 nid=0x51b4 in
Object.wait() [0x00007f81885c9000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x0000000645236568> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x000000064524c450> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-4-thread-1" #34 prio=5 os_prio=0 tid=0x00007f8118005000 nid=0x51b3 in
Object.wait() [0x00007f81886ca000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.scheduler.ParallelScheduler.run(ParallelScheduler.java:120)
- locked <0x000000064523a910> (a java.util.LinkedList)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x000000064523a9b8> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-1-thread-4" #33 prio=5 os_prio=0 tid=0x00007f8140007000 nid=0x51b2 in
Object.wait() [0x00007f81887cb000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer.interpret(RemoteInterpreterServer.java:448)
- locked <0x0000000645c270c0> (a
org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer$InterpretJobListener)
at
org.apache.zeppelin.interpreter.thrift.RemoteInterpreterService$Processor$interpret.getResult(RemoteInterpreterService.java:1859)
at
org.apache.zeppelin.interpreter.thrift.RemoteInterpreterService$Processor$interpret.getResult(RemoteInterpreterService.java:1844)
at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:39)
at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:39)
at
org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:285)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x000000064523e7a8> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-1-thread-3" #31 prio=5 os_prio=0 tid=0x00007f8140005000 nid=0x51ae in
Object.wait() [0x00007f8188fcd000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer.interpret(RemoteInterpreterServer.java:448)
- locked <0x0000000645c2f718> (a
org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer$InterpretJobListener)
at
org.apache.zeppelin.interpreter.thrift.RemoteInterpreterService$Processor$interpret.getResult(RemoteInterpreterService.java:1859)
at
org.apache.zeppelin.interpreter.thrift.RemoteInterpreterService$Processor$interpret.getResult(RemoteInterpreterService.java:1844)
at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:39)
at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:39)
at
org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:285)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x0000000644870538> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-1-thread-2" #30 prio=5 os_prio=0 tid=0x00007f8140003800 nid=0x51a9 in
Object.wait() [0x00007f81890ce000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer.interpret(RemoteInterpreterServer.java:448)
- locked <0x0000000645c376e0> (a
org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer$InterpretJobListener)
at
org.apache.zeppelin.interpreter.thrift.RemoteInterpreterService$Processor$interpret.getResult(RemoteInterpreterService.java:1859)
at
org.apache.zeppelin.interpreter.thrift.RemoteInterpreterService$Processor$interpret.getResult(RemoteInterpreterService.java:1844)
at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:39)
at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:39)
at
org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:285)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x00000006448706d8> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"pool-1-thread-1" #29 prio=5 os_prio=0 tid=0x00007f8140002000 nid=0x51a8 in
Object.wait() [0x00007f8189ad4000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at
org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer.interpret(RemoteInterpreterServer.java:448)
- locked <0x0000000645c539d0> (a
org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer$InterpretJobListener)
at
org.apache.zeppelin.interpreter.thrift.RemoteInterpreterService$Processor$interpret.getResult(RemoteInterpreterService.java:1859)
at
org.apache.zeppelin.interpreter.thrift.RemoteInterpreterService$Processor$interpret.getResult(RemoteInterpreterService.java:1844)
at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:39)
at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:39)
at
org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:285)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x0000000644870758> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"Hashed wheel timer #1" #27 prio=5 os_prio=0 tid=0x00007f8124001000
nid=0x51a4 sleeping[0x00007f81893cf000]
   java.lang.Thread.State: TIMED_WAITING (sleeping)
at java.lang.Thread.sleep(Native Method)
at
org.jboss.netty.util.HashedWheelTimer$Worker.waitForNextTick(HashedWheelTimer.java:445)
at
org.jboss.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:364)
at
org.jboss.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:108)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- None

"New I/O boss #4" #28 daemon prio=5 os_prio=0 tid=0x00007f81480b0000
nid=0x51a3 runnable [0x00007f81896d0000]
   java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x000000064481cca0> (a sun.nio.ch.Util$3)
- locked <0x000000064481ccb0> (a java.util.Collections$UnmodifiableSet)
- locked <0x000000064481cc58> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at
org.jboss.netty.channel.socket.nio.SelectorUtil.select(SelectorUtil.java:68)
at
org.jboss.netty.channel.socket.nio.AbstractNioSelector.select(AbstractNioSelector.java:434)
at
org.jboss.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:212)
at
org.jboss.netty.channel.socket.nio.NioClientBoss.run(NioClientBoss.java:42)
at
org.jboss.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:108)
at
org.jboss.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:42)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x00000006448360d0> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"New I/O worker #3" #26 daemon prio=5 os_prio=0 tid=0x00007f814802a000
nid=0x51a2 runnable [0x00007f81897d1000]
   java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x0000000644836320> (a sun.nio.ch.Util$3)
- locked <0x0000000644836310> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000006448361e8> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at
org.jboss.netty.channel.socket.nio.SelectorUtil.select(SelectorUtil.java:68)
at
org.jboss.netty.channel.socket.nio.AbstractNioSelector.select(AbstractNioSelector.java:434)
at
org.jboss.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:212)
at
org.jboss.netty.channel.socket.nio.AbstractNioWorker.run(AbstractNioWorker.java:89)
at org.jboss.netty.channel.socket.nio.NioWorker.run(NioWorker.java:178)
at
org.jboss.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:108)
at
org.jboss.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:42)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x00000006449064c8> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"New I/O worker #2" #25 daemon prio=5 os_prio=0 tid=0x00007f8148026000
nid=0x51a1 runnable [0x00007f81898d2000]
   java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x0000000644803f00> (a sun.nio.ch.Util$3)
- locked <0x0000000644803f10> (a java.util.Collections$UnmodifiableSet)
- locked <0x0000000644803eb8> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at
org.jboss.netty.channel.socket.nio.SelectorUtil.select(SelectorUtil.java:68)
at
org.jboss.netty.channel.socket.nio.AbstractNioSelector.select(AbstractNioSelector.java:434)
at
org.jboss.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:212)
at
org.jboss.netty.channel.socket.nio.AbstractNioWorker.run(AbstractNioWorker.java:89)
at org.jboss.netty.channel.socket.nio.NioWorker.run(NioWorker.java:178)
at
org.jboss.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:108)
at
org.jboss.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:42)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x0000000644906478> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"New I/O worker #1" #24 daemon prio=5 os_prio=0 tid=0x00007f8148025000
nid=0x51a0 runnable [0x00007f81899d3000]
   java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x0000000644804798> (a sun.nio.ch.Util$3)
- locked <0x00000006448047a8> (a java.util.Collections$UnmodifiableSet)
- locked <0x0000000644804750> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at
org.jboss.netty.channel.socket.nio.SelectorUtil.select(SelectorUtil.java:68)
at
org.jboss.netty.channel.socket.nio.AbstractNioSelector.select(AbstractNioSelector.java:434)
at
org.jboss.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:212)
at
org.jboss.netty.channel.socket.nio.AbstractNioWorker.run(AbstractNioWorker.java:89)
at org.jboss.netty.channel.socket.nio.NioWorker.run(NioWorker.java:178)
at
org.jboss.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:108)
at
org.jboss.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:42)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- <0x0000000644906428> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"Thread-2" #22 prio=5 os_prio=0 tid=0x00007f82088e2800 nid=0x5194 runnable
[0x00007f819c1ab000]
   java.lang.Thread.State: RUNNABLE
at java.net.PlainSocketImpl.socketAccept(Native Method)
at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:409)
at java.net.ServerSocket.implAccept(ServerSocket.java:545)
at java.net.ServerSocket.accept(ServerSocket.java:513)
at
org.apache.thrift.transport.TServerSocket.acceptImpl(TServerSocket.java:129)
at
org.apache.thrift.transport.TServerSocket.acceptImpl(TServerSocket.java:35)
at
org.apache.thrift.transport.TServerTransport.accept(TServerTransport.java:60)
at
org.apache.thrift.server.TThreadPoolServer.serve(TThreadPoolServer.java:161)
at
org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer.run(RemoteInterpreterServer.java:203)

   Locked ownable synchronizers:
- None

"HubbleEventQueue Backside Processor" #21 daemon prio=5 os_prio=0
tid=0x00007f8208835000 nid=0x5192 waiting on condition [0x00007f819c8c6000]
   java.lang.Thread.State: TIMED_WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for  <0x000000064482ce50> (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.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
at
mme.foundation.hubble.HubbleEventQueue.processBacksideQueue(HubbleEventQueue.java:66)
at
mme.foundation.hubble.HubbleEventQueue.access$100(HubbleEventQueue.java:25)
at mme.foundation.hubble.HubbleEventQueue$1.run(HubbleEventQueue.java:47)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- None

"HubbleAgentTimer" #20 daemon prio=5 os_prio=0 tid=0x00007f820882b800
nid=0x5191 in Object.wait() [0x00007f819c9c7000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at java.util.TimerThread.mainLoop(Timer.java:552)
- locked <0x00000006448341a8> (a java.util.TaskQueue)
at java.util.TimerThread.run(Timer.java:505)

   Locked ownable synchronizers:
- None

"ScheduledThreadPoolExecutorUtil-1" #19 daemon prio=5 os_prio=0
tid=0x00007f8208801800 nid=0x518f waiting on condition [0x00007f819db14000]
   java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for  <0x0000000644a32f30> (a
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

   Locked ownable synchronizers:
- None

"Service Thread" #17 daemon prio=9 os_prio=0 tid=0x00007f82080fe800
nid=0x516a runnable [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

   Locked ownable synchronizers:
- None

"C1 CompilerThread11" #16 daemon prio=9 os_prio=0 tid=0x00007f82080fb800
nid=0x5169 waiting on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

   Locked ownable synchronizers:
- None

"C1 CompilerThread10" #15 daemon prio=9 os_prio=0 tid=0x00007f82080f9800
nid=0x5168 waiting on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

   Locked ownable synchronizers:
- None

"C1 CompilerThread9" #14 daemon prio=9 os_prio=0 tid=0x00007f82080f7800
nid=0x5167 waiting on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

   Locked ownable synchronizers:
- None

"C1 CompilerThread8" #13 daemon prio=9 os_prio=0 tid=0x00007f82080f5800
nid=0x5166 waiting on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

   Locked ownable synchronizers:
- None

"C2 CompilerThread7" #12 daemon prio=9 os_prio=0 tid=0x00007f82080f3800
nid=0x5165 waiting on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

   Locked ownable synchronizers:
- None

"C2 CompilerThread6" #11 daemon prio=9 os_prio=0 tid=0x00007f82080f1800
nid=0x5164 waiting on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

   Locked ownable synchronizers:
- None

"C2 CompilerThread5" #10 daemon prio=9 os_prio=0 tid=0x00007f82080ef000
nid=0x5163 waiting on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

   Locked ownable synchronizers:
- None

"C2 CompilerThread4" #9 daemon prio=9 os_prio=0 tid=0x00007f82080e5000
nid=0x5162 waiting on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

   Locked ownable synchronizers:
- None

"C2 CompilerThread3" #8 daemon prio=9 os_prio=0 tid=0x00007f82080e2800
nid=0x5161 waiting on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

   Locked ownable synchronizers:
- None

"C2 CompilerThread2" #7 daemon prio=9 os_prio=0 tid=0x00007f82080e0800
nid=0x5160 waiting on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

   Locked ownable synchronizers:
- None

"C2 CompilerThread1" #6 daemon prio=9 os_prio=0 tid=0x00007f82080de800
nid=0x515f waiting on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

   Locked ownable synchronizers:
- None

"C2 CompilerThread0" #5 daemon prio=9 os_prio=0 tid=0x00007f82080db800
nid=0x515e waiting on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

   Locked ownable synchronizers:
- None

"Signal Dispatcher" #4 daemon prio=9 os_prio=0 tid=0x00007f82080da000
nid=0x515d runnable [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

   Locked ownable synchronizers:
- None

"Finalizer" #3 daemon prio=8 os_prio=0 tid=0x00007f82080a7000 nid=0x515b in
Object.wait() [0x00007f819ee2a000]
   java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
- locked <0x0000000644844680> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)
at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209)

   Locked ownable synchronizers:
- None

"Reference Handler" #2 daemon prio=10 os_prio=0 tid=0x00007f82080a2000
nid=0x515a in Object.wait() [0x00007f819ef2b000]
   java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:502)
at java.lang.ref.Reference.tryHandlePending(Reference.java:191)
- locked <0x000000064484c3f0> (a java.lang.ref.Reference$Lock)
at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)

   Locked ownable synchronizers:
- None

"main" #1 prio=5 os_prio=0 tid=0x00007f820800f000 nid=0x5146 in
Object.wait() [0x00007f82103f9000]
   java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on <0x0000000644824d10> (a
org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer)
at java.lang.Thread.join(Thread.java:1252)
- locked <0x0000000644824d10> (a
org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer)
at java.lang.Thread.join(Thread.java:1326)
at
org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer.main(RemoteInterpreterServer.java:275)
at
com.apple.ireporter.app.RemoteInterpreterServerApp.start(RemoteInterpreterServerApp.java:26)
at com.apple.cie.rio.Supervisor.start(Supervisor.java:83)
at
com.apple.cie.rio.RioApplicationLauncher.launch(RioApplicationLauncher.java:307)
at
com.apple.cie.rio.RioApplicationLauncher.launch(RioApplicationLauncher.java:204)
at
com.apple.cie.rio.RioApplicationLauncher.launch(RioApplicationLauncher.java:76)
at
com.apple.ireporter.app.DatalabRemoteInterpreterServerLauncher.main(DatalabRemoteInterpreterServerLauncher.java:15)

   Locked ownable synchronizers:
- None

"VM Thread" os_prio=0 tid=0x00007f820809a800 nid=0x5159 runnable

"GC task thread#0 (ParallelGC)" os_prio=0 tid=0x00007f8208024000 nid=0x5147
runnable

"GC task thread#1 (ParallelGC)" os_prio=0 tid=0x00007f8208026000 nid=0x5148
runnable

"GC task thread#2 (ParallelGC)" os_prio=0 tid=0x00007f8208027800 nid=0x5149
runnable

"GC task thread#3 (ParallelGC)" os_prio=0 tid=0x00007f8208029800 nid=0x514a
runnable

"GC task thread#4 (ParallelGC)" os_prio=0 tid=0x00007f820802b800 nid=0x514b
runnable

"GC task thread#5 (ParallelGC)" os_prio=0 tid=0x00007f820802d000 nid=0x514c
runnable

"GC task thread#6 (ParallelGC)" os_prio=0 tid=0x00007f820802f000 nid=0x514d
runnable

"GC task thread#7 (ParallelGC)" os_prio=0 tid=0x00007f8208031000 nid=0x514e
runnable

"GC task thread#8 (ParallelGC)" os_prio=0 tid=0x00007f8208032800 nid=0x514f
runnable

"GC task thread#9 (ParallelGC)" os_prio=0 tid=0x00007f8208034800 nid=0x5150
runnable

"GC task thread#10 (ParallelGC)" os_prio=0 tid=0x00007f8208036000
nid=0x5151 runnable

"GC task thread#11 (ParallelGC)" os_prio=0 tid=0x00007f8208038000
nid=0x5152 runnable

"GC task thread#12 (ParallelGC)" os_prio=0 tid=0x00007f820803a000
nid=0x5153 runnable

"GC task thread#13 (ParallelGC)" os_prio=0 tid=0x00007f820803b800
nid=0x5154 runnable

"GC task thread#14 (ParallelGC)" os_prio=0 tid=0x00007f820803d800
nid=0x5155 runnable

"GC task thread#15 (ParallelGC)" os_prio=0 tid=0x00007f820803f800
nid=0x5156 runnable

"GC task thread#16 (ParallelGC)" os_prio=0 tid=0x00007f8208041000
nid=0x5157 runnable

"GC task thread#17 (ParallelGC)" os_prio=0 tid=0x00007f8208043000
nid=0x5158 runnable

"VM Periodic Task Thread" os_prio=0 tid=0x00007f8208103800 nid=0x516b
waiting on condition

JNI global references: 244