orientechnologies / orientdb

OrientDB is the most versatile DBMS supporting Graph, Document, Reactive, Full-Text and Geospatial models in one Multi-Model product. OrientDB can run distributed (Multi-Master), supports SQL, ACID Transactions, Full-Text indexing and Reactive Queries.
https://orientdb.dev
Apache License 2.0
4.73k stars 869 forks source link

Orientdb connection problem #4842

Closed sajid2045 closed 8 years ago

sajid2045 commented 9 years ago

We are seeing a lot of connection issue in our soon to be live production system.

[2015-08-24 02:21:25,744] [pool-936-thread-1] [ERROR] [com.orientechnologies.common.log.OLogManager:138] [log] [serviceName:NotificationDistributor]=> Can not open database with url FSASYDGRHDB.foxsports.com.au:2424/subscription-service
com.orientechnologies.common.io.OIOException: Cannot open a connection to remote server: FSASYDGRHDB.foxsports.com.au:2424/subscription-service
    at com.orientechnologies.orient.client.remote.OStorageRemote.getAvailableNetwork(OStorageRemote.java:2114) ~[orientdb-client-2.1.0.jar:2.1.0]
    at com.orientechnologies.orient.client.remote.OStorageRemote.openRemoteDatabase(OStorageRemote.java:1841) [orientdb-client-2.1.0.jar:2.1.0]
    at com.orientechnologies.orient.client.remote.OStorageRemote.handleException(OStorageRemote.java:1806) [orientdb-client-2.1.0.jar:2.1.0]
    at com.orientechnologies.orient.client.remote.OStorageRemote.command(OStorageRemote.java:1241) [orientdb-client-2.1.0.jar:2.1.0]
    at com.orientechnologies.orient.client.remote.OStorageRemoteThread.command(OStorageRemoteThread.java:439) [orientdb-client-2.1.0.jar:2.1.0]
    at com.orientechnologies.orient.core.command.OCommandRequestTextAbstract.execute(OCommandRequestTextAbstract.java:63) [orientdb-core-2.1.0.jar:2.1.0]
    at au.com.foxsports.subscription.service.SubscriptionServiceImpl.findVertexByProperty(SubscriptionServiceImpl.java:989) [subscription-service-api-1.0.0-SNAPSHOT.jar:?]
    at au.com.foxsports.subscription.service.SubscriptionServiceImpl.topic(SubscriptionServiceImpl.java:449) [subscription-service-api-1.0.0-SNAPSHOT.jar:?]
    at au.com.foxsports.subscription.service.SubscriptionServiceImpl.getSubscribersWithRetry(SubscriptionServiceImpl.java:834) [subscription-service-api-1.0.0-SNAPSHOT.jar:?]
    at au.com.foxsports.subscription.service.SubscriptionServiceImpl.getSubscribers(SubscriptionServiceImpl.java:805) [subscription-service-api-1.0.0-SNAPSHOT.jar:?]
    at au.com.foxsports.subscription.service.SubscriptionServiceImpl$1.call(SubscriptionServiceImpl.java:1019) [subscription-service-api-1.0.0-SNAPSHOT.jar:?]
    at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_60]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [?:1.7.0_60]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [?:1.7.0_60]

Please let me know if you need any more logs.

lvca commented 9 years ago

Please could you send us the entire log? I'm interested to the underlying reason of such exception. It should be lower in logs.

sajid2045 commented 9 years ago

Here is the full log. The interrupt exception comes from us trying to interrupt the thread which is not responding in 10 sec. We have seen it many times that it gets stuck @ORemoteConnectionManager.acquire(ORemoteConnectionManager.java:101).

[2015-08-25 05:55:05,735] [pool-1397-thread-1] [ERROR] [com.orientechnologies.common.log.OLogManager:138] [log] [serviceName:NotificationDistributor]=> Can not open database with url 10.22.6.21:2424/subscription-service
com.orientechnologies.common.io.OIOException: Cannot open a connection to remote server: 10.22.6.21:2424/subscription-service
    at com.orientechnologies.orient.client.remote.OStorageRemote.getAvailableNetwork(OStorageRemote.java:2114) ~[orientdb-client-2.1.0.jar:2.1.0]
    at com.orientechnologies.orient.client.remote.OStorageRemote.openRemoteDatabase(OStorageRemote.java:1841) [orientdb-client-2.1.0.jar:2.1.0]
    at com.orientechnologies.orient.client.remote.OStorageRemote.handleException(OStorageRemote.java:1806) [orientdb-client-2.1.0.jar:2.1.0]
    at com.orientechnologies.orient.client.remote.OStorageRemote.command(OStorageRemote.java:1241) [orientdb-client-2.1.0.jar:2.1.0]
    at com.orientechnologies.orient.client.remote.OStorageRemoteThread.command(OStorageRemoteThread.java:439) [orientdb-client-2.1.0.jar:2.1.0]
    at com.orientechnologies.orient.core.command.OCommandRequestTextAbstract.execute(OCommandRequestTextAbstract.java:63) [orientdb-core-2.1.0.jar:2.1.0]
    at au.com.foxsports.subscription.service.SubscriptionServiceImpl.findVertexByProperty(SubscriptionServiceImpl.java:989) [subscription-service-api-1.0.0-SNAPSHOT.jar:?]
    at au.com.foxsports.subscription.service.SubscriptionServiceImpl.topic(SubscriptionServiceImpl.java:449) [subscription-service-api-1.0.0-SNAPSHOT.jar:?]
    at au.com.foxsports.subscription.service.SubscriptionServiceImpl.getSubscribersWithRetry(SubscriptionServiceImpl.java:834) [subscription-service-api-1.0.0-SNAPSHOT.jar:?]
    at au.com.foxsports.subscription.service.SubscriptionServiceImpl.getSubscribers(SubscriptionServiceImpl.java:805) [subscription-service-api-1.0.0-SNAPSHOT.jar:?]
    at au.com.foxsports.subscription.service.SubscriptionServiceImpl$1.call(SubscriptionServiceImpl.java:1019) [subscription-service-api-1.0.0-SNAPSHOT.jar:?]
    at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_60]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [?:1.7.0_60]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [?:1.7.0_60]
    at java.lang.Thread.run(Thread.java:745) [?:1.7.0_60]
Caused by: com.orientechnologies.common.concur.lock.OInterruptedException: java.lang.InterruptedException
    at com.orientechnologies.common.concur.resource.OResourcePool.getResource(OResourcePool.java:72) ~[orientdb-core-2.1.0.jar:2.1.0]
    at com.orientechnologies.orient.client.remote.ORemoteConnectionManager.acquire(ORemoteConnectionManager.java:101) ~[orientdb-client-2.1.0.jar:2.1.0]
    at com.orientechnologies.orient.client.remote.OStorageRemote.getAvailableNetwork(OStorageRemote.java:2103) ~[orientdb-client-2.1.0.jar:2.1.0]
    ... 14 more
Caused by: java.lang.InterruptedException
    at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1325) ~[?:1.7.0_60]
    at java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:414) ~[?:1.7.0_60]
    at com.orientechnologies.common.concur.resource.OResourcePool.getResource(OResourcePool.java:67) ~[orientdb-core-2.1.0.jar:2.1.0]
sajid2045 commented 9 years ago

Even Better, we took an automated thread dump when this problem happened, i'm gonna paste it in the next comment:

sajid2045 commented 9 years ago
[2015-08-20 19:44:08,278] [[notification-distributor-service-v1.0.0-SNAPSHOT].mule-stats-notification-consume-flow.stage1.37] [WARN] [LogUtils:44] [warn] [serviceName:NotificationDistributor]=> [eventType:FindSubscribersTimeout] [topics:[/sports/cricket/series/25/teams/60002, /sports/cricket/series/25/teams/60001, /sports/cricket/series/25/matches/Test20150705]] [exception:2015-08-20 19:44:07
Full thread dump Java HotSpot(TM) 64-Bit Server VM (24.60-b09 mixed mode):

"StreamGobblerThread-7" prio=10 tid=0x00007f0438503800 nid=0x2768 runnable [0x00007f0382c87000]
   java.lang.Thread.State: RUNNABLE
    at java.io.FileInputStream.readBytes(Native Method)
    at java.io.FileInputStream.read(FileInputStream.java:272)
    at java.io.BufferedInputStream.read1(BufferedInputStream.java:273)
    at java.io.BufferedInputStream.read(BufferedInputStream.java:334)
    - locked <0x00000007a4c1b360> (a java.lang.UNIXProcess$ProcessPipeInputStream)
    at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283)
    at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325)
    at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177)
    - locked <0x00000007a52cd688> (a java.io.InputStreamReader)
    at java.io.InputStreamReader.read(InputStreamReader.java:184)
    at java.io.BufferedReader.fill(BufferedReader.java:154)
    at java.io.BufferedReader.readLine(BufferedReader.java:317)
    at java.io.BufferedReader.readLine(BufferedReader.java:382)
    at au.com.foxsports.stackutils.ProcessInterface$StreamGobbler.run(ProcessInterface.java:60)
   Locked ownable synchronizers:
    - None
"StreamGobblerThread-6" prio=10 tid=0x00007f0438514000 nid=0x2767 runnable [0x00007f0380a36000]
    - locked <0x00000007a4c19298> (a java.lang.UNIXProcess$ProcessPipeInputStream)
    - locked <0x00000007a52be240> (a java.io.InputStreamReader)
"process reaper" daemon prio=10 tid=0x00007f0438551000 nid=0x2766 runnable [0x00007f0381788000]
    at java.lang.UNIXProcess.waitForProcessExit(Native Method)
    at java.lang.UNIXProcess.access$500(UNIXProcess.java:54)
    at java.lang.UNIXProcess$4.run(UNIXProcess.java:227)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:745)
    - <0x00000007a4c1d438> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[scheduling-service-v1.5.2].connector.http.mule.default.receiver.1280" prio=10 tid=0x00007f04380c6000 nid=0x2762 waiting on condition [0x00007f038308b000]
   java.lang.Thread.State: TIMED_WAITING (parking)
    at sun.misc.Unsafe.park(Native Method)
    - parking to wait for  <0x00000006c601d208> (a java.util.concurrent.SynchronousQueue$TransferStack)
    at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
    at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
    at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
    at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)
    at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
"fileConnector.scheduler.12193" prio=10 tid=0x00007f0438516800 nid=0x2760 waiting on condition [0x00007f038644f000]
    - parking to wait for  <0x00000006c3769e38> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
    at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.poll(ScheduledThreadPoolExecutor.java:1125)
    at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.poll(ScheduledThreadPoolExecutor.java:807)
"pool-481-thread-1" prio=10 tid=0x00007f04381bc000 nid=0x275f waiting on condition [0x00007f038237d000]
   java.lang.Thread.State: WAITING (parking)
    - parking to wait for  <0x00000006ca696b80> (a java.util.concurrent.locks.ReentrantLock$NonfairSync)
    at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:834)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireQueued(AbstractQueuedSynchronizer.java:867)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:1197)
    at java.util.concurrent.locks.ReentrantLock$NonfairSync.lock(ReentrantLock.java:214)
    at java.util.concurrent.locks.ReentrantLock.lock(ReentrantLock.java:290)
    at com.orientechnologies.common.concur.lock.OAdaptiveLock.lock(OAdaptiveLock.java:99)
    at com.orientechnologies.orient.enterprise.channel.OChannel.acquireReadLock(OChannel.java:121)
    at com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryAsynchClient.beginResponse(OChannelBinaryAsynchClient.java:182)
    at com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryAsynchClient.beginResponse(OChannelBinaryAsynchClient.java:171)
    at com.orientechnologies.orient.client.remote.OStorageRemote.beginResponse(OStorageRemote.java:2136)
    at com.orientechnologies.orient.client.remote.OStorageRemote.command(OStorageRemote.java:1188)
    at com.orientechnologies.orient.client.remote.OStorageRemoteThread.command(OStorageRemoteThread.java:439)
    at com.orientechnologies.orient.core.command.OCommandRequestTextAbstract.execute(OCommandRequestTextAbstract.java:63)
    at au.com.foxsports.subscription.service.SubscriptionServiceImpl.findVertexByProperty(SubscriptionServiceImpl.java:989)
    at au.com.foxsports.subscription.service.SubscriptionServiceImpl.topic(SubscriptionServiceImpl.java:449)
    at au.com.foxsports.subscription.service.SubscriptionServiceImpl.getSubscribersWithRetry(SubscriptionServiceImpl.java:834)
    at au.com.foxsports.subscription.service.SubscriptionServiceImpl.getSubscribers(SubscriptionServiceImpl.java:805)
    at au.com.foxsports.subscription.service.SubscriptionServiceImpl$1.call(SubscriptionServiceImpl.java:1019)
    at java.util.concurrent.FutureTask.run(FutureTask.java:262)
    - <0x00000007a4c14ad0> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[notification-distributor-service-v1.0.0-SNAPSHOT].mule-stats-notification-consume-flow.stage1.37" prio=10 tid=0x00007f03b8015000 nid=0x275e in Object.wait() [0x00007f0381349000]
   java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:503)
    at java.lang.UNIXProcess.waitFor(UNIXProcess.java:263)
    - locked <0x00000007a4c17180> (a java.lang.UNIXProcess)
    at au.com.foxsports.stackutils.ProcessInterface.run(ProcessInterface.java:165)
    at au.com.foxsports.stackutils.ProcessInterface.run(ProcessInterface.java:114)
    at au.com.foxsports.stackutils.StackTraceUtils.executeJstack(StackTraceUtils.java:40)
    at au.com.foxsports.stackutils.StackTraceUtils$executeJstack.call(Unknown Source)
    at Script108.run(Script108.groovy:48)
    at org.codehaus.groovy.jsr223.GroovyScriptEngineImpl.eval(GroovyScriptEngineImpl.java:345)
    at org.codehaus.groovy.jsr223.GroovyCompiledScript.eval(GroovyCompiledScript.java:41)
    at javax.script.CompiledScript.eval(CompiledScript.java:92)
    at org.mule.module.scripting.component.Scriptable.runScript(Scriptable.java:287)
    at org.mule.module.scripting.component.ScriptComponent.doInvoke(ScriptComponent.java:65)
    at org.mule.component.AbstractComponent.invokeInternal(AbstractComponent.java:125)
    at org.mule.component.AbstractComponent.access$000(AbstractComponent.java:59)
    at org.mule.component.AbstractComponent$1$1.process(AbstractComponent.java:241)
    at org.mule.execution.ExceptionToMessagingExceptionExecutionInterceptor.execute(ExceptionToMessagingExceptionExecutionInterceptor.java:24)
    at org.mule.execution.MessageProcessorNotificationExecutionInterceptor.execute(MessageProcessorNotificationExecutionInterceptor.java:58)
    at org.mule.execution.MessageProcessorExecutionTemplate.execute(MessageProcessorExecutionTemplate.java:44)
    at org.mule.processor.chain.DefaultMessageProcessorChain.doProcess(DefaultMessageProcessorChain.java:94)
    at org.mule.processor.chain.AbstractMessageProcessorChain.process(AbstractMessageProcessorChain.java:69)
    at org.mule.processor.chain.InterceptingChainLifecycleWrapper.doProcess(InterceptingChainLifecycleWrapper.java:50)
    at org.mule.processor.chain.InterceptingChainLifecycleWrapper.access$001(InterceptingChainLifecycleWrapper.java:22)
    at org.mule.processor.chain.InterceptingChainLifecycleWrapper$1.process(InterceptingChainLifecycleWrapper.java:66)
    at org.mule.processor.chain.InterceptingChainLifecycleWrapper.process(InterceptingChainLifecycleWrapper.java:61)
    at org.mule.component.AbstractComponent.process(AbstractComponent.java:159)
    at org.mule.processor.AbstractInterceptingMessageProcessorBase.processNext(AbstractInterceptingMessageProcessorBase.java:102)
    at org.mule.processor.AbstractFilteringMessageProcessor.process(AbstractFilteringMessageProcessor.java:40)
    at org.mule.interceptor.AbstractEnvelopeInterceptor.process(AbstractEnvelopeInterceptor.java:51)
    at org.mule.processor.AsyncInterceptingMessageProcessor.processNextTimed(AsyncInterceptingMessageProcessor.java:123)
    at org.mule.processor.AsyncInterceptingMessageProcessor$AsyncMessageProcessorWorker$1.process(AsyncInterceptingMessageProcessor.java:208)
    at org.mule.processor.AsyncInterceptingMessageProcessor$AsyncMessageProcessorWorker$1.process(AsyncInterceptingMessageProcessor.java:201)
    at org.mule.execution.ExecuteCallbackInterceptor.execute(ExecuteCallbackInterceptor.java:16)
    at org.mule.execution.HandleExceptionInterceptor.execute(HandleExceptionInterceptor.java:30)
    at org.mule.execution.HandleExceptionInterceptor.execute(HandleExceptionInterceptor.java:14)
    at org.mule.execution.BeginAndResolveTransactionInterceptor.execute(BeginAndResolveTransactionInterceptor.java:54)
    at org.mule.execution.ResolvePreviousTransactionInterceptor.execute(ResolvePreviousTransactionInterceptor.java:44)
    at org.mule.execution.SuspendXaTransactionInterceptor.execute(SuspendXaTransactionInterceptor.java:50)
    at org.mule.execution.ValidateTransactionalStateInterceptor.execute(ValidateTransactionalStateInterceptor.java:40)
    at org.mule.execution.IsolateCurrentTransactionInterceptor.execute(IsolateCurrentTransactionInterceptor.java:41)
    at org.mule.execution.ExternalTransactionInterceptor.execute(ExternalTransactionInterceptor.java:48)
    at org.mule.execution.RethrowExceptionInterceptor.execute(RethrowExceptionInterceptor.java:28)
    at org.mule.execution.RethrowExceptionInterceptor.execute(RethrowExceptionInterceptor.java:13)
    at org.mule.execution.TransactionalErrorHandlingExecutionTemplate.execute(TransactionalErrorHandlingExecutionTemplate.java:109)
    at org.mule.execution.TransactionalErrorHandlingExecutionTemplate.execute(TransactionalErrorHandlingExecutionTemplate.java:30)
    at org.mule.processor.AsyncInterceptingMessageProcessor$AsyncMessageProcessorWorker.doRun(AsyncInterceptingMessageProcessor.java:200)
    at org.mule.work.AbstractMuleEventWork.run(AbstractMuleEventWork.java:49)
    at org.mule.work.WorkerContext.run(WorkerContext.java:286)
    - <0x00000007a3ab4d70> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"ActiveMQ Session Task-41" prio=10 tid=0x00007f04280f9800 nid=0x275d waiting on condition [0x00007f0383a95000]
    - parking to wait for  <0x00000006c46fd340> (a java.util.concurrent.SynchronousQueue$TransferStack)
"[event-bus-service-v1.0.0-SNAPSHOT].stats-notification-integrationFlow.stage1.37" prio=10 tid=0x00007f040c5bd000 nid=0x275c waiting on condition [0x00007f0380733000]
    - parking to wait for  <0x00000006c67d4bd0> (a java.util.concurrent.SynchronousQueue$TransferStack)
"[event-bus-service-v1.0.0-SNAPSHOT].mule-event-bus-service-flow.stage1.37" prio=10 tid=0x00007f03e7598000 nid=0x275b waiting on condition [0x00007f0382d88000]
    - parking to wait for  <0x00000006c6796b28> (a java.util.concurrent.SynchronousQueue$TransferStack)
"ActiveMQ Session Task-41" prio=10 tid=0x00007f03f8035800 nid=0x275a waiting on condition [0x00007f038154d000]
    - parking to wait for  <0x00000006c758e7f8> (a java.util.concurrent.SynchronousQueue$TransferStack)
"fileConnector.scheduler.12192" prio=10 tid=0x00007f04381ba800 nid=0x2754 waiting on condition [0x00007f0380935000]
"fileConnector.scheduler.12191" prio=10 tid=0x00007f04381b6000 nid=0x2753 waiting on condition [0x00007f0382984000]
"VM_CONNECTOR_CONFIG.scheduler.11870" prio=10 tid=0x00007f04385cd000 nid=0x2723 waiting on condition [0x00007f038164e000]
    - parking to wait for  <0x00000006c3904208> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
"VM_CONNECTOR_CONFIG.scheduler.11869" prio=10 tid=0x00007f043832b000 nid=0x2720 waiting on condition [0x00007f0380f47000]
"VM_CONNECTOR_CONFIG.scheduler.11868" prio=10 tid=0x00007f04380ae000 nid=0x271f waiting on condition [0x00007f038124a000]
"[scheduling-service-v1.5.2].api-vm-or-jms.1.44" prio=10 tid=0x00007f0438551800 nid=0x2351 waiting on condition [0x00007f0380e46000]
    - parking to wait for  <0x00000006c6ea4280> (a java.util.concurrent.SynchronousQueue$TransferStack)
    at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:458)
    at java.util.concurrent.SynchronousQueue.take(SynchronousQueue.java:925)
"[scheduling-service-v1.5.2].http.request.dispatch.8082.343" prio=10 tid=0x00007f03ec0d9800 nid=0x21d5 waiting on condition [0x00007f0382b86000]
    - parking to wait for  <0x00000006c6e6cb90> (a java.util.concurrent.SynchronousQueue$TransferStack)
"VM_CONNECTOR_CONFIG.scheduler.11816" prio=10 tid=0x00007f04380bc800 nid=0x21c2 runnable [0x00007f0391fe3000]
    at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.poll(ScheduledThreadPoolExecutor.java:1130)
"[fsnwing_vizfeeds-v1.2.0].httpListenerConfig.worker.349" daemon prio=10 tid=0x00007f040000f800 nid=0x2041 waiting on condition [0x00007f03b35d9000]
    - parking to wait for  <0x00000006c23e62e0> (a java.util.concurrent.SynchronousQueue$TransferStack)
"[scheduling-service-v1.5.2].ScatterGatherWorkManager.221" prio=10 tid=0x00007f04383d0000 nid=0x1fa6 waiting on condition [0x00007f0382a85000]
    - parking to wait for  <0x00000006c706eb20> (a java.util.concurrent.SynchronousQueue$TransferStack)
"connector.VM.mule.default.scheduler.38" prio=10 tid=0x00007f041812c000 nid=0x1b53 waiting on condition [0x00007f03a1529000]
    - parking to wait for  <0x00000006c5405080> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
"ActiveMQ InactivityMonitor Worker" daemon prio=10 tid=0x00007f03f0039000 nid=0x11fc waiting on condition [0x00007f03a5350000]
    - parking to wait for  <0x00000006c228f450> (a java.util.concurrent.SynchronousQueue$TransferStack)
"ActiveMQ InactivityMonitor Worker" daemon prio=10 tid=0x00007f04483d5800 nid=0x1167 waiting on condition [0x00007f038ecbd000]
    - parking to wait for  <0x00000006c4f5fe88> (a java.util.concurrent.SynchronousQueue$TransferStack)
"hz.1.cached.thread-3" prio=10 tid=0x00007f03c8210000 nid=0x10e4 waiting on condition [0x00007f043cdb7000]
    - parking to wait for  <0x00000006c02250b0> (a java.util.concurrent.SynchronousQueue$TransferStack)
    at com.hazelcast.util.executor.PoolExecutorThreadFactory$ManagedThread.run(PoolExecutorThreadFactory.java:59)
"hz.1.cached.thread-1" prio=10 tid=0x00007f03dc031000 nid=0x10e3 waiting on condition [0x00007f0383590000]
"[akamai-service-v1.0.2].RAML_CONNECTOR_CONFIG.worker.04" daemon prio=10 tid=0x00007f03f8038000 nid=0x1009 waiting on condition [0x00007f0380d45000]
    - parking to wait for  <0x00000006c7255ee0> (a java.util.concurrent.SynchronousQueue$TransferStack)
"ActiveMQ InactivityMonitor Worker" daemon prio=10 tid=0x00007f03f400d800 nid=0xdf9 waiting on condition [0x00007f038144c000]
    - parking to wait for  <0x00000006c3a62380> (a java.util.concurrent.SynchronousQueue$TransferStack)
"OrientDB <- Asynch Client (FSASYDGRHDB.foxsports.com.au/10.22.6.20:2424)" daemon prio=10 tid=0x00007f0438174000 nid=0x8db runnable [0x00007f0436cc7000]
    at java.net.SocketInputStream.socketRead0(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:152)
    at java.net.SocketInputStream.read(SocketInputStream.java:122)
    at java.io.BufferedInputStream.fill(BufferedInputStream.java:235)
    at java.io.BufferedInputStream.read(BufferedInputStream.java:254)
    - locked <0x00000006ca696f98> (a java.io.BufferedInputStream)
    at java.io.DataInputStream.readByte(DataInputStream.java:265)
    at com.orientechnologies.orient.enterprise.channel.binary.OChannelBinary.readByte(OChannelBinary.java:73)
    at com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryAsynchClient.beginResponse(OChannelBinaryAsynchClient.java:200)
    at com.orientechnologies.orient.enterprise.channel.binary.OAsynchChannelServiceThread.execute(OAsynchChannelServiceThread.java:50)
    at com.orientechnologies.common.thread.OSoftThread.run(OSoftThread.java:77)
    - <0x00000006ca696b80> (a java.util.concurrent.locks.ReentrantLock$NonfairSync)
"elasticsearch[Mastermind of the UK][generic][T#243]" daemon prio=10 tid=0x00007f03e002c000 nid=0x55a waiting on condition [0x00007f039799f000]
    - parking to wait for  <0x00000006c55f7fa0> (a java.util.concurrent.SynchronousQueue$TransferStack)
"OrientDB <- Asynch Client (/10.22.6.22:2424)" daemon prio=10 tid=0x00007f043850d000 nid=0x4f6 runnable [0x00007f0381b76000]
    - locked <0x00000006ca45b928> (a java.io.BufferedInputStream)
    at com.orientechnologies.common.thread.OSoftThread.run(OSoftThread.java:69)
    - <0x00000006ca45b590> (a java.util.concurrent.locks.ReentrantLock$NonfairSync)
"[subscription-service-v201507281314].subscription-api-httpListenerConfig.worker.96" daemon prio=10 tid=0x00007f04400e2000 nid=0x4f5 waiting on condition [0x00007f0382883000]
    - parking to wait for  <0x00000006c3009e60> (a java.util.concurrent.SynchronousQueue$TransferStack)
"[weather-service-v1.0.2].httpListenerConfig.worker.21" daemon prio=10 tid=0x00007f0430062800 nid=0x3dc waiting on condition [0x00007f03a66c8000]
    - parking to wait for  <0x00000006c4fc4e98> (a java.util.concurrent.SynchronousQueue$TransferStack)
"OrientDB <- Asynch Client (/10.22.6.22:2424)" daemon prio=10 tid=0x00007f04381af800 nid=0x2e2 runnable [0x00007f03a38f2000]
    - locked <0x00000006ca112d78> (a java.io.BufferedInputStream)
    - <0x00000006ca1084c8> (a java.util.concurrent.locks.ReentrantLock$NonfairSync)
"OrientDB <- Asynch Client (/10.22.6.22:2424)" daemon prio=10 tid=0x00007f04383bf000 nid=0x7f56 runnable [0x00007f0397ba1000]
    - locked <0x00000006ca13a4c8> (a java.io.BufferedInputStream)
    - <0x00000006ca13a130> (a java.util.concurrent.locks.ReentrantLock$NonfairSync)
"ActiveMQ InactivityMonitor Worker" daemon prio=10 tid=0x00007f03f800d000 nid=0x7ef2 waiting on condition [0x00007f038207b000]
    - parking to wait for  <0x00000006c6e6ce90> (a java.util.concurrent.SynchronousQueue$TransferStack)
"fileConnector.scheduler.11805" prio=10 tid=0x00007f043850f800 nid=0x7e97 waiting on condition [0x00007f038b6a1000]
"[scheduling-service-v1.5.2].ScatterGatherWorkManager.26" prio=10 tid=0x00007f04381f1800 nid=0x7cb6 waiting on condition [0x00007f0381f7a000]
    - parking to wait for  <0x00000006c71116c8> (a java.util.concurrent.SynchronousQueue$TransferStack)
"connector.VM.mule.default.scheduler.37" prio=10 tid=0x00007f041400c000 nid=0x7351 waiting on condition [0x00007f03a1ad4000]
"connector.VM.mule.default.scheduler.36" prio=10 tid=0x00007f041400e800 nid=0x3095 runnable [0x00007f03a19d3000]
"ActiveMQ InactivityMonitor Worker" daemon prio=10 tid=0x00007f03d0012000 nid=0x127b waiting on condition [0x00007f03a985f000]
    - parking to wait for  <0x00000006c5adafb8> (a java.util.concurrent.SynchronousQueue$TransferStack)
"connector.VM.mule.default.scheduler.33" prio=10 tid=0x00007f03f800f000 nid=0xf27 waiting on condition [0x00007f03a1327000]
"connector.VM.mule.default.scheduler.22" prio=10 tid=0x00007f03f01fe000 nid=0x1a1f waiting on condition [0x00007f038efd0000]
    - parking to wait for  <0x00000006c6f05df8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
"connector.VM.mule.default.scheduler.21" prio=10 tid=0x00007f03f0006800 nid=0x6677 waiting on condition [0x00007f038f6d7000]
"connector.VM.mule.default.scheduler.19" prio=10 tid=0x00007f040c497800 nid=0x3672 waiting on condition [0x00007f038ea93000]
"[betting-idmapper-v1.3.1].processing.time.monitor" daemon prio=10 tid=0x00007f03c4105000 nid=0x3303 in Object.wait() [0x00007f04370cb000]
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
    - locked <0x00000006c88a3738> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
    at org.mule.management.stats.DefaultProcessingTimeWatcher$ProcessingTimeChecker.run(DefaultProcessingTimeWatcher.java:76)
"pool-452-thread-1" prio=10 tid=0x00007f03c4104000 nid=0x3302 waiting on condition [0x00007f03a4e4b000]
    - parking to wait for  <0x00000006c889a500> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
    at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1090)
    at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
"pool-448-thread-1" prio=10 tid=0x00007f03c411d000 nid=0x3301 waiting on condition [0x00007f03a4d4a000]
    - parking to wait for  <0x00000006c88a4490> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
"pool-447-thread-1" prio=10 tid=0x00007f03c408e000 nid=0x3300 waiting on condition [0x00007f03a4f4c000]
    - parking to wait for  <0x00000006c88a1568> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
"PoolCleaner[1632608065:1439964301557]" daemon prio=10 tid=0x00007f03c4102800 nid=0x32fd in Object.wait() [0x00007f03a504d000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
    at java.util.TimerThread.mainLoop(Timer.java:552)
    - locked <0x00000006c87b82c0> (a java.util.TaskQueue)
    at java.util.TimerThread.run(Timer.java:505)
"[betting-idmapper-v1.3.1].Mule.01" prio=10 tid=0x00007f03c408a000 nid=0x32fc runnable [0x00007f03a524f000]
    - parking to wait for  <0x00000006c884ecb8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
    at java.util.concurrent.LinkedBlockingDeque.pollFirst(LinkedBlockingDeque.java:519)
    at java.util.concurrent.LinkedBlockingDeque.poll(LinkedBlockingDeque.java:682)
    at org.mule.context.notification.ServerNotificationManager.run(ServerNotificationManager.java:267)
    - <0x00000006c884ed98> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"qtp893125155-19189" prio=10 tid=0x00007f043841e000 nid=0x32ad waiting on condition [0x00007f0383893000]
    - parking to wait for  <0x00000006c0ea0e00> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
    at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:390)
    at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:509)
    at org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:48)
    at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:563)
"[logsheet-conversion-service-v1.0.0].fileConnector.dispatcher.01" prio=10 tid=0x00007f043841b800 nid=0x25b3 waiting on condition [0x00007f0381c77000]
    - parking to wait for  <0x00000006c34e6018> (a java.util.concurrent.SynchronousQueue$TransferStack)
"connector.VM.mule.default.scheduler.18" prio=10 tid=0x00007f03f020a800 nid=0x7ab3 runnable [0x00007f038f0d1000]
"hz.1.cached.thread-2" prio=10 tid=0x00007f03dc02f800 nid=0x6faf waiting on condition [0x00007f038217c000]
"[network-control-service-v1.0.2].HTTP_Listener_Configuration.worker.01" daemon prio=10 tid=0x00007f041001d800 nid=0x6f27 waiting on condition [0x00007f0381974000]
    - parking to wait for  <0x00000006c2554d78> (a java.util.concurrent.SynchronousQueue$TransferStack)
"[asset-delivery-v1.1.2].connector.VM.mule.default.dispatcher.01" prio=10 tid=0x00007f04383f7800 nid=0x5630 waiting on condition [0x00007f038bda8000]
    - parking to wait for  <0x00000006c5405768> (a java.util.concurrent.SynchronousQueue$TransferStack)
"Attach Listener" daemon prio=10 tid=0x00007f041400a800 nid=0x55e3 waiting on condition [0x0000000000000000]
"[event-bus-service-v1.0.0-SNAPSHOT].activeMQ.dispatcher.10" prio=10 tid=0x00007f0438207800 nid=0x476b waiting on condition [0x00007f0382e89000]
    - parking to wait for  <0x00000006c67d35c0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
    at java.util.concurrent.LinkedBlockingDeque.takeFirst(LinkedBlockingDeque.java:489)
    at java.util.concurrent.LinkedBlockingDeque.take(LinkedBlockingDeque.java:678)
"ActiveMQ InactivityMonitor Worker" daemon prio=10 tid=0x00007f041001a000 nid=0x3e8e waiting on condition [0x00007f0397aa0000]
    - parking to wait for  <0x00000006c378fba8> (a java.util.concurrent.SynchronousQueue$TransferStack)
"[asset-delivery-v1.1.2].activeMQ.dispatcher.01" prio=10 tid=0x00007f04381a6800 nid=0x3e7f waiting on condition [0x00007f0383d98000]
    - parking to wait for  <0x00000006c5483438> (a java.util.concurrent.SynchronousQueue$TransferStack)
"[asset-delivery-v1.1.2].QueueResponse.stage1.01" prio=10 tid=0x00007f04381a6000 nid=0x3e7e waiting on condition [0x00007f0381a75000]
    - parking to wait for  <0x00000006c53ecfd0> (a java.util.concurrent.SynchronousQueue$TransferStack)
"[asset-delivery-v1.1.2].SubmitQueue.stage1.01" prio=10 tid=0x00007f0438228800 nid=0x3e74 waiting on condition [0x00007f043cbb5000]
    - parking to wait for  <0x00000006c53e4a78> (a java.util.concurrent.SynchronousQueue$TransferStack)
"[event-bus-service-v1.0.0-SNAPSHOT].activeMQ.dispatcher.09" prio=10 tid=0x00007f0438123800 nid=0x27b1 waiting on condition [0x00007f03b33d7000]
"[event-bus-service-v1.0.0-SNAPSHOT].activeMQ.dispatcher.08" prio=10 tid=0x00007f04383a0000 nid=0x1638 waiting on condition [0x00007f0383792000]
"[event-bus-service-v1.0.0-SNAPSHOT].activeMQ.dispatcher.07" prio=10 tid=0x00007f0438573800 nid=0x15b0 waiting on condition [0x00007f038247f000]
"[event-bus-service-v1.0.0-SNAPSHOT].activeMQ.dispatcher.06" prio=10 tid=0x00007f043818c000 nid=0x1571 waiting on condition [0x00007f0382f8a000]
"[event-bus-service-v1.0.0-SNAPSHOT].activeMQ.dispatcher.05" prio=10 tid=0x00007f043818e800 nid=0x145c waiting on condition [0x00007f038318c000]
"[louth-service-v1.0.8].HTTP_Listener_Configuration.worker.01" daemon prio=10 tid=0x00007f03b8016800 nid=0x3f37 waiting on condition [0x00007f0383691000]
    - parking to wait for  <0x00000006c3a47d30> (a java.util.concurrent.SynchronousQueue$TransferStack)
"pool-344-thread-20" prio=10 tid=0x00007f04380b6800 nid=0x6d8c waiting on condition [0x00007f0383994000]
    - parking to wait for  <0x00000006c6348718> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
    at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1079)
"pool-344-thread-19" prio=10 tid=0x00007f040c6ff800 nid=0x694a waiting on condition [0x00007f03a492c000]
"pool-344-thread-18" prio=10 tid=0x00007f040c6ff000 nid=0x6490 waiting on condition [0x00007f0392c3c000]
"pool-344-thread-17" prio=10 tid=0x00007f040c0dc000 nid=0x622c waiting on condition [0x00007f038348f000]
"pool-344-thread-16" prio=10 tid=0x00007f040c0dc800 nid=0x603c waiting on condition [0x00007f038328d000]
"pool-344-thread-15" prio=10 tid=0x00007f040d0ed000 nid=0x6016 waiting on condition [0x00007f0383e99000]
"pool-344-thread-14" prio=10 tid=0x00007f040d0ec000 nid=0x5eb5 waiting on condition [0x00007f03aea0a000]
"pool-344-thread-13" prio=10 tid=0x00007f04380b3800 nid=0x55f6 waiting on condition [0x00007f03a6dcf000]
"pool-344-thread-12" prio=10 tid=0x00007f0438089000 nid=0x42d5 waiting on condition [0x00007f0383c97000]
"pool-344-thread-11" prio=10 tid=0x00007f04380b5000 nid=0x42a8 waiting on condition [0x00007f039769c000]
"pool-344-thread-10" prio=10 tid=0x00007f04380e3000 nid=0x428c waiting on condition [0x00007f0383b96000]
"pool-344-thread-9" prio=10 tid=0x00007f04380df800 nid=0x4269 waiting on condition [0x00007f038eecf000]
"[event-bus-service-v1.0.0-SNAPSHOT].activeMQ.dispatcher.04" prio=10 tid=0x00007f04380b5800 nid=0x3d90 waiting on condition [0x00007f03923e7000]
"[livestream-service-v1.2.2].HTTP_Listener_Configuration.worker.01" daemon prio=10 tid=0x00007f03b8016000 nid=0x3c2c waiting on condition [0x00007f0393242000]
    - parking to wait for  <0x00000006c44f43a0> (a java.util.concurrent.SynchronousQueue$TransferStack)
"[event-bus-service-v1.0.0-SNAPSHOT].activeMQ.dispatcher.03" prio=10 tid=0x00007f04380af800 nid=0x3669 waiting on condition [0x00007f03a9e65000]
"pool-344-thread-8" prio=10 tid=0x00007f043808e800 nid=0x3460 waiting on condition [0x00007f03a7dbb000]
"pool-344-thread-7" prio=10 tid=0x00007f0438078800 nid=0x7449 waiting on condition [0x00007f03a545c000]
"PoolCleaner[1581939696:1439821425134]" daemon prio=10 tid=0x00007f043806d800 nid=0x6cf8 in Object.wait() [0x00007f03a92dc000]
    - locked <0x00000006c79a0120> (a java.util.TaskQueue)
"pool-344-thread-6" prio=10 tid=0x00007f03c401b800 nid=0x6cf0 waiting on condition [0x00007f0393444000]
"pool-344-thread-5" prio=10 tid=0x00007f03c401b000 nid=0x6cd1 waiting on condition [0x00007f03a58ba000]
"qtp893125155-2244" prio=10 tid=0x00007f043808c000 nid=0x6617 waiting on condition [0x00007f043439e000]
"[event-bus-service-v1.0.0-SNAPSHOT].activeMQ.dispatcher.02" prio=10 tid=0x00007f043807d800 nid=0x5c6e waiting on condition [0x00007f038baa5000]
"pool-344-thread-4" prio=10 tid=0x00007f040c822800 nid=0x52b2 waiting on condition [0x00007f03a26e0000]
"pool-344-thread-3" prio=10 tid=0x00007f03c0083000 nid=0x4aa2 waiting on condition [0x00007f03a28e2000]
"pool-47-thread-9" daemon prio=10 tid=0x00007f03f01e8800 nid=0x36f9 waiting on condition [0x00007f038fcdd000]
    - parking to wait for  <0x00000006c29b3710> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
    at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
"pool-47-thread-8" daemon prio=10 tid=0x00007f03f01e7800 nid=0x36f8 waiting on condition [0x00007f038b9a4000]
"pool-47-thread-7" daemon prio=10 tid=0x00007f03f0170000 nid=0x36f7 waiting on condition [0x00007f03a1bd5000]
"pool-344-thread-2" prio=10 tid=0x00007f040c09b000 nid=0x36ae waiting on condition [0x00007f038705b000]
"[scheduling-service-v1.5.2].connector.VM.mule.default.dispatcher.01" prio=10 tid=0x00007f043805c000 nid=0x30b7 waiting on condition [0x00007f0386954000]
    - parking to wait for  <0x00000006c6020b90> (a java.util.concurrent.SynchronousQueue$TransferStack)
"pool-344-thread-1" prio=10 tid=0x00007f040c098800 nid=0x30b5 waiting on condition [0x00007f038bba6000]
"[event-bus-service-v1.0.0-SNAPSHOT].activeMQ.dispatcher.01" prio=10 tid=0x00007f040c13e800 nid=0x2f8e waiting on condition [0x00007f038b8a3000]
"OracleTimeoutPollingThread" daemon prio=10 tid=0x00007f03f010a800 nid=0x2c10 sleeping[0x00007f038d223000]
   java.lang.Thread.State: TIMED_WAITING (sleeping)
    at java.lang.Thread.sleep(Native Method)
    at oracle.jdbc.driver.OracleTimeoutPollingThread.run(OracleTimeoutPollingThread.java:150)
"[vision-service-v1.0.6].HTTP_Listener_Configuration.worker.01" daemon prio=10 tid=0x00007f0410025000 nid=0x2c0f waiting on condition [0x00007f038c516000]
    - parking to wait for  <0x00000006c58a6c08> (a java.util.concurrent.SynchronousQueue$TransferStack)
"ActiveMQ InactivityMonitor Worker" daemon prio=10 tid=0x00007f03f8025800 nid=0x2c06 waiting on condition [0x00007f038fedf000]
    - parking to wait for  <0x00000006c6da78d0> (a java.util.concurrent.SynchronousQueue$TransferStack)
"ActiveMQ InactivityMonitor Worker" daemon prio=10 tid=0x00007f03f8023800 nid=0x2c01 waiting on condition [0x00007f03a514e000]
    - parking to wait for  <0x00000006c6c1f5a0> (a java.util.concurrent.SynchronousQueue$TransferStack)
"ActiveMQ InactivityMonitor Worker" daemon prio=10 tid=0x00007f0430042800 nid=0x2beb waiting on condition [0x00007f039749a000]
    - parking to wait for  <0x00000006c5fc57e0> (a java.util.concurrent.SynchronousQueue$TransferStack)
"Mule.app.deployer.monitor.1.thread.1" prio=10 tid=0x00007f0399ee5000 nid=0x2bea waiting on condition [0x00007f0383f9a000]
    - parking to wait for  <0x00000006c7209778> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
"[akamai-service-v1.0.2].processing.time.monitor" daemon prio=10 tid=0x00007f0399ee2800 nid=0x2be9 in Object.wait() [0x00007f038409b000]
    - locked <0x00000006c7377360> (a java.lang.ref.ReferenceQueue$Lock)
"[akamai-service-v1.0.2].post:/akamai/ccu/purge:akamai-config.stage1.01" prio=10 tid=0x00007f0399ee0800 nid=0x2be8 in Object.wait() [0x00007f038419c000]
    at org.mule.util.queue.AbstractQueueStoreDelegate.poll(AbstractQueueStoreDelegate.java:81)
    - locked <0x00000006c723f190> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    at org.mule.util.queue.DefaultQueueStore.poll(DefaultQueueStore.java:89)
    at org.mule.util.queue.CacheAwareQueueStore.poll(CacheAwareQueueStore.java:48)
    at org.mule.util.queue.TransactionAwareQueueStore.poll(TransactionAwareQueueStore.java:105)
    at org.mule.processor.SedaStageInterceptingMessageProcessor.dequeue(SedaStageInterceptingMessageProcessor.java:155)
    at org.mule.processor.SedaStageInterceptingMessageProcessor.run(SedaStageInterceptingMessageProcessor.java:230)
    - <0x00000006c7255098> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[akamai-service-v1.0.2].get:/akamai/ccu/purge/status/{purgeQueueId}:akamai-config.stage1.01" prio=10 tid=0x00007f0399ed5000 nid=0x2be7 in Object.wait() [0x00007f038429d000]
    - locked <0x00000006c723f408> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c723e458> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[akamai-service-v1.0.2].akamai-main.stage1.01" prio=10 tid=0x00007f0399ed4000 nid=0x2be6 in Object.wait() [0x00007f038439e000]
    - locked <0x00000006c723f2a0> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c72532c8> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[akamai-service-v1.0.2].http.requester.HTTP_CONNECTOR_CONFIG.worker(8)" daemon prio=10 tid=0x00007f0399e0a000 nid=0x2be5 waiting on condition [0x00007f038449f000]
    - parking to wait for  <0x00000006c72c64d0> (a java.util.concurrent.LinkedTransferQueue)
    at java.util.concurrent.LinkedTransferQueue.awaitMatch(LinkedTransferQueue.java:735)
    at java.util.concurrent.LinkedTransferQueue.xfer(LinkedTransferQueue.java:644)
    at java.util.concurrent.LinkedTransferQueue.take(LinkedTransferQueue.java:1137)
    at org.glassfish.grizzly.threadpool.FixedThreadPool$BasicWorker.getTask(FixedThreadPool.java:105)
    at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:557)
    at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:545)
"[akamai-service-v1.0.2].http.requester.HTTP_CONNECTOR_CONFIG.worker(7)" daemon prio=10 tid=0x00007f0399e07800 nid=0x2be4 waiting on condition [0x00007f03845a0000]
"[akamai-service-v1.0.2].http.requester.HTTP_CONNECTOR_CONFIG.worker(6)" daemon prio=10 tid=0x00007f0399e05800 nid=0x2be3 waiting on condition [0x00007f03846a1000]
"[akamai-service-v1.0.2].http.requester.HTTP_CONNECTOR_CONFIG.worker(5)" daemon prio=10 tid=0x00007f0399e03800 nid=0x2be2 waiting on condition [0x00007f03847a2000]
"[akamai-service-v1.0.2].http.requester.HTTP_CONNECTOR_CONFIG.worker(4)" daemon prio=10 tid=0x00007f0399e01000 nid=0x2be1 waiting on condition [0x00007f03848a3000]
"[akamai-service-v1.0.2].http.requester.HTTP_CONNECTOR_CONFIG.worker(3)" daemon prio=10 tid=0x00007f0399dff000 nid=0x2be0 waiting on condition [0x00007f03849a4000]
"[akamai-service-v1.0.2].http.requester.HTTP_CONNECTOR_CONFIG.worker(2)" daemon prio=10 tid=0x00007f0399dfd000 nid=0x2bdf waiting on condition [0x00007f0384aa5000]
"[akamai-service-v1.0.2].http.requester.HTTP_CONNECTOR_CONFIG.worker(1)" daemon prio=10 tid=0x00007f0399dfb000 nid=0x2bde waiting on condition [0x00007f0384ba6000]
"[akamai-service-v1.0.2].http.requester.HTTP_CONNECTOR_CONFIG(8) SelectorRunner" daemon prio=10 tid=0x00007f0399df8800 nid=0x2bdd runnable [0x00007f0384ca7000]
    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:79)
    at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
    - locked <0x00000006c730a3b8> (a sun.nio.ch.Util$2)
    - locked <0x00000006c730a3a8> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c730a290> (a sun.nio.ch.EPollSelectorImpl)
    at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
    at org.glassfish.grizzly.nio.DefaultSelectorHandler.select(DefaultSelectorHandler.java:112)
    at org.glassfish.grizzly.nio.SelectorRunner.doSelect(SelectorRunner.java:338)
    at org.glassfish.grizzly.nio.SelectorRunner.run(SelectorRunner.java:278)
    at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:565)
"[akamai-service-v1.0.2].http.requester.HTTP_CONNECTOR_CONFIG(7) SelectorRunner" daemon prio=10 tid=0x00007f0399df6800 nid=0x2bdc runnable [0x00007f0384da8000]
    - locked <0x00000006c72c8550> (a sun.nio.ch.Util$2)
    - locked <0x00000006c72c8540> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c72c8428> (a sun.nio.ch.EPollSelectorImpl)
"[akamai-service-v1.0.2].http.requester.HTTP_CONNECTOR_CONFIG(6) SelectorRunner" daemon prio=10 tid=0x00007f0399df4800 nid=0x2bdb runnable [0x00007f0384ea9000]
    - locked <0x00000006c72c94a8> (a sun.nio.ch.Util$2)
    - locked <0x00000006c72c9498> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c72c9380> (a sun.nio.ch.EPollSelectorImpl)
"[akamai-service-v1.0.2].http.requester.HTTP_CONNECTOR_CONFIG(5) SelectorRunner" daemon prio=10 tid=0x00007f0399df2800 nid=0x2bda runnable [0x00007f0384faa000]
    - locked <0x00000006c72c9c10> (a sun.nio.ch.Util$2)
    - locked <0x00000006c72c9c00> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c72c9ae8> (a sun.nio.ch.EPollSelectorImpl)
"[akamai-service-v1.0.2].http.requester.HTTP_CONNECTOR_CONFIG(4) SelectorRunner" daemon prio=10 tid=0x00007f0399df0800 nid=0x2bd9 runnable [0x00007f03850ab000]
    - locked <0x00000006c730ab20> (a sun.nio.ch.Util$2)
    - locked <0x00000006c730ab10> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c730a9f8> (a sun.nio.ch.EPollSelectorImpl)
"[akamai-service-v1.0.2].http.requester.HTTP_CONNECTOR_CONFIG(3) SelectorRunner" daemon prio=10 tid=0x00007f0399dee000 nid=0x2bd8 runnable [0x00007f03851ac000]
    - locked <0x00000006c730b288> (a sun.nio.ch.Util$2)
    - locked <0x00000006c730b278> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c730b160> (a sun.nio.ch.EPollSelectorImpl)
"[akamai-service-v1.0.2].http.requester.HTTP_CONNECTOR_CONFIG(2) SelectorRunner" daemon prio=10 tid=0x00007f0399dec000 nid=0x2bd7 runnable [0x00007f03852ad000]
    - locked <0x00000006c730b9f0> (a sun.nio.ch.Util$2)
    - locked <0x00000006c730b9e0> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c730b8c8> (a sun.nio.ch.EPollSelectorImpl)
"[akamai-service-v1.0.2].http.requester.HTTP_CONNECTOR_CONFIG(1) SelectorRunner" daemon prio=10 tid=0x00007f0399dea800 nid=0x2bd6 runnable [0x00007f03853ae000]
    - locked <0x00000006c72c8d58> (a sun.nio.ch.Util$2)
    - locked <0x00000006c72c8d48> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c72c8c30> (a sun.nio.ch.EPollSelectorImpl)
"pool-411-thread-1" prio=10 tid=0x00007f0399d82800 nid=0x2bd5 in Object.wait() [0x00007f03854af000]
    at com.ning.http.client.providers.grizzly.GrizzlyConnectionsPool$DelayedExecutor$DelayedRunnable.run(GrizzlyConnectionsPool.java:394)
    - locked <0x00000006c734db48> (a java.lang.Object)
    - <0x00000006c734d8f8> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"Grizzly-IdleTimeoutFilter-IdleCheck" daemon prio=10 tid=0x00007f0399d85000 nid=0x2bd4 in Object.wait() [0x00007f03855b0000]
    at org.glassfish.grizzly.utils.DelayedExecutor$DelayedRunnable.run(DelayedExecutor.java:172)
    - locked <0x00000006c72c6078> (a java.lang.Object)
    - <0x00000006c72c5e30> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[akamai-service-v1.0.2].http.listener.HttpIdleConnectionCloser.01" prio=10 tid=0x00007f0399d7f800 nid=0x2bd3 in Object.wait() [0x00007f03856b1000]
    - locked <0x00000006c7256c18> (a java.lang.Object)
    - <0x00000006c72568d0> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[akamai-service-v1.0.2].http.listener.worker(8)" daemon prio=10 tid=0x00007f0399d64000 nid=0x2bd2 waiting on condition [0x00007f03857b2000]
    - parking to wait for  <0x00000006c72573b0> (a java.util.concurrent.LinkedTransferQueue)
"[akamai-service-v1.0.2].http.listener.worker(7)" daemon prio=10 tid=0x00007f0399d62000 nid=0x2bd1 waiting on condition [0x00007f03858b3000]
"[akamai-service-v1.0.2].http.listener.worker(6)" daemon prio=10 tid=0x00007f0399d60000 nid=0x2bd0 waiting on condition [0x00007f03859b4000]
"[akamai-service-v1.0.2].http.listener.worker(5)" daemon prio=10 tid=0x00007f0399d5e000 nid=0x2bcf waiting on condition [0x00007f0385ab5000]
"[akamai-service-v1.0.2].http.listener.worker(4)" daemon prio=10 tid=0x00007f0399d5c000 nid=0x2bce waiting on condition [0x00007f0385bb6000]
"[akamai-service-v1.0.2].http.listener.worker(3)" daemon prio=10 tid=0x00007f0399d5a800 nid=0x2bcd waiting on condition [0x00007f0385cb7000]
"[akamai-service-v1.0.2].http.listener.worker(2)" daemon prio=10 tid=0x00007f0399d53800 nid=0x2bcc waiting on condition [0x00007f0385db8000]
"[akamai-service-v1.0.2].http.listener.worker(1)" daemon prio=10 tid=0x00007f0399d51800 nid=0x2bcb waiting on condition [0x00007f0385eb9000]
"[akamai-service-v1.0.2].http.listener(5) SelectorRunner" daemon prio=10 tid=0x00007f0399d50000 nid=0x2bca runnable [0x00007f0385fba000]
    - locked <0x00000006c7259a60> (a sun.nio.ch.Util$2)
    - locked <0x00000006c7259a50> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c7259938> (a sun.nio.ch.EPollSelectorImpl)
"[akamai-service-v1.0.2].http.listener(4) SelectorRunner" daemon prio=10 tid=0x00007f0399d47000 nid=0x2bc9 runnable [0x00007f03860bb000]
    - locked <0x00000006c728bb00> (a sun.nio.ch.Util$2)
    - locked <0x00000006c728baf0> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c728b9d8> (a sun.nio.ch.EPollSelectorImpl)
"[akamai-service-v1.0.2].http.listener(3) SelectorRunner" daemon prio=10 tid=0x00007f0399d46000 nid=0x2bc8 runnable [0x00007f03861bc000]
    - locked <0x00000006c725a178> (a sun.nio.ch.Util$2)
    - locked <0x00000006c725a168> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c725a050> (a sun.nio.ch.EPollSelectorImpl)
"[akamai-service-v1.0.2].http.listener(2) SelectorRunner" daemon prio=10 tid=0x00007f0399ceb000 nid=0x2bc7 runnable [0x00007f039cc0f000]
    - locked <0x00000006c7259348> (a sun.nio.ch.Util$2)
    - locked <0x00000006c7259338> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c7259220> (a sun.nio.ch.EPollSelectorImpl)
"[akamai-service-v1.0.2].http.listener(1) SelectorRunner" daemon prio=10 tid=0x00007f0399cfa800 nid=0x2bc6 runnable [0x00007f039ca0d000]
    - locked <0x00000006c728b240> (a sun.nio.ch.Util$2)
    - locked <0x00000006c728b230> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c728a838> (a sun.nio.ch.EPollSelectorImpl)
"[akamai-service-v1.0.2].Mule.01" prio=10 tid=0x00007f0399cdd000 nid=0x2bc3 runnable [0x00007f039c407000]
    - parking to wait for  <0x00000006c72559e8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
    - <0x00000006c7255848> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[event-bus-service-v1.0.0-SNAPSHOT].processing.time.monitor" daemon prio=10 tid=0x00007f03998a6800 nid=0x2bc1 in Object.wait() [0x00007f038634e000]
    - locked <0x00000006c6c887a8> (a java.lang.ref.ReferenceQueue$Lock)
"[event-bus-service-v1.0.0-SNAPSHOT].ballball-integration-flow.stage1.01" prio=10 tid=0x00007f03998c1000 nid=0x2bbf in Object.wait() [0x00007f0386550000]
    - locked <0x00000006c67adb18> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c757a148> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[event-bus-service-v1.0.0-SNAPSHOT].marble-push-notification-integrationFlow.stage1.01" prio=10 tid=0x00007f0398b69800 nid=0x2bbe in Object.wait() [0x00007f0386651000]
    - locked <0x00000006c67adc60> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c757a710> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[event-bus-service-v1.0.0-SNAPSHOT].post:/events:event-bus-service-api-config.stage1.01" prio=10 tid=0x00007f0399505800 nid=0x2bbd in Object.wait() [0x00007f0386752000]
    - locked <0x00000006c67ad8c0> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c757acd8> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[event-bus-service-v1.0.0-SNAPSHOT].mule-event-bus-service-http-flow.stage1.01" prio=10 tid=0x00007f03987f3000 nid=0x2bbc in Object.wait() [0x00007f0386853000]
    - locked <0x00000006c67ad638> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c757b290> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[event-bus-service-v1.0.0-SNAPSHOT].mule-event-bus-service-flow.stage1.01" prio=10 tid=0x00007f0399597000 nid=0x2bba in Object.wait() [0x00007f0386a55000]
    - locked <0x00000006c67ad9f0> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c6796bf0> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[event-bus-service-v1.0.0-SNAPSHOT].ndm-integration-flow.stage1.01" prio=10 tid=0x00007f0399cb5800 nid=0x2bb9 in Object.wait() [0x00007f0386b56000]
    - locked <0x00000006c67ad500> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c6701d20> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[event-bus-service-v1.0.0-SNAPSHOT].stats-notification-integrationFlow.stage1.01" prio=10 tid=0x00007f0399c9b000 nid=0x2bb8 in Object.wait() [0x00007f0386c57000]
    - locked <0x00000006c67ad778> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c67d4cc0> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[event-bus-service-v1.0.0-SNAPSHOT].stats-video-notification-integrationFlow.stage1.01" prio=10 tid=0x00007f0399c98800 nid=0x2bb7 in Object.wait() [0x00007f0386d58000]
    - locked <0x00000006c67ad3e0> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c6710e48> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"ActiveMQ InactivityMonitor WriteCheckTimer" daemon prio=10 tid=0x00007f03f801f800 nid=0x2bb6 in Object.wait() [0x00007f0386e59000]
    - locked <0x00000006c66899b8> (a java.util.TaskQueue)
"ActiveMQ InactivityMonitor ReadCheckTimer" daemon prio=10 tid=0x00007f03f801d800 nid=0x2bb5 in Object.wait() [0x00007f0386f5a000]
    - locked <0x00000006c6da74d0> (a java.util.TaskQueue)
"ActiveMQ Transport: tcp://fsasydesbprod01.foxsports.com.au/10.23.110.37:61616@56614" prio=10 tid=0x00007f040c270000 nid=0x2bb2 runnable [0x00007f038715c000]
    at org.apache.activemq.transport.tcp.TcpBufferedInputStream.fill(TcpBufferedInputStream.java:50)
    at org.apache.activemq.transport.tcp.TcpTransport$2.fill(TcpTransport.java:609)
    at org.apache.activemq.transport.tcp.TcpBufferedInputStream.read(TcpBufferedInputStream.java:58)
    at org.apache.activemq.transport.tcp.TcpTransport$2.read(TcpTransport.java:594)
    at java.io.DataInputStream.readInt(DataInputStream.java:387)
    at org.apache.activemq.openwire.OpenWireFormat.unmarshal(OpenWireFormat.java:258)
    at org.apache.activemq.transport.tcp.TcpTransport.readCommand(TcpTransport.java:221)
    at org.apache.activemq.transport.tcp.TcpTransport.doRun(TcpTransport.java:213)
    at org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:196)
"[event-bus-service-v1.0.0-SNAPSHOT].http.listener.HttpIdleConnectionCloser.01" prio=10 tid=0x00007f0399c95800 nid=0x2bb0 in Object.wait() [0x00007f038735e000]
    - locked <0x00000006c67f3670> (a java.lang.Object)
    - <0x00000006c67f2ea8> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[event-bus-service-v1.0.0-SNAPSHOT].http.listener.worker(8)" daemon prio=10 tid=0x00007f0399c16000 nid=0x2baf waiting on condition [0x00007f038745f000]
    - parking to wait for  <0x00000006c67f3d58> (a java.util.concurrent.LinkedTransferQueue)
"[event-bus-service-v1.0.0-SNAPSHOT].http.listener.worker(7)" daemon prio=10 tid=0x00007f0399c14000 nid=0x2bae waiting on condition [0x00007f0387560000]
"[event-bus-service-v1.0.0-SNAPSHOT].http.listener.worker(6)" daemon prio=10 tid=0x00007f0399c12000 nid=0x2bad waiting on condition [0x00007f0387661000]
"[event-bus-service-v1.0.0-SNAPSHOT].http.listener.worker(5)" daemon prio=10 tid=0x00007f0399c10000 nid=0x2bac waiting on condition [0x00007f0387762000]
"[event-bus-service-v1.0.0-SNAPSHOT].http.listener.worker(4)" daemon prio=10 tid=0x00007f0399c0e000 nid=0x2bab waiting on condition [0x00007f0387863000]
"[event-bus-service-v1.0.0-SNAPSHOT].http.listener.worker(3)" daemon prio=10 tid=0x00007f0399c0b800 nid=0x2baa waiting on condition [0x00007f0387964000]
"[event-bus-service-v1.0.0-SNAPSHOT].http.listener.worker(2)" daemon prio=10 tid=0x00007f0399c09800 nid=0x2ba9 waiting on condition [0x00007f0387a65000]
"[event-bus-service-v1.0.0-SNAPSHOT].http.listener.worker(1)" daemon prio=10 tid=0x00007f0399c07800 nid=0x2ba8 waiting on condition [0x00007f0387b66000]
"[event-bus-service-v1.0.0-SNAPSHOT].http.listener(5) SelectorRunner" daemon prio=10 tid=0x00007f0399b01000 nid=0x2ba7 runnable [0x00007f0387c67000]
    - locked <0x00000006c67f7c98> (a sun.nio.ch.Util$2)
    - locked <0x00000006c67f7c88> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c67f7b70> (a sun.nio.ch.EPollSelectorImpl)
"[event-bus-service-v1.0.0-SNAPSHOT].http.listener(4) SelectorRunner" daemon prio=10 tid=0x00007f0399bf4800 nid=0x2ba6 runnable [0x00007f0387d68000]
    - locked <0x00000006c6826798> (a sun.nio.ch.Util$2)
    - locked <0x00000006c6826788> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c6826670> (a sun.nio.ch.EPollSelectorImpl)
"[event-bus-service-v1.0.0-SNAPSHOT].http.listener(3) SelectorRunner" daemon prio=10 tid=0x00007f0399bf3000 nid=0x2ba5 runnable [0x00007f0387e69000]
    - locked <0x00000006c6826ee0> (a sun.nio.ch.Util$2)
    - locked <0x00000006c6826ed0> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c6826db8> (a sun.nio.ch.EPollSelectorImpl)
"[event-bus-service-v1.0.0-SNAPSHOT].http.listener(2) SelectorRunner" daemon prio=10 tid=0x00007f0399bf8000 nid=0x2ba4 runnable [0x00007f0387f6a000]
    - locked <0x00000006c6826050> (a sun.nio.ch.Util$2)
    - locked <0x00000006c6826040> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c6825f28> (a sun.nio.ch.EPollSelectorImpl)
"[event-bus-service-v1.0.0-SNAPSHOT].http.listener(1) SelectorRunner" daemon prio=10 tid=0x00007f0399bf1800 nid=0x2ba3 runnable [0x00007f038806b000]
    - locked <0x00000006c67f86c8> (a sun.nio.ch.Util$2)
    - locked <0x00000006c67f86b8> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c67f8358> (a sun.nio.ch.EPollSelectorImpl)
"[event-bus-service-v1.0.0-SNAPSHOT].http.requester.BALLBALL_HTTP_CONNECTOR_CONFIG.worker(8)" daemon prio=10 tid=0x00007f0399b27000 nid=0x2ba2 waiting on condition [0x00007f038816c000]
    - parking to wait for  <0x00000006c6a04730> (a java.util.concurrent.LinkedTransferQueue)
"[event-bus-service-v1.0.0-SNAPSHOT].http.requester.BALLBALL_HTTP_CONNECTOR_CONFIG.worker(7)" daemon prio=10 tid=0x00007f0399b25000 nid=0x2ba1 waiting on condition [0x00007f038826d000]
"[event-bus-service-v1.0.0-SNAPSHOT].http.requester.BALLBALL_HTTP_CONNECTOR_CONFIG.worker(6)" daemon prio=10 tid=0x00007f0399b23000 nid=0x2ba0 waiting on condition [0x00007f038836e000]
"[event-bus-service-v1.0.0-SNAPSHOT].http.requester.BALLBALL_HTTP_CONNECTOR_CONFIG.worker(5)" daemon prio=10 tid=0x00007f0399b20800 nid=0x2b9f waiting on condition [0x00007f038846f000]
"[event-bus-service-v1.0.0-SNAPSHOT].http.requester.BALLBALL_HTTP_CONNECTOR_CONFIG.worker(4)" daemon prio=10 tid=0x00007f0399b1e800 nid=0x2b9e waiting on condition [0x00007f0388570000]
"[event-bus-service-v1.0.0-SNAPSHOT].http.requester.BALLBALL_HTTP_CONNECTOR_CONFIG.worker(3)" daemon prio=10 tid=0x00007f0399b1c800 nid=0x2b9d waiting on condition [0x00007f0388671000]
"[event-bus-service-v1.0.0-SNAPSHOT].http.requester.BALLBALL_HTTP_CONNECTOR_CONFIG.worker(2)" daemon prio=10 tid=0x00007f0399b1a800 nid=0x2b9c waiting on condition [0x00007f0388772000]
"[event-bus-service-v1.0.0-SNAPSHOT].http.requester.BALLBALL_HTTP_CONNECTOR_CONFIG.worker(1)" daemon prio=10 tid=0x00007f0399b18000 nid=0x2b9b waiting on condition [0x00007f0388873000]
"[event-bus-service-v1.0.0-SNAPSHOT].http.requester.BALLBALL_HTTP_CONNECTOR_CONFIG(8) SelectorRunner" daemon prio=10 tid=0x00007f0399b16000 nid=0x2b9a runnable [0x00007f0388974000]
    - locked <0x00000006c6a20798> (a sun.nio.ch.Util$2)
    - locked <0x00000006c6a20788> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c6a20670> (a sun.nio.ch.EPollSelectorImpl)
"[event-bus-service-v1.0.0-SNAPSHOT].http.requester.BALLBALL_HTTP_CONNECTOR_CONFIG(7) SelectorRunner" daemon prio=10 tid=0x00007f0399b14000 nid=0x2b99 runnable [0x00007f0388a75000]
    - locked <0x00000006c6a1f100> (a sun.nio.ch.Util$2)
    - locked <0x00000006c6a1f0f0> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c6a1efd8> (a sun.nio.ch.EPollSelectorImpl)
"[event-bus-service-v1.0.0-SNAPSHOT].http.requester.BALLBALL_HTTP_CONNECTOR_CONFIG(6) SelectorRunner" daemon prio=10 tid=0x00007f0399b11800 nid=0x2b98 runnable [0x00007f0388b76000]
    - locked <0x00000006c6a20010> (a sun.nio.ch.Util$2)
    - locked <0x00000006c6a20000> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c6a1fee8> (a sun.nio.ch.EPollSelectorImpl)
"[event-bus-service-v1.0.0-SNAPSHOT].http.requester.BALLBALL_HTTP_CONNECTOR_CONFIG(5) SelectorRunner" daemon prio=10 tid=0x00007f0399b0f800 nid=0x2b97 runnable [0x00007f0388c77000]
    - locked <0x00000006c6a6ae28> (a sun.nio.ch.Util$2)
    - locked <0x00000006c6a6ae18> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c6a6ad00> (a sun.nio.ch.EPollSelectorImpl)
"[event-bus-service-v1.0.0-SNAPSHOT].http.requester.BALLBALL_HTTP_CONNECTOR_CONFIG(4) SelectorRunner" daemon prio=10 tid=0x00007f0399b0d800 nid=0x2b96 runnable [0x00007f0388d78000]
    - locked <0x00000006c6a1f888> (a sun.nio.ch.Util$2)
    - locked <0x00000006c6a1f878> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c6a1f760> (a sun.nio.ch.EPollSelectorImpl)
"[event-bus-service-v1.0.0-SNAPSHOT].http.requester.BALLBALL_HTTP_CONNECTOR_CONFIG(3) SelectorRunner" daemon prio=10 tid=0x00007f0399b0b800 nid=0x2b95 runnable [0x00007f0388e79000]
    - locked <0x00000006c6a6bdd8> (a sun.nio.ch.Util$2)
    - locked <0x00000006c6a6bdc8> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c6a6bcb0> (a sun.nio.ch.EPollSelectorImpl)
"[event-bus-service-v1.0.0-SNAPSHOT].http.requester.BALLBALL_HTTP_CONNECTOR_CONFIG(2) SelectorRunner" daemon prio=10 tid=0x00007f0399b09800 nid=0x2b94 runnable [0x00007f0388f7a000]
    - locked <0x00000006c6a089d0> (a sun.nio.ch.Util$2)
    - locked <0x00000006c6a089c0> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c6a088a8> (a sun.nio.ch.EPollSelectorImpl)
"[event-bus-service-v1.0.0-SNAPSHOT].http.requester.BALLBALL_HTTP_CONNECTOR_CONFIG(1) SelectorRunner" daemon prio=10 tid=0x00007f0399b02000 nid=0x2b93 runnable [0x00007f038907b000]
    - locked <0x00000006c6a6b650> (a sun.nio.ch.Util$2)
    - locked <0x00000006c6a6b640> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c6a6b528> (a sun.nio.ch.EPollSelectorImpl)
"pool-392-thread-1" prio=10 tid=0x00007f0399afe800 nid=0x2b92 in Object.wait() [0x00007f038917c000]
    - locked <0x00000006c6a9ff10> (a java.lang.Object)
    - <0x00000006c6a9fcc0> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"Grizzly-IdleTimeoutFilter-IdleCheck" daemon prio=10 tid=0x00007f0399afd800 nid=0x2b91 in Object.wait() [0x00007f038927d000]
    - locked <0x00000006c6a043c0> (a java.lang.Object)
    - <0x00000006c6a04180> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[event-bus-service-v1.0.0-SNAPSHOT].http.requester.MARBLE_HTTP_CONNECTOR_CONFIG.worker(8)" daemon prio=10 tid=0x00007f0399a33000 nid=0x2b90 waiting on condition [0x00007f038937e000]
    - parking to wait for  <0x00000006c6b0db68> (a java.util.concurrent.LinkedTransferQueue)
"[event-bus-service-v1.0.0-SNAPSHOT].http.requester.MARBLE_HTTP_CONNECTOR_CONFIG.worker(7)" daemon prio=10 tid=0x00007f0399a31000 nid=0x2b8f waiting on condition [0x00007f038947f000]
"[event-bus-service-v1.0.0-SNAPSHOT].http.requester.MARBLE_HTTP_CONNECTOR_CONFIG.worker(6)" daemon prio=10 tid=0x00007f0399a2e800 nid=0x2b8e waiting on condition [0x00007f0389580000]
"[event-bus-service-v1.0.0-SNAPSHOT].http.requester.MARBLE_HTTP_CONNECTOR_CONFIG.worker(5)" daemon prio=10 tid=0x00007f0399a2c800 nid=0x2b8d waiting on condition [0x00007f0389681000]
"[event-bus-service-v1.0.0-SNAPSHOT].http.requester.MARBLE_HTTP_CONNECTOR_CONFIG.worker(4)" daemon prio=10 tid=0x00007f0399a2a800 nid=0x2b8c waiting on condition [0x00007f0389782000]
"[event-bus-service-v1.0.0-SNAPSHOT].http.requester.MARBLE_HTTP_CONNECTOR_CONFIG.worker(3)" daemon prio=10 tid=0x00007f0399a28800 nid=0x2b8b waiting on condition [0x00007f0389883000]
"[event-bus-service-v1.0.0-SNAPSHOT].http.requester.MARBLE_HTTP_CONNECTOR_CONFIG.worker(2)" daemon prio=10 tid=0x00007f0399a26800 nid=0x2b8a waiting on condition [0x00007f0389984000]
"[event-bus-service-v1.0.0-SNAPSHOT].http.requester.MARBLE_HTTP_CONNECTOR_CONFIG.worker(1)" daemon prio=10 tid=0x00007f0399a24000 nid=0x2b89 waiting on condition [0x00007f0389a85000]
"[event-bus-service-v1.0.0-SNAPSHOT].http.requester.MARBLE_HTTP_CONNECTOR_CONFIG(8) SelectorRunner" daemon prio=10 tid=0x00007f0399a22000 nid=0x2b88 runnable [0x00007f0389b86000]
    - locked <0x00000006c6b3c8c0> (a sun.nio.ch.Util$2)
    - locked <0x00000006c6b3c8b0> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c6b3c798> (a sun.nio.ch.EPollSelectorImpl)
"[event-bus-service-v1.0.0-SNAPSHOT].http.requester.MARBLE_HTTP_CONNECTOR_CONFIG(7) SelectorRunner" daemon prio=10 tid=0x00007f0399a20000 nid=0x2b87 runnable [0x00007f0389c87000]
    - locked <0x00000006c6b3c138> (a sun.nio.ch.Util$2)
    - locked <0x00000006c6b3c128> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c6b3c010> (a sun.nio.ch.EPollSelectorImpl)
"[event-bus-service-v1.0.0-SNAPSHOT].http.requester.MARBLE_HTTP_CONNECTOR_CONFIG(6) SelectorRunner" daemon prio=10 tid=0x00007f0399a1d800 nid=0x2b86 runnable [0x00007f0389d88000]
    - locked <0x00000006c6b8c3c8> (a sun.nio.ch.Util$2)
    - locked <0x00000006c6b8c3b8> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c6b8c2a0> (a sun.nio.ch.EPollSelectorImpl)
"[event-bus-service-v1.0.0-SNAPSHOT].http.requester.MARBLE_HTTP_CONNECTOR_CONFIG(5) SelectorRunner" daemon prio=10 tid=0x00007f0399a1b800 nid=0x2b85 runnable [0x00007f0389e89000]
    - locked <0x00000006c6b8cb50> (a sun.nio.ch.Util$2)
    - locked <0x00000006c6b8cb40> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c6b8ca28> (a sun.nio.ch.EPollSelectorImpl)
"[event-bus-service-v1.0.0-SNAPSHOT].http.requester.MARBLE_HTTP_CONNECTOR_CONFIG(4) SelectorRunner" daemon prio=10 tid=0x00007f0399a19800 nid=0x2b84 runnable [0x00007f0389f8a000]
    - locked <0x00000006c6b11df8> (a sun.nio.ch.Util$2)
    - locked <0x00000006c6b11de8> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c6b11cd0> (a sun.nio.ch.EPollSelectorImpl)
"[event-bus-service-v1.0.0-SNAPSHOT].http.requester.MARBLE_HTTP_CONNECTOR_CONFIG(3) SelectorRunner" daemon prio=10 tid=0x00007f0399a17800 nid=0x2b83 runnable [0x00007f038a08b000]
    - locked <0x00000006c6b12580> (a sun.nio.ch.Util$2)
    - locked <0x00000006c6b12570> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c6b12458> (a sun.nio.ch.EPollSelectorImpl)
"[event-bus-service-v1.0.0-SNAPSHOT].http.requester.MARBLE_HTTP_CONNECTOR_CONFIG(2) SelectorRunner" daemon prio=10 tid=0x00007f0399a15800 nid=0x2b82 runnable [0x00007f038a18c000]
    - locked <0x00000006c6b3b9b0> (a sun.nio.ch.Util$2)
    - locked <0x00000006c6b3b9a0> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c6b3b888> (a sun.nio.ch.EPollSelectorImpl)
"[event-bus-service-v1.0.0-SNAPSHOT].http.requester.MARBLE_HTTP_CONNECTOR_CONFIG(1) SelectorRunner" daemon prio=10 tid=0x00007f0399a13800 nid=0x2b81 runnable [0x00007f038a28d000]
    - locked <0x00000006c6b3b228> (a sun.nio.ch.Util$2)
    - locked <0x00000006c6b3b218> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c6b3b100> (a sun.nio.ch.EPollSelectorImpl)
"pool-391-thread-1" prio=10 tid=0x00007f0399a12800 nid=0x2b80 in Object.wait() [0x00007f038a38e000]
    - locked <0x00000006c6bb9ae0> (a java.lang.Object)
    - <0x00000006c6bb9890> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"Grizzly-IdleTimeoutFilter-IdleCheck" daemon prio=10 tid=0x00007f0399a10000 nid=0x2b7f in Object.wait() [0x00007f038a48f000]
    - locked <0x00000006c6b0d7f8> (a java.lang.Object)
    - <0x00000006c6b0d5b8> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[event-bus-service-v1.0.0-SNAPSHOT].http.requester.NDM_HTTP_CONNECTOR_CONFIG.worker(8)" daemon prio=10 tid=0x00007f0399945800 nid=0x2b7e waiting on condition [0x00007f038a590000]
    - parking to wait for  <0x00000006c694bdd0> (a java.util.concurrent.LinkedTransferQueue)
"[event-bus-service-v1.0.0-SNAPSHOT].http.requester.NDM_HTTP_CONNECTOR_CONFIG.worker(7)" daemon prio=10 tid=0x00007f0399943800 nid=0x2b7d waiting on condition [0x00007f038a691000]
"[event-bus-service-v1.0.0-SNAPSHOT].http.requester.NDM_HTTP_CONNECTOR_CONFIG.worker(6)" daemon prio=10 tid=0x00007f0399941800 nid=0x2b7c waiting on condition [0x00007f038a792000]
"[event-bus-service-v1.0.0-SNAPSHOT].http.requester.NDM_HTTP_CONNECTOR_CONFIG.worker(5)" daemon prio=10 tid=0x00007f039993f800 nid=0x2b7b waiting on condition [0x00007f038a893000]
"[event-bus-service-v1.0.0-SNAPSHOT].http.requester.NDM_HTTP_CONNECTOR_CONFIG.worker(4)" daemon prio=10 tid=0x00007f039993d000 nid=0x2b7a waiting on condition [0x00007f038a994000]
"[event-bus-service-v1.0.0-SNAPSHOT].http.requester.NDM_HTTP_CONNECTOR_CONFIG.worker(3)" daemon prio=10 tid=0x00007f039993b000 nid=0x2b79 waiting on condition [0x00007f038aa95000]
"[event-bus-service-v1.0.0-SNAPSHOT].http.requester.NDM_HTTP_CONNECTOR_CONFIG.worker(2)" daemon prio=10 tid=0x00007f0399939000 nid=0x2b78 waiting on condition [0x00007f038ab96000]
"[event-bus-service-v1.0.0-SNAPSHOT].http.requester.NDM_HTTP_CONNECTOR_CONFIG.worker(1)" daemon prio=10 tid=0x00007f0399936800 nid=0x2b77 waiting on condition [0x00007f038ac97000]
"[event-bus-service-v1.0.0-SNAPSHOT].http.requester.NDM_HTTP_CONNECTOR_CONFIG(8) SelectorRunner" daemon prio=10 tid=0x00007f0399934800 nid=0x2b76 runnable [0x00007f038ad98000]
    - locked <0x00000006c6952f48> (a sun.nio.ch.Util$2)
    - locked <0x00000006c6952f38> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c6952e20> (a sun.nio.ch.EPollSelectorImpl)
"[event-bus-service-v1.0.0-SNAPSHOT].http.requester.NDM_HTTP_CONNECTOR_CONFIG(7) SelectorRunner" daemon prio=10 tid=0x00007f0399932800 nid=0x2b75 runnable [0x00007f038ae99000]
    - locked <0x00000006c69536c8> (a sun.nio.ch.Util$2)
    - locked <0x00000006c69536b8> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c69535a0> (a sun.nio.ch.EPollSelectorImpl)
"[event-bus-service-v1.0.0-SNAPSHOT].http.requester.NDM_HTTP_CONNECTOR_CONFIG(6) SelectorRunner" daemon prio=10 tid=0x00007f0399930800 nid=0x2b74 runnable [0x00007f038af9a000]
    - locked <0x00000006c6953e48> (a sun.nio.ch.Util$2)
    - locked <0x00000006c6953e38> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c6953d20> (a sun.nio.ch.EPollSelectorImpl)
"[event-bus-service-v1.0.0-SNAPSHOT].http.requester.NDM_HTTP_CONNECTOR_CONFIG(5) SelectorRunner" daemon prio=10 tid=0x00007f039992e800 nid=0x2b73 runnable [0x00007f038b09b000]
    - locked <0x00000006c699ccd8> (a sun.nio.ch.Util$2)
    - locked <0x00000006c699ccc8> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c699cbb0> (a sun.nio.ch.EPollSelectorImpl)
"[event-bus-service-v1.0.0-SNAPSHOT].http.requester.NDM_HTTP_CONNECTOR_CONFIG(4) SelectorRunner" daemon prio=10 tid=0x00007f039992c000 nid=0x2b72 runnable [0x00007f038b19c000]
    - locked <0x00000006c699c558> (a sun.nio.ch.Util$2)
    - locked <0x00000006c699c548> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c699c430> (a sun.nio.ch.EPollSelectorImpl)
"[event-bus-service-v1.0.0-SNAPSHOT].http.requester.NDM_HTTP_CONNECTOR_CONFIG(3) SelectorRunner" daemon prio=10 tid=0x00007f039992a000 nid=0x2b71 runnable [0x00007f038b29d000]
    - locked <0x00000006c694ffc0> (a sun.nio.ch.Util$2)
    - locked <0x00000006c694ffb0> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c694fe98> (a sun.nio.ch.EPollSelectorImpl)
"[event-bus-service-v1.0.0-SNAPSHOT].http.requester.NDM_HTTP_CONNECTOR_CONFIG(2) SelectorRunner" daemon prio=10 tid=0x00007f0399928000 nid=0x2b70 runnable [0x00007f038b39e000]
    - locked <0x00000006c699d458> (a sun.nio.ch.Util$2)
    - locked <0x00000006c699d448> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c699d330> (a sun.nio.ch.EPollSelectorImpl)
"[event-bus-service-v1.0.0-SNAPSHOT].http.requester.NDM_HTTP_CONNECTOR_CONFIG(1) SelectorRunner" daemon prio=10 tid=0x00007f0399921000 nid=0x2b6f runnable [0x00007f038b49f000]
    - locked <0x00000006c69527c8> (a sun.nio.ch.Util$2)
    - locked <0x00000006c69527b8> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c69526a0> (a sun.nio.ch.EPollSelectorImpl)
"pool-390-thread-1" prio=10 tid=0x00007f039991f800 nid=0x2b6e in Object.wait() [0x00007f038b5a0000]
    - locked <0x00000006c69e45e0> (a java.lang.Object)
    - <0x00000006c69e4390> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"Grizzly-IdleTimeoutFilter-IdleCheck" daemon prio=10 tid=0x00007f039991e800 nid=0x2b6d in Object.wait() [0x00007f038ffe0000]
    - locked <0x00000006c694ba68> (a java.lang.Object)
    - <0x00000006c694b828> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[event-bus-service-v1.0.0-SNAPSHOT].Mule.01" prio=10 tid=0x00007f03998a3800 nid=0x2b62 runnable [0x00007f038bea9000]
    - parking to wait for  <0x00000006c67ba550> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
    - <0x00000006c67ba398> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"ActiveMQ InactivityMonitor Worker" daemon prio=10 tid=0x00007f03f0067800 nid=0x2b61 waiting on condition [0x00007f038c186000]
    - parking to wait for  <0x00000006c5105b68> (a java.util.concurrent.SynchronousQueue$TransferStack)
"[router-service-v1.1.0].processing.time.monitor" daemon prio=10 tid=0x00007f0399664000 nid=0x2b60 in Object.wait() [0x00007f038c415000]
    - locked <0x00000006c686a418> (a java.lang.ref.ReferenceQueue$Lock)
"[router-service-v1.1.0].router.stage1.01" prio=10 tid=0x00007f0399660000 nid=0x2b5e in Object.wait() [0x00007f038c617000]
    - locked <0x00000006c66193d0> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c66026a0> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[router-service-v1.1.0].post:/unprotect:router-api-config.stage1.01" prio=10 tid=0x00007f039965d800 nid=0x2b5d in Object.wait() [0x00007f038c718000]
    - locked <0x00000006c6618c90> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c67d1478> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[router-service-v1.1.0].post:/unlock:router-api-config.stage1.01" prio=10 tid=0x00007f039965b800 nid=0x2b5c in Object.wait() [0x00007f038c819000]
    - locked <0x00000006c6619508> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c6617840> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[router-service-v1.1.0].post:/protect:router-api-config.stage1.01" prio=10 tid=0x00007f039965a000 nid=0x2b5b in Object.wait() [0x00007f038c91a000]
    - locked <0x00000006c6618b58> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c66032a0> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[router-service-v1.1.0].post:/lock:router-api-config.stage1.01" prio=10 tid=0x00007f0399651000 nid=0x2b5a in Object.wait() [0x00007f038ca1b000]
    - locked <0x00000006c6619198> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c677f5f8> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[router-service-v1.1.0].post:/route:router-api-config.stage1.01" prio=10 tid=0x00007f039964f800 nid=0x2b59 in Object.wait() [0x00007f038cb1c000]
    - locked <0x00000006c66192c8> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c661fdc8> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[router-service-v1.1.0].get:/destinations/{destinationId}:router-api-config.stage1.01" prio=10 tid=0x00007f039964e000 nid=0x2b58 in Object.wait() [0x00007f038cc1d000]
    - locked <0x00000006c6619068> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c6732038> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[router-service-v1.1.0].get:/destinations:router-api-config.stage1.01" prio=10 tid=0x00007f03996ad800 nid=0x2b57 in Object.wait() [0x00007f038cd1e000]
    - locked <0x00000006c6618dd0> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c66219f8> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[router-service-v1.1.0].get:/sources:router-api-config.stage1.01" prio=10 tid=0x00007f03996ac800 nid=0x2b56 in Object.wait() [0x00007f038ce1f000]
    - locked <0x00000006c6618f08> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c679d188> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[router-service-v1.1.0].router-api-main.stage1.01" prio=10 tid=0x00007f03996a7800 nid=0x2b55 in Object.wait() [0x00007f038cf20000]
    - locked <0x00000006c6619620> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c66171b8> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"ActiveMQ InactivityMonitor WriteCheckTimer" daemon prio=10 tid=0x00007f03ec026800 nid=0x2b54 in Object.wait() [0x00007f038d021000]
    - locked <0x00000006c65f2668> (a java.util.TaskQueue)
"ActiveMQ InactivityMonitor ReadCheckTimer" daemon prio=10 tid=0x00007f03ec021000 nid=0x2b53 in Object.wait() [0x00007f038d122000]
    - locked <0x00000006c6c1e328> (a java.util.TaskQueue)
"ActiveMQ Transport: tcp://fsasydesbprod01.foxsports.com.au/10.23.110.37:61616@56611" prio=10 tid=0x00007f03f0037800 nid=0x2b50 runnable [0x00007f038d324000]
"[router-service-v1.1.0].http.listener.HttpIdleConnectionCloser.01" prio=10 tid=0x00007f039962d800 nid=0x2b4a in Object.wait() [0x00007f038d425000]
    - locked <0x00000006c6624008> (a java.lang.Object)
    - <0x00000006c6623cc0> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[router-service-v1.1.0].http.listener.worker(8)" daemon prio=10 tid=0x00007f03995ae800 nid=0x2b49 waiting on condition [0x00007f038d526000]
    - parking to wait for  <0x00000006c66248b0> (a java.util.concurrent.LinkedTransferQueue)
"[router-service-v1.1.0].http.listener.worker(7)" daemon prio=10 tid=0x00007f03995ac000 nid=0x2b48 waiting on condition [0x00007f038d627000]
"[router-service-v1.1.0].http.listener.worker(6)" daemon prio=10 tid=0x00007f03995aa000 nid=0x2b47 waiting on condition [0x00007f038d728000]
"[router-service-v1.1.0].http.listener.worker(5)" daemon prio=10 tid=0x00007f03995a8000 nid=0x2b46 waiting on condition [0x00007f038d829000]
"[router-service-v1.1.0].http.listener.worker(4)" daemon prio=10 tid=0x00007f03995a6000 nid=0x2b45 waiting on condition [0x00007f038d92a000]
"[router-service-v1.1.0].http.listener.worker(3)" daemon prio=10 tid=0x00007f03995a4000 nid=0x2b44 waiting on condition [0x00007f038da2b000]
"[router-service-v1.1.0].http.listener.worker(2)" daemon prio=10 tid=0x00007f03995a1800 nid=0x2b43 waiting on condition [0x00007f038db2c000]
"[router-service-v1.1.0].http.listener.worker(1)" daemon prio=10 tid=0x00007f039959f800 nid=0x2b42 waiting on condition [0x00007f038dc2d000]
"[router-service-v1.1.0].http.listener(5) SelectorRunner" daemon prio=10 tid=0x00007f039959d800 nid=0x2b41 runnable [0x00007f038dd2e000]
    - locked <0x00000006c6636e80> (a sun.nio.ch.Util$2)
    - locked <0x00000006c6636e70> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c6636d58> (a sun.nio.ch.EPollSelectorImpl)
"[router-service-v1.1.0].http.listener(4) SelectorRunner" daemon prio=10 tid=0x00007f039959b800 nid=0x2b40 runnable [0x00007f038de2f000]
    - locked <0x00000006c6626740> (a sun.nio.ch.Util$2)
    - locked <0x00000006c6626730> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c6626618> (a sun.nio.ch.EPollSelectorImpl)
"[router-service-v1.1.0].http.listener(3) SelectorRunner" daemon prio=10 tid=0x00007f039959a000 nid=0x2b3f runnable [0x00007f038df30000]
    - locked <0x00000006c6638878> (a sun.nio.ch.Util$2)
    - locked <0x00000006c6638868> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c6638750> (a sun.nio.ch.EPollSelectorImpl)
"[router-service-v1.1.0].http.listener(2) SelectorRunner" daemon prio=10 tid=0x00007f0399587000 nid=0x2b3e runnable [0x00007f038e031000]
    - locked <0x00000006c6658fc8> (a sun.nio.ch.Util$2)
    - locked <0x00000006c6658fb8> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c6658ea0> (a sun.nio.ch.EPollSelectorImpl)
"[router-service-v1.1.0].http.listener(1) SelectorRunner" daemon prio=10 tid=0x00007f0399594800 nid=0x2b3d runnable [0x00007f038e132000]
    - locked <0x00000006c6637fd0> (a sun.nio.ch.Util$2)
    - locked <0x00000006c6637fc0> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c66375c8> (a sun.nio.ch.EPollSelectorImpl)
"FSASYDESBPROD01 Keep Alive Task" prio=10 tid=0x00007f0399593000 nid=0x2b3c sleeping[0x00007f038e233000]
    at au.com.foxsports.rcg.routercontrol.api.magnum.task.KeepAliveTask.run(KeepAliveTask.java:34)
"FSASYDESBPROD01 Reader Task" prio=10 tid=0x00007f039951b800 nid=0x2b3b runnable [0x00007f038e334000]
    - locked <0x00000006c67f6a10> (a java.io.InputStreamReader)
    at au.com.foxsports.rcg.routercontrol.api.magnum.impl.DefaultMagnumRouterConnection.read(DefaultMagnumRouterConnection.java:98)
    at au.com.foxsports.rcg.routercontrol.api.magnum.task.ReaderTask.run(ReaderTask.java:64)
    - <0x00000006c67f6ac0> (a java.util.concurrent.locks.ReentrantLock$FairSync)
"[router-service-v1.1.0].Mule.01" prio=10 tid=0x00007f0399503000 nid=0x2b3a runnable [0x00007f038e435000]
    - parking to wait for  <0x00000006c661ee38> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
    - <0x00000006c661ec98> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"ActiveMQ InactivityMonitor Worker" daemon prio=10 tid=0x00007f03ec01b000 nid=0x2b34 waiting on condition [0x00007f038e73a000]
    - parking to wait for  <0x00000006c48df1c8> (a java.util.concurrent.SynchronousQueue$TransferStack)
"[scheduling-service-v1.5.2].connector.VM.mule.default.receiver.03" prio=10 tid=0x00007f03f002f000 nid=0x2b33 waiting on condition [0x00007f038e887000]
    - parking to wait for  <0x00000007a3ada148> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
    at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
    at com.hazelcast.spi.impl.InvocationImpl$InvocationFuture.waitForResponse(InvocationImpl.java:343)
    at com.hazelcast.spi.impl.InvocationImpl$InvocationFuture.get(InvocationImpl.java:296)
    at com.hazelcast.spi.impl.InvocationImpl$InvocationFuture.get(InvocationImpl.java:287)
    at com.hazelcast.queue.proxy.QueueProxySupport.pollInternal(QueueProxySupport.java:111)
    at com.hazelcast.queue.proxy.QueueProxyImpl.poll(QueueProxyImpl.java:75)
    at com.mulesoft.mule.cluster.hazelcast.vm.ClusterQueueStore.poll(ClusterQueueStore.java:55)
    at org.mule.transport.vm.VMMessageReceiver.getFirstMessages(VMMessageReceiver.java:195)
    at org.mule.transport.vm.VMMessageReceiver.getMessages(VMMessageReceiver.java:179)
    at org.mule.transport.TransactedPollingMessageReceiver.poll(TransactedPollingMessageReceiver.java:155)
    at org.mule.transport.AbstractPollingMessageReceiver.performPoll(AbstractPollingMessageReceiver.java:216)
    at org.mule.transport.PollingReceiverWorker.poll(PollingReceiverWorker.java:80)
    at org.mule.transport.ContinuousPollingReceiverWorker.poll(ContinuousPollingReceiverWorker.java:32)
    at org.mule.transport.PollingReceiverWorker.run(PollingReceiverWorker.java:49)
    at org.mule.transport.TrackingWorkManager$TrackeableWork.run(TrackingWorkManager.java:267)
    - <0x00000006c6e3ea58> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[scheduling-service-v1.5.2].connector.VM.mule.default.receiver.02" prio=10 tid=0x00007f03f8010800 nid=0x2b32 waiting on condition [0x00007f038e992000]
    - parking to wait for  <0x00000007a5174588> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
    - <0x00000006c6e3ed38> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[scheduling-service-v1.5.2].connector.VM.mule.default.receiver.01" prio=10 tid=0x00007f040c13b000 nid=0x2b30 waiting on condition [0x00007f038eb94000]
    - parking to wait for  <0x00000007a5055af8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
    - <0x00000006c6e3e6c8> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[scheduling-service-v1.5.2].processing.time.monitor" daemon prio=10 tid=0x00007f0398b29000 nid=0x2b2c in Object.wait() [0x00007f038edce000]
    - locked <0x00000006c6149960> (a java.lang.ref.ReferenceQueue$Lock)
"[scheduling-service-v1.5.2].rcg-integration-delete.stage1.01" prio=10 tid=0x00007f0398b1d000 nid=0x2b28 in Object.wait() [0x00007f038f1d2000]
    - locked <0x00000006c601ac70> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c6f063e8> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[scheduling-service-v1.5.2].rcg-integration-create-or-update.stage1.01" prio=10 tid=0x00007f0398b1a000 nid=0x2b27 in Object.wait() [0x00007f038f2d3000]
    - locked <0x00000006c601ada8> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c6f06858> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[scheduling-service-v1.5.2].connector.http.mule.default.receiver.01" prio=10 tid=0x00007f0398b18800 nid=0x2b26 runnable [0x00007f038f3d4000]
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:398)
    at java.net.ServerSocket.implAccept(ServerSocket.java:530)
    at java.net.ServerSocket.accept(ServerSocket.java:498)
    at org.mule.transport.http.HttpRequestDispatcher$1.doWork(HttpRequestDispatcher.java:99)
    at org.mule.retry.policies.AbstractPolicyTemplate.execute(AbstractPolicyTemplate.java:63)
    at org.mule.transport.http.HttpRequestDispatcher.run(HttpRequestDispatcher.java:92)
    - <0x00000006c6f06cc0> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[scheduling-service-v1.5.2].scheduall-integration.stage1.01" prio=10 tid=0x00007f0398b84000 nid=0x2b25 in Object.wait() [0x00007f038f4d5000]
    - locked <0x00000006c601a6b8> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c6f06f08> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[scheduling-service-v1.5.2].stats-integration.stage1.01" prio=10 tid=0x00007f0398b82800 nid=0x2b24 in Object.wait() [0x00007f038f5d6000]
    - locked <0x00000006c601aa10> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c6f0d270> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[scheduling-service-v1.5.2].vcms-integration-delete.stage1.01" prio=10 tid=0x00007f0398b7e000 nid=0x2b22 in Object.wait() [0x00007f038f7d8000]
    - locked <0x00000006c601a7e0> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c6f0d6d0> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[scheduling-service-v1.5.2].vcms-integration-create-or-update.stage1.01" prio=10 tid=0x00007f03991d2000 nid=0x2b21 in Object.wait() [0x00007f038f8d9000]
    - locked <0x00000006c601ab48> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c6f0db40> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[scheduling-service-v1.5.2].vfng-integration.stage1.01" prio=10 tid=0x00007f03991d0000 nid=0x2b20 in Object.wait() [0x00007f038f9da000]
    - locked <0x00000006c601a8f8> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c6f0df90> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"ActiveMQ InactivityMonitor WriteCheckTimer" daemon prio=10 tid=0x00007f03ec018000 nid=0x2b1f in Object.wait() [0x00007f038fadb000]
    - locked <0x00000006c6f0e440> (a java.util.TaskQueue)
"ActiveMQ InactivityMonitor ReadCheckTimer" daemon prio=10 tid=0x00007f03ec00c000 nid=0x2b1e in Object.wait() [0x00007f038fbdc000]
    - locked <0x00000006c6f0e7b8> (a java.util.TaskQueue)
"ActiveMQ Transport: tcp://fsasydesbprod01.foxsports.com.au/10.23.110.37:61616@56601" prio=10 tid=0x00007f03f002d800 nid=0x2b1b runnable [0x00007f038fdde000]
"GC Daemon" daemon prio=10 tid=0x00007f03993b8800 nid=0x2b13 in Object.wait() [0x00007f03900e5000]
    at sun.misc.GC$Daemon.run(GC.java:117)
    - locked <0x00000006c63118e0> (a sun.misc.GC$LatencyLock)
"[scheduling-service-v1.5.2].http.requester.rcgIntegrationHttpRequestConfig.worker(8)" daemon prio=10 tid=0x00007f03992ec000 nid=0x2b12 waiting on condition [0x00007f03906bf000]
    - parking to wait for  <0x00000006c60a8e60> (a java.util.concurrent.LinkedTransferQueue)
"[scheduling-service-v1.5.2].http.requester.rcgIntegrationHttpRequestConfig.worker(7)" daemon prio=10 tid=0x00007f03992ea000 nid=0x2b11 waiting on condition [0x00007f03907c0000]
"[scheduling-service-v1.5.2].http.requester.rcgIntegrationHttpRequestConfig.worker(6)" daemon prio=10 tid=0x00007f03992e8000 nid=0x2b10 waiting on condition [0x00007f03908c1000]
"[scheduling-service-v1.5.2].http.requester.rcgIntegrationHttpRequestConfig.worker(5)" daemon prio=10 tid=0x00007f03992e6000 nid=0x2b0f waiting on condition [0x00007f03909c2000]
"[scheduling-service-v1.5.2].http.requester.rcgIntegrationHttpRequestConfig.worker(4)" daemon prio=10 tid=0x00007f03992e4000 nid=0x2b0e waiting on condition [0x00007f0390ac3000]
"[scheduling-service-v1.5.2].http.requester.rcgIntegrationHttpRequestConfig.worker(3)" daemon prio=10 tid=0x00007f03992e1800 nid=0x2b0d waiting on condition [0x00007f0390bc4000]
"[scheduling-service-v1.5.2].http.requester.rcgIntegrationHttpRequestConfig.worker(2)" daemon prio=10 tid=0x00007f03992df800 nid=0x2b0c waiting on condition [0x00007f0390cc5000]
"[scheduling-service-v1.5.2].http.requester.rcgIntegrationHttpRequestConfig.worker(1)" daemon prio=10 tid=0x00007f03992dd800 nid=0x2b0b waiting on condition [0x00007f0390dc6000]
"[scheduling-service-v1.5.2].http.requester.rcgIntegrationHttpRequestConfig(8) SelectorRunner" daemon prio=10 tid=0x00007f03992db800 nid=0x2b0a runnable [0x00007f0390ec7000]
    - locked <0x00000006c60b24d8> (a sun.nio.ch.Util$2)
    - locked <0x00000006c60b24c8> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c60b23b0> (a sun.nio.ch.EPollSelectorImpl)
"[scheduling-service-v1.5.2].http.requester.rcgIntegrationHttpRequestConfig(7) SelectorRunner" daemon prio=10 tid=0x00007f03992da000 nid=0x2b09 runnable [0x00007f0390fc8000]
    - locked <0x00000006c60af7f8> (a sun.nio.ch.Util$2)
    - locked <0x00000006c60af7e8> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c60af6d0> (a sun.nio.ch.EPollSelectorImpl)
"[scheduling-service-v1.5.2].http.requester.rcgIntegrationHttpRequestConfig(6) SelectorRunner" daemon prio=10 tid=0x00007f03992d8000 nid=0x2b08 runnable [0x00007f03910c9000]
    - locked <0x00000006c60b06b8> (a sun.nio.ch.Util$2)
    - locked <0x00000006c60b06a8> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c60b0590> (a sun.nio.ch.EPollSelectorImpl)
"[scheduling-service-v1.5.2].http.requester.rcgIntegrationHttpRequestConfig(5) SelectorRunner" daemon prio=10 tid=0x00007f03992d6800 nid=0x2b07 runnable [0x00007f03911ca000]
    - locked <0x00000006c60b0e18> (a sun.nio.ch.Util$2)
    - locked <0x00000006c60b0e08> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c60b0cf0> (a sun.nio.ch.EPollSelectorImpl)
"[scheduling-service-v1.5.2].http.requester.rcgIntegrationHttpRequestConfig(4) SelectorRunner" daemon prio=10 tid=0x00007f03992d5000 nid=0x2b06 runnable [0x00007f03912cb000]
    - locked <0x00000006c60af098> (a sun.nio.ch.Util$2)
    - locked <0x00000006c60af088> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c60aef70> (a sun.nio.ch.EPollSelectorImpl)
"[scheduling-service-v1.5.2].http.requester.rcgIntegrationHttpRequestConfig(3) SelectorRunner" daemon prio=10 tid=0x00007f03992ce800 nid=0x2b05 runnable [0x00007f03913cc000]
    - locked <0x00000006c60b1578> (a sun.nio.ch.Util$2)
    - locked <0x00000006c60b1568> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c60b1450> (a sun.nio.ch.EPollSelectorImpl)
"[scheduling-service-v1.5.2].http.requester.rcgIntegrationHttpRequestConfig(2) SelectorRunner" daemon prio=10 tid=0x00007f03992cd800 nid=0x2b04 runnable [0x00007f0396e0b000]
    - locked <0x00000006c60aff58> (a sun.nio.ch.Util$2)
    - locked <0x00000006c60aff48> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c60afe30> (a sun.nio.ch.EPollSelectorImpl)
"[scheduling-service-v1.5.2].http.requester.rcgIntegrationHttpRequestConfig(1) SelectorRunner" daemon prio=10 tid=0x00007f03992c0000 nid=0x2b03 runnable [0x00007f03a65c7000]
    - locked <0x00000006c60b1d78> (a sun.nio.ch.Util$2)
    - locked <0x00000006c60b1d68> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c60b1c50> (a sun.nio.ch.EPollSelectorImpl)
"pool-345-thread-1" prio=10 tid=0x00007f03992ca000 nid=0x2b02 in Object.wait() [0x00007f03a63c5000]
    - locked <0x00000006c60b4530> (a java.lang.Object)
    - <0x00000006c60b42e0> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"Grizzly-IdleTimeoutFilter-IdleCheck" daemon prio=10 tid=0x00007f03992c9800 nid=0x2b01 in Object.wait() [0x00007f03a60c2000]
    - locked <0x00000006c60a8b00> (a java.lang.Object)
    - <0x00000006c60a88c0> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"HttpClient-connection-cleaner-connector.http.mule.default" daemon prio=10 tid=0x00007f03992d0000 nid=0x2b00 in Object.wait() [0x00007f03a5ec0000]
    at org.apache.commons.httpclient.util.IdleConnectionTimeoutThread.run(IdleConnectionTimeoutThread.java:108)
    - locked <0x00000006c601fb98> (a org.apache.commons.httpclient.util.IdleConnectionTimeoutThread)
"Thread-185" daemon prio=10 tid=0x00007f03992a9000 nid=0x2aff runnable [0x00007f03a5bbd000]
    - parking to wait for  <0x00000006c601f400> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
"[scheduling-service-v1.5.2].Mule.01" prio=10 tid=0x00007f03e7f92800 nid=0x2afc runnable [0x00007f03914cd000]
    - parking to wait for  <0x00000006c601cbc0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
    - <0x00000006c601cca0> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[vcms-v1.2.1].processing.time.monitor" daemon prio=10 tid=0x00007f03e7e80000 nid=0x2af9 in Object.wait() [0x00007f03917db000]
    - locked <0x00000006c51f96a8> (a java.lang.ref.ReferenceQueue$Lock)
"[vcms-v1.2.1].vcms-marble-livestream-delete-flow.stage1.01" prio=10 tid=0x00007f03e7e7e800 nid=0x2af8 in Object.wait() [0x00007f03918dc000]
    - locked <0x00000006c5c2b778> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c5f1ad10> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[vcms-v1.2.1].vcms-marble-livestream-expire-flow.stage1.01" prio=10 tid=0x00007f03e7e7c800 nid=0x2af7 in Object.wait() [0x00007f03919dd000]
    - locked <0x00000006c5c2b638> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c5e8cb68> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[vcms-v1.2.1].vcms-marble-livestream-get-flow.stage1.01" prio=10 tid=0x00007f03e7c91800 nid=0x2af6 in Object.wait() [0x00007f0391ade000]
    - locked <0x00000006c5c2b9e0> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c5c2a2f0> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[vcms-v1.2.1].vcms-marble-livestream-update-profile-flow.stage1.01" prio=10 tid=0x00007f03e7c8f800 nid=0x2af5 in Object.wait() [0x00007f0391bdf000]
    - locked <0x00000006c5c2b290> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c5da3368> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[vcms-v1.2.1].vcms-marble-livestream-save-flow.stage1.01" prio=10 tid=0x00007f03e7e30000 nid=0x2af4 in Object.wait() [0x00007f0391ce0000]
    - locked <0x00000006c5c2b4f8> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c5f84188> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[vcms-v1.2.1].vcms-marble-video-expire-flow.stage1.01" prio=10 tid=0x00007f03e7e2e800 nid=0x2af3 in Object.wait() [0x00007f0391de1000]
    - locked <0x00000006c5c2bb10> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c5d25860> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[vcms-v1.2.1].vcms-marble-video-get-flow.stage1.01" prio=10 tid=0x00007f03e7e05000 nid=0x2af2 in Object.wait() [0x00007f0391ee2000]
    - locked <0x00000006c5c2b3c0> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c5d0fd20> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[vcms-v1.2.1].vcms-marble-video-save-flow.stage1.01" prio=10 tid=0x00007f03991a0000 nid=0x2af0 in Object.wait() [0x00007f03920e4000]
    - locked <0x00000006c5c2b8a8> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c5eac6e8> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"ActiveMQ InactivityMonitor WriteCheckTimer" daemon prio=10 tid=0x00007f040000a000 nid=0x2aef in Object.wait() [0x00007f03921e5000]
    - locked <0x00000006c5c0f6f0> (a java.util.TaskQueue)
"ActiveMQ InactivityMonitor ReadCheckTimer" daemon prio=10 tid=0x00007f0400009000 nid=0x2aee in Object.wait() [0x00007f03922e6000]
    - locked <0x00000006c5fc53e0> (a java.util.TaskQueue)
"ActiveMQ Transport: tcp://fsasydesbprod01.foxsports.com.au/10.23.110.37:61616@56595" prio=10 tid=0x00007f0408897800 nid=0x2aeb runnable [0x00007f03aa067000]
"jTDS TimerThread" daemon prio=10 tid=0x00007f03990d9000 nid=0x2ae6 in Object.wait() [0x00007f03924e8000]
    at net.sourceforge.jtds.util.TimerThread.run(TimerThread.java:114)
    - locked <0x00000006c57cf488> (a java.util.LinkedList)
"[vcms-v1.2.1].Mule.01" prio=10 tid=0x00007f0398ef6800 nid=0x2ae3 runnable [0x00007f03925e9000]
    - parking to wait for  <0x00000006c4761450> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
    - <0x00000006c4761518> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[stats-service-v1.1.0].processing.time.monitor" daemon prio=10 tid=0x00007f0398d60800 nid=0x2ae2 in Object.wait() [0x00007f0392a3a000]
    - locked <0x00000006c4b721c0> (a java.lang.ref.ReferenceQueue$Lock)
"[stats-service-v1.1.0].get-fixture-data.stage1.01" prio=10 tid=0x00007f0398d67000 nid=0x2ae1 in Object.wait() [0x00007f0392b3b000]
    - locked <0x00000006c4864330> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c4870d80> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[stats-service-v1.1.0].jms-endpoint.stage1.01" prio=10 tid=0x00007f0398d3e800 nid=0x2adf in Object.wait() [0x00007f0392d3d000]
    - locked <0x00000006c4864218> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c48793f8> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[stats-service-v1.1.0].post:/stats/matchdata:apiConfig.stage1.01" prio=10 tid=0x00007f0398d42800 nid=0x2ade in Object.wait() [0x00007f0392e3e000]
    - locked <0x00000006c4864108> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c487a298> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[stats-service-v1.1.0].main.stage1.01" prio=10 tid=0x00007f0398d3f800 nid=0x2add in Object.wait() [0x00007f0392f3f000]
    - locked <0x00000006c4864430> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c48612c8> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"ActiveMQ InactivityMonitor WriteCheckTimer" daemon prio=10 tid=0x00007f03ec009000 nid=0x2adc in Object.wait() [0x00007f0393040000]
    - locked <0x00000006c4743860> (a java.util.TaskQueue)
"ActiveMQ InactivityMonitor ReadCheckTimer" daemon prio=10 tid=0x00007f03ec010800 nid=0x2adb in Object.wait() [0x00007f0393141000]
    - locked <0x00000006c5105768> (a java.util.TaskQueue)
"ActiveMQ Transport: tcp://fsasydesbprod01.foxsports.com.au/10.23.110.37:61616@56590" prio=10 tid=0x00007f03e0029800 nid=0x2ad8 runnable [0x00007f0393343000]
"[stats-service-v1.1.0].http.requester.HTTP_CONNECTOR_CONFIG.worker(8)" daemon prio=10 tid=0x00007f0398c6f000 nid=0x2ad4 waiting on condition [0x00007f0393545000]
    - parking to wait for  <0x00000006c4a2e9d0> (a java.util.concurrent.LinkedTransferQueue)
"[stats-service-v1.1.0].http.requester.HTTP_CONNECTOR_CONFIG.worker(7)" daemon prio=10 tid=0x00007f0398c6c800 nid=0x2ad3 waiting on condition [0x00007f0393646000]
"[stats-service-v1.1.0].http.requester.HTTP_CONNECTOR_CONFIG.worker(6)" daemon prio=10 tid=0x00007f0398c6a800 nid=0x2ad2 waiting on condition [0x00007f0393747000]
"[stats-service-v1.1.0].http.requester.HTTP_CONNECTOR_CONFIG.worker(5)" daemon prio=10 tid=0x00007f0398c68800 nid=0x2ad1 waiting on condition [0x00007f0393848000]
"[stats-service-v1.1.0].http.requester.HTTP_CONNECTOR_CONFIG.worker(4)" daemon prio=10 tid=0x00007f0398c66800 nid=0x2ad0 waiting on condition [0x00007f0393949000]
"[stats-service-v1.1.0].http.requester.HTTP_CONNECTOR_CONFIG.worker(3)" daemon prio=10 tid=0x00007f0398c64800 nid=0x2acf waiting on condition [0x00007f0393a4a000]
"[stats-service-v1.1.0].http.requester.HTTP_CONNECTOR_CONFIG.worker(2)" daemon prio=10 tid=0x00007f0398c62800 nid=0x2ace waiting on condition [0x00007f0393b4b000]
"[stats-service-v1.1.0].http.requester.HTTP_CONNECTOR_CONFIG.worker(1)" daemon prio=10 tid=0x00007f0398c60000 nid=0x2acd waiting on condition [0x00007f0393c4c000]
"[stats-service-v1.1.0].http.requester.HTTP_CONNECTOR_CONFIG(8) SelectorRunner" daemon prio=10 tid=0x00007f0398c5e000 nid=0x2acc runnable [0x00007f0393d4d000]
    - locked <0x00000006c4a66c50> (a sun.nio.ch.Util$2)
    - locked <0x00000006c4a66c40> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c4a66b28> (a sun.nio.ch.EPollSelectorImpl)
"[stats-service-v1.1.0].http.requester.HTTP_CONNECTOR_CONFIG(7) SelectorRunner" daemon prio=10 tid=0x00007f0398c5c000 nid=0x2acb runnable [0x00007f0393e4e000]
    - locked <0x00000006c4a65db0> (a sun.nio.ch.Util$2)
    - locked <0x00000006c4a65da0> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c4a65c88> (a sun.nio.ch.EPollSelectorImpl)
"[stats-service-v1.1.0].http.requester.HTTP_CONNECTOR_CONFIG(6) SelectorRunner" daemon prio=10 tid=0x00007f0398c5a000 nid=0x2aca runnable [0x00007f0393f4f000]
    - locked <0x00000006c4a673a0> (a sun.nio.ch.Util$2)
    - locked <0x00000006c4a67390> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c4a67278> (a sun.nio.ch.EPollSelectorImpl)
"[stats-service-v1.1.0].http.requester.HTTP_CONNECTOR_CONFIG(5) SelectorRunner" daemon prio=10 tid=0x00007f0398c58000 nid=0x2ac9 runnable [0x00007f0394050000]
    - locked <0x00000006c4a319f8> (a sun.nio.ch.Util$2)
    - locked <0x00000006c4a319e8> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c4a318d0> (a sun.nio.ch.EPollSelectorImpl)
"[stats-service-v1.1.0].http.requester.HTTP_CONNECTOR_CONFIG(4) SelectorRunner" daemon prio=10 tid=0x00007f0398c56000 nid=0x2ac8 runnable [0x00007f0394151000]
    - locked <0x00000006c4a30b58> (a sun.nio.ch.Util$2)
    - locked <0x00000006c4a30b48> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c4a30a30> (a sun.nio.ch.EPollSelectorImpl)
"[stats-service-v1.1.0].http.requester.HTTP_CONNECTOR_CONFIG(3) SelectorRunner" daemon prio=10 tid=0x00007f0398c54000 nid=0x2ac7 runnable [0x00007f0394252000]
    - locked <0x00000006c4a66500> (a sun.nio.ch.Util$2)
    - locked <0x00000006c4a664f0> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c4a663d8> (a sun.nio.ch.EPollSelectorImpl)
"[stats-service-v1.1.0].http.requester.HTTP_CONNECTOR_CONFIG(2) SelectorRunner" daemon prio=10 tid=0x00007f0398c51800 nid=0x2ac6 runnable [0x00007f0394353000]
    - locked <0x00000006c4a312a8> (a sun.nio.ch.Util$2)
    - locked <0x00000006c4a31298> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c4a31180> (a sun.nio.ch.EPollSelectorImpl)
"[stats-service-v1.1.0].http.requester.HTTP_CONNECTOR_CONFIG(1) SelectorRunner" daemon prio=10 tid=0x00007f0398c4f800 nid=0x2ac5 runnable [0x00007f0394454000]
    - locked <0x00000006c4ab3718> (a sun.nio.ch.Util$2)
    - locked <0x00000006c4ab3708> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c4ab35f0> (a sun.nio.ch.EPollSelectorImpl)
"pool-301-thread-1" prio=10 tid=0x00007f0398c4d800 nid=0x2ac4 in Object.wait() [0x00007f0394555000]
    - locked <0x00000006c4ad0e58> (a java.lang.Object)
    - <0x00000006c4ad0c08> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"Grizzly-IdleTimeoutFilter-IdleCheck" daemon prio=10 tid=0x00007f0398c4c000 nid=0x2ac3 in Object.wait() [0x00007f0394656000]
    - locked <0x00000006c4a2e680> (a java.lang.Object)
    - <0x00000006c4a2e438> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[stats-service-v1.1.0].http.listener.HttpIdleConnectionCloser.01" prio=10 tid=0x00007f0398bc5800 nid=0x2ac2 in Object.wait() [0x00007f0394757000]
    - locked <0x00000006c48a0d88> (a java.lang.Object)
    - <0x00000006c48a0628> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[stats-service-v1.1.0].http.listener.worker(8)" daemon prio=10 tid=0x00007f0398bc3800 nid=0x2ac1 waiting on condition [0x00007f0394858000]
    - parking to wait for  <0x00000006c48a74f0> (a java.util.concurrent.LinkedTransferQueue)
"[stats-service-v1.1.0].http.listener.worker(7)" daemon prio=10 tid=0x00007f0398bc1800 nid=0x2ac0 waiting on condition [0x00007f0394959000]
"[stats-service-v1.1.0].http.listener.worker(6)" daemon prio=10 tid=0x00007f0398bbf800 nid=0x2abf waiting on condition [0x00007f0394a5a000]
"[stats-service-v1.1.0].http.listener.worker(5)" daemon prio=10 tid=0x00007f0398bbd000 nid=0x2abe waiting on condition [0x00007f0394b5b000]
"[stats-service-v1.1.0].http.listener.worker(4)" daemon prio=10 tid=0x00007f0398bbb000 nid=0x2abd waiting on condition [0x00007f0394c5c000]
"[stats-service-v1.1.0].http.listener.worker(3)" daemon prio=10 tid=0x00007f0398bb9000 nid=0x2abc waiting on condition [0x00007f0394d5d000]
"[stats-service-v1.1.0].http.listener.worker(2)" daemon prio=10 tid=0x00007f0398bb7800 nid=0x2abb waiting on condition [0x00007f0394e5e000]
"[stats-service-v1.1.0].http.listener.worker(1)" daemon prio=10 tid=0x00007f0398424800 nid=0x2aba waiting on condition [0x00007f0394f5f000]
"[stats-service-v1.1.0].http.listener(5) SelectorRunner" daemon prio=10 tid=0x00007f0398423800 nid=0x2ab9 runnable [0x00007f0395060000]
    - locked <0x00000006c48af470> (a sun.nio.ch.Util$2)
    - locked <0x00000006c48af460> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c48af348> (a sun.nio.ch.EPollSelectorImpl)
"[stats-service-v1.1.0].http.listener(4) SelectorRunner" daemon prio=10 tid=0x00007f0398b4b800 nid=0x2ab8 runnable [0x00007f0395161000]
    - locked <0x00000006c48b02d0> (a sun.nio.ch.Util$2)
    - locked <0x00000006c48b02c0> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c48b01a8> (a sun.nio.ch.EPollSelectorImpl)
"[stats-service-v1.1.0].http.listener(3) SelectorRunner" daemon prio=10 tid=0x00007f0398b4e800 nid=0x2ab7 runnable [0x00007f0395262000]
    - locked <0x00000006c48afba0> (a sun.nio.ch.Util$2)
    - locked <0x00000006c48afb90> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c48afa78> (a sun.nio.ch.EPollSelectorImpl)
"[stats-service-v1.1.0].http.listener(2) SelectorRunner" daemon prio=10 tid=0x00007f0398b02000 nid=0x2ab6 runnable [0x00007f03ab85e000]
    - locked <0x00000006c4904e90> (a sun.nio.ch.Util$2)
    - locked <0x00000006c4904e80> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c4904d68> (a sun.nio.ch.EPollSelectorImpl)
"[stats-service-v1.1.0].http.listener(1) SelectorRunner" daemon prio=10 tid=0x00007f0398b00000 nid=0x2ab5 runnable [0x00007f03ab55b000]
    - locked <0x00000006c4904608> (a sun.nio.ch.Util$2)
    - locked <0x00000006c49045f8> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c48b0978> (a sun.nio.ch.EPollSelectorImpl)
"[stats-service-v1.1.0].Mule.01" prio=10 tid=0x00007f0398afd800 nid=0x2ab4 runnable [0x00007f0395363000]
    - parking to wait for  <0x00000006c478ebd0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
    - <0x00000006c478ea30> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[vision-service-v1.0.6].processing.time.monitor" daemon prio=10 tid=0x00007f039898b000 nid=0x2ab3 in Object.wait() [0x00007f03956f4000]
    - locked <0x00000006c5a2a548> (a java.lang.ref.ReferenceQueue$Lock)
"[vision-service-v1.0.6].post:/vision/mediaPrepMaterials/versionsDetails:vision-service-api-config.stage1.01" prio=10 tid=0x00007f0398989800 nid=0x2ab2 in Object.wait() [0x00007f03957f5000]
    - locked <0x00000006c596a9b0> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c596a240> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[vision-service-v1.0.6].get:/vision/mediaPrepMaterials/versions/{versionUid}/details:vision-service-api-config.stage1.01" prio=10 tid=0x00007f0398985800 nid=0x2ab1 in Object.wait() [0x00007f03958f6000]
    - locked <0x00000006c5822598> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c589ce28> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[vision-service-v1.0.6].get:/vision/mediaPrepMaterials/generateBarcodeList/{numOfBarcodes}:vision-service-api-config.stage1.01" prio=10 tid=0x00007f0398984000 nid=0x2ab0 in Object.wait() [0x00007f03959f7000]
    - locked <0x00000006c595e3c8> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c58a5e40> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[vision-service-v1.0.6].get:/vision/mediaPrepMaterials/generateBarcode:vision-service-api-config.stage1.01" prio=10 tid=0x00007f0398982800 nid=0x2aaf in Object.wait() [0x00007f0395af8000]
    - locked <0x00000006c5959110> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c58a79e8> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[vision-service-v1.0.6].put:/vision/mediaPrepMaterials/worklist/complete:vision-service-api-config.stage1.01" prio=10 tid=0x00007f0398981000 nid=0x2aae in Object.wait() [0x00007f0395bf9000]
    - locked <0x00000006c5953d48> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c594f7b0> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[vision-service-v1.0.6].get:/vision/mediaPrepMaterials/worklist/pending:vision-service-api-config.stage1.01" prio=10 tid=0x00007f0398980800 nid=0x2aad in Object.wait() [0x00007f0395cfa000]
    - locked <0x00000006c59703a8> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c596fc38> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[vision-service-v1.0.6].mule-vision-service-http-flow.stage1.01" prio=10 tid=0x00007f03988ca800 nid=0x2aac in Object.wait() [0x00007f0395dfb000]
    - locked <0x00000006c59824d8> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c589de80> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[vision-service-v1.0.6].http.listener.HttpIdleConnectionCloser.01" prio=10 tid=0x00007f0398957800 nid=0x2aa9 in Object.wait() [0x00007f0395efc000]
    - locked <0x00000006c58ab9c8> (a java.lang.Object)
    - <0x00000006c58ab680> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[vision-service-v1.0.6].http.listener.worker(8)" daemon prio=10 tid=0x00007f03988d8800 nid=0x2aa8 waiting on condition [0x00007f0395ffd000]
    - parking to wait for  <0x00000006c58ac168> (a java.util.concurrent.LinkedTransferQueue)
"[vision-service-v1.0.6].http.listener.worker(7)" daemon prio=10 tid=0x00007f03988b0000 nid=0x2aa7 waiting on condition [0x00007f03960fe000]
"[vision-service-v1.0.6].http.listener.worker(6)" daemon prio=10 tid=0x00007f03988ad800 nid=0x2aa6 waiting on condition [0x00007f03961ff000]
"[vision-service-v1.0.6].http.listener.worker(5)" daemon prio=10 tid=0x00007f03988ab800 nid=0x2aa5 waiting on condition [0x00007f0396300000]
"[vision-service-v1.0.6].http.listener.worker(4)" daemon prio=10 tid=0x00007f03988a9800 nid=0x2aa4 waiting on condition [0x00007f0396401000]
"[vision-service-v1.0.6].http.listener.worker(3)" daemon prio=10 tid=0x00007f03988a7800 nid=0x2aa3 waiting on condition [0x00007f0396502000]
"[vision-service-v1.0.6].http.listener.worker(2)" daemon prio=10 tid=0x00007f03988a1000 nid=0x2aa2 waiting on condition [0x00007f0396603000]
"[vision-service-v1.0.6].http.listener.worker(1)" daemon prio=10 tid=0x00007f039889f000 nid=0x2aa1 waiting on condition [0x00007f0396704000]
"[vision-service-v1.0.6].http.listener(5) SelectorRunner" daemon prio=10 tid=0x00007f03988c6000 nid=0x2aa0 runnable [0x00007f0396805000]
    - locked <0x00000006c58d9c38> (a sun.nio.ch.Util$2)
    - locked <0x00000006c58d9c28> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c58d9b10> (a sun.nio.ch.EPollSelectorImpl)
"[vision-service-v1.0.6].http.listener(4) SelectorRunner" daemon prio=10 tid=0x00007f03988ce000 nid=0x2a9f runnable [0x00007f0396906000]
    - locked <0x00000006c58da350> (a sun.nio.ch.Util$2)
    - locked <0x00000006c58da340> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c58da228> (a sun.nio.ch.EPollSelectorImpl)
"[vision-service-v1.0.6].http.listener(3) SelectorRunner" daemon prio=10 tid=0x00007f0398873800 nid=0x2a9e runnable [0x00007f0396a07000]
    - locked <0x00000006c58b27b8> (a sun.nio.ch.Util$2)
    - locked <0x00000006c58b27a8> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c58b2690> (a sun.nio.ch.EPollSelectorImpl)
"[vision-service-v1.0.6].http.listener(2) SelectorRunner" daemon prio=10 tid=0x00007f03988ce800 nid=0x2a9d runnable [0x00007f0396b08000]
    - locked <0x00000006c58b2ed0> (a sun.nio.ch.Util$2)
    - locked <0x00000006c58b2ec0> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c58b2da8> (a sun.nio.ch.EPollSelectorImpl)
"[vision-service-v1.0.6].http.listener(1) SelectorRunner" daemon prio=10 tid=0x00007f03988cb800 nid=0x2a9c runnable [0x00007f0396c09000]
    - locked <0x00000006c58db3e8> (a sun.nio.ch.Util$2)
    - locked <0x00000006c58db3d8> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c58da9e0> (a sun.nio.ch.EPollSelectorImpl)
"[vision-service-v1.0.6].Mule.01" prio=10 tid=0x00007f03987e3800 nid=0x2a99 runnable [0x00007f0396f0c000]
    - parking to wait for  <0x00000006c592f378> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
    - <0x00000006c592f450> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[mvp-service-v1.0.3].processing.time.monitor" daemon prio=10 tid=0x00007f0398388800 nid=0x2a96 in Object.wait() [0x00007f0397197000]
    - waiting on <0x00000006c46685e8> (a java.lang.ref.ReferenceQueue$Lock)
    - locked <0x00000006c46685e8> (a java.lang.ref.ReferenceQueue$Lock)
"pool-273-thread-1" prio=10 tid=0x00007f0398397800 nid=0x2a95 waiting on condition [0x00007f0397298000]
    - parking to wait for  <0x00000006c4886128> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
"[mvp-service-v1.0.3].mvp-jms-request-poller.stage1.01" prio=10 tid=0x00007f0398399800 nid=0x2a94 in Object.wait() [0x00007f0397399000]
    - locked <0x00000006c4638b60> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c486ba40> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"ActiveMQ Transport: tcp://fsasydesbprod01.foxsports.com.au/10.23.110.37:61616@56587" prio=10 tid=0x00007f03e8015800 nid=0x2a91 runnable [0x00007f039759b000]
"ActiveMQ InactivityMonitor WriteCheckTimer" daemon prio=10 tid=0x00007f03f400b000 nid=0x2a89 in Object.wait() [0x00007f039779d000]
    - locked <0x00000006c4601808> (a java.util.TaskQueue)
"ActiveMQ InactivityMonitor ReadCheckTimer" daemon prio=10 tid=0x00007f03f4006800 nid=0x2a88 in Object.wait() [0x00007f039789e000]
    - locked <0x00000006c48dedc8> (a java.util.TaskQueue)
"ActiveMQ Transport: tcp://fsasydesbprod01.foxsports.com.au/10.23.110.37:61616@56586" prio=10 tid=0x00007f03fc01b800 nid=0x2a85 runnable [0x00007f03aec0c000]
"[mvp-service-v1.0.3].Mule.01" prio=10 tid=0x00007f03e70a9000 nid=0x2a81 runnable [0x00007f0397ca2000]
    - parking to wait for  <0x00000006c4640198> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
    - <0x00000006c4640268> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[notification-distributor-service-v1.0.0-SNAPSHOT].processing.time.monitor" daemon prio=10 tid=0x00007f03e6e8a800 nid=0x2a7e in Object.wait() [0x00007f0397ffe000]
    - locked <0x00000006c4b60678> (a java.lang.ref.ReferenceQueue$Lock)
"pool-255-thread-1" prio=10 tid=0x00007f03981fe000 nid=0x2a7d waiting on condition [0x00007f039c104000]
    - parking to wait for  <0x00000006c4934348> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
"[notification-distributor-service-v1.0.0-SNAPSHOT].post:/events:notification-distributor-service-api-config.stage1.01" prio=10 tid=0x00007f0398239000 nid=0x2a7c in Object.wait() [0x00007f039c205000]
    - locked <0x00000006c476d900> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c4b137a8> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[notification-distributor-service-v1.0.0-SNAPSHOT].mule-notification-distributor-service-http-flow.stage1.01" prio=10 tid=0x00007f0398237800 nid=0x2a7b in Object.wait() [0x00007f039c306000]
    - locked <0x00000006c476fa48> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c492f5b0> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[notification-distributor-service-v1.0.0-SNAPSHOT].mule-stats-notification-consume-flow.stage1.01" prio=10 tid=0x00007f03e6d35000 nid=0x2a79 in Object.wait() [0x00007f039c508000]
    - locked <0x00000006c476d798> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c492e978> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[notification-distributor-service-v1.0.0-SNAPSHOT].parse-push-integration-flow.stage1.01" prio=10 tid=0x00007f03985e8800 nid=0x2a78 in Object.wait() [0x00007f039c609000]
    - locked <0x00000006c476d530> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c492fdc8> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[notification-distributor-service-v1.0.0-SNAPSHOT].subscription-cleanup-flow.stage1.01" prio=10 tid=0x00007f03985eb000 nid=0x2a77 in Object.wait() [0x00007f039c70a000]
    - locked <0x00000006c476d658> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c48a2698> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"ActiveMQ InactivityMonitor WriteCheckTimer" daemon prio=10 tid=0x00007f042802b800 nid=0x2a76 in Object.wait() [0x00007f039c80b000]
    - locked <0x00000006c46ef5a8> (a java.util.TaskQueue)
"ActiveMQ InactivityMonitor ReadCheckTimer" daemon prio=10 tid=0x00007f042802a000 nid=0x2a75 in Object.wait() [0x00007f039c90c000]
    - locked <0x00000006c4f5fa88> (a java.util.TaskQueue)
"ActiveMQ Transport: tcp://fsasydesbprod01.foxsports.com.au/10.23.110.37:61616@56582" prio=10 tid=0x00007f0430040800 nid=0x2a73 runnable [0x00007f039cb0e000]
"[notification-distributor-service-v1.0.0-SNAPSHOT].http.listener.HttpIdleConnectionCloser.01" prio=10 tid=0x00007f03985e6000 nid=0x2a70 in Object.wait() [0x00007f039cd10000]
    - locked <0x00000006c493f7f0> (a java.lang.Object)
    - <0x00000006c493efb0> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[notification-distributor-service-v1.0.0-SNAPSHOT].http.listener.worker(8)" daemon prio=10 tid=0x00007f03985e4000 nid=0x2a6f waiting on condition [0x00007f039ce11000]
    - parking to wait for  <0x00000006c4945f68> (a java.util.concurrent.LinkedTransferQueue)
"[notification-distributor-service-v1.0.0-SNAPSHOT].http.listener.worker(7)" daemon prio=10 tid=0x00007f03985e2000 nid=0x2a6e waiting on condition [0x00007f039cf12000]
"[notification-distributor-service-v1.0.0-SNAPSHOT].http.listener.worker(6)" daemon prio=10 tid=0x00007f03985e0000 nid=0x2a6d waiting on condition [0x00007f039d013000]
"[notification-distributor-service-v1.0.0-SNAPSHOT].http.listener.worker(5)" daemon prio=10 tid=0x00007f03985de000 nid=0x2a6c waiting on condition [0x00007f039d114000]
"[notification-distributor-service-v1.0.0-SNAPSHOT].http.listener.worker(4)" daemon prio=10 tid=0x00007f03985dc800 nid=0x2a6b waiting on condition [0x00007f039d215000]
"[notification-distributor-service-v1.0.0-SNAPSHOT].http.listener.worker(3)" daemon prio=10 tid=0x00007f03985da800 nid=0x2a6a waiting on condition [0x00007f039d316000]
"[notification-distributor-service-v1.0.0-SNAPSHOT].http.listener.worker(2)" daemon prio=10 tid=0x00007f03985d8800 nid=0x2a69 waiting on condition [0x00007f039d417000]
"[notification-distributor-service-v1.0.0-SNAPSHOT].http.listener.worker(1)" daemon prio=10 tid=0x00007f03985d6800 nid=0x2a68 waiting on condition [0x00007f039d518000]
"[notification-distributor-service-v1.0.0-SNAPSHOT].http.listener(5) SelectorRunner" daemon prio=10 tid=0x00007f03985d4800 nid=0x2a67 runnable [0x00007f039d619000]
    - locked <0x00000006c494d3b8> (a sun.nio.ch.Util$2)
    - locked <0x00000006c494d3a8> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c494d290> (a sun.nio.ch.EPollSelectorImpl)
"[notification-distributor-service-v1.0.0-SNAPSHOT].http.listener(4) SelectorRunner" daemon prio=10 tid=0x00007f03985d0800 nid=0x2a66 runnable [0x00007f039d71a000]
    - locked <0x00000006c494db20> (a sun.nio.ch.Util$2)
    - locked <0x00000006c494db10> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c494d9f8> (a sun.nio.ch.EPollSelectorImpl)
"[notification-distributor-service-v1.0.0-SNAPSHOT].http.listener(3) SelectorRunner" daemon prio=10 tid=0x00007f03985cf800 nid=0x2a65 runnable [0x00007f039d81b000]
    - locked <0x00000006c494e288> (a sun.nio.ch.Util$2)
    - locked <0x00000006c494e278> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c494e160> (a sun.nio.ch.EPollSelectorImpl)
"[notification-distributor-service-v1.0.0-SNAPSHOT].http.listener(2) SelectorRunner" daemon prio=10 tid=0x00007f03985d2000 nid=0x2a64 runnable [0x00007f039d91c000]
    - locked <0x00000006c498e930> (a sun.nio.ch.Util$2)
    - locked <0x00000006c498e920> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c498e808> (a sun.nio.ch.EPollSelectorImpl)
"[notification-distributor-service-v1.0.0-SNAPSHOT].http.listener(1) SelectorRunner" daemon prio=10 tid=0x00007f03984c9000 nid=0x2a63 runnable [0x00007f039da1d000]
    - locked <0x00000006c498e0b0> (a sun.nio.ch.Util$2)
    - locked <0x00000006c498e0a0> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c494e968> (a sun.nio.ch.EPollSelectorImpl)
"[notification-distributor-service-v1.0.0-SNAPSHOT].http.requester.PARSE_PUSH_HTTP_CONNECTOR_CONFIG.worker(8)" daemon prio=10 tid=0x00007f0398483000 nid=0x2a5f waiting on condition [0x00007f039db1e000]
    - parking to wait for  <0x00000006c4b6bed0> (a java.util.concurrent.LinkedTransferQueue)
"[notification-distributor-service-v1.0.0-SNAPSHOT].http.requester.PARSE_PUSH_HTTP_CONNECTOR_CONFIG.worker(7)" daemon prio=10 tid=0x00007f0398481000 nid=0x2a5e waiting on condition [0x00007f039dc1f000]
"[notification-distributor-service-v1.0.0-SNAPSHOT].http.requester.PARSE_PUSH_HTTP_CONNECTOR_CONFIG.worker(6)" daemon prio=10 tid=0x00007f039847f000 nid=0x2a5d waiting on condition [0x00007f039dd20000]
"[notification-distributor-service-v1.0.0-SNAPSHOT].http.requester.PARSE_PUSH_HTTP_CONNECTOR_CONFIG.worker(5)" daemon prio=10 tid=0x00007f039847c800 nid=0x2a5c waiting on condition [0x00007f039de21000]
"[notification-distributor-service-v1.0.0-SNAPSHOT].http.requester.PARSE_PUSH_HTTP_CONNECTOR_CONFIG.worker(4)" daemon prio=10 tid=0x00007f039847a800 nid=0x2a5b waiting on condition [0x00007f039df22000]
"[notification-distributor-service-v1.0.0-SNAPSHOT].http.requester.PARSE_PUSH_HTTP_CONNECTOR_CONFIG.worker(3)" daemon prio=10 tid=0x00007f0398478800 nid=0x2a5a waiting on condition [0x00007f039e023000]
"[notification-distributor-service-v1.0.0-SNAPSHOT].http.requester.PARSE_PUSH_HTTP_CONNECTOR_CONFIG.worker(2)" daemon prio=10 tid=0x00007f0398476800 nid=0x2a59 waiting on condition [0x00007f039e124000]
"[notification-distributor-service-v1.0.0-SNAPSHOT].http.requester.PARSE_PUSH_HTTP_CONNECTOR_CONFIG.worker(1)" daemon prio=10 tid=0x00007f03984ec000 nid=0x2a58 waiting on condition [0x00007f039e225000]
"[notification-distributor-service-v1.0.0-SNAPSHOT].http.requester.PARSE_PUSH_HTTP_CONNECTOR_CONFIG(8) SelectorRunner" daemon prio=10 tid=0x00007f03984ea000 nid=0x2a57 runnable [0x00007f039e326000]
    - locked <0x00000006c4b74658> (a sun.nio.ch.Util$2)
    - locked <0x00000006c4b74648> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c4b74530> (a sun.nio.ch.EPollSelectorImpl)
"[notification-distributor-service-v1.0.0-SNAPSHOT].http.requester.PARSE_PUSH_HTTP_CONNECTOR_CONFIG(7) SelectorRunner" daemon prio=10 tid=0x00007f03984e7800 nid=0x2a56 runnable [0x00007f039e427000]
    - locked <0x00000006c4bb7ea0> (a sun.nio.ch.Util$2)
    - locked <0x00000006c4bb7e90> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c4bb7d78> (a sun.nio.ch.EPollSelectorImpl)
"[notification-distributor-service-v1.0.0-SNAPSHOT].http.requester.PARSE_PUSH_HTTP_CONNECTOR_CONFIG(6) SelectorRunner" daemon prio=10 tid=0x00007f03984fd800 nid=0x2a55 runnable [0x00007f039e528000]
    - locked <0x00000006c4bb8630> (a sun.nio.ch.Util$2)
    - locked <0x00000006c4bb8620> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c4bb8508> (a sun.nio.ch.EPollSelectorImpl)
"[notification-distributor-service-v1.0.0-SNAPSHOT].http.requester.PARSE_PUSH_HTTP_CONNECTOR_CONFIG(5) SelectorRunner" daemon prio=10 tid=0x00007f03984fb800 nid=0x2a54 runnable [0x00007f039e629000]
    - locked <0x00000006c4b75578> (a sun.nio.ch.Util$2)
    - locked <0x00000006c4b75568> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c4b75450> (a sun.nio.ch.EPollSelectorImpl)
"[notification-distributor-service-v1.0.0-SNAPSHOT].http.requester.PARSE_PUSH_HTTP_CONNECTOR_CONFIG(4) SelectorRunner" daemon prio=10 tid=0x00007f03984f9000 nid=0x2a53 runnable [0x00007f039e72a000]
    - locked <0x00000006c4b74de8> (a sun.nio.ch.Util$2)
    - locked <0x00000006c4b74dd8> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c4b74cc0> (a sun.nio.ch.EPollSelectorImpl)
"[notification-distributor-service-v1.0.0-SNAPSHOT].http.requester.PARSE_PUSH_HTTP_CONNECTOR_CONFIG(3) SelectorRunner" daemon prio=10 tid=0x00007f03984ce000 nid=0x2a52 runnable [0x00007f039e82b000]
    - locked <0x00000006c4bb7710> (a sun.nio.ch.Util$2)
    - locked <0x00000006c4bb7700> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c4bb75e8> (a sun.nio.ch.EPollSelectorImpl)
"[notification-distributor-service-v1.0.0-SNAPSHOT].http.requester.PARSE_PUSH_HTTP_CONNECTOR_CONFIG(2) SelectorRunner" daemon prio=10 tid=0x00007f03984cc000 nid=0x2a51 runnable [0x00007f039e92c000]
    - locked <0x00000006c4bb8dc0> (a sun.nio.ch.Util$2)
    - locked <0x00000006c4bb8db0> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c4bb8c98> (a sun.nio.ch.EPollSelectorImpl)
"[notification-distributor-service-v1.0.0-SNAPSHOT].http.requester.PARSE_PUSH_HTTP_CONNECTOR_CONFIG(1) SelectorRunner" daemon prio=10 tid=0x00007f03984ca800 nid=0x2a50 runnable [0x00007f039ea2d000]
    - locked <0x00000006c4b73ec8> (a sun.nio.ch.Util$2)
    - locked <0x00000006c4b73eb8> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c4b73da0> (a sun.nio.ch.EPollSelectorImpl)
"pool-248-thread-1" prio=10 tid=0x00007f039850f000 nid=0x2a4f in Object.wait() [0x00007f039eb2e000]
    - locked <0x00000006c4c187b8> (a java.lang.Object)
    - <0x00000006c4c08558> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"Grizzly-IdleTimeoutFilter-IdleCheck" daemon prio=10 tid=0x00007f03984d1000 nid=0x2a4e in Object.wait() [0x00007f039ec2f000]
    - locked <0x00000006c4b6bb40> (a java.lang.Object)
    - <0x00000006c4b67cb8> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"Timer-3" daemon prio=10 tid=0x00007f039833c800 nid=0x2a49 in Object.wait() [0x00007f039ed30000]
    - locked <0x00000006c52cb318> (a java.util.TaskQueue)
"[notification-distributor-service-v1.0.0-SNAPSHOT].http.requester.SAPI_HTTP_CONNECTOR_CONFIG.worker(8)" daemon prio=10 tid=0x00007f0398260800 nid=0x2a48 waiting on condition [0x00007f039ee31000]
    - parking to wait for  <0x00000006c47a1ea8> (a java.util.concurrent.LinkedTransferQueue)
"[notification-distributor-service-v1.0.0-SNAPSHOT].http.requester.SAPI_HTTP_CONNECTOR_CONFIG.worker(7)" daemon prio=10 tid=0x00007f039825e800 nid=0x2a47 waiting on condition [0x00007f039ef32000]
"[notification-distributor-service-v1.0.0-SNAPSHOT].http.requester.SAPI_HTTP_CONNECTOR_CONFIG.worker(6)" daemon prio=10 tid=0x00007f039825c800 nid=0x2a46 waiting on condition [0x00007f039f033000]
"[notification-distributor-service-v1.0.0-SNAPSHOT].http.requester.SAPI_HTTP_CONNECTOR_CONFIG.worker(5)" daemon prio=10 tid=0x00007f039825a800 nid=0x2a45 waiting on condition [0x00007f039f134000]
"[notification-distributor-service-v1.0.0-SNAPSHOT].http.requester.SAPI_HTTP_CONNECTOR_CONFIG.worker(4)" daemon prio=10 tid=0x00007f0398258800 nid=0x2a44 waiting on condition [0x00007f039f235000]
"[notification-distributor-service-v1.0.0-SNAPSHOT].http.requester.SAPI_HTTP_CONNECTOR_CONFIG.worker(3)" daemon prio=10 tid=0x00007f0398256800 nid=0x2a43 waiting on condition [0x00007f039f336000]
"[notification-distributor-service-v1.0.0-SNAPSHOT].http.requester.SAPI_HTTP_CONNECTOR_CONFIG.worker(2)" daemon prio=10 tid=0x00007f0398254800 nid=0x2a42 waiting on condition [0x00007f039f437000]
"[notification-distributor-service-v1.0.0-SNAPSHOT].http.requester.SAPI_HTTP_CONNECTOR_CONFIG.worker(1)" daemon prio=10 tid=0x00007f0398252800 nid=0x2a41 waiting on condition [0x00007f039f538000]
"[notification-distributor-service-v1.0.0-SNAPSHOT].http.requester.SAPI_HTTP_CONNECTOR_CONFIG(8) SelectorRunner" daemon prio=10 tid=0x00007f0398250800 nid=0x2a40 runnable [0x00007f039f639000]
    - locked <0x00000006c47a90c0> (a sun.nio.ch.Util$2)
    - locked <0x00000006c47a90b0> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c47a8f98> (a sun.nio.ch.EPollSelectorImpl)
"[notification-distributor-service-v1.0.0-SNAPSHOT].http.requester.SAPI_HTTP_CONNECTOR_CONFIG(7) SelectorRunner" daemon prio=10 tid=0x00007f039824e000 nid=0x2a3f runnable [0x00007f039f73a000]
    - locked <0x00000006c47e3760> (a sun.nio.ch.Util$2)
    - locked <0x00000006c47e3750> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c47e3638> (a sun.nio.ch.EPollSelectorImpl)
"[notification-distributor-service-v1.0.0-SNAPSHOT].http.requester.SAPI_HTTP_CONNECTOR_CONFIG(6) SelectorRunner" daemon prio=10 tid=0x00007f039824c800 nid=0x2a3e runnable [0x00007f039f83b000]
    - locked <0x00000006c47a8180> (a sun.nio.ch.Util$2)
    - locked <0x00000006c47a8170> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c47a8058> (a sun.nio.ch.EPollSelectorImpl)
"[notification-distributor-service-v1.0.0-SNAPSHOT].http.requester.SAPI_HTTP_CONNECTOR_CONFIG(5) SelectorRunner" daemon prio=10 tid=0x00007f03981db800 nid=0x2a3d runnable [0x00007f039f93c000]
    - locked <0x00000006c47a8920> (a sun.nio.ch.Util$2)
    - locked <0x00000006c47a8910> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c47a87f8> (a sun.nio.ch.EPollSelectorImpl)
"[notification-distributor-service-v1.0.0-SNAPSHOT].http.requester.SAPI_HTTP_CONNECTOR_CONFIG(4) SelectorRunner" daemon prio=10 tid=0x00007f03981df000 nid=0x2a3c runnable [0x00007f039fa3d000]
    - locked <0x00000006c47e3f00> (a sun.nio.ch.Util$2)
    - locked <0x00000006c47e3ef0> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c47e3dd8> (a sun.nio.ch.EPollSelectorImpl)
"[notification-distributor-service-v1.0.0-SNAPSHOT].http.requester.SAPI_HTTP_CONNECTOR_CONFIG(3) SelectorRunner" daemon prio=10 tid=0x00007f03981a8000 nid=0x2a3b runnable [0x00007f039fb3e000]
    - locked <0x00000006c4845a00> (a sun.nio.ch.Util$2)
    - locked <0x00000006c48459f0> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c48458d8> (a sun.nio.ch.EPollSelectorImpl)
"[notification-distributor-service-v1.0.0-SNAPSHOT].http.requester.SAPI_HTTP_CONNECTOR_CONFIG(2) SelectorRunner" daemon prio=10 tid=0x00007f03981e1800 nid=0x2a3a runnable [0x00007f039fc3f000]
    - locked <0x00000006c47e2fc0> (a sun.nio.ch.Util$2)
    - locked <0x00000006c47e2fb0> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c47e2e98> (a sun.nio.ch.EPollSelectorImpl)
"[notification-distributor-service-v1.0.0-SNAPSHOT].http.requester.SAPI_HTTP_CONNECTOR_CONFIG(1) SelectorRunner" daemon prio=10 tid=0x00007f03e7f9b800 nid=0x2a39 runnable [0x00007f04371cc000]
    - locked <0x00000006c47e4740> (a sun.nio.ch.Util$2)
    - locked <0x00000006c47e4730> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c47e4618> (a sun.nio.ch.EPollSelectorImpl)
"pool-239-thread-1" prio=10 tid=0x00007f03981e1000 nid=0x2a38 in Object.wait() [0x00007f04372cd000]
    - locked <0x00000006c485bb10> (a java.lang.Object)
    - <0x00000006c485b8c0> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"Grizzly-IdleTimeoutFilter-IdleCheck" daemon prio=10 tid=0x00007f03981e3000 nid=0x2a37 in Object.wait() [0x00007f0436bc6000]
    - locked <0x00000006c47a1b20> (a java.lang.Object)
    - <0x00000006c47a18e0> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[notification-distributor-service-v1.0.0-SNAPSHOT].Mule.01" prio=10 tid=0x00007f03981a6800 nid=0x2a36 runnable [0x00007f0436ec9000]
    - parking to wait for  <0x00000006c47757d8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
    - <0x00000006c47758e8> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[default].processing.time.monitor" daemon prio=10 tid=0x00007f03e7f39000 nid=0x2a33 in Object.wait() [0x00007f03a01ee000]
    - waiting on <0x00000006c59abb38> (a java.lang.ref.ReferenceQueue$Lock)
    - locked <0x00000006c59abb38> (a java.lang.ref.ReferenceQueue$Lock)
"[default].Mule.01" prio=10 tid=0x00007f03e7f50000 nid=0x2a32 runnable [0x00007f03a02ef000]
    - parking to wait for  <0x00000006c598ba60> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
    - <0x00000006c598b708> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"ActiveMQ InactivityMonitor Worker" daemon prio=10 tid=0x00007f03c000d000 nid=0x2a31 waiting on condition [0x00007f03a03f0000]
    - parking to wait for  <0x00000006c4204080> (a java.util.concurrent.SynchronousQueue$TransferStack)
"[weather-service-v1.0.2].processing.time.monitor" daemon prio=10 tid=0x00007f03e7f4d000 nid=0x2a30 in Object.wait() [0x00007f03a04f1000]
    - locked <0x00000006c52da310> (a java.lang.ref.ReferenceQueue$Lock)
"[weather-service-v1.0.2].api-main.stage1.01" prio=10 tid=0x00007f03e7f35000 nid=0x2a2f in Object.wait() [0x00007f03a05f2000]
    - locked <0x00000006c4dba568> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c4f4c2d0> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[weather-service-v1.0.2].http.listener.HttpIdleConnectionCloser.01" prio=10 tid=0x00007f03e7f31800 nid=0x2a2e in Object.wait() [0x00007f03a06f3000]
    - locked <0x00000006c50abc60> (a java.lang.Object)
    - <0x00000006c50ab918> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[weather-service-v1.0.2].http.listener.worker(8)" daemon prio=10 tid=0x00007f03e7eb2800 nid=0x2a2d waiting on condition [0x00007f03a07f4000]
    - parking to wait for  <0x00000006c50ac1b8> (a java.util.concurrent.LinkedTransferQueue)
"[weather-service-v1.0.2].http.listener.worker(7)" daemon prio=10 tid=0x00007f03e7eb0000 nid=0x2a2c waiting on condition [0x00007f03a08f5000]
"[weather-service-v1.0.2].http.listener.worker(6)" daemon prio=10 tid=0x00007f03e7eae000 nid=0x2a2b waiting on condition [0x00007f03a09f6000]
"[weather-service-v1.0.2].http.listener.worker(5)" daemon prio=10 tid=0x00007f03e7eac000 nid=0x2a2a waiting on condition [0x00007f03a0af7000]
"[weather-service-v1.0.2].http.listener.worker(4)" daemon prio=10 tid=0x00007f03e7eaa000 nid=0x2a29 waiting on condition [0x00007f03a0bf8000]
"[weather-service-v1.0.2].http.listener.worker(3)" daemon prio=10 tid=0x00007f03e7ea8800 nid=0x2a28 waiting on condition [0x00007f03a0cf9000]
"[weather-service-v1.0.2].http.listener.worker(2)" daemon prio=10 tid=0x00007f03e7ea7000 nid=0x2a27 waiting on condition [0x00007f03a0dfa000]
"[weather-service-v1.0.2].http.listener.worker(1)" daemon prio=10 tid=0x00007f03e7ea5800 nid=0x2a26 waiting on condition [0x00007f03a0efb000]
"[weather-service-v1.0.2].http.listener(5) SelectorRunner" daemon prio=10 tid=0x00007f03e7ea5000 nid=0x2a25 runnable [0x00007f03a0ffc000]
    - locked <0x00000006c50629b8> (a sun.nio.ch.Util$2)
    - locked <0x00000006c50629a8> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c5062890> (a sun.nio.ch.EPollSelectorImpl)
"[weather-service-v1.0.2].http.listener(4) SelectorRunner" daemon prio=10 tid=0x00007f03e7e9f000 nid=0x2a24 runnable [0x00007f03a10fd000]
    - locked <0x00000006c5062268> (a sun.nio.ch.Util$2)
    - locked <0x00000006c5062258> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c5062140> (a sun.nio.ch.EPollSelectorImpl)
"[weather-service-v1.0.2].http.listener(3) SelectorRunner" daemon prio=10 tid=0x00007f03e7e1e800 nid=0x2a23 runnable [0x00007f03b34d8000]
    - locked <0x00000006c5061b50> (a sun.nio.ch.Util$2)
    - locked <0x00000006c5061b40> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c5061a28> (a sun.nio.ch.EPollSelectorImpl)
"[weather-service-v1.0.2].http.listener(2) SelectorRunner" daemon prio=10 tid=0x00007f03e7e24800 nid=0x2a22 runnable [0x00007f03b31d5000]
    - locked <0x00000006c501e858> (a sun.nio.ch.Util$2)
    - locked <0x00000006c501e848> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c501e670> (a sun.nio.ch.EPollSelectorImpl)
"[weather-service-v1.0.2].http.listener(1) SelectorRunner" daemon prio=10 tid=0x00007f03e7e33000 nid=0x2a21 runnable [0x00007f03b2ed2000]
    - locked <0x00000006c501fbb0> (a sun.nio.ch.Util$2)
    - locked <0x00000006c501fba0> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c501f138> (a sun.nio.ch.EPollSelectorImpl)
"[weather-service-v1.0.2].Mule.01" prio=10 tid=0x00007f03e7dfb800 nid=0x2a1e runnable [0x00007f03a11fe000]
    - parking to wait for  <0x00000006c4f4be40> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
    - <0x00000006c4f4bca0> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[asset-delivery-v1.1.2].connector.VM.mule.default.receiver.02" prio=10 tid=0x00007f0404010000 nid=0x2a1c waiting on condition [0x00007f03a1428000]
    - parking to wait for  <0x00000007a50ae2d8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
    - <0x00000006c468fb78> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[asset-delivery-v1.1.2].connector.VM.mule.default.receiver.01" prio=10 tid=0x00007f03f8005800 nid=0x2a1a waiting on condition [0x00007f03a162a000]
    - parking to wait for  <0x00000007a519c318> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
    - <0x00000006c468f9b0> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[asset-delivery-v1.1.2].processing.time.monitor" daemon prio=10 tid=0x00007f03e7d5c000 nid=0x2a17 in Object.wait() [0x00007f03a17d1000]
    - locked <0x00000006c5b5a648> (a java.lang.ref.ReferenceQueue$Lock)
"pool-211-thread-1" prio=10 tid=0x00007f03e7d5a000 nid=0x2a16 waiting on condition [0x00007f03a18d2000]
    - parking to wait for  <0x00000006c55d11d0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
"[asset-delivery-v1.1.2].submit-request.stage1.01" prio=10 tid=0x00007f03e6fe8000 nid=0x2a12 in Object.wait() [0x00007f03a1cd6000]
    - locked <0x00000006c545f890> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c545bf78> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[asset-delivery-v1.1.2].DeliveryJobDispatcherRunner.stage1.01" prio=10 tid=0x00007f03e6fe6000 nid=0x2a11 in Object.wait() [0x00007f03a1dd7000]
    - locked <0x00000006c54a55d8> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c54a4fc8> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[asset-delivery-v1.1.2].post:/delivery/requeue/{jobId}:apiConfig.stage1.01" prio=10 tid=0x00007f03e6fe4000 nid=0x2a10 in Object.wait() [0x00007f03a1ed8000]
    - locked <0x00000006c57f4af8> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c55ccdb0> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[asset-delivery-v1.1.2].get:/delivery/status/{jobId}:apiConfig.stage1.01" prio=10 tid=0x00007f03e7082000 nid=0x2a0f in Object.wait() [0x00007f03a1fd9000]
    - locked <0x00000006c561fb90> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c55cd810> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[asset-delivery-v1.1.2].get:/delivery/status:apiConfig.stage1.01" prio=10 tid=0x00007f03e707f800 nid=0x2a0e in Object.wait() [0x00007f03a20da000]
    - locked <0x00000006c578d220> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c55ce430> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[asset-delivery-v1.1.2].get:/delivery/{jobId}:apiConfig.stage1.01" prio=10 tid=0x00007f03e707e000 nid=0x2a0d in Object.wait() [0x00007f03a21db000]
    - locked <0x00000006c57c5810> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c55c9788> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[asset-delivery-v1.1.2].post:/delivery:apiConfig.stage1.01" prio=10 tid=0x00007f03e75b1000 nid=0x2a0c in Object.wait() [0x00007f03a22dc000]
    - locked <0x00000006c57558b0> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c55d1c78> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[asset-delivery-v1.1.2].main.stage1.01" prio=10 tid=0x00007f03e764b800 nid=0x2a0b in Object.wait() [0x00007f03a23dd000]
    - locked <0x00000006c57ffcd0> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c55cdeb8> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"ActiveMQ InactivityMonitor WriteCheckTimer" daemon prio=10 tid=0x00007f03cc01c800 nid=0x2a0a in Object.wait() [0x00007f03a24de000]
    - locked <0x00000006c5ada818> (a java.util.TaskQueue)
"ActiveMQ InactivityMonitor ReadCheckTimer" daemon prio=10 tid=0x00007f03cc009000 nid=0x2a09 in Object.wait() [0x00007f03a25df000]
    - locked <0x00000006c5adabb8> (a java.util.TaskQueue)
"ActiveMQ Transport: tcp://fsasydesbprod01.foxsports.com.au/10.23.110.37:61616@56578" prio=10 tid=0x00007f03c009a800 nid=0x2a06 runnable [0x00007f03a27e1000]
"ActiveMQ InactivityMonitor Worker" daemon prio=10 tid=0x00007f040400e000 nid=0x2a04 waiting on condition [0x00007f03a29e3000]
    - parking to wait for  <0x00000006c33b5510> (a java.util.concurrent.SynchronousQueue$TransferStack)
"[asset-delivery-v1.1.2].http.listener.HttpIdleConnectionCloser.01" prio=10 tid=0x00007f03e7591000 nid=0x2a03 in Object.wait() [0x00007f03a2ae4000]
    - locked <0x00000006c36bc688> (a java.lang.Object)
    - <0x00000006c5856a58> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[asset-delivery-v1.1.2].http.listener.worker(8)" daemon prio=10 tid=0x00007f03e6ff7000 nid=0x2a02 waiting on condition [0x00007f03a2be5000]
    - parking to wait for  <0x00000006c5857130> (a java.util.concurrent.LinkedTransferQueue)
"[asset-delivery-v1.1.2].http.listener.worker(7)" daemon prio=10 tid=0x00007f03e6ff5000 nid=0x2a01 waiting on condition [0x00007f03a2ce6000]
"[asset-delivery-v1.1.2].http.listener.worker(6)" daemon prio=10 tid=0x00007f03e6ff3000 nid=0x2a00 waiting on condition [0x00007f03a2de7000]
"[asset-delivery-v1.1.2].http.listener.worker(5)" daemon prio=10 tid=0x00007f03e6ff1000 nid=0x29ff waiting on condition [0x00007f03a2ee8000]
"[asset-delivery-v1.1.2].http.listener.worker(4)" daemon prio=10 tid=0x00007f03e759f800 nid=0x29fe waiting on condition [0x00007f03a2fe9000]
"[asset-delivery-v1.1.2].http.listener.worker(3)" daemon prio=10 tid=0x00007f03e759d800 nid=0x29fd waiting on condition [0x00007f03a30ea000]
"[asset-delivery-v1.1.2].http.listener.worker(2)" daemon prio=10 tid=0x00007f03e759b800 nid=0x29fc waiting on condition [0x00007f03a31eb000]
"[asset-delivery-v1.1.2].http.listener.worker(1)" daemon prio=10 tid=0x00007f03e7599800 nid=0x29fb waiting on condition [0x00007f03a32ec000]
"[asset-delivery-v1.1.2].http.listener(5) SelectorRunner" daemon prio=10 tid=0x00007f03e7d3f000 nid=0x29fa runnable [0x00007f03a33ed000]
    - locked <0x00000006c566cd28> (a sun.nio.ch.Util$2)
    - locked <0x00000006c566cd18> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c566cc00> (a sun.nio.ch.EPollSelectorImpl)
"[asset-delivery-v1.1.2].http.listener(4) SelectorRunner" daemon prio=10 tid=0x00007f03e7d3d800 nid=0x29f9 runnable [0x00007f03a34ee000]
    - locked <0x00000006c566d458> (a sun.nio.ch.Util$2)
    - locked <0x00000006c566d448> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c566d330> (a sun.nio.ch.EPollSelectorImpl)
"[asset-delivery-v1.1.2].http.listener(3) SelectorRunner" daemon prio=10 tid=0x00007f03e7d41800 nid=0x29f8 runnable [0x00007f03a35ef000]
    - locked <0x00000006c566dbc0> (a sun.nio.ch.Util$2)
    - locked <0x00000006c566dbb0> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c566da98> (a sun.nio.ch.EPollSelectorImpl)
"[asset-delivery-v1.1.2].http.listener(2) SelectorRunner" daemon prio=10 tid=0x00007f03e7d44000 nid=0x29f7 runnable [0x00007f03a36f0000]
    - locked <0x00000006c566c5f8> (a sun.nio.ch.Util$2)
    - locked <0x00000006c566c5e8> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c566c4d0> (a sun.nio.ch.EPollSelectorImpl)
"[asset-delivery-v1.1.2].http.listener(1) SelectorRunner" daemon prio=10 tid=0x00007f03e7cbf000 nid=0x29f6 runnable [0x00007f03a37f1000]
    - locked <0x00000006c565af68> (a sun.nio.ch.Util$2)
    - locked <0x00000006c565af58> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c565adc0> (a sun.nio.ch.EPollSelectorImpl)
"elasticsearch[Mastermind of the UK][transport_client_timer][T#1]{Hashed wheel timer #1}" daemon prio=10 tid=0x00007f03f8003800 nid=0x29f2 sleeping[0x00007f03a39f3000]
    at org.elasticsearch.common.netty.util.HashedWheelTimer$Worker.waitForNextTick(HashedWheelTimer.java:445)
    at org.elasticsearch.common.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:364)
    at org.elasticsearch.common.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:108)
"elasticsearch[Mastermind of the UK][transport_client_boss][T#1]{New I/O boss #9}" daemon prio=10 tid=0x00007f03e6d22800 nid=0x29f1 runnable [0x00007f03a3af4000]
    - locked <0x00000006c5603148> (a sun.nio.ch.Util$2)
    - locked <0x00000006c5603138> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c5602f00> (a sun.nio.ch.EPollSelectorImpl)
    at org.elasticsearch.common.netty.channel.socket.nio.SelectorUtil.select(SelectorUtil.java:68)
    at org.elasticsearch.common.netty.channel.socket.nio.AbstractNioSelector.select(AbstractNioSelector.java:415)
    at org.elasticsearch.common.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:212)
    at org.elasticsearch.common.netty.channel.socket.nio.NioClientBoss.run(NioClientBoss.java:42)
    at org.elasticsearch.common.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:42)
    - <0x00000006c5602c18> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"elasticsearch[Mastermind of the UK][transport_client_worker][T#8]{New I/O worker #8}" daemon prio=10 tid=0x00007f03e6d18800 nid=0x29f0 runnable [0x00007f03a3bf5000]
    - locked <0x00000006c56e32d0> (a sun.nio.ch.Util$2)
    - locked <0x00000006c56e32c0> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c56e3158> (a sun.nio.ch.EPollSelectorImpl)
    at org.elasticsearch.common.netty.channel.socket.nio.AbstractNioWorker.run(AbstractNioWorker.java:89)
    at org.elasticsearch.common.netty.channel.socket.nio.NioWorker.run(NioWorker.java:178)
    - <0x00000006c56e2eb0> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"elasticsearch[Mastermind of the UK][transport_client_worker][T#7]{New I/O worker #7}" daemon prio=10 tid=0x00007f03e6cdd800 nid=0x29ef runnable [0x00007f03a3cf6000]
    - locked <0x00000006c561d7f8> (a sun.nio.ch.Util$2)
    - locked <0x00000006c561d7e8> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c561d548> (a sun.nio.ch.EPollSelectorImpl)
    - <0x00000006c561d2a0> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"elasticsearch[Mastermind of the UK][transport_client_worker][T#6]{New I/O worker #6}" daemon prio=10 tid=0x00007f03e6cdb800 nid=0x29ee runnable [0x00007f03a3df7000]
    - locked <0x00000006c56d2128> (a sun.nio.ch.Util$2)
    - locked <0x00000006c56d2118> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c56d1e98> (a sun.nio.ch.EPollSelectorImpl)
    - <0x00000006c56d1bf0> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"elasticsearch[Mastermind of the UK][transport_client_worker][T#5]{New I/O worker #5}" daemon prio=10 tid=0x00007f03e6cd9800 nid=0x29ed runnable [0x00007f03a3ef8000]
    - locked <0x00000006c56e2c10> (a sun.nio.ch.Util$2)
    - locked <0x00000006c56e2c00> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c56d2670> (a sun.nio.ch.EPollSelectorImpl)
    - <0x00000006c56d23c8> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"elasticsearch[Mastermind of the UK][transport_client_worker][T#4]{New I/O worker #4}" daemon prio=10 tid=0x00007f03e6cd7800 nid=0x29ec runnable [0x00007f03a3ff9000]
    - locked <0x00000006c57045e8> (a sun.nio.ch.Util$2)
    - locked <0x00000006c57045d8> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c56e3818> (a sun.nio.ch.EPollSelectorImpl)
    - <0x00000006c56e3570> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"elasticsearch[Mastermind of the UK][transport_client_worker][T#3]{New I/O worker #3}" daemon prio=10 tid=0x00007f03e6cd6000 nid=0x29eb runnable [0x00007f03a40fa000]
    - locked <0x00000006c566ba20> (a sun.nio.ch.Util$2)
    - locked <0x00000006c566ba10> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c566b790> (a sun.nio.ch.EPollSelectorImpl)
    - <0x00000006c566b4e8> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"elasticsearch[Mastermind of the UK][transport_client_worker][T#2]{New I/O worker #2}" daemon prio=10 tid=0x00007f03e6c90800 nid=0x29ea runnable [0x00007f03a41fb000]
    - locked <0x00000006c566b248> (a sun.nio.ch.Util$2)
    - locked <0x00000006c566b238> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c5646fe0> (a sun.nio.ch.EPollSelectorImpl)
    - <0x00000006c5646d38> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"elasticsearch[Mastermind of the UK][transport_client_worker][T#1]{New I/O worker #1}" daemon prio=10 tid=0x00007f03e4b0c000 nid=0x29e9 runnable [0x00007f03a42fc000]
    - locked <0x00000006c5646a68> (a sun.nio.ch.Util$2)
    - locked <0x00000006c5646a58> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c5646188> (a sun.nio.ch.EPollSelectorImpl)
    - <0x00000006c561da98> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"elasticsearch[Mastermind of the UK][scheduler][T#1]" daemon prio=10 tid=0x00007f03e6c8e800 nid=0x29e8 waiting on condition [0x00007f03a43fd000]
    - parking to wait for  <0x00000006c5602618> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
"elasticsearch[Mastermind of the UK][[timer]]" daemon prio=10 tid=0x00007f03e790d800 nid=0x29e7 sleeping[0x00007f03a45ff000]
    at org.elasticsearch.threadpool.ThreadPool$EstimatedTimeThread.run(ThreadPool.java:568)
"pool-188-thread-1" prio=10 tid=0x00007f03d4005000 nid=0x29e4 waiting on condition [0x00007f03a44fe000]
    - parking to wait for  <0x00000006c452c1c0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
    at sun.nio.fs.AbstractWatchService.take(AbstractWatchService.java:118)
    at com.morgan.design.properties.internal.PropertiesWatcher$ResourceWatcher.run(PropertiesWatcher.java:125)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
    - <0x00000006c452c310> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"Thread-115" daemon prio=10 tid=0x00007f03e7901000 nid=0x29e2 runnable [0x00007f03a4700000]
    at sun.nio.fs.LinuxWatchService.poll(Native Method)
    at sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47)
    at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:311)
"[asset-delivery-v1.1.2].Mule.01" prio=10 tid=0x00007f03e7843800 nid=0x29e1 runnable [0x00007f03a4801000]
    - parking to wait for  <0x00000006c358dee0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
    - <0x00000006c358dfb8> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[stats-api-pusher-v1.0.4].VM_CONNECTOR_CONFIG.receiver.01" prio=10 tid=0x00007f0410017000 nid=0x29d5 waiting on condition [0x00007f03a555d000]
    - parking to wait for  <0x00000007a5020750> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
    - <0x00000006c39046d8> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[stats-api-pusher-v1.0.4].processing.time.monitor" daemon prio=10 tid=0x00007f03e7487000 nid=0x29d2 in Object.wait() [0x00007f03a56b8000]
    - waiting on <0x00000006c398d718> (a java.lang.ref.ReferenceQueue$Lock)
    - locked <0x00000006c398d718> (a java.lang.ref.ReferenceQueue$Lock)
"pool-164-thread-1" prio=10 tid=0x00007f03e7485000 nid=0x29d1 runnable [0x00007f03a57b9000]
    - parking to wait for  <0x00000006c393fa20> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
"[stats-api-pusher-v1.0.4].stats-api-pusher-publish-Flow.stage1.01" prio=10 tid=0x00007f03e7481800 nid=0x29cf in Object.wait() [0x00007f03a59bb000]
    - locked <0x00000006c3832a60> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c38fa8e0> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[stats-api-pusher-v1.0.4].stats-api-pusher-gps-input-flow.stage1.01" prio=10 tid=0x00007f03e7480800 nid=0x29ce in Object.wait() [0x00007f03a5abc000]
    - locked <0x00000006c3832cd8> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c3943808> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[stats-api-pusher-v1.0.4].stats-api-pusher-telemetry-input-flow.stage1.01" prio=10 tid=0x00007f03e747a800 nid=0x29cc in Object.wait() [0x00007f03a5cbe000]
    - locked <0x00000006c3832ba0> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c3943f60> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[stats-api-pusher-v1.0.4].stats-api-pusher-leaderboard-input-flow.stage1.01" prio=10 tid=0x00007f03e7478000 nid=0x29cb in Object.wait() [0x00007f03a5dbf000]
    - locked <0x00000006c3832e20> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c39173c8> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"ActiveMQ Transport: tcp://fsasydesbprod01.foxsports.com.au/10.23.110.37:61616@56552" prio=10 tid=0x00007f03f003a800 nid=0x29c8 runnable [0x00007f03a5fc1000]
"ActiveMQ InactivityMonitor WriteCheckTimer" daemon prio=10 tid=0x00007f03e0018000 nid=0x29c6 in Object.wait() [0x00007f03a61c3000]
    - locked <0x00000006c37e98c0> (a java.util.TaskQueue)
"ActiveMQ InactivityMonitor ReadCheckTimer" daemon prio=10 tid=0x00007f03e0017800 nid=0x29c5 in Object.wait() [0x00007f03a62c4000]
    - locked <0x00000006c3a5dfc0> (a java.util.TaskQueue)
"ActiveMQ Transport: tcp://fsasydesbprod01.foxsports.com.au/10.23.110.37:61616@56551" prio=10 tid=0x00007f03e746d800 nid=0x29c2 runnable [0x00007f03a64c6000]
"[stats-api-pusher-v1.0.4].http.requester.HTTP_CONNECTOR_CONFIG.worker(8)" daemon prio=10 tid=0x00007f03e7383000 nid=0x29bf waiting on condition [0x00007f03a67c9000]
    - parking to wait for  <0x00000006c385d5b0> (a java.util.concurrent.LinkedTransferQueue)
"[stats-api-pusher-v1.0.4].http.requester.HTTP_CONNECTOR_CONFIG.worker(7)" daemon prio=10 tid=0x00007f03e7381000 nid=0x29be waiting on condition [0x00007f03a68ca000]
"[stats-api-pusher-v1.0.4].http.requester.HTTP_CONNECTOR_CONFIG.worker(6)" daemon prio=10 tid=0x00007f03e737f000 nid=0x29bd waiting on condition [0x00007f03a69cb000]
"[stats-api-pusher-v1.0.4].http.requester.HTTP_CONNECTOR_CONFIG.worker(5)" daemon prio=10 tid=0x00007f03e737c800 nid=0x29bc waiting on condition [0x00007f03a6acc000]
"[stats-api-pusher-v1.0.4].http.requester.HTTP_CONNECTOR_CONFIG.worker(4)" daemon prio=10 tid=0x00007f03e737a800 nid=0x29bb waiting on condition [0x00007f03a6bcd000]
"[stats-api-pusher-v1.0.4].http.requester.HTTP_CONNECTOR_CONFIG.worker(3)" daemon prio=10 tid=0x00007f03e7378800 nid=0x29ba waiting on condition [0x00007f03a6cce000]
"[stats-api-pusher-v1.0.4].http.requester.HTTP_CONNECTOR_CONFIG.worker(2)" daemon prio=10 tid=0x00007f03e7376800 nid=0x29b8 waiting on condition [0x00007f03a6ed0000]
"[stats-api-pusher-v1.0.4].http.requester.HTTP_CONNECTOR_CONFIG.worker(1)" daemon prio=10 tid=0x00007f03e7374800 nid=0x29b7 waiting on condition [0x00007f03a6fd1000]
"[stats-api-pusher-v1.0.4].http.requester.HTTP_CONNECTOR_CONFIG(8) SelectorRunner" daemon prio=10 tid=0x00007f03e7372800 nid=0x29b6 runnable [0x00007f03a70d2000]
    - locked <0x00000006c385fdf8> (a sun.nio.ch.Util$2)
    - locked <0x00000006c385fde8> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c385fcd0> (a sun.nio.ch.EPollSelectorImpl)
"[stats-api-pusher-v1.0.4].http.requester.HTTP_CONNECTOR_CONFIG(7) SelectorRunner" daemon prio=10 tid=0x00007f03e7370000 nid=0x29b5 runnable [0x00007f03a71d3000]
    - locked <0x00000006c3860cb8> (a sun.nio.ch.Util$2)
    - locked <0x00000006c3860ca8> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c3860b90> (a sun.nio.ch.EPollSelectorImpl)
"[stats-api-pusher-v1.0.4].http.requester.HTTP_CONNECTOR_CONFIG(6) SelectorRunner" daemon prio=10 tid=0x00007f03e736e000 nid=0x29b4 runnable [0x00007f03a72d4000]
    - locked <0x00000006c38a4300> (a sun.nio.ch.Util$2)
    - locked <0x00000006c38a42f0> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c38a41d8> (a sun.nio.ch.EPollSelectorImpl)
"[stats-api-pusher-v1.0.4].http.requester.HTTP_CONNECTOR_CONFIG(5) SelectorRunner" daemon prio=10 tid=0x00007f03e736c000 nid=0x29b3 runnable [0x00007f03a73d5000]
    - locked <0x00000006c38a4a60> (a sun.nio.ch.Util$2)
    - locked <0x00000006c38a4a50> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c38a4938> (a sun.nio.ch.EPollSelectorImpl)
"[stats-api-pusher-v1.0.4].http.requester.HTTP_CONNECTOR_CONFIG(4) SelectorRunner" daemon prio=10 tid=0x00007f03e736a000 nid=0x29b2 runnable [0x00007f03a74d6000]
    - locked <0x00000006c3860558> (a sun.nio.ch.Util$2)
    - locked <0x00000006c3860548> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c3860430> (a sun.nio.ch.EPollSelectorImpl)
"[stats-api-pusher-v1.0.4].http.requester.HTTP_CONNECTOR_CONFIG(3) SelectorRunner" daemon prio=10 tid=0x00007f03e7368000 nid=0x29b1 runnable [0x00007f03a75d7000]
    - locked <0x00000006c38a3440> (a sun.nio.ch.Util$2)
    - locked <0x00000006c38a3430> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c38a3318> (a sun.nio.ch.EPollSelectorImpl)
"[stats-api-pusher-v1.0.4].http.requester.HTTP_CONNECTOR_CONFIG(2) SelectorRunner" daemon prio=10 tid=0x00007f03e7366000 nid=0x29b0 runnable [0x00007f03a76d8000]
    - locked <0x00000006c38a3ba0> (a sun.nio.ch.Util$2)
    - locked <0x00000006c38a3b90> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c38a3a78> (a sun.nio.ch.EPollSelectorImpl)
"[stats-api-pusher-v1.0.4].http.requester.HTTP_CONNECTOR_CONFIG(1) SelectorRunner" daemon prio=10 tid=0x00007f03e7364000 nid=0x29af runnable [0x00007f03a77d9000]
    - locked <0x00000006c385f698> (a sun.nio.ch.Util$2)
    - locked <0x00000006c385f688> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c385f570> (a sun.nio.ch.EPollSelectorImpl)
"pool-156-thread-1" prio=10 tid=0x00007f03e7362000 nid=0x29ae in Object.wait() [0x00007f03a78da000]
    - locked <0x00000006c38e6bd0> (a java.lang.Object)
    - <0x00000006c38e6980> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"Grizzly-IdleTimeoutFilter-IdleCheck" daemon prio=10 tid=0x00007f03e7361000 nid=0x29ad in Object.wait() [0x00007f03a79db000]
    - locked <0x00000006c385d160> (a java.lang.Object)
    - <0x00000006c385cf20> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[stats-api-pusher-v1.0.4].Mule.01" prio=10 tid=0x00007f03e72c3800 nid=0x29ac runnable [0x00007f03a7adc000]
    - parking to wait for  <0x00000006c38371a0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
    - <0x00000006c3837280> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[louth-service-v1.0.8].processing.time.monitor" daemon prio=10 tid=0x00007f03e7213000 nid=0x29aa in Object.wait() [0x00007f03a7ec8000]
    - locked <0x00000006c3b822f8> (a java.lang.ref.ReferenceQueue$Lock)
"[louth-service-v1.0.8].delete:/asdb/identifier/{identifier}:louth-service-api-config.stage1.01" prio=10 tid=0x00007f03e7211000 nid=0x29a9 in Object.wait() [0x00007f03a7fc9000]
    - locked <0x00000006c3a1d760> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c3a40ce8> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[louth-service-v1.0.8].put:/asdb/identifier/{identifier}:louth-service-api-config.stage1.01" prio=10 tid=0x00007f03e7203800 nid=0x29a8 in Object.wait() [0x00007f03a80ca000]
    - locked <0x00000006c3b2fb48> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c3a71fd0> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[louth-service-v1.0.8].post:/asdb/identifier/{identifier}:louth-service-api-config.stage1.01" prio=10 tid=0x00007f03e7206800 nid=0x29a7 in Object.wait() [0x00007f03a81cb000]
    - locked <0x00000006c3b26078> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c3a3c1e0> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[louth-service-v1.0.8].get:/asdb/identifier/{identifier}:louth-service-api-config.stage1.01" prio=10 tid=0x00007f03e7201800 nid=0x29a6 in Object.wait() [0x00007f03a82cc000]
    - locked <0x00000006c3b202d8> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c3b1edf8> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[louth-service-v1.0.8].mule-louth-service-http-flow.stage1.01" prio=10 tid=0x00007f03e7205800 nid=0x29a5 in Object.wait() [0x00007f03a83cd000]
    - locked <0x00000006c3b412b0> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c3b40ca0> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[louth-service-v1.0.8].http.listener.HttpIdleConnectionCloser.01" prio=10 tid=0x00007f03e7169000 nid=0x29a2 in Object.wait() [0x00007f03a84ce000]
    - locked <0x00000006c3a75c20> (a java.lang.Object)
    - <0x00000006c3a758e0> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[louth-service-v1.0.8].http.listener.worker(8)" daemon prio=10 tid=0x00007f03e7167000 nid=0x29a1 waiting on condition [0x00007f03a85cf000]
    - parking to wait for  <0x00000006c3a763c0> (a java.util.concurrent.LinkedTransferQueue)
"[louth-service-v1.0.8].http.listener.worker(7)" daemon prio=10 tid=0x00007f03e7165000 nid=0x29a0 waiting on condition [0x00007f03a86d0000]
"[louth-service-v1.0.8].http.listener.worker(6)" daemon prio=10 tid=0x00007f03e7163000 nid=0x299f waiting on condition [0x00007f03a87d1000]
"[louth-service-v1.0.8].http.listener.worker(5)" daemon prio=10 tid=0x00007f03e7160800 nid=0x299e waiting on condition [0x00007f03a88d2000]
"[louth-service-v1.0.8].http.listener.worker(4)" daemon prio=10 tid=0x00007f03e715e800 nid=0x299d waiting on condition [0x00007f03a89d3000]
"[louth-service-v1.0.8].http.listener.worker(3)" daemon prio=10 tid=0x00007f03e715c800 nid=0x299c waiting on condition [0x00007f03a8ad4000]
"[louth-service-v1.0.8].http.listener.worker(2)" daemon prio=10 tid=0x00007f03e715a800 nid=0x299b waiting on condition [0x00007f03a8bd5000]
"[louth-service-v1.0.8].http.listener.worker(1)" daemon prio=10 tid=0x00007f03e7158800 nid=0x299a waiting on condition [0x00007f03a8cd6000]
"[louth-service-v1.0.8].http.listener(5) SelectorRunner" daemon prio=10 tid=0x00007f03e7156800 nid=0x2999 runnable [0x00007f03a8dd7000]
    - locked <0x00000006c3aa83e8> (a sun.nio.ch.Util$2)
    - locked <0x00000006c3aa83d8> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c3aa82c0> (a sun.nio.ch.EPollSelectorImpl)
"[louth-service-v1.0.8].http.listener(4) SelectorRunner" daemon prio=10 tid=0x00007f03e714e000 nid=0x2998 runnable [0x00007f03a8ed8000]
    - locked <0x00000006c3a7b888> (a sun.nio.ch.Util$2)
    - locked <0x00000006c3a7b878> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c3a7b760> (a sun.nio.ch.EPollSelectorImpl)
"[louth-service-v1.0.8].http.listener(3) SelectorRunner" daemon prio=10 tid=0x00007f03e714d800 nid=0x2997 runnable [0x00007f03a8fd9000]
    - locked <0x00000006c3aa8b00> (a sun.nio.ch.Util$2)
    - locked <0x00000006c3aa8af0> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c3aa89d8> (a sun.nio.ch.EPollSelectorImpl)
"[louth-service-v1.0.8].http.listener(2) SelectorRunner" daemon prio=10 tid=0x00007f03e714c800 nid=0x2996 runnable [0x00007f03a90da000]
    - locked <0x00000006c3aa9218> (a sun.nio.ch.Util$2)
    - locked <0x00000006c3aa9208> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c3aa90f0> (a sun.nio.ch.EPollSelectorImpl)
"[louth-service-v1.0.8].http.listener(1) SelectorRunner" daemon prio=10 tid=0x00007f03e714c000 nid=0x2995 runnable [0x00007f03a91db000]
    - locked <0x00000006c3a7c920> (a sun.nio.ch.Util$2)
    - locked <0x00000006c3a7c910> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c3a7bf18> (a sun.nio.ch.EPollSelectorImpl)
"[logsheet-conversion-service-v1.0.0].fileConnector.receiver.01" prio=10 tid=0x00007f042c3d0800 nid=0x2993 waiting on condition [0x00007f03a93dd000]
    - parking to wait for  <0x00000006c351d998> (a java.util.concurrent.SynchronousQueue$TransferStack)
"[louth-service-v1.0.8].Mule.01" prio=10 tid=0x00007f03e6f52800 nid=0x2992 runnable [0x00007f03a94de000]
    - parking to wait for  <0x00000006c3a42420> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
    - <0x00000006c3a42280> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[logsheet-conversion-service-v1.0.0].processing.time.monitor" daemon prio=10 tid=0x00007f03e69db800 nid=0x2991 in Object.wait() [0x00007f03a975e000]
    - locked <0x00000006c35d48e8> (a java.lang.ref.ReferenceQueue$Lock)
"[logsheet-conversion-service-v1.0.0].CallBack Flow.stage1.01" prio=10 tid=0x00007f03e6eaf800 nid=0x298f in Object.wait() [0x00007f03a9960000]
    - locked <0x00000006c34f3c68> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c34e4ea0> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"Thread-85" daemon prio=10 tid=0x00007f03e69e1000 nid=0x298d waiting on condition [0x00007f03a9b62000]
    - parking to wait for  <0x00000006c34fba78> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
"ActiveMQ InactivityMonitor WriteCheckTimer" daemon prio=10 tid=0x00007f040d021000 nid=0x298c in Object.wait() [0x00007f03a9c63000]
    - locked <0x00000006c34b6e78> (a java.util.TaskQueue)
"ActiveMQ InactivityMonitor ReadCheckTimer" daemon prio=10 tid=0x00007f040c050000 nid=0x298b in Object.wait() [0x00007f03a9d64000]
    - locked <0x00000006c378f7a8> (a java.util.TaskQueue)
"ActiveMQ Transport: tcp://fsasydesbprod01.foxsports.com.au/10.23.110.37:61616@56548" prio=10 tid=0x00007f0400003800 nid=0x2988 runnable [0x00007f03a9f66000]
"Timer-2" daemon prio=10 tid=0x00007f03e6dd8000 nid=0x2982 in Object.wait() [0x00007f03aa178000]
    - locked <0x00000006c442a858> (a java.util.TaskQueue)
"[logsheet-conversion-service-v1.0.0].Mule.01" prio=10 tid=0x00007f03e6c8d000 nid=0x297f runnable [0x00007f03aa279000]
    - parking to wait for  <0x00000006c351e1d8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
    - <0x00000006c351e020> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[livestream-service-v1.2.2].processing.time.monitor" daemon prio=10 tid=0x00007f03e6ba7000 nid=0x297c in Object.wait() [0x00007f03aa74d000]
    - locked <0x00000006c2eecb28> (a java.lang.ref.ReferenceQueue$Lock)
"[livestream-service-v1.2.2].auth_key.stage1.01" prio=10 tid=0x00007f03e6ba5000 nid=0x297b in Object.wait() [0x00007f03aa84e000]
    - locked <0x00000006c3e701f8> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c3e61c28> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[livestream-service-v1.2.2].rest-command.stage1.01" prio=10 tid=0x00007f03e6ba3000 nid=0x297a in Object.wait() [0x00007f03aa94f000]
    - locked <0x00000006c4054570> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c403ff60> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[livestream-service-v1.2.2].delete-stream.stage1.01" prio=10 tid=0x00007f03e6ba1800 nid=0x2979 in Object.wait() [0x00007f03aaa50000]
    - locked <0x00000006c3ff4948> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c3ff43a8> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[livestream-service-v1.2.2].get-status.stage1.01" prio=10 tid=0x00007f03e513c800 nid=0x2978 in Object.wait() [0x00007f03aab51000]
    - locked <0x00000006c3e4e9e8> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c3e4e450> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[livestream-service-v1.2.2].update-stream.stage1.01" prio=10 tid=0x00007f03e5140800 nid=0x2977 in Object.wait() [0x00007f03aac52000]
    - locked <0x00000006c3ece8d8> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c3ece338> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[livestream-service-v1.2.2].create-stream.stage1.01" prio=10 tid=0x00007f03e513b000 nid=0x2976 in Object.wait() [0x00007f03aad53000]
    - locked <0x00000006c3e0cbe0> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c3e0c640> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[livestream-service-v1.2.2].post:/update-stream-time/{liveStreamId}:livestream-config.stage1.01" prio=10 tid=0x00007f03e5139800 nid=0x2975 in Object.wait() [0x00007f03aae54000]
    - locked <0x00000006c4057538> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c41a3ca0> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[livestream-service-v1.2.2].post:/livestreams:livestream-config.stage1.01" prio=10 tid=0x00007f03e5133000 nid=0x2974 in Object.wait() [0x00007f03aaf55000]
    - locked <0x00000006c4057698> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c41136b0> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[livestream-service-v1.2.2].get:/livestreams/{livestreamId}/status:livestream-config.stage1.01" prio=10 tid=0x00007f03e50dc800 nid=0x2973 in Object.wait() [0x00007f03ab056000]
    - locked <0x00000006c4057840> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c450ac10> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[livestream-service-v1.2.2].get:/livestreams/{liveStreamId}:livestream-config.stage1.01" prio=10 tid=0x00007f03e50df000 nid=0x2972 in Object.wait() [0x00007f03ab157000]
    - locked <0x00000006c4532a60> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c4507bf8> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[livestream-service-v1.2.2].delete:/livestreams/{liveStreamId}:livestream-config.stage1.01" prio=10 tid=0x00007f03e4851000 nid=0x2971 in Object.wait() [0x00007f03ab258000]
    - locked <0x00000006c4532b60> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c45010d8> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[livestream-service-v1.2.2].livestream-main.stage1.01" prio=10 tid=0x00007f03e4850000 nid=0x2970 in Object.wait() [0x00007f03ab359000]
    - locked <0x00000006c2df4bf8> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c4533650> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"ActiveMQ InactivityMonitor WriteCheckTimer" daemon prio=10 tid=0x00007f03bc010000 nid=0x296f in Object.wait() [0x00007f03ab45a000]
    - locked <0x00000006c41f5068> (a java.util.TaskQueue)
"ActiveMQ InactivityMonitor ReadCheckTimer" daemon prio=10 tid=0x00007f03bc00e800 nid=0x296d in Object.wait() [0x00007f03ab65c000]
    - locked <0x00000006c4203c80> (a java.util.TaskQueue)
"ActiveMQ Transport: tcp://fsasydesbprod01.foxsports.com.au/10.23.110.37:61616@56545" prio=10 tid=0x0000000001928000 nid=0x296b runnable [0x00007f03ab75d000]
"[livestream-service-v1.2.2].http.requester.ELEMENTAL_HTTP_CONFIG.worker(8)" daemon prio=10 tid=0x00007f03e5dc1000 nid=0x2967 waiting on condition [0x00007f03ab95f000]
    - parking to wait for  <0x00000006c3d11778> (a java.util.concurrent.LinkedTransferQueue)
"[livestream-service-v1.2.2].http.requester.ELEMENTAL_HTTP_CONFIG.worker(7)" daemon prio=10 tid=0x00007f03e651d800 nid=0x2966 waiting on condition [0x00007f03aba60000]
"[livestream-service-v1.2.2].http.requester.ELEMENTAL_HTTP_CONFIG.worker(6)" daemon prio=10 tid=0x00007f03e651b800 nid=0x2965 waiting on condition [0x00007f03abb61000]
"[livestream-service-v1.2.2].http.requester.ELEMENTAL_HTTP_CONFIG.worker(5)" daemon prio=10 tid=0x00007f03e6467000 nid=0x2964 waiting on condition [0x00007f03abc62000]
"[livestream-service-v1.2.2].http.requester.ELEMENTAL_HTTP_CONFIG.worker(4)" daemon prio=10 tid=0x00007f03e6465000 nid=0x2963 waiting on condition [0x00007f03abd63000]
"[livestream-service-v1.2.2].http.requester.ELEMENTAL_HTTP_CONFIG.worker(3)" daemon prio=10 tid=0x00007f03e5148000 nid=0x2962 waiting on condition [0x00007f03abe64000]
"[livestream-service-v1.2.2].http.requester.ELEMENTAL_HTTP_CONFIG.worker(2)" daemon prio=10 tid=0x00007f03e5146000 nid=0x2961 waiting on condition [0x00007f03abf65000]
"[livestream-service-v1.2.2].http.requester.ELEMENTAL_HTTP_CONFIG.worker(1)" daemon prio=10 tid=0x00007f03e4f87000 nid=0x2960 waiting on condition [0x00007f03ac066000]
"[livestream-service-v1.2.2].http.requester.ELEMENTAL_HTTP_CONFIG(8) SelectorRunner" daemon prio=10 tid=0x00007f03e4f85800 nid=0x295f runnable [0x00007f03ac167000]
    - locked <0x00000006c3d13948> (a sun.nio.ch.Util$2)
    - locked <0x00000006c3d13938> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c3d13820> (a sun.nio.ch.EPollSelectorImpl)
"[livestream-service-v1.2.2].http.requester.ELEMENTAL_HTTP_CONFIG(7) SelectorRunner" daemon prio=10 tid=0x00007f03e5108000 nid=0x295e runnable [0x00007f03ac268000]
    - locked <0x00000006c3d140a0> (a sun.nio.ch.Util$2)
    - locked <0x00000006c3d14090> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c3d13f78> (a sun.nio.ch.EPollSelectorImpl)
"[livestream-service-v1.2.2].http.requester.ELEMENTAL_HTTP_CONFIG(6) SelectorRunner" daemon prio=10 tid=0x00007f03e5a5e800 nid=0x295d runnable [0x00007f03ac369000]
    - locked <0x00000006c3d35768> (a sun.nio.ch.Util$2)
    - locked <0x00000006c3d35758> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c3d35640> (a sun.nio.ch.EPollSelectorImpl)
"[livestream-service-v1.2.2].http.requester.ELEMENTAL_HTTP_CONFIG(5) SelectorRunner" daemon prio=10 tid=0x00007f03e5697000 nid=0x295c runnable [0x00007f03ac46a000]
    - locked <0x00000006c3d35ec0> (a sun.nio.ch.Util$2)
    - locked <0x00000006c3d35eb0> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c3d35d98> (a sun.nio.ch.EPollSelectorImpl)
"[livestream-service-v1.2.2].http.requester.ELEMENTAL_HTTP_CONFIG(4) SelectorRunner" daemon prio=10 tid=0x00007f03e58d4800 nid=0x295b runnable [0x00007f03ac56b000]
    - locked <0x00000006c3d76db0> (a sun.nio.ch.Util$2)
    - locked <0x00000006c3d76da0> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c3d76c88> (a sun.nio.ch.EPollSelectorImpl)
"[livestream-service-v1.2.2].http.requester.ELEMENTAL_HTTP_CONFIG(3) SelectorRunner" daemon prio=10 tid=0x00007f03e58d3800 nid=0x295a runnable [0x00007f03ac66c000]
    - locked <0x00000006c3d35010> (a sun.nio.ch.Util$2)
    - locked <0x00000006c3d35000> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c3d34ee8> (a sun.nio.ch.EPollSelectorImpl)
"[livestream-service-v1.2.2].http.requester.ELEMENTAL_HTTP_CONFIG(2) SelectorRunner" daemon prio=10 tid=0x00007f03e5c27800 nid=0x2959 runnable [0x00007f03ac76d000]
    - locked <0x00000006c3d76658> (a sun.nio.ch.Util$2)
    - locked <0x00000006c3d76648> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c3d76530> (a sun.nio.ch.EPollSelectorImpl)
"[livestream-service-v1.2.2].http.requester.ELEMENTAL_HTTP_CONFIG(1) SelectorRunner" daemon prio=10 tid=0x00007f03e658f000 nid=0x2958 runnable [0x00007f03ac86e000]
    - locked <0x00000006c3d348b8> (a sun.nio.ch.Util$2)
    - locked <0x00000006c3d348a8> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c3d34790> (a sun.nio.ch.EPollSelectorImpl)
"pool-92-thread-1" prio=10 tid=0x00007f03e69d9800 nid=0x2957 in Object.wait() [0x00007f03ac96f000]
    - locked <0x00000006c3d99380> (a java.lang.Object)
    - <0x00000006c3d99138> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"Grizzly-IdleTimeoutFilter-IdleCheck" daemon prio=10 tid=0x00007f03e69d8000 nid=0x2956 in Object.wait() [0x00007f03aca70000]
    - locked <0x00000006c3d11420> (a java.lang.Object)
    - <0x00000006c3d111d8> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[livestream-service-v1.2.2].http.listener.HttpIdleConnectionCloser.01" prio=10 tid=0x00007f03e6ad0000 nid=0x2955 in Object.wait() [0x00007f03acb71000]
    - locked <0x00000006c2e27760> (a java.lang.Object)
    - <0x00000006c2e27408> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[livestream-service-v1.2.2].http.listener.worker(8)" daemon prio=10 tid=0x00007f03e6a50800 nid=0x2954 waiting on condition [0x00007f03acc72000]
    - parking to wait for  <0x00000006c2e27e38> (a java.util.concurrent.LinkedTransferQueue)
"[livestream-service-v1.2.2].http.listener.worker(7)" daemon prio=10 tid=0x00007f03e6a4e800 nid=0x2953 waiting on condition [0x00007f03acd73000]
"[livestream-service-v1.2.2].http.listener.worker(6)" daemon prio=10 tid=0x00007f03e6a4c800 nid=0x2952 waiting on condition [0x00007f03ace74000]
"[livestream-service-v1.2.2].http.listener.worker(5)" daemon prio=10 tid=0x00007f03e6a4a800 nid=0x2951 waiting on condition [0x00007f03acf75000]
"[livestream-service-v1.2.2].http.listener.worker(4)" daemon prio=10 tid=0x00007f03e6a48000 nid=0x2950 waiting on condition [0x00007f03ad076000]
"[livestream-service-v1.2.2].http.listener.worker(3)" daemon prio=10 tid=0x00007f03e6a46000 nid=0x294f waiting on condition [0x00007f03ad177000]
"[livestream-service-v1.2.2].http.listener.worker(2)" daemon prio=10 tid=0x00007f03e6a44000 nid=0x294e waiting on condition [0x00007f03ad278000]
"[livestream-service-v1.2.2].http.listener.worker(1)" daemon prio=10 tid=0x00007f03e6a42000 nid=0x294d waiting on condition [0x00007f03ad379000]
"[livestream-service-v1.2.2].http.listener(5) SelectorRunner" daemon prio=10 tid=0x00007f03e6520800 nid=0x294c runnable [0x00007f03ad47a000]
    - locked <0x00000006c2e2adf8> (a sun.nio.ch.Util$2)
    - locked <0x00000006c2e2ade8> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c2e2acd0> (a sun.nio.ch.EPollSelectorImpl)
"[livestream-service-v1.2.2].http.listener(4) SelectorRunner" daemon prio=10 tid=0x00007f03e650b000 nid=0x294b runnable [0x00007f03ad57b000]
    - locked <0x00000006c2e2b530> (a sun.nio.ch.Util$2)
    - locked <0x00000006c2e2b520> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c2e2b408> (a sun.nio.ch.EPollSelectorImpl)
"[livestream-service-v1.2.2].http.listener(3) SelectorRunner" daemon prio=10 tid=0x00007f03e650e800 nid=0x294a runnable [0x00007f03ad67c000]
    - locked <0x00000006c2e29fa0> (a sun.nio.ch.Util$2)
    - locked <0x00000006c2e29f90> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c2e29e78> (a sun.nio.ch.EPollSelectorImpl)
"[livestream-service-v1.2.2].http.listener(2) SelectorRunner" daemon prio=10 tid=0x00007f03e6511000 nid=0x2949 runnable [0x00007f03ad77d000]
    - locked <0x00000006c2e2a6c0> (a sun.nio.ch.Util$2)
    - locked <0x00000006c2e2a6b0> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c2e2a598> (a sun.nio.ch.EPollSelectorImpl)
"[livestream-service-v1.2.2].http.listener(1) SelectorRunner" daemon prio=10 tid=0x00007f03e6300000 nid=0x2948 runnable [0x00007f03ad87e000]
    - locked <0x00000006c2e2bf50> (a sun.nio.ch.Util$2)
    - locked <0x00000006c2e2bf40> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c2e2bbe0> (a sun.nio.ch.EPollSelectorImpl)
"[livestream-service-v1.2.2].Mule.01" prio=10 tid=0x00007f03e62ce800 nid=0x2945 runnable [0x00007f03ad97f000]
    - parking to wait for  <0x00000006c2df6758> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
    - <0x00000006c2df6838> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[subscription-service-v201507281314].processing.time.monitor" daemon prio=10 tid=0x00007f03e62b3000 nid=0x2944 in Object.wait() [0x00007f03adcfd000]
    - locked <0x00000006c32ce390> (a java.lang.ref.ReferenceQueue$Lock)
"[subscription-service-v201507281314].get:/subscriptions/user/{uniqueUserId}:subscription-api-config.stage1.01" prio=10 tid=0x00007f03e627e000 nid=0x2943 in Object.wait() [0x00007f03addfe000]
    - locked <0x00000006c2fd8ca8> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c2ffc850> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[subscription-service-v201507281314].get:/config/{name}/{elementName}:subscription-api-config.stage1.01" prio=10 tid=0x00007f03e627c000 nid=0x2942 in Object.wait() [0x00007f03adeff000]
    - locked <0x00000006c2fd90d0> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c2fcfca8> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[subscription-service-v201507281314].post:/config/{name}:application/json:subscription-api-config.stage1.01" prio=10 tid=0x00007f03e627b000 nid=0x2941 in Object.wait() [0x00007f03ae000000]
    - locked <0x00000006c2fd4a00> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c3141c80> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[subscription-service-v201507281314].get:/config/{name}:subscription-api-config.stage1.01" prio=10 tid=0x00007f03e69c7000 nid=0x2940 in Object.wait() [0x00007f03ae101000]
    - locked <0x00000006c2fd8df8> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c2fdc5f8> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[subscription-service-v201507281314].post:/removeTopic:application/json:subscription-api-config.stage1.01" prio=10 tid=0x00007f03e61fc800 nid=0x293f in Object.wait() [0x00007f03ae202000]
    - locked <0x00000006c2fd8f68> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c2ffd338> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[subscription-service-v201507281314].get:/subscribers/event/{eventName}/types/{subscriptionType}:subscription-api-config.stage1.01" prio=10 tid=0x00007f03e50e1800 nid=0x293e in Object.wait() [0x00007f03ae303000]
    - locked <0x00000006c2fd9270> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c32843b8> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[subscription-service-v201507281314].delete:/subscriptions/{subscriptionId}:subscription-api-config.stage1.01" prio=10 tid=0x00007f03e50e0800 nid=0x293d in Object.wait() [0x00007f03ae404000]
    - locked <0x00000006c2fd93e8> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c3005e88> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[subscription-service-v201507281314].post:/subscriptions/{subscriptionId}:application/json:subscription-api-config.stage1.01" prio=10 tid=0x00007f03e53f2800 nid=0x293c in Object.wait() [0x00007f03ae505000]
    - locked <0x00000006c2fd8b30> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c2fd3da8> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[subscription-service-v201507281314].get:/subscriptions/{subscriptionId}:subscription-api-config.stage1.01" prio=10 tid=0x00007f03e6309800 nid=0x293b in Object.wait() [0x00007f03ae606000]
    - locked <0x00000006c2fd9558> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c2fd2c68> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[subscription-service-v201507281314].subscription-api-main.stage1.01" prio=10 tid=0x00007f03e516e000 nid=0x293a in Object.wait() [0x00007f03ae707000]
    - locked <0x00000006c2fd9678> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c2fdf690> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"ActiveMQ InactivityMonitor WriteCheckTimer" daemon prio=10 tid=0x00007f03f0036000 nid=0x2939 in Object.wait() [0x00007f03ae808000]
    - locked <0x00000006c33b4d70> (a java.util.TaskQueue)
"ActiveMQ InactivityMonitor ReadCheckTimer" daemon prio=10 tid=0x00007f03f0035800 nid=0x2938 in Object.wait() [0x00007f03ae909000]
    - locked <0x00000006c33b5110> (a java.util.TaskQueue)
"ActiveMQ Transport: tcp://fsasydesbprod01.foxsports.com.au/10.23.110.37:61616@56542" prio=10 tid=0x00007f03f4004800 nid=0x2935 runnable [0x00007f03aeb0b000]
"Timer-1" daemon prio=10 tid=0x00007f03e692e000 nid=0x2931 in Object.wait() [0x00007f03aed0d000]
    - locked <0x00000006c337b660> (a java.util.TaskQueue)
"pool-47-thread-6" daemon prio=10 tid=0x00007f03e5a7c000 nid=0x2930 waiting on condition [0x00007f03aee0e000]
    - parking to wait for  <0x00000006c22ddf00> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
"pool-47-thread-5" daemon prio=10 tid=0x00007f03e5a7a000 nid=0x292f waiting on condition [0x00007f03aef0f000]
"pool-47-thread-4" daemon prio=10 tid=0x00007f03e5a77800 nid=0x292e waiting on condition [0x00007f03af010000]
"[subscription-service-v201507281314].http.listener.HttpIdleConnectionCloser.01" prio=10 tid=0x00007f03e5a74800 nid=0x292b in Object.wait() [0x00007f03af111000]
    - locked <0x00000006c3009990> (a java.lang.Object)
    - <0x00000006c3009618> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[subscription-service-v201507281314].http.listener.worker(8)" daemon prio=10 tid=0x00007f03e5a72800 nid=0x292a waiting on condition [0x00007f03af212000]
    - parking to wait for  <0x00000006c300a400> (a java.util.concurrent.LinkedTransferQueue)
"[subscription-service-v201507281314].http.listener.worker(7)" daemon prio=10 tid=0x00007f03e5a70800 nid=0x2929 waiting on condition [0x00007f03af313000]
"[subscription-service-v201507281314].http.listener.worker(6)" daemon prio=10 tid=0x00007f03e5a6e000 nid=0x2928 waiting on condition [0x00007f03af414000]
"[subscription-service-v201507281314].http.listener.worker(5)" daemon prio=10 tid=0x00007f03e5a6c000 nid=0x2927 waiting on condition [0x00007f03af515000]
"[subscription-service-v201507281314].http.listener.worker(4)" daemon prio=10 tid=0x00007f03e5a6a000 nid=0x2926 waiting on condition [0x00007f03af616000]
"[subscription-service-v201507281314].http.listener.worker(3)" daemon prio=10 tid=0x00007f03e5a68000 nid=0x2925 waiting on condition [0x00007f03af717000]
"[subscription-service-v201507281314].http.listener.worker(2)" daemon prio=10 tid=0x00007f03e5a66000 nid=0x2924 waiting on condition [0x00007f03af818000]
"[subscription-service-v201507281314].http.listener.worker(1)" daemon prio=10 tid=0x00007f03e5a64000 nid=0x2923 waiting on condition [0x00007f03af919000]
"[subscription-service-v201507281314].http.listener(5) SelectorRunner" daemon prio=10 tid=0x00007f03e5a62000 nid=0x2922 runnable [0x00007f03afa1a000]
    - locked <0x00000006c300eb80> (a sun.nio.ch.Util$2)
    - locked <0x00000006c300eb70> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c300ea58> (a sun.nio.ch.EPollSelectorImpl)
"[subscription-service-v201507281314].http.listener(4) SelectorRunner" daemon prio=10 tid=0x00007f03e50f6800 nid=0x2921 runnable [0x00007f03afb1b000]
    - locked <0x00000006c300f2b0> (a sun.nio.ch.Util$2)
    - locked <0x00000006c300f2a0> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c300f188> (a sun.nio.ch.EPollSelectorImpl)
"[subscription-service-v201507281314].http.listener(3) SelectorRunner" daemon prio=10 tid=0x00007f03e427c800 nid=0x2920 runnable [0x00007f03afc1c000]
    - locked <0x00000006c300e450> (a sun.nio.ch.Util$2)
    - locked <0x00000006c300e440> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c300e328> (a sun.nio.ch.EPollSelectorImpl)
"[subscription-service-v201507281314].http.listener(2) SelectorRunner" daemon prio=10 tid=0x00007f03e427b000 nid=0x291f runnable [0x00007f03afd1d000]
    - locked <0x00000006c3048ad0> (a sun.nio.ch.Util$2)
    - locked <0x00000006c3048ac0> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c30489a8> (a sun.nio.ch.EPollSelectorImpl)
"[subscription-service-v201507281314].http.listener(1) SelectorRunner" daemon prio=10 tid=0x00007f03e5dc5800 nid=0x291e runnable [0x00007f03afe1e000]
    - locked <0x00000006c30482a8> (a sun.nio.ch.Util$2)
    - locked <0x00000006c3048298> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c30478a0> (a sun.nio.ch.EPollSelectorImpl)
"[subscription-service-v201507281314].Mule.01" prio=10 tid=0x00007f03e6836000 nid=0x291d runnable [0x00007f03aff1f000]
    - parking to wait for  <0x00000006c2270258> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
    - <0x00000006c22700a0> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[network-control-service-v1.0.2].processing.time.monitor" daemon prio=10 tid=0x00007f03e6599800 nid=0x291a in Object.wait() [0x00007f03b0445000]
    - locked <0x00000006c27a3fd8> (a java.lang.ref.ReferenceQueue$Lock)
"[network-control-service-v1.0.2].put:/worklogs/{worklogId}:networkcontrol-service-api-config.stage1.01" prio=10 tid=0x00007f03e6597800 nid=0x2919 in Object.wait() [0x00007f03b0546000]
    - locked <0x00000006c255a978> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c2550bf8> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[network-control-service-v1.0.2].post:/worklogs:networkcontrol-service-api-config.stage1.01" prio=10 tid=0x00007f03e6595800 nid=0x2918 in Object.wait() [0x00007f03b0647000]
    - locked <0x00000006c255a6c8> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c2551390> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[network-control-service-v1.0.2].get:/worklogs/{worklogId}:networkcontrol-service-api-config.stage1.01" prio=10 tid=0x00007f03e6595000 nid=0x2917 in Object.wait() [0x00007f03b0748000]
    - locked <0x00000006c255cad8> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c2551dc8> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[network-control-service-v1.0.2].mule-networkcontrol-service-http-flow.stage1.01" prio=10 tid=0x00007f03e6564000 nid=0x2916 in Object.wait() [0x00007f03b0849000]
    - locked <0x00000006c255a808> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c25609b0> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[network-control-service-v1.0.2].http.requester.NETWORKCONTROL_HTTP_CONNECTOR_CONFIG.worker(8)" daemon prio=10 tid=0x00007f03e60bc800 nid=0x2915 waiting on condition [0x00007f03b094a000]
    - parking to wait for  <0x00000006c268c2d8> (a java.util.concurrent.LinkedTransferQueue)
"[network-control-service-v1.0.2].http.requester.NETWORKCONTROL_HTTP_CONNECTOR_CONFIG.worker(7)" daemon prio=10 tid=0x00007f03e60ba800 nid=0x2914 waiting on condition [0x00007f03b0a4b000]
"[network-control-service-v1.0.2].http.requester.NETWORKCONTROL_HTTP_CONNECTOR_CONFIG.worker(6)" daemon prio=10 tid=0x00007f03e60b8800 nid=0x2913 waiting on condition [0x00007f03b0b4c000]
"[network-control-service-v1.0.2].http.requester.NETWORKCONTROL_HTTP_CONNECTOR_CONFIG.worker(5)" daemon prio=10 tid=0x00007f03e60b6000 nid=0x2912 waiting on condition [0x00007f03b0c4d000]
"[network-control-service-v1.0.2].http.requester.NETWORKCONTROL_HTTP_CONNECTOR_CONFIG.worker(4)" daemon prio=10 tid=0x00007f03e60b4000 nid=0x2911 waiting on condition [0x00007f03b0d4e000]
"[network-control-service-v1.0.2].http.requester.NETWORKCONTROL_HTTP_CONNECTOR_CONFIG.worker(3)" daemon prio=10 tid=0x00007f03e60b2000 nid=0x2910 waiting on condition [0x00007f03b0e4f000]
"[network-control-service-v1.0.2].http.requester.NETWORKCONTROL_HTTP_CONNECTOR_CONFIG.worker(2)" daemon prio=10 tid=0x00007f03e60b0000 nid=0x290f waiting on condition [0x00007f03b0f50000]
"[network-control-service-v1.0.2].http.requester.NETWORKCONTROL_HTTP_CONNECTOR_CONFIG.worker(1)" daemon prio=10 tid=0x00007f03e60ae800 nid=0x290e waiting on condition [0x00007f03b1051000]
"[network-control-service-v1.0.2].http.requester.NETWORKCONTROL_HTTP_CONNECTOR_CONFIG(8) SelectorRunner" daemon prio=10 tid=0x00007f03e60ac000 nid=0x290d runnable [0x00007f03b1152000]
    - locked <0x00000006c26a3510> (a sun.nio.ch.Util$2)
    - locked <0x00000006c26a3500> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c26a33e8> (a sun.nio.ch.EPollSelectorImpl)
"[network-control-service-v1.0.2].http.requester.NETWORKCONTROL_HTTP_CONNECTOR_CONFIG(7) SelectorRunner" daemon prio=10 tid=0x00007f03e60aa800 nid=0x290c runnable [0x00007f03b1253000]
    - locked <0x00000006c26f2ab0> (a sun.nio.ch.Util$2)
    - locked <0x00000006c26f2aa0> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c26f2988> (a sun.nio.ch.EPollSelectorImpl)
"[network-control-service-v1.0.2].http.requester.NETWORKCONTROL_HTTP_CONNECTOR_CONFIG(6) SelectorRunner" daemon prio=10 tid=0x00007f03e5fb4800 nid=0x290b runnable [0x00007f03b1354000]
    - locked <0x00000006c26a2d78> (a sun.nio.ch.Util$2)
    - locked <0x00000006c26a2d68> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c26a2c50> (a sun.nio.ch.EPollSelectorImpl)
"[network-control-service-v1.0.2].http.requester.NETWORKCONTROL_HTTP_CONNECTOR_CONFIG(5) SelectorRunner" daemon prio=10 tid=0x00007f03e5fb2800 nid=0x290a runnable [0x00007f03b1455000]
    - locked <0x00000006c26a3ca8> (a sun.nio.ch.Util$2)
    - locked <0x00000006c26a3c98> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c26a3b80> (a sun.nio.ch.EPollSelectorImpl)
"[network-control-service-v1.0.2].http.requester.NETWORKCONTROL_HTTP_CONNECTOR_CONFIG(4) SelectorRunner" daemon prio=10 tid=0x00007f03e5fb0800 nid=0x2909 runnable [0x00007f03b1556000]
    - locked <0x00000006c26f3248> (a sun.nio.ch.Util$2)
    - locked <0x00000006c26f3238> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c26f3120> (a sun.nio.ch.EPollSelectorImpl)
"[network-control-service-v1.0.2].http.requester.NETWORKCONTROL_HTTP_CONNECTOR_CONFIG(3) SelectorRunner" daemon prio=10 tid=0x00007f03e6000800 nid=0x2908 runnable [0x00007f03b1657000]
    - locked <0x00000006c26f39e0> (a sun.nio.ch.Util$2)
    - locked <0x00000006c26f39d0> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c26f38b8> (a sun.nio.ch.EPollSelectorImpl)
"[network-control-service-v1.0.2].http.requester.NETWORKCONTROL_HTTP_CONNECTOR_CONFIG(2) SelectorRunner" daemon prio=10 tid=0x00007f03e5ffe800 nid=0x2907 runnable [0x00007f03b1758000]
    - locked <0x00000006c26905f8> (a sun.nio.ch.Util$2)
    - locked <0x00000006c26905e8> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c26904d0> (a sun.nio.ch.EPollSelectorImpl)
"[network-control-service-v1.0.2].http.requester.NETWORKCONTROL_HTTP_CONNECTOR_CONFIG(1) SelectorRunner" daemon prio=10 tid=0x00007f03e5ffc800 nid=0x2906 runnable [0x00007f03b1859000]
    - locked <0x00000006c26a44e0> (a sun.nio.ch.Util$2)
    - locked <0x00000006c26a44d0> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c26a43b8> (a sun.nio.ch.EPollSelectorImpl)
"pool-48-thread-1" prio=10 tid=0x00007f03e5f77800 nid=0x2905 in Object.wait() [0x00007f03b195a000]
    - locked <0x00000006c2729ad8> (a java.lang.Object)
    - <0x00000006c27297e0> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"Grizzly-IdleTimeoutFilter-IdleCheck" daemon prio=10 tid=0x00007f03e5950000 nid=0x2904 in Object.wait() [0x00007f03b1a5b000]
    - locked <0x00000006c268bf58> (a java.lang.Object)
    - <0x00000006c268bd10> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[network-control-service-v1.0.2].http.listener.HttpIdleConnectionCloser.01" prio=10 tid=0x00007f03e5ee3800 nid=0x2903 in Object.wait() [0x00007f03b1b5c000]
    - locked <0x00000006c256add0> (a java.lang.Object)
    - <0x00000006c256aa68> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[network-control-service-v1.0.2].http.listener.worker(8)" daemon prio=10 tid=0x00007f03e5ee1800 nid=0x2902 waiting on condition [0x00007f03b1c5d000]
    - parking to wait for  <0x00000006c256b580> (a java.util.concurrent.LinkedTransferQueue)
"[network-control-service-v1.0.2].http.listener.worker(7)" daemon prio=10 tid=0x00007f03e5edf800 nid=0x2901 waiting on condition [0x00007f03b1d5e000]
"[network-control-service-v1.0.2].http.listener.worker(6)" daemon prio=10 tid=0x00007f03e5edd800 nid=0x2900 waiting on condition [0x00007f03b1e5f000]
"[network-control-service-v1.0.2].http.listener.worker(5)" daemon prio=10 tid=0x00007f03e5edb800 nid=0x28ff waiting on condition [0x00007f03b1f60000]
"[network-control-service-v1.0.2].http.listener.worker(4)" daemon prio=10 tid=0x00007f03e5ed9800 nid=0x28fe waiting on condition [0x00007f03b2061000]
"[network-control-service-v1.0.2].http.listener.worker(3)" daemon prio=10 tid=0x00007f03e5ed7800 nid=0x28fd waiting on condition [0x00007f03b2162000]
"[network-control-service-v1.0.2].http.listener.worker(2)" daemon prio=10 tid=0x00007f03e5ed6000 nid=0x28fc waiting on condition [0x00007f03b2263000]
"[network-control-service-v1.0.2].http.listener.worker(1)" daemon prio=10 tid=0x00007f03e5a1a800 nid=0x28fb waiting on condition [0x00007f03b2364000]
"[network-control-service-v1.0.2].http.listener(5) SelectorRunner" daemon prio=10 tid=0x00007f03e5a19000 nid=0x28fa runnable [0x00007f03b2465000]
    - locked <0x00000006c25d0df0> (a sun.nio.ch.Util$2)
    - locked <0x00000006c25d0de0> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c25d0cc8> (a sun.nio.ch.EPollSelectorImpl)
"[network-control-service-v1.0.2].http.listener(4) SelectorRunner" daemon prio=10 tid=0x00007f03e5a17800 nid=0x28f9 runnable [0x00007f03b2566000]
    - locked <0x00000006c25d1530> (a sun.nio.ch.Util$2)
    - locked <0x00000006c25d1520> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c25d1408> (a sun.nio.ch.EPollSelectorImpl)
"[network-control-service-v1.0.2].http.listener(3) SelectorRunner" daemon prio=10 tid=0x00007f03e5a16000 nid=0x28f8 runnable [0x00007f03b2667000]
    - locked <0x00000006c257d5c0> (a sun.nio.ch.Util$2)
    - locked <0x00000006c257d5b0> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c257d498> (a sun.nio.ch.EPollSelectorImpl)
"[network-control-service-v1.0.2].http.listener(2) SelectorRunner" daemon prio=10 tid=0x00007f03e5a15000 nid=0x28f7 runnable [0x00007f03b2768000]
    - locked <0x00000006c25d1c58> (a sun.nio.ch.Util$2)
    - locked <0x00000006c25d1c48> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c25d1b30> (a sun.nio.ch.EPollSelectorImpl)
"[network-control-service-v1.0.2].http.listener(1) SelectorRunner" daemon prio=10 tid=0x00007f03e5952000 nid=0x28f6 runnable [0x00007f03b2869000]
    - locked <0x00000006c257e668> (a sun.nio.ch.Util$2)
    - locked <0x00000006c257e658> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c257dc60> (a sun.nio.ch.EPollSelectorImpl)
"pool-47-thread-3" daemon prio=10 tid=0x00007f03e57c8800 nid=0x28f5 waiting on condition [0x00007f03b296a000]
    - parking to wait for  <0x00000006c22e6680> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
"pool-47-thread-2" daemon prio=10 tid=0x00007f03e57c9800 nid=0x28f4 waiting on condition [0x00007f03b2a6b000]
"pool-47-thread-1" daemon prio=10 tid=0x00007f03e57c7800 nid=0x28f3 waiting on condition [0x00007f03b2b6c000]
"[network-control-service-v1.0.2].Mule.01" prio=10 tid=0x00007f03e6277800 nid=0x28f2 runnable [0x00007f03b2c6d000]
    - parking to wait for  <0x00000006c2663660> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
    - <0x00000006c2663748> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[vfng-service-v1.1.3].processing.time.monitor" daemon prio=10 tid=0x00007f03e6113000 nid=0x28ef in Object.wait() [0x00007f03b2dd1000]
    - locked <0x00000006c20b9c30> (a java.lang.ref.ReferenceQueue$Lock)
"ActiveMQ InactivityMonitor WriteCheckTimer" daemon prio=10 tid=0x00007f03ec005000 nid=0x28ed in Object.wait() [0x00007f03b2fd3000]
    - locked <0x00000006c1d5d188> (a java.util.TaskQueue)
"ActiveMQ InactivityMonitor ReadCheckTimer" daemon prio=10 tid=0x00007f03ec002800 nid=0x28ec in Object.wait() [0x00007f03b30d4000]
    - locked <0x00000006c228f050> (a java.util.TaskQueue)
"ActiveMQ Transport: tcp://fsasydesbprod01.foxsports.com.au/10.23.110.37:61616@56537" prio=10 tid=0x00007f03e60ee000 nid=0x28e9 runnable [0x00007f03b32d6000]
"Scheduler-1998975233" prio=10 tid=0x00007f0438028000 nid=0x28e4 waiting on condition [0x00007f03b36da000]
    - parking to wait for  <0x00000006c0ab3598> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
"[vfng-service-v1.1.3].http.listener.HttpIdleConnectionCloser.01" prio=10 tid=0x00007f03e55f3800 nid=0x28e3 in Object.wait() [0x00007f03b37db000]
    - locked <0x00000006c212df48> (a java.lang.Object)
    - <0x00000006c212dc10> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[vfng-service-v1.1.3].http.listener.worker(8)" daemon prio=10 tid=0x00007f03e55f1800 nid=0x28e2 waiting on condition [0x00007f03b38dc000]
    - parking to wait for  <0x00000006c21305d0> (a java.util.concurrent.LinkedTransferQueue)
"[vfng-service-v1.1.3].http.listener.worker(7)" daemon prio=10 tid=0x00007f03e55ef800 nid=0x28e1 waiting on condition [0x00007f03b39dd000]
"[vfng-service-v1.1.3].http.listener.worker(6)" daemon prio=10 tid=0x00007f03e55ed800 nid=0x28e0 waiting on condition [0x00007f03b3ade000]
"[vfng-service-v1.1.3].http.listener.worker(5)" daemon prio=10 tid=0x00007f03e55ec000 nid=0x28df waiting on condition [0x00007f03b3bdf000]
"[vfng-service-v1.1.3].http.listener.worker(4)" daemon prio=10 tid=0x00007f03e5458000 nid=0x28de waiting on condition [0x00007f03b3ce0000]
"[vfng-service-v1.1.3].http.listener.worker(3)" daemon prio=10 tid=0x00007f03e5456000 nid=0x28dd waiting on condition [0x00007f03b3de1000]
"[vfng-service-v1.1.3].http.listener.worker(2)" daemon prio=10 tid=0x00007f03e4db7000 nid=0x28dc waiting on condition [0x00007f03b3ee2000]
"[vfng-service-v1.1.3].http.listener.worker(1)" daemon prio=10 tid=0x00007f03e526f800 nid=0x28db waiting on condition [0x00007f03b3fe3000]
"[vfng-service-v1.1.3].http.listener(5) SelectorRunner" daemon prio=10 tid=0x00007f03e526e800 nid=0x28da runnable [0x00007f03b40e4000]
    - locked <0x00000006c2135708> (a sun.nio.ch.Util$2)
    - locked <0x00000006c21356f8> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c21355e0> (a sun.nio.ch.EPollSelectorImpl)
"[vfng-service-v1.1.3].http.listener(4) SelectorRunner" daemon prio=10 tid=0x00007f03e53c6800 nid=0x28d9 runnable [0x00007f03b41e5000]
    - locked <0x00000006c2172f18> (a sun.nio.ch.Util$2)
    - locked <0x00000006c2172f08> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c2172df0> (a sun.nio.ch.EPollSelectorImpl)
"[vfng-service-v1.1.3].http.listener(3) SelectorRunner" daemon prio=10 tid=0x00007f03e53de800 nid=0x28d8 runnable [0x00007f03b42e6000]
    - locked <0x00000006c2133e60> (a sun.nio.ch.Util$2)
    - locked <0x00000006c2133e50> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c2133d38> (a sun.nio.ch.EPollSelectorImpl)
"[vfng-service-v1.1.3].http.listener(2) SelectorRunner" daemon prio=10 tid=0x00007f03e4f83800 nid=0x28d7 runnable [0x00007f03b43e7000]
    - locked <0x00000006c21727e8> (a sun.nio.ch.Util$2)
    - locked <0x00000006c21727d8> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c21726c0> (a sun.nio.ch.EPollSelectorImpl)
"[vfng-service-v1.1.3].http.listener(1) SelectorRunner" daemon prio=10 tid=0x00007f03e5506800 nid=0x28d6 runnable [0x00007f03b44e8000]
    - locked <0x00000006c2134f10> (a sun.nio.ch.Util$2)
    - locked <0x00000006c2134f00> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c2134508> (a sun.nio.ch.EPollSelectorImpl)
"[vfng-service-v1.1.3].Mule.01" prio=10 tid=0x00007f03e5a0c000 nid=0x28d3 runnable [0x00007f03b45e9000]
    - parking to wait for  <0x00000006c1d830f0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
    - <0x00000006c1d831c8> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[fsnwing_vizfeeds-v1.2.0].processing.time.monitor" daemon prio=10 tid=0x00007f03e5d63000 nid=0x28d1 in Object.wait() [0x00007f03b48c7000]
    - locked <0x00000006c1d21b00> (a java.lang.ref.ReferenceQueue$Lock)
"[fsnwing_vizfeeds-v1.2.0].news-alerts-ticker-feed.stage1.01" prio=10 tid=0x00007f03e5d60800 nid=0x28d0 in Object.wait() [0x00007f03b49c8000]
    - locked <0x00000006c23e10d0> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c2670430> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[fsnwing_vizfeeds-v1.2.0].news-items-ticker-feed.stage1.01" prio=10 tid=0x00007f03e5d5e800 nid=0x28cf in Object.wait() [0x00007f03b4ac9000]
    - locked <0x00000006c23e0fa8> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c25588d8> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[fsnwing_vizfeeds-v1.2.0].score-centre-playlist-feed.stage1.01" prio=10 tid=0x00007f03e5d55000 nid=0x28ce in Object.wait() [0x00007f03b4bca000]
    - locked <0x00000006c23e1320> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c23dab88> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[fsnwing_vizfeeds-v1.2.0].toggle-news-alerts.stage1.01" prio=10 tid=0x00007f03e5d54000 nid=0x28cd in Object.wait() [0x00007f03b4ccb000]
    - locked <0x00000006c23e11f0> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c264b350> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[fsnwing_vizfeeds-v1.2.0].weather-feed.stage1.01" prio=10 tid=0x00007f03e5d53000 nid=0x28cc in Object.wait() [0x00007f03b4dcc000]
    - locked <0x00000006c23e0e80> (a org.mule.util.queue.DefaultQueueStoreDelegate)
    - <0x00000006c254bc78> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"pool-20-thread-1" prio=10 tid=0x00007f03e5d4f800 nid=0x28c9 waiting on condition [0x00007f03b4ecd000]
    - parking to wait for  <0x00000006c287afa8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
"pool-19-thread-1" prio=10 tid=0x00007f03e5d4d000 nid=0x28c8 waiting on condition [0x00007f03b4fce000]
    - parking to wait for  <0x00000006c287a8b0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
"[fsnwing_vizfeeds-v1.2.0].http.requester.statsApiHttpRequestConfig.worker(8)" daemon prio=10 tid=0x00007f03e5c83000 nid=0x28c7 waiting on condition [0x00007f03b50cf000]
    - parking to wait for  <0x00000006c28fc1c0> (a java.util.concurrent.LinkedTransferQueue)
"[fsnwing_vizfeeds-v1.2.0].http.requester.statsApiHttpRequestConfig.worker(7)" daemon prio=10 tid=0x00007f03e5c81000 nid=0x28c6 waiting on condition [0x00007f03b51d0000]
"[fsnwing_vizfeeds-v1.2.0].http.requester.statsApiHttpRequestConfig.worker(6)" daemon prio=10 tid=0x00007f03e5c7f000 nid=0x28c5 waiting on condition [0x00007f03b52d1000]
"[fsnwing_vizfeeds-v1.2.0].http.requester.statsApiHttpRequestConfig.worker(5)" daemon prio=10 tid=0x00007f03e5c7c800 nid=0x28c4 waiting on condition [0x00007f03b53d2000]
"[fsnwing_vizfeeds-v1.2.0].http.requester.statsApiHttpRequestConfig.worker(4)" daemon prio=10 tid=0x00007f03e5c7a800 nid=0x28c3 waiting on condition [0x00007f03b54d3000]
"[fsnwing_vizfeeds-v1.2.0].http.requester.statsApiHttpRequestConfig.worker(3)" daemon prio=10 tid=0x00007f03e5c78800 nid=0x28c2 waiting on condition [0x00007f03b55d4000]
"[fsnwing_vizfeeds-v1.2.0].http.requester.statsApiHttpRequestConfig.worker(2)" daemon prio=10 tid=0x00007f03e5c76800 nid=0x28c1 waiting on condition [0x00007f03b56d5000]
"[fsnwing_vizfeeds-v1.2.0].http.requester.statsApiHttpRequestConfig.worker(1)" daemon prio=10 tid=0x00007f03e5c74800 nid=0x28c0 waiting on condition [0x00007f03b57d6000]
"[fsnwing_vizfeeds-v1.2.0].http.requester.statsApiHttpRequestConfig(8) SelectorRunner" daemon prio=10 tid=0x00007f03e5c72000 nid=0x28bf runnable [0x00007f03b58d7000]
    - locked <0x00000006c29038e0> (a sun.nio.ch.Util$2)
    - locked <0x00000006c29038d0> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c29037b8> (a sun.nio.ch.EPollSelectorImpl)
"[fsnwing_vizfeeds-v1.2.0].http.requester.statsApiHttpRequestConfig(7) SelectorRunner" daemon prio=10 tid=0x00007f03e5c70000 nid=0x28be runnable [0x00007f03b59d8000]
    - locked <0x00000006c295af08> (a sun.nio.ch.Util$2)
    - locked <0x00000006c295aef8> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c295ade0> (a sun.nio.ch.EPollSelectorImpl)
"[fsnwing_vizfeeds-v1.2.0].http.requester.statsApiHttpRequestConfig(6) SelectorRunner" daemon prio=10 tid=0x00007f03e5c6e800 nid=0x28bd runnable [0x00007f03b5ad9000]
    - locked <0x00000006c2904048> (a sun.nio.ch.Util$2)
    - locked <0x00000006c2904038> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c2903f20> (a sun.nio.ch.EPollSelectorImpl)
"[fsnwing_vizfeeds-v1.2.0].http.requester.statsApiHttpRequestConfig(5) SelectorRunner" daemon prio=10 tid=0x00007f03e5c6b800 nid=0x28bc runnable [0x00007f03b5bda000]
    - locked <0x00000006c2902208> (a sun.nio.ch.Util$2)
    - locked <0x00000006c29021f8> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c29020e0> (a sun.nio.ch.EPollSelectorImpl)
"[fsnwing_vizfeeds-v1.2.0].http.requester.statsApiHttpRequestConfig(4) SelectorRunner" daemon prio=10 tid=0x00007f03e5c69800 nid=0x28bb runnable [0x00007f03b5cdb000]
    - locked <0x00000006c295b670> (a sun.nio.ch.Util$2)
    - locked <0x00000006c295b660> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c295b548> (a sun.nio.ch.EPollSelectorImpl)
"[fsnwing_vizfeeds-v1.2.0].http.requester.statsApiHttpRequestConfig(3) SelectorRunner" daemon prio=10 tid=0x00007f03e5c68000 nid=0x28ba runnable [0x00007f03b5ddc000]
    - locked <0x00000006c295a7a0> (a sun.nio.ch.Util$2)
    - locked <0x00000006c295a790> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c295a678> (a sun.nio.ch.EPollSelectorImpl)
"[fsnwing_vizfeeds-v1.2.0].http.requester.statsApiHttpRequestConfig(2) SelectorRunner" daemon prio=10 tid=0x00007f03e5c50800 nid=0x28b9 runnable [0x00007f03b5edd000]
    - locked <0x00000006c2903178> (a sun.nio.ch.Util$2)
    - locked <0x00000006c2903168> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c2903050> (a sun.nio.ch.EPollSelectorImpl)
"[fsnwing_vizfeeds-v1.2.0].http.requester.statsApiHttpRequestConfig(1) SelectorRunner" daemon prio=10 tid=0x00007f03e5c63800 nid=0x28b8 runnable [0x00007f03b5fde000]
    - locked <0x00000006c2902a10> (a sun.nio.ch.Util$2)
    - locked <0x00000006c2902a00> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c29028e8> (a sun.nio.ch.EPollSelectorImpl)
"Grizzly-IdleTimeoutFilter-IdleCheck" daemon prio=10 tid=0x00007f03e5c66000 nid=0x28b7 in Object.wait() [0x00007f03b60df000]
    - locked <0x00000006c28fbd68> (a java.lang.Object)
    - <0x00000006c28fbb28> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[fsnwing_vizfeeds-v1.2.0].http.requester.mseHttpRequestConfig.worker(8)" daemon prio=10 tid=0x00007f03e5b3d800 nid=0x28b6 waiting on condition [0x00007f03b61e0000]
    - parking to wait for  <0x00000006c25676b0> (a java.util.concurrent.LinkedTransferQueue)
"[fsnwing_vizfeeds-v1.2.0].http.requester.mseHttpRequestConfig.worker(7)" daemon prio=10 tid=0x00007f03e5b3b000 nid=0x28b5 waiting on condition [0x00007f03b62e1000]
"[fsnwing_vizfeeds-v1.2.0].http.requester.mseHttpRequestConfig.worker(6)" daemon prio=10 tid=0x00007f03e5b39000 nid=0x28b4 waiting on condition [0x00007f03b63e2000]
"[fsnwing_vizfeeds-v1.2.0].http.requester.mseHttpRequestConfig.worker(5)" daemon prio=10 tid=0x00007f03e5b37000 nid=0x28b3 waiting on condition [0x00007f03b64e3000]
"[fsnwing_vizfeeds-v1.2.0].http.requester.mseHttpRequestConfig.worker(4)" daemon prio=10 tid=0x00007f03e5b35000 nid=0x28b2 waiting on condition [0x00007f03b65e4000]
"[fsnwing_vizfeeds-v1.2.0].http.requester.mseHttpRequestConfig.worker(3)" daemon prio=10 tid=0x00007f03e5b33000 nid=0x28b1 waiting on condition [0x00007f03b66e5000]
"[fsnwing_vizfeeds-v1.2.0].http.requester.mseHttpRequestConfig.worker(2)" daemon prio=10 tid=0x00007f03e5b31000 nid=0x28b0 waiting on condition [0x00007f03b67e6000]
"[fsnwing_vizfeeds-v1.2.0].http.requester.mseHttpRequestConfig.worker(1)" daemon prio=10 tid=0x00007f03e5b2e800 nid=0x28af waiting on condition [0x00007f03b68e7000]
"[fsnwing_vizfeeds-v1.2.0].http.requester.mseHttpRequestConfig(8) SelectorRunner" daemon prio=10 tid=0x00007f03e5b2c800 nid=0x28ae runnable [0x00007f03b69e8000]
    - locked <0x00000006c2569f40> (a sun.nio.ch.Util$2)
    - locked <0x00000006c2569f30> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c2569e18> (a sun.nio.ch.EPollSelectorImpl)
"[fsnwing_vizfeeds-v1.2.0].http.requester.mseHttpRequestConfig(7) SelectorRunner" daemon prio=10 tid=0x00007f03e5b2a800 nid=0x28ad runnable [0x00007f03b6ae9000]
    - locked <0x00000006c25697f8> (a sun.nio.ch.Util$2)
    - locked <0x00000006c25697e8> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c25696d0> (a sun.nio.ch.EPollSelectorImpl)
"[fsnwing_vizfeeds-v1.2.0].http.requester.mseHttpRequestConfig(6) SelectorRunner" daemon prio=10 tid=0x00007f03e5b28800 nid=0x28ac runnable [0x00007f03b6bea000]
    - locked <0x00000006c25af578> (a sun.nio.ch.Util$2)
    - locked <0x00000006c25af568> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c25af450> (a sun.nio.ch.EPollSelectorImpl)
"[fsnwing_vizfeeds-v1.2.0].http.requester.mseHttpRequestConfig(5) SelectorRunner" daemon prio=10 tid=0x00007f03e5b26800 nid=0x28ab runnable [0x00007f03b6ceb000]
    - locked <0x00000006c2632b70> (a sun.nio.ch.Util$2)
    - locked <0x00000006c2632b60> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c2632a48> (a sun.nio.ch.EPollSelectorImpl)
"[fsnwing_vizfeeds-v1.2.0].http.requester.mseHttpRequestConfig(4) SelectorRunner" daemon prio=10 tid=0x00007f03e5b24800 nid=0x28aa runnable [0x00007f03b6dec000]
    - locked <0x00000006c25b0408> (a sun.nio.ch.Util$2)
    - locked <0x00000006c25b03f8> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c25b02e0> (a sun.nio.ch.EPollSelectorImpl)
"[fsnwing_vizfeeds-v1.2.0].http.requester.mseHttpRequestConfig(3) SelectorRunner" daemon prio=10 tid=0x00007f03e5b22800 nid=0x28a9 runnable [0x00007f03b6eed000]
    - locked <0x00000006c256a688> (a sun.nio.ch.Util$2)
    - locked <0x00000006c256a678> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c256a560> (a sun.nio.ch.EPollSelectorImpl)
"[fsnwing_vizfeeds-v1.2.0].http.requester.mseHttpRequestConfig(2) SelectorRunner" daemon prio=10 tid=0x00007f03e5b20800 nid=0x28a8 runnable [0x00007f03b6fee000]
    - locked <0x00000006c25afcc0> (a sun.nio.ch.Util$2)
    - locked <0x00000006c25afcb0> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c25afb98> (a sun.nio.ch.EPollSelectorImpl)
"[fsnwing_vizfeeds-v1.2.0].http.requester.mseHttpRequestConfig(1) SelectorRunner" daemon prio=10 tid=0x00007f03e5b1f000 nid=0x28a7 runnable [0x00007f03b70ef000]
    - locked <0x00000006c25aee30> (a sun.nio.ch.Util$2)
    - locked <0x00000006c25aee20> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c25aed08> (a sun.nio.ch.EPollSelectorImpl)
"Grizzly-IdleTimeoutFilter-IdleCheck" daemon prio=10 tid=0x00007f03e5b1d800 nid=0x28a6 in Object.wait() [0x00007f03b71f0000]
    - locked <0x00000006c2567368> (a java.lang.Object)
    - <0x00000006c2567128> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[fsnwing_vizfeeds-v1.2.0].http.requester.fsnWingManagerHttpRequestConfig.worker(8)" daemon prio=10 tid=0x00007f03e5804800 nid=0x28a5 waiting on condition [0x00007f03b72f1000]
    - parking to wait for  <0x00000006c248ca60> (a java.util.concurrent.LinkedTransferQueue)
"[fsnwing_vizfeeds-v1.2.0].http.requester.fsnWingManagerHttpRequestConfig.worker(7)" daemon prio=10 tid=0x00007f03e5802800 nid=0x28a4 waiting on condition [0x00007f03b73f2000]
"[fsnwing_vizfeeds-v1.2.0].http.requester.fsnWingManagerHttpRequestConfig.worker(6)" daemon prio=10 tid=0x00007f03e5800000 nid=0x28a3 waiting on condition [0x00007f03b74f3000]
"[fsnwing_vizfeeds-v1.2.0].http.requester.fsnWingManagerHttpRequestConfig.worker(5)" daemon prio=10 tid=0x00007f03e57fe000 nid=0x28a2 waiting on condition [0x00007f03b75f4000]
"[fsnwing_vizfeeds-v1.2.0].http.requester.fsnWingManagerHttpRequestConfig.worker(4)" daemon prio=10 tid=0x00007f03e57fc000 nid=0x28a1 waiting on condition [0x00007f03b76f5000]
"[fsnwing_vizfeeds-v1.2.0].http.requester.fsnWingManagerHttpRequestConfig.worker(3)" daemon prio=10 tid=0x00007f03e57fa000 nid=0x28a0 waiting on condition [0x00007f03b77f6000]
"[fsnwing_vizfeeds-v1.2.0].http.requester.fsnWingManagerHttpRequestConfig.worker(2)" daemon prio=10 tid=0x00007f03e57f7800 nid=0x289f waiting on condition [0x00007f03b78f7000]
"[fsnwing_vizfeeds-v1.2.0].http.requester.fsnWingManagerHttpRequestConfig.worker(1)" daemon prio=10 tid=0x00007f03e57f5800 nid=0x289e waiting on condition [0x00007f03b79f8000]
"[fsnwing_vizfeeds-v1.2.0].http.requester.fsnWingManagerHttpRequestConfig(8) SelectorRunner" daemon prio=10 tid=0x00007f03e57f3800 nid=0x289d runnable [0x00007f03b7af9000]
    - locked <0x00000006c24913d0> (a sun.nio.ch.Util$2)
    - locked <0x00000006c24913c0> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c24912a8> (a sun.nio.ch.EPollSelectorImpl)
"[fsnwing_vizfeeds-v1.2.0].http.requester.fsnWingManagerHttpRequestConfig(7) SelectorRunner" daemon prio=10 tid=0x00007f03e57f1800 nid=0x289c runnable [0x00007f03b7bfa000]
    - locked <0x00000006c2491b30> (a sun.nio.ch.Util$2)
    - locked <0x00000006c2491b20> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c2491a08> (a sun.nio.ch.EPollSelectorImpl)
"[fsnwing_vizfeeds-v1.2.0].http.requester.fsnWingManagerHttpRequestConfig(6) SelectorRunner" daemon prio=10 tid=0x00007f03e57ef800 nid=0x289b runnable [0x00007f03b7cfb000]
    - locked <0x00000006c251a3a8> (a sun.nio.ch.Util$2)
    - locked <0x00000006c251a398> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c251a280> (a sun.nio.ch.EPollSelectorImpl)
"[fsnwing_vizfeeds-v1.2.0].http.requester.fsnWingManagerHttpRequestConfig(5) SelectorRunner" daemon prio=10 tid=0x00007f03e57ee000 nid=0x289a runnable [0x00007f03b7dfc000]
    - locked <0x00000006c2490c70> (a sun.nio.ch.Util$2)
    - locked <0x00000006c2490c60> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c2490b48> (a sun.nio.ch.EPollSelectorImpl)
"[fsnwing_vizfeeds-v1.2.0].http.requester.fsnWingManagerHttpRequestConfig(4) SelectorRunner" daemon prio=10 tid=0x00007f03e57e6000 nid=0x2899 runnable [0x00007f03b7efd000]
    - locked <0x00000006c2492290> (a sun.nio.ch.Util$2)
    - locked <0x00000006c2492280> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c2492168> (a sun.nio.ch.EPollSelectorImpl)
"[fsnwing_vizfeeds-v1.2.0].http.requester.fsnWingManagerHttpRequestConfig(3) SelectorRunner" daemon prio=10 tid=0x00007f03e57e0000 nid=0x2898 runnable [0x00007f03b7ffe000]
    - locked <0x00000006c251ac48> (a sun.nio.ch.Util$2)
    - locked <0x00000006c251ac38> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c251aa10> (a sun.nio.ch.EPollSelectorImpl)
"[fsnwing_vizfeeds-v1.2.0].http.requester.fsnWingManagerHttpRequestConfig(2) SelectorRunner" daemon prio=10 tid=0x00007f03e57de000 nid=0x2897 runnable [0x00007f041c1f0000]
    - locked <0x00000006c24e4728> (a sun.nio.ch.Util$2)
    - locked <0x00000006c24e4718> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c24e4600> (a sun.nio.ch.EPollSelectorImpl)
"[fsnwing_vizfeeds-v1.2.0].http.requester.fsnWingManagerHttpRequestConfig(1) SelectorRunner" daemon prio=10 tid=0x00007f03e57e2800 nid=0x2896 runnable [0x00007f041c2f1000]
    - locked <0x00000006c24e5088> (a sun.nio.ch.Util$2)
    - locked <0x00000006c24e5078> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c24e4e50> (a sun.nio.ch.EPollSelectorImpl)
"Grizzly-IdleTimeoutFilter-IdleCheck" daemon prio=10 tid=0x00007f03e578f800 nid=0x2895 in Object.wait() [0x00007f041c3f2000]
    - locked <0x00000006c248c700> (a java.lang.Object)
    - <0x00000006c24884e8> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[fsnwing_vizfeeds-v1.2.0].http.listener.HttpIdleConnectionCloser.01" prio=10 tid=0x00007f03e5751000 nid=0x2894 in Object.wait() [0x00007f041c4f3000]
    - locked <0x00000006c23eae18> (a java.lang.Object)
    - <0x00000006c23eaad0> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"[fsnwing_vizfeeds-v1.2.0].http.listener.worker(8)" daemon prio=10 tid=0x00007f03e56d0800 nid=0x2893 waiting on condition [0x00007f041c5f4000]
    - parking to wait for  <0x00000006c23eb420> (a java.util.concurrent.LinkedTransferQueue)
"[fsnwing_vizfeeds-v1.2.0].http.listener.worker(7)" daemon prio=10 tid=0x00007f03e56ce800 nid=0x2891 waiting on condition [0x00007f041c6f5000]
"[fsnwing_vizfeeds-v1.2.0].http.listener.worker(6)" daemon prio=10 tid=0x00007f03e56cc800 nid=0x2890 waiting on condition [0x00007f041c7f6000]
"[fsnwing_vizfeeds-v1.2.0].http.listener.worker(5)" daemon prio=10 tid=0x00007f03e56ca000 nid=0x288f waiting on condition [0x00007f041c8f7000]
"[fsnwing_vizfeeds-v1.2.0].http.listener.worker(4)" daemon prio=10 tid=0x00007f03e56c8000 nid=0x288e waiting on condition [0x00007f041c9f8000]
"[fsnwing_vizfeeds-v1.2.0].http.listener.worker(3)" daemon prio=10 tid=0x00007f03e56c6000 nid=0x288d waiting on condition [0x00007f041caf9000]
"[fsnwing_vizfeeds-v1.2.0].http.listener.worker(2)" daemon prio=10 tid=0x00007f03e56c4000 nid=0x288c waiting on condition [0x00007f041cbfa000]
"[fsnwing_vizfeeds-v1.2.0].http.listener.worker(1)" daemon prio=10 tid=0x00007f03e56c2000 nid=0x288b waiting on condition [0x00007f041ccfb000]
"[fsnwing_vizfeeds-v1.2.0].http.listener(5) SelectorRunner" daemon prio=10 tid=0x00007f03e56c0000 nid=0x288a runnable [0x00007f041cdfc000]
    - locked <0x00000006c242ace8> (a sun.nio.ch.Util$2)
    - locked <0x00000006c242acd8> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c242aab0> (a sun.nio.ch.EPollSelectorImpl)
"[fsnwing_vizfeeds-v1.2.0].http.listener(4) SelectorRunner" daemon prio=10 tid=0x00007f03e56bc000 nid=0x2889 runnable [0x00007f041cefd000]
    - locked <0x00000006c242a3e8> (a sun.nio.ch.Util$2)
    - locked <0x00000006c242a3d8> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c2402780> (a sun.nio.ch.EPollSelectorImpl)
"[fsnwing_vizfeeds-v1.2.0].http.listener(3) SelectorRunner" daemon prio=10 tid=0x00007f03e56ba000 nid=0x2888 runnable [0x00007f041cffe000]
    - locked <0x00000006c2400d48> (a sun.nio.ch.Util$2)
    - locked <0x00000006c2400d38> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c2400c20> (a sun.nio.ch.EPollSelectorImpl)
"[fsnwing_vizfeeds-v1.2.0].http.listener(2) SelectorRunner" daemon prio=10 tid=0x00007f03e56b8000 nid=0x2887 runnable [0x00007f04341c2000]
    - locked <0x00000006c23ed4f8> (a sun.nio.ch.Util$2)
    - locked <0x00000006c23ed4e8> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c23ed2c0> (a sun.nio.ch.EPollSelectorImpl)
"[fsnwing_vizfeeds-v1.2.0].http.listener(1) SelectorRunner" daemon prio=10 tid=0x00007f03e56b5800 nid=0x2886 runnable [0x00007f04358b3000]
    - locked <0x00000006c24020b0> (a sun.nio.ch.Util$2)
    - locked <0x00000006c24020a0> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c2401638> (a sun.nio.ch.EPollSelectorImpl)
"[fsnwing_vizfeeds-v1.2.0].Mule.01" prio=10 tid=0x00007f03e5289800 nid=0x2881 runnable [0x00007f04359b4000]
    - parking to wait for  <0x00000006c0c620d0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
    - <0x00000006c0c61d08> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"Timer-0" daemon prio=10 tid=0x00007f03e5578000 nid=0x2871 in Object.wait() [0x00007f043449f000]
    - waiting on <0x00000006c1019948> (a java.util.TaskQueue)
    - locked <0x00000006c1019948> (a java.util.TaskQueue)
"scheduler_QuartzSchedulerThread" prio=10 tid=0x00007f03e55aa800 nid=0x2870 in Object.wait() [0x00007f04345a0000]
    at org.quartz.core.QuartzSchedulerThread.run(QuartzSchedulerThread.java:411)
    - locked <0x00000006c1019e00> (a java.lang.Object)
"scheduler_Worker-10" prio=10 tid=0x00007f03e5569000 nid=0x286f in Object.wait() [0x00007f04346a1000]
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:543)
    - locked <0x00000006c1003270> (a org.quartz.simpl.SimpleThreadPool$WorkerThread)
"scheduler_Worker-9" prio=10 tid=0x00007f03e5562000 nid=0x286e in Object.wait() [0x00007f04347a2000]
    - locked <0x00000006c10030c8> (a org.quartz.simpl.SimpleThreadPool$WorkerThread)
"scheduler_Worker-8" prio=10 tid=0x00007f03e555f800 nid=0x286d in Object.wait() [0x00007f04348a3000]
    - locked <0x00000006c1002f20> (a org.quartz.simpl.SimpleThreadPool$WorkerThread)
"scheduler_Worker-7" prio=10 tid=0x00007f03e555d800 nid=0x286c in Object.wait() [0x00007f04349a4000]
    - locked <0x00000006c1002d78> (a org.quartz.simpl.SimpleThreadPool$WorkerThread)
"scheduler_Worker-6" prio=10 tid=0x00007f03e555b800 nid=0x286b in Object.wait() [0x00007f0434aa5000]
    - locked <0x00000006c1002bd0> (a org.quartz.simpl.SimpleThreadPool$WorkerThread)
"scheduler_Worker-5" prio=10 tid=0x00007f03e555a000 nid=0x2869 in Object.wait() [0x00007f0434ba6000]
    - locked <0x00000006c1002a28> (a org.quartz.simpl.SimpleThreadPool$WorkerThread)
"scheduler_Worker-4" prio=10 tid=0x00007f03e5558800 nid=0x2868 in Object.wait() [0x00007f0434ca7000]
    - locked <0x00000006c1002880> (a org.quartz.simpl.SimpleThreadPool$WorkerThread)
"scheduler_Worker-3" prio=10 tid=0x00007f03e5556000 nid=0x2867 in Object.wait() [0x00007f0434da8000]
    - locked <0x00000006c10026d8> (a org.quartz.simpl.SimpleThreadPool$WorkerThread)
"scheduler_Worker-2" prio=10 tid=0x00007f03e5554800 nid=0x2866 in Object.wait() [0x00007f0434ea9000]
    - locked <0x00000006c1002530> (a org.quartz.simpl.SimpleThreadPool$WorkerThread)
"scheduler_Worker-1" prio=10 tid=0x00007f03e5554000 nid=0x2865 in Object.wait() [0x00007f0434faa000]
    - locked <0x00000006c1001be8> (a org.quartz.simpl.SimpleThreadPool$WorkerThread)
"JmDNS(fsasydesbprod01-foxsports-com-au.local.).State.Timer" prio=10 tid=0x00007f03e5503800 nid=0x2864 in Object.wait() [0x00007f04350ab000]
    - locked <0x00000006c101a0b8> (a java.util.TaskQueue)
"JmDNS(fsasydesbprod01-foxsports-com-au.local.).Timer" daemon prio=10 tid=0x00007f03e5501000 nid=0x2863 in Object.wait() [0x00007f04351ac000]
    - locked <0x00000006c101a568> (a java.util.TaskQueue)
"SocketListener(fsasydesbprod01-foxsports-com-au.local.)" daemon prio=10 tid=0x00007f03e54ff800 nid=0x2862 runnable [0x00007f04352ad000]
    at java.net.PlainDatagramSocketImpl.receive0(Native Method)
    - locked <0x00000006c0f34530> (a java.net.PlainDatagramSocketImpl)
    at java.net.AbstractPlainDatagramSocketImpl.receive(AbstractPlainDatagramSocketImpl.java:145)
    at java.net.DatagramSocket.receive(DatagramSocket.java:786)
    - locked <0x00000006c101a920> (a java.net.DatagramPacket)
    - locked <0x00000006c0f344e8> (a java.net.MulticastSocket)
    at javax.jmdns.impl.SocketListener.run(SocketListener.java:41)
"JmDNS(10-23-110-39.local.).State.Timer" prio=10 tid=0x00007f03e54fe000 nid=0x2861 in Object.wait() [0x00007f04353ae000]
    - locked <0x00000006c101a9b8> (a java.util.TaskQueue)
"JmDNS(10-23-110-39.local.).Timer" daemon prio=10 tid=0x00007f03e54fd000 nid=0x2860 in Object.wait() [0x00007f04354af000]
    - locked <0x00000006c107b558> (a java.util.TaskQueue)
"SocketListener(10-23-110-39.local.)" daemon prio=10 tid=0x00007f03e54f4000 nid=0x285f runnable [0x00007f0436dc8000]
    - locked <0x00000006c0f2d5b0> (a java.net.PlainDatagramSocketImpl)
    - locked <0x00000006c107b8e8> (a java.net.DatagramPacket)
    - locked <0x00000006c0f2d568> (a java.net.MulticastSocket)
"HashSessionScavenger-0" daemon prio=10 tid=0x00007f03e52f9800 nid=0x2859 in Object.wait() [0x00007f04355b0000]
    - locked <0x00000006c0fd7638> (a java.util.TaskQueue)
"qtp893125155-68-selector-0" prio=10 tid=0x00007f03e5254800 nid=0x2858 runnable [0x00007f04356b1000]
    - locked <0x00000006c0ab38b0> (a sun.nio.ch.Util$2)
    - locked <0x00000006c0ab38a0> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c0ab3778> (a sun.nio.ch.EPollSelectorImpl)
    at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
    at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:452)
    at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:428)
    at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
    at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
"qtp893125155-67-selector-1" prio=10 tid=0x00007f03e5252800 nid=0x2854 runnable [0x00007f04357b2000]
    - locked <0x00000006c107ba50> (a sun.nio.ch.Util$2)
    - locked <0x00000006c107ba60> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c107ba08> (a sun.nio.ch.EPollSelectorImpl)
"qtp893125155-64-acceptor-1-ServerConnector@3b7fd72f{SSL-HTTP/1.1}{0.0.0.0:7777}" prio=10 tid=0x00007f03e524c000 nid=0x2851 runnable [0x00007f0435ab5000]
    at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
    at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:241)
    - locked <0x00000006c0eda3c0> (a java.lang.Object)
    at org.eclipse.jetty.server.ServerConnector.accept(ServerConnector.java:321)
    at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:460)
"qtp893125155-63-acceptor-0-ServerConnector@3b7fd72f{SSL-HTTP/1.1}{0.0.0.0:7777}" prio=10 tid=0x00007f03e524a000 nid=0x2850 waiting for monitor entry [0x00007f0435bb6000]
   java.lang.Thread.State: BLOCKED (on object monitor)
    at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:225)
    - waiting to lock <0x00000006c0eda3c0> (a java.lang.Object)
"qtp893125155-62-selector-3" prio=10 tid=0x00007f03e5248000 nid=0x284f runnable [0x00007f0435cb7000]
    - locked <0x00000006c107c640> (a sun.nio.ch.Util$2)
    - locked <0x00000006c107c650> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c107c5f8> (a sun.nio.ch.EPollSelectorImpl)
"qtp893125155-61-selector-2" prio=10 tid=0x00007f03e5246000 nid=0x284e runnable [0x00007f0435db8000]
    - locked <0x00000006c10ab608> (a sun.nio.ch.Util$2)
    - locked <0x00000006c10ab618> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c0edb0e0> (a sun.nio.ch.EPollSelectorImpl)
"DateCache" daemon prio=10 tid=0x00007f03e523f800 nid=0x284d in Object.wait() [0x00007f0435eb9000]
    - locked <0x00000006c10ac2c0> (a java.util.TaskQueue)
"[.agent].processing.time.monitor" daemon prio=10 tid=0x00007f03e522d000 nid=0x284c in Object.wait() [0x00007f0435fba000]
    - waiting on <0x00000006c0eb4178> (a java.lang.ref.ReferenceQueue$Lock)
    - locked <0x00000006c0eb4178> (a java.lang.ref.ReferenceQueue$Lock)
"[.agent].Mule.01" prio=10 tid=0x00007f03e4ae8800 nid=0x2848 runnable [0x00007f04360bb000]
    - parking to wait for  <0x00000006c0e8bd88> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
    - <0x00000006c0e8b848> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"cluster.poller" daemon prio=10 tid=0x00007f03e4a86800 nid=0x2845 waiting on condition [0x00007f04361bc000]
    - parking to wait for  <0x00000006c0aaf8c8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
    at com.hazelcast.concurrent.lock.proxy.LockProxySupport.lock(LockProxySupport.java:108)
    at com.hazelcast.concurrent.lock.proxy.LockProxySupport.lock(LockProxySupport.java:98)
    at com.hazelcast.concurrent.lock.proxy.LockProxy.lock(LockProxy.java:67)
    at com.mulesoft.mule.cluster.hazelcast.HazelcastLocker.run(HazelcastLocker.java:43)
"hz.1.HealthMonitor" daemon prio=10 tid=0x00007f03e4a82800 nid=0x2844 waiting on condition [0x00007f04362bd000]
    at com.hazelcast.util.HealthMonitor.run(HealthMonitor.java:106)
"hz.1.operation.thread-7" prio=10 tid=0x00007f03c8016800 nid=0x2843 waiting on condition [0x00007f04363be000]
    - parking to wait for  <0x00000006c0e4e918> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
    at com.hazelcast.spi.impl.OperationServiceImpl$OperationThread.run(OperationServiceImpl.java:783)
"hz.1.operation.thread-6" prio=10 tid=0x00007f03c8015000 nid=0x2842 waiting on condition [0x00007f04364bf000]
    - parking to wait for  <0x00000006c0e4edb0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
"hz.1.operation.thread-5" prio=10 tid=0x00007f03c8013800 nid=0x2841 waiting on condition [0x00007f04365c0000]
    - parking to wait for  <0x00000006c0e4f2f8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
"hz.1.operation.thread-4" prio=10 tid=0x00007f03c8011800 nid=0x2840 waiting on condition [0x00007f04366c1000]
    - parking to wait for  <0x00000006c0e4f790> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
"hz.1.operation.thread-3" prio=10 tid=0x00007f03c8010000 nid=0x283f waiting on condition [0x00007f04367c2000]
    - parking to wait for  <0x00000006c0e53ca8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
"hz.1.operation.thread-2" prio=10 tid=0x00007f03c800e000 nid=0x283e waiting on condition [0x00007f04368c3000]
    - parking to wait for  <0x00000006c0e541f0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
"hz.1.operation.thread-1" prio=10 tid=0x00007f03c800c800 nid=0x283d waiting on condition [0x00007f04369c4000]
    - parking to wait for  <0x00000006c0e54688> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
"hz.1.operation.thread-0" prio=10 tid=0x00007f03c800b000 nid=0x283c waiting on condition [0x00007f0436ac5000]
    - parking to wait for  <0x00000006c0e54bf8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
"hz.1.response" prio=10 tid=0x00007f03c800a800 nid=0x2839 waiting on condition [0x00007f0437de7000]
    - parking to wait for  <0x00000006c0e55170> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
    at com.hazelcast.util.executor.SingleExecutorThreadFactory$ManagedThread.run(SingleExecutorThreadFactory.java:45)
"hz.1.IO.thread-Acceptor" prio=10 tid=0x00007f03e4a69800 nid=0x282c runnable [0x00007f04373ce000]
    - locked <0x00000006c02844b0> (a sun.nio.ch.Util$2)
    - locked <0x00000006c02844a0> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c0284308> (a sun.nio.ch.EPollSelectorImpl)
    at com.hazelcast.nio.SocketAcceptor.run(SocketAcceptor.java:47)
"hz.1.IO.thread-out-2" prio=10 tid=0x00007f03e4a67800 nid=0x282b runnable [0x00007f04374cf000]
    - locked <0x00000006c0285698> (a sun.nio.ch.Util$2)
    - locked <0x00000006c0285688> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c0285570> (a sun.nio.ch.EPollSelectorImpl)
    at com.hazelcast.nio.AbstractIOSelector.run(AbstractIOSelector.java:110)
"hz.1.IO.thread-in-2" prio=10 tid=0x00007f03e4a66000 nid=0x282a runnable [0x00007f04375d0000]
    - locked <0x00000006c0284bd8> (a sun.nio.ch.Util$2)
    - locked <0x00000006c0284bc8> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c0284ab0> (a sun.nio.ch.EPollSelectorImpl)
"hz.1.IO.thread-out-1" prio=10 tid=0x00007f03e4a32800 nid=0x2829 runnable [0x00007f04376d1000]
    - locked <0x00000006c02b7bc8> (a sun.nio.ch.Util$2)
    - locked <0x00000006c02b7bb8> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c02b7aa0> (a sun.nio.ch.EPollSelectorImpl)
"hz.1.IO.thread-in-1" prio=10 tid=0x00007f03e4a31000 nid=0x2828 runnable [0x00007f04377d2000]
    - locked <0x00000006c0285128> (a sun.nio.ch.Util$2)
    - locked <0x00000006c0285118> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c0285000> (a sun.nio.ch.EPollSelectorImpl)
"hz.1.IO.thread-out-0" prio=10 tid=0x00007f03e49fd800 nid=0x2827 runnable [0x00007f04378d3000]
    - locked <0x00000006c024d4e8> (a sun.nio.ch.Util$2)
    - locked <0x00000006c024d4d8> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c024d2f0> (a sun.nio.ch.EPollSelectorImpl)
"hz.1.IO.thread-in-0" prio=10 tid=0x00007f03e49c9800 nid=0x2826 runnable [0x00007f04379d4000]
    - locked <0x00000006c0268d98> (a sun.nio.ch.Util$2)
    - locked <0x00000006c0268d88> (a java.util.Collections$UnmodifiableSet)
    - locked <0x00000006c0268ba0> (a sun.nio.ch.EPollSelectorImpl)
"hz.1.migration" prio=10 tid=0x00007f03e49c6000 nid=0x2823 waiting on condition [0x00007f0437ce6000]
    - parking to wait for  <0x00000006c0e646c0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
    at com.hazelcast.partition.PartitionServiceImpl$MigrationThread.run(PartitionServiceImpl.java:1223)
"hz.1.scheduled" prio=10 tid=0x00007f03e4998800 nid=0x2821 waiting on condition [0x00007f0437ee8000]
    - parking to wait for  <0x00000006c0e64888> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
"hz.1.wait-notify" prio=10 tid=0x00007f03e4984800 nid=0x2820 runnable [0x00007f0437fe9000]
    - parking to wait for  <0x00000006c0e64d48> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
    at java.util.concurrent.DelayQueue.poll(DelayQueue.java:269)
    at com.hazelcast.spi.impl.WaitNotifyServiceImpl$1.run(WaitNotifyServiceImpl.java:66)
    - <0x00000006c0e649d0> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"DestroyJavaVM" prio=10 tid=0x00007f044800b800 nid=0x27fd waiting on condition [0x0000000000000000]
"Wrapper-Connection" daemon prio=10 tid=0x00007f04483a2800 nid=0x2816 runnable [0x00007f043ccb6000]
    at java.net.SocketInputStream.read(SocketInputStream.java:210)
    at org.tanukisoftware.wrapper.WrapperManager.handleBackend(WrapperManager.java:5172)
    at org.tanukisoftware.wrapper.WrapperManager.run(WrapperManager.java:5545)
"Wrapper-Control-Event-Monitor" daemon prio=10 tid=0x00007f044839f000 nid=0x2814 sleeping[0x00007f043ceb8000]
    at org.tanukisoftware.wrapper.WrapperManager$3.run(WrapperManager.java:978)
"RMI TCP Accept-0" daemon prio=10 tid=0x00007f0448298000 nid=0x2812 runnable [0x00007f043d414000]
    at sun.management.jmxremote.LocalRMIServerSocketFactory$1.accept(LocalRMIServerSocketFactory.java:52)
    at sun.rmi.transport.tcp.TCPTransport$AcceptLoop.executeAcceptLoop(TCPTransport.java:388)
    at sun.rmi.transport.tcp.TCPTransport$AcceptLoop.run(TCPTransport.java:360)
"RMI TCP Accept-9797" daemon prio=10 tid=0x00007f044828c000 nid=0x2811 runnable [0x00007f043d515000]
"RMI TCP Accept-0" daemon prio=10 tid=0x00007f0448286000 nid=0x2810 runnable [0x00007f043d616000]
"AsyncLoggerConfig-1" daemon prio=10 tid=0x00007f044824b000 nid=0x280d waiting on condition [0x00007f043d717000]
    - parking to wait for  <0x00000006c0104380> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
    at com.lmax.disruptor.BlockingWaitStrategy.waitFor(BlockingWaitStrategy.java:45)
    at com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:55)
    at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:123)
    - <0x00000006c01034b8> (a java.util.concurrent.ThreadPoolExecutor$Worker)
"Service Thread" daemon prio=10 tid=0x00007f04480a5800 nid=0x280a runnable [0x0000000000000000]
"C2 CompilerThread1" daemon prio=10 tid=0x00007f04480a3800 nid=0x2809 waiting on condition [0x0000000000000000]
"C2 CompilerThread0" daemon prio=10 tid=0x00007f04480a0800 nid=0x2808 waiting on condition [0x0000000000000000]
"Signal Dispatcher" daemon prio=10 tid=0x00007f0448098800 nid=0x2807 runnable [0x0000000000000000]
"Finalizer" daemon prio=10 tid=0x00007f0448080000 nid=0x2806 in Object.wait() [0x00007f043e84d000]
    - locked <0x00000006c004f900> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209)
"Reference Handler" daemon prio=10 tid=0x00007f044807e000 nid=0x2805 in Object.wait() [0x00007f043e94e000]
    at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133)
    - locked <0x00000006c011e5c8> (a java.lang.ref.Reference$Lock)
"VM Thread" prio=10 tid=0x00007f0448079800 nid=0x2802 runnable 
"GC task thread#0 (ParallelGC)" prio=10 tid=0x00007f0448021800 nid=0x27fe runnable 
"GC task thread#1 (ParallelGC)" prio=10 tid=0x00007f0448023800 nid=0x27ff runnable 
"GC task thread#2 (ParallelGC)" prio=10 tid=0x00007f0448025800 nid=0x2800 runnable 
"GC task thread#3 (ParallelGC)" prio=10 tid=0x00007f0448027000 nid=0x2801 runnable 
"VM Periodic Task Thread" prio=10 tid=0x00007f044829a000 nid=0x2813 waiting on condition 
JNI global references: 350
] [count:0]
au.com.foxsports.subscription.service.GraphTimeoutException: java.util.concurrent.TimeoutException
    at au.com.foxsports.subscription.service.SubscriptionServiceImpl.getSubscribers(SubscriptionServiceImpl.java:1029) ~[subscription-service-api-1.0.0-SNAPSHOT.jar:?]
    at au.com.foxsports.subscription.api.SubscriptionService$getSubscribers.call(Unknown Source) ~[?:?]
    at Script108.run(Script108.groovy:38) [script:?]
    at org.codehaus.groovy.jsr223.GroovyScriptEngineImpl.eval(GroovyScriptEngineImpl.java:345) [groovy-all-2.3.7-indy.jar:2.3.7]
    at org.codehaus.groovy.jsr223.GroovyCompiledScript.eval(GroovyCompiledScript.java:41) [groovy-all-2.3.7-indy.jar:2.3.7]
    at javax.script.CompiledScript.eval(CompiledScript.java:92) [?:1.7.0_60]
    at org.mule.module.scripting.component.Scriptable.runScript(Scriptable.java:287) [mule-module-scripting-3.6.1.jar:3.6.1]
    at org.mule.module.scripting.component.ScriptComponent.doInvoke(ScriptComponent.java:65) [mule-module-scripting-3.6.1.jar:3.6.1]
    at org.mule.component.AbstractComponent.invokeInternal(AbstractComponent.java:125) [mule-core-3.6.1.jar:3.6.1]
    at org.mule.component.AbstractComponent.access$000(AbstractComponent.java:59) [mule-core-3.6.1.jar:3.6.1]
    at org.mule.component.AbstractComponent$1$1.process(AbstractComponent.java:241) [mule-core-3.6.1.jar:3.6.1]
    at org.mule.execution.ExceptionToMessagingExceptionExecutionInterceptor.execute(ExceptionToMessagingExceptionExecutionInterceptor.java:24) [mule-core-3.6.1.jar:3.6.1]
    at org.mule.execution.MessageProcessorNotificationExecutionInterceptor.execute(MessageProcessorNotificationExecutionInterceptor.java:58) [mule-core-3.6.1.jar:3.6.1]
    at org.mule.execution.MessageProcessorExecutionTemplate.execute(MessageProcessorExecutionTemplate.java:44) [mule-core-3.6.1.jar:3.6.1]
    at org.mule.processor.chain.DefaultMessageProcessorChain.doProcess(DefaultMessageProcessorChain.java:94) [mule-core-3.6.1.jar:3.6.1]
    at org.mule.processor.chain.AbstractMessageProcessorChain.process(AbstractMessageProcessorChain.java:69) [mule-core-3.6.1.jar:3.6.1]
    at org.mule.processor.chain.InterceptingChainLifecycleWrapper.doProcess(InterceptingChainLifecycleWrapper.java:50) [mule-core-3.6.1.jar:3.6.1]
    at org.mule.processor.chain.InterceptingChainLifecycleWrapper.access$001(InterceptingChainLifecycleWrapper.java:22) [mule-core-3.6.1.jar:3.6.1]
    at org.mule.processor.chain.InterceptingChainLifecycleWrapper$1.process(InterceptingChainLifecycleWrapper.java:66) [mule-core-3.6.1.jar:3.6.1]
    at org.mule.processor.chain.InterceptingChainLifecycleWrapper.process(InterceptingChainLifecycleWrapper.java:61) [mule-core-3.6.1.jar:3.6.1]
    at org.mule.component.AbstractComponent.process(AbstractComponent.java:159) [mule-core-3.6.1.jar:3.6.1]
    at org.mule.processor.AbstractInterceptingMessageProcessorBase.processNext(AbstractInterceptingMessageProcessorBase.java:102) [mule-core-3.6.1.jar:3.6.1]
    at org.mule.processor.AbstractFilteringMessageProcessor.process(AbstractFilteringMessageProcessor.java:40) [mule-core-3.6.1.jar:3.6.1]
    at org.mule.interceptor.AbstractEnvelopeInterceptor.process(AbstractEnvelopeInterceptor.java:51) [mule-core-3.6.1.jar:3.6.1]
    at org.mule.processor.AsyncInterceptingMessageProcessor.processNextTimed(AsyncInterceptingMessageProcessor.java:123) [mule-core-3.6.1.jar:3.6.1]
    at org.mule.processor.AsyncInterceptingMessageProcessor$AsyncMessageProcessorWorker$1.process(AsyncInterceptingMessageProcessor.java:208) [mule-core-3.6.1.jar:3.6.1]
    at org.mule.processor.AsyncInterceptingMessageProcessor$AsyncMessageProcessorWorker$1.process(AsyncInterceptingMessageProcessor.java:201) [mule-core-3.6.1.jar:3.6.1]
    at org.mule.execution.ExecuteCallbackInterceptor.execute(ExecuteCallbackInterceptor.java:16) [mule-core-3.6.1.jar:3.6.1]
    at org.mule.execution.HandleExceptionInterceptor.execute(HandleExceptionInterceptor.java:30) [mule-core-3.6.1.jar:3.6.1]
    at org.mule.execution.HandleExceptionInterceptor.execute(HandleExceptionInterceptor.java:14) [mule-core-3.6.1.jar:3.6.1]
    at org.mule.execution.BeginAndResolveTransactionInterceptor.execute(BeginAndResolveTransactionInterceptor.java:54) [mule-core-3.6.1.jar:3.6.1]
    at org.mule.execution.ResolvePreviousTransactionInterceptor.execute(ResolvePreviousTransactionInterceptor.java:44) [mule-core-3.6.1.jar:3.6.1]
    at org.mule.execution.SuspendXaTransactionInterceptor.execute(SuspendXaTransactionInterceptor.java:50) [mule-core-3.6.1.jar:3.6.1]
    at org.mule.execution.ValidateTransactionalStateInterceptor.execute(ValidateTransactionalStateInterceptor.java:40) [mule-core-3.6.1.jar:3.6.1]
    at org.mule.execution.IsolateCurrentTransactionInterceptor.execute(IsolateCurrentTransactionInterceptor.java:41) [mule-core-3.6.1.jar:3.6.1]
    at org.mule.execution.ExternalTransactionInterceptor.execute(ExternalTransactionInterceptor.java:48) [mule-core-3.6.1.jar:3.6.1]
    at org.mule.execution.RethrowExceptionInterceptor.execute(RethrowExceptionInterceptor.java:28) [mule-core-3.6.1.jar:3.6.1]
    at org.mule.execution.RethrowExceptionInterceptor.execute(RethrowExceptionInterceptor.java:13) [mule-core-3.6.1.jar:3.6.1]
    at org.mule.execution.TransactionalErrorHandlingExecutionTemplate.execute(TransactionalErrorHandlingExecutionTemplate.java:109) [mule-core-3.6.1.jar:3.6.1]
    at org.mule.execution.TransactionalErrorHandlingExecutionTemplate.execute(TransactionalErrorHandlingExecutionTemplate.java:30) [mule-core-3.6.1.jar:3.6.1]
    at org.mule.processor.AsyncInterceptingMessageProcessor$AsyncMessageProcessorWorker.doRun(AsyncInterceptingMessageProcessor.java:200) [mule-core-3.6.1.jar:3.6.1]
    at org.mule.work.AbstractMuleEventWork.run(AbstractMuleEventWork.java:49) [mule-core-3.6.1.jar:3.6.1]
    at org.mule.work.WorkerContext.run(WorkerContext.java:286) [mule-core-3.6.1.jar:3.6.1]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [?:1.7.0_60]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [?:1.7.0_60]
    at java.lang.Thread.run(Thread.java:745) [?:1.7.0_60]
Caused by: java.util.concurrent.TimeoutException
    at java.util.concurrent.FutureTask.get(FutureTask.java:201) ~[?:1.7.0_60]
    at au.com.foxsports.subscription.service.SubscriptionServiceImpl.getSubscribers(SubscriptionServiceImpl.java:1026) ~[subscription-service-api-1.0.0-SNAPSHOT.jar:?]
    ... 60 more
sajid2045 commented 9 years ago

[2015-08-20 19:44:08,278] [[notification-distributor-service-v1.0.0-SNAPSHOT].mule-stats-notification-consume-flow.stage1.37] [WARN] [LogUtils:44] [warn] [serviceName:NotificationDistributor]=> [eventType:FindSubscribersTimeout] [topics:[/sports/cricket/series/25/teams/60002, /sports/cricket/series/25/teams/60001, /sports/cricket/series/25/matches/Test20150705]] [exception:2015-08-20 19:44:07 Full thread dump Java HotSpot(TM) 64-Bit Server VM (24.60-b09 mixed mode):

"StreamGobblerThread-7" prio=10 tid=0x00007f0438503800 nid=0x2768 runnable [0x00007f0382c87000] java.lang.Thread.State: RUNNABLE at java.io.FileInputStream.readBytes(Native Method) at java.io.FileInputStream.read(FileInputStream.java:272) at java.io.BufferedInputStream.read1(BufferedInputStream.java:273) at java.io.BufferedInputStream.read(BufferedInputStream.java:334)

tglman commented 9 years ago

Hi @sajid2045,

fixing the shutdown call this should be fixed, can i close it ?

sajid2045 commented 9 years ago

@tglman : are you talking about the tx.shutdown() call inside the client code?

sajid2045 commented 8 years ago

2.1.2 seems to have fixed it. closing