You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by foo bar <st...@gmail.com> on 2021/09/16 13:53:34 UTC

ArtemisMQ 2.18 ARTEMIS-3271 not fixed

Hello,

We are using ArtemisMQ version 2.15. We are attempting to upgrade to 2.18.
On 2.18, we generate some load with a couple of threads. We are getting the
exact same error noted here:

https://www.mail-archive.com/issues@activemq.apache.org/msg58016.html

```
[org.apache.activemq.artemis.utils.critical.CriticalMeasure] Component
org.apache.activemq.artemis.core.server.impl.QueueImpl is expired on path 0
 2021-05-15 10:00:49,258
INFO  [org.apache.activemq.artemis.core.server]
AMQ224107: The Critical Analyzer detected slow paths on the broker.  It is
recommended that you enable trace logs on
org.apache.activemq.artemis.utils.critical while you troubleshoot this
issue.
You should disable the trace logs when you have finished troubleshooting.
   2021-05-15 10:00:49,258 ERROR [org.apache.activemq.artemis.core.server]
AMQ224079: The process for the virtual machine will be killed, as component
QueueImpl[name=q_7, postOffice=PostOfficeImpl
[server=ActiveMQServerImpl::serverUUID=64e3f254-b585-11eb-8f02-000f532921b8],

temp=false]@9a33f70 is not responsive
   2021-05-15 10:00:50,429 WARN  [org.apache.activemq.artemis.core.server]
AMQ222199: Thread dump:
```

I do see a ticket here noting that the issue has been resolved in 2.18,
although we just encountered it.

https://issues.apache.org/jira/browse/ARTEMIS-3271?focusedWorklogId=597221&page=com.atlassian.jira.plugin.system.issuetabpanels%3Aworklog-tabpanel#worklog-597221

Once this happens the broker is down and needs to be restarted. Is there a
workaround for this?

Thanks

Re: ArtemisMQ 2.18 ARTEMIS-3271 not fixed

Posted by Clebert Suconic <cl...@gmail.com>.
Make sure you read the release notes.. related to epoll.

We had found the issue on monday, and I decided to not cancel the
release and publish the work around. (a new release in early Jan will
fix the epoll issue).

On Tue, Dec 21, 2021 at 12:41 PM David Martin <da...@qoritek.com> wrote:
>
> Thanks Clebert - I guess this is related to ARTEMIS-3587 so will go to 2.20
> asap.
>
>
> On Mon, 20 Dec 2021 at 20:05, Clebert Suconic <cl...@gmail.com>
> wrote:
>
> > You should try 2.20.0 that's being released now
> >
> > On Mon, Dec 20, 2021 at 10:11 AM David Martin <da...@qoritek.com> wrote:
> > >
> > > FYI found a similar issue as the OPs after upgrading from 2.16 to 2.18 -
> > > perhaps 2.18 is better at detecting slow paths, can see some related
> > > tickets in 2.17 and 2.18 release notes.
> > >
> > > Turned out to be MiB/s throttling on cloud storage - increasing the
> > > allocation increased the threshold at which throttling would occur.
> > >
> > > Possibly decreasing the page size configured in broker.xml would help
> > > reduce overall IOPS consumption in this type of deployment?
> > >
> > >
> > > Regards,
> > >
> > > Dave
> > >
> > >
> > > On Fri, 29 Oct 2021 at 23:27, Clebert Suconic <clebert.suconic@gmail.com
> > >
> > > wrote:
> > >
> > > > The critical analyzer is used to protected against dead locks.
> > > >
> > > > if you have a box that's not acting as fast for any other reason, I
> > > > suggest you turn it off. (Use Log instead of HALT on the Critical
> > > > Analyzer options).
> > > >
> > > > On Wed, Oct 27, 2021 at 11:09 AM Eric Kaplan <er...@gmail.com>
> > > > wrote:
> > > > >
> > > > > I am seeing this as well. If this is a load issue, how could I better
> > > > understand what that load is? I have a cluster of 7 machines with
> > approx 30
> > > > producers/consumers running across them. The producers produce small
> > > > messages at regular intervals (15 seconds). We are using non-durable
> > > > subscribers non-persistent topics. The hornetq data directory is on
> > nfs. I
> > > > have gotten it a few times though I can't reproduce regularly.
> > > > >
> > > > > We are moving from HornetQ (believe it or not) to Artemis 2.19 and
> > would
> > > > like to understand this issue.
> > > > >
> > > > > My log shows the following:
> > > > >
> > > > > 2021-10-24 13:04:03,320 INFO
> > > > [org.apache.activemq.artemis.integration.bootstrap] AMQ101000: Starting
> > > > ActiveMQ Artemis Server
> > > > > 2021-10-24 13:04:03,353 INFO
> > [org.apache.activemq.artemis.core.server]
> > > > AMQ221000: live Message Broker is starting with configuration Broker
> > > > Configuration
> > > >
> > (clustered=false,journalDirectory=data/journal,bindingsDirectory=data/bindings,largeMessagesDirectory=data/large-messages,pagingDirectory=data/paging)
> > > > > 2021-10-24 13:04:03,415 INFO
> > [org.apache.activemq.artemis.core.server]
> > > > AMQ221013: Using NIO Journal
> > > > > 2021-10-24 13:04:03,467 INFO
> > [org.apache.activemq.artemis.core.server]
> > > > AMQ221057: Global Max Size is being adjusted to 1/2 of the JVM max size
> > > > (-Xmx). being defined as 1,073,741,824
> > > > > 2021-10-24 13:04:03,491 INFO
> > [org.apache.activemq.artemis.core.server]
> > > > AMQ221043: Protocol module found: [artemis-server]. Adding protocol
> > support
> > > > for: CORE
> > > > > 2021-10-24 13:04:03,491 INFO
> > [org.apache.activemq.artemis.core.server]
> > > > AMQ221043: Protocol module found: [artemis-amqp-protocol]. Adding
> > protocol
> > > > support for: AMQP
> > > > > 2021-10-24 13:04:03,492 INFO
> > [org.apache.activemq.artemis.core.server]
> > > > AMQ221043: Protocol module found: [artemis-hornetq-protocol]. Adding
> > > > protocol support for: HORNETQ
> > > > > 2021-10-24 13:04:03,492 INFO
> > [org.apache.activemq.artemis.core.server]
> > > > AMQ221043: Protocol module found: [artemis-mqtt-protocol]. Adding
> > protocol
> > > > support for: MQTT
> > > > > 2021-10-24 13:04:03,492 INFO
> > [org.apache.activemq.artemis.core.server]
> > > > AMQ221043: Protocol module found: [artemis-openwire-protocol]. Adding
> > > > protocol support for: OPENWIRE
> > > > > 2021-10-24 13:04:03,492 INFO
> > [org.apache.activemq.artemis.core.server]
> > > > AMQ221043: Protocol module found: [artemis-stomp-protocol]. Adding
> > protocol
> > > > support for: STOMP
> > > > > 2021-10-24 13:04:03,536 INFO
> > [org.apache.activemq.artemis.core.server]
> > > > AMQ221034: Waiting indefinitely to obtain live lock
> > > > > 2021-10-24 13:04:03,536 INFO
> > [org.apache.activemq.artemis.core.server]
> > > > AMQ221035: Live Server Obtained live lock
> > > > > 2021-10-24 13:04:04,037 INFO
> > [org.apache.activemq.artemis.core.server]
> > > > AMQ221020: Started EPOLL Acceptor at
> > 10-234-60-76.ssnc-corp.cloud:61616 for
> > > > protocols [CORE,MQTT,AMQP,STOMP,HORNETQ,OPENWIRE]
> > > > > 2021-10-24 13:04:04,039 INFO
> > [org.apache.activemq.artemis.core.server]
> > > > AMQ221007: Server is now live
> > > > > 2021-10-24 13:04:04,040 INFO
> > [org.apache.activemq.artemis.core.server]
> > > > AMQ221001: Apache ActiveMQ Artemis Message Broker version 2.19.0
> > [armanta,
> > > > nodeID=ecbe3206-32c0-11ec-8a24-0050569966af]
> > > > > 2021-10-24 13:04:04,348 INFO
> > > > [org.apache.activemq.hawtio.branding.PluginContextListener] Initialized
> > > > activemq-branding plugin
> > > > > 2021-10-24 13:04:04,514 INFO
> > > > [org.apache.activemq.hawtio.plugin.PluginContextListener] Initialized
> > > > artemis-plugin plugin
> > > > > 2021-10-24 13:04:05,196 INFO  [io.hawt.HawtioContextListener]
> > > > Initialising hawtio services
> > > > > 2021-10-24 13:04:05,214 INFO  [io.hawt.system.ConfigManager]
> > > > Configuration will be discovered via system properties
> > > > > 2021-10-24 13:04:05,217 INFO  [io.hawt.jmx.JmxTreeWatcher] Welcome to
> > > > Hawtio 2.14.0
> > > > > 2021-10-24 13:04:05,223 INFO
> > > > [io.hawt.web.auth.AuthenticationConfiguration] Starting hawtio
> > > > authentication filter, JAAS realm: "activemq" authorized role(s):
> > "guest"
> > > > role principal classes:
> > > > "org.apache.activemq.artemis.spi.core.security.jaas.RolePrincipal"
> > > > > 2021-10-24 13:04:05,229 INFO  [io.hawt.web.auth.LoginRedirectFilter]
> > > > Hawtio loginRedirectFilter is using 1800 sec. HttpSession timeout
> > > > > 2021-10-24 13:04:05,242 INFO  [io.hawt.web.proxy.ProxyServlet] Proxy
> > > > servlet is disabled
> > > > > 2021-10-24 13:04:05,247 INFO
> > > > [io.hawt.web.servlets.JolokiaConfiguredAgentServlet] Jolokia overridden
> > > > property: [key=policyLocation,
> > > >
> > value=file:/shared_dir/awa_install/awa/awa_3.0.13.4dev.597331/jms/artemis/instance/etc/jolokia-access.xml]
> > > > > 2021-10-24 13:04:05,340 INFO  [org.apache.activemq.artemis]
> > AMQ241001:
> > > > HTTP Server started at http://localhost:8161
> > > > > 2021-10-24 13:04:05,340 INFO  [org.apache.activemq.artemis]
> > AMQ241002:
> > > > Artemis Jolokia REST API available at
> > > > http://localhost:8161/console/jolokia
> > > > > 2021-10-24 13:04:05,340 INFO  [org.apache.activemq.artemis]
> > AMQ241004:
> > > > Artemis Console available at http://localhost:8161/console
> > > > > 2021-10-24 13:14:03,338 WARN
> > > > [org.apache.activemq.artemis.utils.critical.CriticalMeasure] Component
> > > > org.apache.activemq.artemis.core.server.impl.QueueImpl is expired on
> > path 2
> > > > > 2021-10-24 13:14:03,339 INFO
> > [org.apache.activemq.artemis.core.server]
> > > > AMQ224107: The Critical Analyzer detected slow paths on the broker.
> > It is
> > > > recommended that you enable trace logs on
> > > > org.apache.activemq.artemis.utils.critical while you troubleshoot this
> > > > issue. You should disable the trace logs when you have finished
> > > > troubleshooting.
> > > > > 2021-10-24 13:14:03,339 ERROR
> > [org.apache.activemq.artemis.core.server]
> > > > AMQ224079: The process for the virtual machine will be killed, as
> > component
> > > > QueueImpl[name=d28a82eb-8a73-4148-bcb3-008abad893b5,
> > > > postOffice=PostOfficeImpl [server=ActiveMQServerImpl::name=armanta],
> > > > temp=true]@71707b9b is not responsive
> > > > > 2021-10-24 13:14:03,376 WARN
> > [org.apache.activemq.artemis.core.server]
> > > > AMQ222199: Thread dump:
> > > >
> > *******************************************************************************
> > > > > Complete Thread dump
> > > > > "Thread-40 (activemq-netty-threads)" Id=117 RUNNABLE (in native)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > > >         at
> > > >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > > >         at
> > > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > > >         at
> > > >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > > >         at
> > > >
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-39 (activemq-netty-threads)" Id=116 RUNNABLE
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > > >         at
> > > >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > > >         at
> > > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > > >         at
> > > >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > > >         at
> > > >
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-38 (activemq-netty-threads)" Id=115 RUNNABLE
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > > >         at
> > > >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > > >         at
> > > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > > >         at
> > > >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > > >         at
> > > >
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-37 (activemq-netty-threads)" Id=114 RUNNABLE
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > > >         at
> > > >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > > >         at
> > > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > > >         at
> > > >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > > >         at
> > > >
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-36 (activemq-netty-threads)" Id=113 RUNNABLE
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > > >         at
> > > >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > > >         at
> > > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > > >         at
> > > >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > > >         at
> > > >
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-35 (activemq-netty-threads)" Id=112 RUNNABLE
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > > >         at
> > > >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > > >         at
> > > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > > >         at
> > > >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > > >         at
> > > >
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-34 (activemq-netty-threads)" Id=111 RUNNABLE (in native)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > > >         at
> > > >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > > >         at
> > > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > > >         at
> > > >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > > >         at
> > > >
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-33 (activemq-netty-threads)" Id=110 RUNNABLE (in native)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > > >         at
> > > >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > > >         at
> > > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > > >         at
> > > >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > > >         at
> > > >
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-32 (activemq-netty-threads)" Id=109 RUNNABLE
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > > >         at
> > > >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > > >         at
> > > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > > >         at
> > > >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > > >         at
> > > >
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-31 (activemq-netty-threads)" Id=108 RUNNABLE (in native)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > > >         at
> > > >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > > >         at
> > > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > > >         at
> > > >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > > >         at
> > > >
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-30 (activemq-netty-threads)" Id=107 RUNNABLE
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > > >         at
> > > >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > > >         at
> > > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > > >         at
> > > >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > > >         at
> > > >
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-29 (activemq-netty-threads)" Id=106 RUNNABLE (in native)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > > >         at
> > > >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > > >         at
> > > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > > >         at
> > > >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > > >         at
> > > >
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-28 (activemq-netty-threads)" Id=105 RUNNABLE (in native)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > > >         at
> > > >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > > >         at
> > > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > > >         at
> > > >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > > >         at
> > > >
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-27 (activemq-netty-threads)" Id=104 RUNNABLE
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > > >         at
> > > >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > > >         at
> > > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > > >         at
> > > >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > > >         at
> > > >
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-26 (activemq-netty-threads)" Id=103 RUNNABLE
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > > >         at
> > > >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > > >         at
> > > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > > >         at
> > > >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > > >         at
> > > >
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-25 (activemq-netty-threads)" Id=102 RUNNABLE (in native)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > > >         at
> > > >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > > >         at
> > > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > > >         at
> > > >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > > >         at
> > > >
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-24 (activemq-netty-threads)" Id=101 RUNNABLE (in native)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > > >         at
> > > >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > > >         at
> > > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > > >         at
> > > >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > > >         at
> > > >
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-23 (activemq-netty-threads)" Id=100 RUNNABLE
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > > >         at
> > > >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > > >         at
> > > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > > >         at
> > > >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > > >         at
> > > >
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-22 (activemq-netty-threads)" Id=99 RUNNABLE (in native)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > > >         at
> > > >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > > >         at
> > > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > > >         at
> > > >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > > >         at
> > > >
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-21 (activemq-netty-threads)" Id=98 RUNNABLE
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > > >         at
> > > >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > > >         at
> > > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > > >         at
> > > >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > > >         at
> > > >
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-20 (activemq-netty-threads)" Id=97 RUNNABLE
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > > >         at
> > > >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > > >         at
> > > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > > >         at
> > > >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > > >         at
> > > >
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-19 (activemq-netty-threads)" Id=96 RUNNABLE
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > > >         at
> > > >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > > >         at
> > > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > > >         at
> > > >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > > >         at
> > > >
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-18 (activemq-netty-threads)" Id=95 RUNNABLE
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > > >         at
> > > >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > > >         at
> > > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > > >         at
> > > >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > > >         at
> > > >
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-17 (activemq-netty-threads)" Id=94 RUNNABLE (in native)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > > >         at
> > > >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > > >         at
> > > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > > >         at
> > > >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > > >         at
> > > >
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-16 (activemq-netty-threads)" Id=93 RUNNABLE
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > > >         at
> > > >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > > >         at
> > > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > > >         at
> > > >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > > >         at
> > > >
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-15 (activemq-netty-threads)" Id=92 RUNNABLE
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > > >         at
> > > >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > > >         at
> > > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > > >         at
> > > >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > > >         at
> > > >
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-25
> > > >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> > )"
> > > > Id=91 RUNNABLE
> > > > >         at sun.misc.Unsafe.park(Native Method)
> > > > >         at
> > > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > > >         at
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > > >         at
> > > >
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-26
> > > >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> > )"
> > > > Id=90 TIMED_WAITING on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at sun.misc.Unsafe.park(Native Method)
> > > > >         -  waiting on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at
> > > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > > >         at
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > > >         at
> > > >
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-28
> > > >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> > )"
> > > > Id=88 TIMED_WAITING on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at sun.misc.Unsafe.park(Native Method)
> > > > >         -  waiting on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at
> > > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > > >         at
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > > >         at
> > > >
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-29
> > > >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> > )"
> > > > Id=89 TIMED_WAITING on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at sun.misc.Unsafe.park(Native Method)
> > > > >         -  waiting on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at
> > > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > > >         at
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > > >         at
> > > >
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-27
> > > >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> > )"
> > > > Id=87 TIMED_WAITING on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at sun.misc.Unsafe.park(Native Method)
> > > > >         -  waiting on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at
> > > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > > >         at
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > > >         at
> > > >
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-24
> > > >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> > )"
> > > > Id=86 TIMED_WAITING on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at sun.misc.Unsafe.park(Native Method)
> > > > >         -  waiting on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at
> > > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > > >         at
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > > >         at
> > > >
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-20
> > > >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> > )"
> > > > Id=85 TIMED_WAITING on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at sun.misc.Unsafe.park(Native Method)
> > > > >         -  waiting on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at
> > > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > > >         at
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > > >         at
> > > >
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-23
> > > >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> > )"
> > > > Id=84 TIMED_WAITING on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at sun.misc.Unsafe.park(Native Method)
> > > > >         -  waiting on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at
> > > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > > >         at
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > > >         at
> > > >
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-22
> > > >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> > )"
> > > > Id=83 TIMED_WAITING on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at sun.misc.Unsafe.park(Native Method)
> > > > >         -  waiting on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at
> > > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > > >         at
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > > >         at
> > > >
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-21
> > > >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> > )"
> > > > Id=82 TIMED_WAITING on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at sun.misc.Unsafe.park(Native Method)
> > > > >         -  waiting on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at
> > > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > > >         at
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > > >         at
> > > >
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-15
> > > >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> > )"
> > > > Id=81 TIMED_WAITING on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at sun.misc.Unsafe.park(Native Method)
> > > > >         -  waiting on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at
> > > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > > >         at
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > > >         at
> > > >
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-16
> > > >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> > )"
> > > > Id=80 TIMED_WAITING on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at sun.misc.Unsafe.park(Native Method)
> > > > >         -  waiting on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at
> > > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > > >         at
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > > >         at
> > > >
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-19
> > > >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> > )"
> > > > Id=79 TIMED_WAITING on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at sun.misc.Unsafe.park(Native Method)
> > > > >         -  waiting on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at
> > > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > > >         at
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > > >         at
> > > >
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-18
> > > >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> > )"
> > > > Id=78 TIMED_WAITING on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at sun.misc.Unsafe.park(Native Method)
> > > > >         -  waiting on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at
> > > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > > >         at
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > > >         at
> > > >
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-17
> > > >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> > )"
> > > > Id=77 TIMED_WAITING on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at sun.misc.Unsafe.park(Native Method)
> > > > >         -  waiting on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at
> > > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > > >         at
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > > >         at
> > > >
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-14
> > > >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> > )"
> > > > Id=76 TIMED_WAITING on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at sun.misc.Unsafe.park(Native Method)
> > > > >         -  waiting on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at
> > > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > > >         at
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > > >         at
> > > >
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-13
> > > >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> > )"
> > > > Id=75 TIMED_WAITING on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at sun.misc.Unsafe.park(Native Method)
> > > > >         -  waiting on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at
> > > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > > >         at
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > > >         at
> > > >
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-12
> > > >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> > )"
> > > > Id=74 TIMED_WAITING on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at sun.misc.Unsafe.park(Native Method)
> > > > >         -  waiting on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at
> > > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > > >         at
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > > >         at
> > > >
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-14 (activemq-netty-threads)" Id=73 RUNNABLE
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > > >         at
> > > >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > > >         at
> > > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > > >         at
> > > >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > > >         at
> > > >
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-13 (activemq-netty-threads)" Id=72 RUNNABLE
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > > >         at
> > > >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > > >         at
> > > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > > >         at
> > > >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > > >         at
> > > >
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-11
> > > >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> > )"
> > > > Id=71 TIMED_WAITING on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at sun.misc.Unsafe.park(Native Method)
> > > > >         -  waiting on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at
> > > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > > >         at
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > > >         at
> > > >
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-10
> > > >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> > )"
> > > > Id=70 TIMED_WAITING on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at sun.misc.Unsafe.park(Native Method)
> > > > >         -  waiting on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at
> > > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > > >         at
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > > >         at
> > > >
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-9
> > > >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> > )"
> > > > Id=69 TIMED_WAITING on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at sun.misc.Unsafe.park(Native Method)
> > > > >         -  waiting on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at
> > > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > > >         at
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > > >         at
> > > >
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-8
> > > >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> > )"
> > > > Id=68 TIMED_WAITING on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at sun.misc.Unsafe.park(Native Method)
> > > > >         -  waiting on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at
> > > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > > >         at
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > > >         at
> > > >
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-12 (activemq-netty-threads)" Id=67 RUNNABLE
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > > >         at
> > > >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > > >         at
> > > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > > >         at
> > > >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > > >         at
> > > >
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-11 (activemq-netty-threads)" Id=66 RUNNABLE
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > > >         at
> > > >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > > >         at
> > > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > > >         at
> > > >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > > >         at
> > > >
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-10 (activemq-netty-threads)" Id=65 RUNNABLE (in native)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > > >         at
> > > >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > > >         at
> > > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > > >         at
> > > >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > > >         at
> > > >
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-7
> > > >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> > )"
> > > > Id=64 TIMED_WAITING on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at sun.misc.Unsafe.park(Native Method)
> > > > >         -  waiting on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at
> > > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > > >         at
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > > >         at
> > > >
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-9 (activemq-netty-threads)" Id=63 RUNNABLE (in native)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > > >         at
> > > >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > > >         at
> > > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > > >         at
> > > >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > > >         at
> > > >
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-6
> > > >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> > )"
> > > > Id=62 TIMED_WAITING on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at sun.misc.Unsafe.park(Native Method)
> > > > >         -  waiting on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at
> > > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > > >         at
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > > >         at
> > > >
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-5
> > > >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> > )"
> > > > Id=61 TIMED_WAITING on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at sun.misc.Unsafe.park(Native Method)
> > > > >         -  waiting on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at
> > > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > > >         at
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > > >         at
> > > >
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-4
> > > >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> > )"
> > > > Id=60 TIMED_WAITING on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at sun.misc.Unsafe.park(Native Method)
> > > > >         -  waiting on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at
> > > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > > >         at
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > > >         at
> > > >
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-8 (activemq-netty-threads)" Id=59 RUNNABLE (in native)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > > >         at
> > > >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > > >         at
> > > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > > >         at
> > > >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > > >         at
> > > >
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-7 (activemq-netty-threads)" Id=58 RUNNABLE (in native)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > > >         at
> > > >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > > >         at
> > > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > > >         at
> > > >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > > >         at
> > > >
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-6 (activemq-netty-threads)" Id=57 RUNNABLE
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > > >         at
> > > >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > > >         at
> > > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > > >         at
> > > >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > > >         at
> > > >
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-5 (activemq-netty-threads)" Id=56 RUNNABLE (in native)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > > >         at
> > > >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > > >         at
> > > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > > >         at
> > > >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > > >         at
> > > >
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-4 (activemq-netty-threads)" Id=55 RUNNABLE (in native)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > > >         at
> > > >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > > >         at
> > > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > > >         at
> > > >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > > >         at
> > > >
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-3
> > > >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> > )"
> > > > Id=53 TIMED_WAITING on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at sun.misc.Unsafe.park(Native Method)
> > > > >         -  waiting on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at
> > > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > > >         at
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > > >         at
> > > >
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-3 (activemq-netty-threads)" Id=52 RUNNABLE (in native)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > > >         at
> > > >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > > >         at
> > > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > > >         at
> > > >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > > >         at
> > > >
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-2
> > > >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> > )"
> > > > Id=49 TIMED_WAITING on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at sun.misc.Unsafe.park(Native Method)
> > > > >         -  waiting on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at
> > > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > > >         at
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > > >         at
> > > >
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-1
> > > >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> > )"
> > > > Id=48 TIMED_WAITING on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at sun.misc.Unsafe.park(Native Method)
> > > > >         -  waiting on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at
> > > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > > >         at
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > > >         at
> > > >
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-0
> > > >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> > )"
> > > > Id=47 TIMED_WAITING on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at sun.misc.Unsafe.park(Native Method)
> > > > >         -  waiting on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > > >         at
> > > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > > >         at
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > > >         at
> > > >
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-2 (activemq-netty-threads)" Id=46 RUNNABLE (in native)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > > >         at
> > > >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > > >         at
> > > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > > >         at
> > > >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > > >         at
> > > >
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-1 (activemq-netty-threads)" Id=45 RUNNABLE (in native)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > > >         at
> > > >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > > >         at
> > > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > > >         at
> > > >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > > >         at
> > > >
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "DestroyJavaVM" Id=44 RUNNABLE
> > > > >
> > > > >
> > > > > "qtp553759818-43-acceptor-1@500b3746-ServerConnector
> > @5c153b9e{HTTP/1.1,
> > > > (http/1.1)}{localhost:8161}" Id=43 RUNNABLE (in native)
> > > > >         at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
> > > > >         at sun.nio.ch
> > > > .ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:421)
> > > > >         at sun.nio.ch
> > > > .ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:249)
> > > > >         -  locked java.lang.Object@4cd49917
> > > > >         at
> > > >
> > org.eclipse.jetty.server.ServerConnector.accept(ServerConnector.java:388)
> > > > >         at
> > > >
> > org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:702)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> > > > >         at java.lang.Thread.run(Thread.java:748)
> > > > >
> > > > >
> > > > > "qtp553759818-42-acceptor-0@7c31424f-ServerConnector
> > @5c153b9e{HTTP/1.1,
> > > > (http/1.1)}{localhost:8161}" Id=42 BLOCKED on java.lang.Object@4cd49917
> > > > owned by "qtp553759818-43-acceptor-1@500b3746-ServerConnector
> > @5c153b9e{HTTP/1.1,
> > > > (http/1.1)}{localhost:8161}" Id=43
> > > > >         at sun.nio.ch
> > > > .ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:233)
> > > > >         -  blocked on java.lang.Object@4cd49917
> > > > >         at
> > > >
> > org.eclipse.jetty.server.ServerConnector.accept(ServerConnector.java:388)
> > > > >         at
> > > >
> > org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:702)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> > > > >         at java.lang.Thread.run(Thread.java:748)
> > > > >
> > > > >
> > > > > "Session-HouseKeeper-7e985ce9-1" Id=41 TIMED_WAITING on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@f7edaeb
> > > > >         at sun.misc.Unsafe.park(Native Method)
> > > > >         -  waiting on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@f7edaeb
> > > > >         at
> > > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > > >         at
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > > >         at
> > > >
> > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
> > > > >         at
> > > >
> > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > > >         at java.lang.Thread.run(Thread.java:748)
> > > > >
> > > > >
> > > > > "qtp553759818-40" Id=40 RUNNABLE (in native)
> > > > >         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
> > > > >         at
> > sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
> > > > >         at
> > > > sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
> > > > >         at
> > sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
> > > > >         -  locked sun.nio.ch.Util$3@34ca9ca7
> > > > >         -  locked java.util.Collections$UnmodifiableSet@5ea57eb1
> > > > >         -  locked sun.nio.ch.EPollSelectorImpl@36514853
> > > > >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
> > > > >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
> > > > >         at org.eclipse.jetty.io
> > > > .ManagedSelector.nioSelect(ManagedSelector.java:183)
> > > > >         at org.eclipse.jetty.io
> > > > .ManagedSelector.select(ManagedSelector.java:190)
> > > > >         at org.eclipse.jetty.io
> > > > .ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
> > > > >         at org.eclipse.jetty.io
> > > > .ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
> > > > >         at org.eclipse.jetty.io
> > .ManagedSelector$$Lambda$113/968957548.run(Unknown
> > > > Source)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> > > > >         at java.lang.Thread.run(Thread.java:748)
> > > > >
> > > > >
> > > > > "qtp553759818-39" Id=39 RUNNABLE (in native)
> > > > >         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
> > > > >         at
> > sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
> > > > >         at
> > > > sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
> > > > >         at
> > sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
> > > > >         -  locked sun.nio.ch.Util$3@4f0175f0
> > > > >         -  locked java.util.Collections$UnmodifiableSet@2fcef713
> > > > >         -  locked sun.nio.ch.EPollSelectorImpl@5aeb44ad
> > > > >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
> > > > >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
> > > > >         at org.eclipse.jetty.io
> > > > .ManagedSelector.nioSelect(ManagedSelector.java:183)
> > > > >         at org.eclipse.jetty.io
> > > > .ManagedSelector.select(ManagedSelector.java:190)
> > > > >         at org.eclipse.jetty.io
> > > > .ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
> > > > >         at org.eclipse.jetty.io
> > > > .ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
> > > > >         at org.eclipse.jetty.io
> > .ManagedSelector$$Lambda$113/968957548.run(Unknown
> > > > Source)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> > > > >         at java.lang.Thread.run(Thread.java:748)
> > > > >
> > > > >
> > > > > "qtp553759818-38" Id=38 RUNNABLE (in native)
> > > > >         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
> > > > >         at
> > sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
> > > > >         at
> > > > sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
> > > > >         at
> > sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
> > > > >         -  locked sun.nio.ch.Util$3@66c49c73
> > > > >         -  locked java.util.Collections$UnmodifiableSet@222edbae
> > > > >         -  locked sun.nio.ch.EPollSelectorImpl@7a80d697
> > > > >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
> > > > >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
> > > > >         at org.eclipse.jetty.io
> > > > .ManagedSelector.nioSelect(ManagedSelector.java:183)
> > > > >         at org.eclipse.jetty.io
> > > > .ManagedSelector.select(ManagedSelector.java:190)
> > > > >         at org.eclipse.jetty.io
> > > > .ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
> > > > >         at org.eclipse.jetty.io
> > > > .ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
> > > > >         at org.eclipse.jetty.io
> > .ManagedSelector$$Lambda$113/968957548.run(Unknown
> > > > Source)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> > > > >         at java.lang.Thread.run(Thread.java:748)
> > > > >
> > > > >
> > > > > "qtp553759818-37" Id=37 RUNNABLE (in native)
> > > > >         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
> > > > >         at
> > sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
> > > > >         at
> > > > sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
> > > > >         at
> > sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
> > > > >         -  locked sun.nio.ch.Util$3@7ace3b46
> > > > >         -  locked java.util.Collections$UnmodifiableSet@382b0768
> > > > >         -  locked sun.nio.ch.EPollSelectorImpl@6c0c5868
> > > > >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
> > > > >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
> > > > >         at org.eclipse.jetty.io
> > > > .ManagedSelector.nioSelect(ManagedSelector.java:183)
> > > > >         at org.eclipse.jetty.io
> > > > .ManagedSelector.select(ManagedSelector.java:190)
> > > > >         at org.eclipse.jetty.io
> > > > .ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
> > > > >         at org.eclipse.jetty.io
> > > > .ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
> > > > >         at org.eclipse.jetty.io
> > .ManagedSelector$$Lambda$113/968957548.run(Unknown
> > > > Source)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> > > > >         at java.lang.Thread.run(Thread.java:748)
> > > > >
> > > > >
> > > > > "qtp553759818-36" Id=36 RUNNABLE (in native)
> > > > >         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
> > > > >         at
> > sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
> > > > >         at
> > > > sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
> > > > >         at
> > sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
> > > > >         -  locked sun.nio.ch.Util$3@10441f10
> > > > >         -  locked java.util.Collections$UnmodifiableSet@1bdb1255
> > > > >         -  locked sun.nio.ch.EPollSelectorImpl@7bab4601
> > > > >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
> > > > >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
> > > > >         at org.eclipse.jetty.io
> > > > .ManagedSelector.nioSelect(ManagedSelector.java:183)
> > > > >         at org.eclipse.jetty.io
> > > > .ManagedSelector.select(ManagedSelector.java:190)
> > > > >         at org.eclipse.jetty.io
> > > > .ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
> > > > >         at org.eclipse.jetty.io
> > > > .ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
> > > > >         at org.eclipse.jetty.io
> > .ManagedSelector$$Lambda$113/968957548.run(Unknown
> > > > Source)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> > > > >         at java.lang.Thread.run(Thread.java:748)
> > > > >
> > > > >
> > > > > "qtp553759818-35" Id=35 RUNNABLE (in native)
> > > > >         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
> > > > >         at
> > sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
> > > > >         at
> > > > sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
> > > > >         at
> > sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
> > > > >         -  locked sun.nio.ch.Util$3@75ea9e04
> > > > >         -  locked java.util.Collections$UnmodifiableSet@45e6a336
> > > > >         -  locked sun.nio.ch.EPollSelectorImpl@66c5865
> > > > >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
> > > > >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
> > > > >         at org.eclipse.jetty.io
> > > > .ManagedSelector.nioSelect(ManagedSelector.java:183)
> > > > >         at org.eclipse.jetty.io
> > > > .ManagedSelector.select(ManagedSelector.java:190)
> > > > >         at org.eclipse.jetty.io
> > > > .ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
> > > > >         at org.eclipse.jetty.io
> > > > .ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
> > > > >         at org.eclipse.jetty.io
> > .ManagedSelector$$Lambda$113/968957548.run(Unknown
> > > > Source)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> > > > >         at java.lang.Thread.run(Thread.java:748)
> > > > >
> > > > >
> > > > > "qtp553759818-34" Id=34 RUNNABLE (in native)
> > > > >         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
> > > > >         at
> > sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
> > > > >         at
> > > > sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
> > > > >         at
> > sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
> > > > >         -  locked sun.nio.ch.Util$3@27d69de7
> > > > >         -  locked java.util.Collections$UnmodifiableSet@66d2da7
> > > > >         -  locked sun.nio.ch.EPollSelectorImpl@76e2c14f
> > > > >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
> > > > >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
> > > > >         at org.eclipse.jetty.io
> > > > .ManagedSelector.nioSelect(ManagedSelector.java:183)
> > > > >         at org.eclipse.jetty.io
> > > > .ManagedSelector.select(ManagedSelector.java:190)
> > > > >         at org.eclipse.jetty.io
> > > > .ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
> > > > >         at org.eclipse.jetty.io
> > > > .ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
> > > > >         at org.eclipse.jetty.io
> > .ManagedSelector$$Lambda$113/968957548.run(Unknown
> > > > Source)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> > > > >         at java.lang.Thread.run(Thread.java:748)
> > > > >
> > > > >
> > > > > "qtp553759818-33" Id=33 RUNNABLE (in native)
> > > > >         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
> > > > >         at
> > sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
> > > > >         at
> > > > sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
> > > > >         at
> > sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
> > > > >         -  locked sun.nio.ch.Util$3@12a91086
> > > > >         -  locked java.util.Collections$UnmodifiableSet@1839e91
> > > > >         -  locked sun.nio.ch.EPollSelectorImpl@6eec9b13
> > > > >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
> > > > >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
> > > > >         at org.eclipse.jetty.io
> > > > .ManagedSelector.nioSelect(ManagedSelector.java:183)
> > > > >         at org.eclipse.jetty.io
> > > > .ManagedSelector.select(ManagedSelector.java:190)
> > > > >         at org.eclipse.jetty.io
> > > > .ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
> > > > >         at org.eclipse.jetty.io
> > > > .ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
> > > > >         at org.eclipse.jetty.io
> > .ManagedSelector$$Lambda$113/968957548.run(Unknown
> > > > Source)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> > > > >         at
> > > >
> > org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> > > > >         at java.lang.Thread.run(Thread.java:748)
> > > > >
> > > > >
> > > > > "Thread-0 (activemq-netty-threads)" Id=32 RUNNABLE (in native)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > > >         at
> > > >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > > >         at
> > > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > > >         at
> > > >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > > >         at
> > > >
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-4 (ActiveMQ-scheduled-threads)" Id=31 WAITING on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
> > > > >         at sun.misc.Unsafe.park(Native Method)
> > > > >         -  waiting on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
> > > > >         at
> > > > java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
> > > > >         at
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
> > > > >         at
> > > >
> > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
> > > > >         at
> > > >
> > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-3 (ActiveMQ-scheduled-threads)" Id=30 TIMED_WAITING on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
> > > > >         at sun.misc.Unsafe.park(Native Method)
> > > > >         -  waiting on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
> > > > >         at
> > > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > > >         at
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > > >         at
> > > >
> > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
> > > > >         at
> > > >
> > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-2 (ActiveMQ-scheduled-threads)" Id=29 WAITING on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
> > > > >         at sun.misc.Unsafe.park(Native Method)
> > > > >         -  waiting on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
> > > > >         at
> > > > java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
> > > > >         at
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
> > > > >         at
> > > >
> > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
> > > > >         at
> > > >
> > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "activemq-failure-check-thread" Id=28 TIMED_WAITING on
> > > > java.util.concurrent.CountDownLatch$Sync@5493cb52
> > > > >         at sun.misc.Unsafe.park(Native Method)
> > > > >         -  waiting on
> > java.util.concurrent.CountDownLatch$Sync@5493cb52
> > > > >         at
> > > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > > >         at
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
> > > > >         at
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
> > > > >         at
> > > > java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl$FailureCheckAndFlushThread.run(RemotingServiceImpl.java:787)
> > > > >
> > > > >
> > > > > "Thread-1 (ActiveMQ-scheduled-threads)" Id=25 WAITING on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
> > > > >         at sun.misc.Unsafe.park(Native Method)
> > > > >         -  waiting on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
> > > > >         at
> > > > java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
> > > > >         at
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
> > > > >         at
> > > >
> > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
> > > > >         at
> > > >
> > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "Thread-0 (ActiveMQ-scheduled-threads)" Id=24 WAITING on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
> > > > >         at sun.misc.Unsafe.park(Native Method)
> > > > >         -  waiting on
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
> > > > >         at
> > > > java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
> > > > >         at
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
> > > > >         at
> > > >
> > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
> > > > >         at
> > > >
> > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >
> > > > > "activemq-buffer-timeout" Id=23 WAITING on
> > > > java.util.concurrent.Semaphore$NonfairSync@4979a047
> > > > >         at sun.misc.Unsafe.park(Native Method)
> > > > >         -  waiting on
> > java.util.concurrent.Semaphore$NonfairSync@4979a047
> > > > >         at
> > > > java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
> > > > >         at
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:836)
> > > > >         at
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:997)
> > > > >         at
> > > >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1304)
> > > > >         at java.util.concurrent.Semaphore.acquire(Semaphore.java:312)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.core.io.buffer.TimedBuffer$CheckTimer.run(TimedBuffer.java:479)
> > > > >         at java.lang.Thread.run(Thread.java:748)
> > > > >
> > > > >
> > > > > "Thread-0 (-scheduled-threads)" Id=22 RUNNABLE
> > > > >         at sun.management.ThreadImpl.dumpThreads0(Native Method)
> > > > >         at
> > sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:496)
> > > > >         at
> > sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:484)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ThreadDumpUtil.threadDump(ThreadDumpUtil.java:47)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.threadDump(ActiveMQServerImpl.java:1140)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.lambda$initializeCriticalAnalyzer$0(ActiveMQServerImpl.java:734)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$$Lambda$35/1117519786.run(Unknown
> > > > Source)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.critical.CriticalAnalyzerImpl.fireActions(CriticalAnalyzerImpl.java:155)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.critical.CriticalAnalyzerImpl.check(CriticalAnalyzerImpl.java:140)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.critical.CriticalAnalyzerImpl$1.run(CriticalAnalyzerImpl.java:53)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent.runForExecutor(ActiveMQScheduledComponent.java:313)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent.bookedRunForScheduler(ActiveMQScheduledComponent.java:328)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent.runForScheduler(ActiveMQScheduledComponent.java:339)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent.lambda$start$0(ActiveMQScheduledComponent.java:166)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent$$Lambda$34/341138954.run(Unknown
> > > > Source)
> > > > >         at
> > > > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> > > > >         at
> > > > java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
> > > > >         at
> > > >
> > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
> > > > >         at
> > > >
> > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> > > > >         at
> > > >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > > >         at
> > > >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > > >
> > > > >         Number of locked synchronizers = 1
> > > > >         - java.util.concurrent.ThreadPoolExecutor$Worker@3d5c822d
> > > > >
> > > > >
> > > > > "ActiveMQ Artemis Server Shutdown Timer" Id=20 TIMED_WAITING on
> > > > java.util.TaskQueue@43c78e78
> > > > >         at java.lang.Object.wait(Native Method)
> > > > >         -  waiting on java.util.TaskQueue@43c78e78
> > > > >         at java.util.TimerThread.mainLoop(Timer.java:552)
> > > > >         at java.util.TimerThread.run(Timer.java:505)
> > > > >
> > > > >
> > > > > "Signal Dispatcher" Id=5 RUNNABLE
> > > > >
> > > > >
> > > > > "Finalizer" Id=3 WAITING on
> > java.lang.ref.ReferenceQueue$Lock@6bb24c2f
> > > > >         at java.lang.Object.wait(Native Method)
> > > > >         -  waiting on java.lang.ref.ReferenceQueue$Lock@6bb24c2f
> > > > >         at
> > java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
> > > > >         at
> > java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
> > > > >         at
> > > > java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:216)
> > > > >
> > > > >
> > > > > "Reference Handler" Id=2 WAITING on
> > java.lang.ref.Reference$Lock@21b1c350
> > > > >         at java.lang.Object.wait(Native Method)
> > > > >         -  waiting on java.lang.ref.Reference$Lock@21b1c350
> > > > >         at java.lang.Object.wait(Object.java:502)
> > > > >         at
> > java.lang.ref.Reference.tryHandlePending(Reference.java:191)
> > > > >         at
> > > > java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)
> > > > >
> > > > >
> > > > >
> > > >
> > ===============================================================================
> > > > > End Thread dump
> > > > >
> > > >
> > *******************************************************************************
> > > > >
> > > > >
> > > > >
> > > > > On 2021/09/16 14:46:19, Justin Bertram <jb...@apache.org> wrote:
> > > > > > I think perhaps you've misunderstood the issue reported via
> > > > ARTEMIS-3271
> > > > > > [1]. The issue was that the critical analyzer [2] would sometimes
> > > > report
> > > > > > false positives. The fix eliminated the false positives, but it
> > didn't
> > > > > > eliminate *all* reports. You may be hitting an actual issue. In
> > order
> > > > to
> > > > > > investigate further you need to provide the thread dump logged by
> > the
> > > > > > critical analyzer.
> > > > > >
> > > > > > For what it's worth, you can configure the critical analyzer to
> > just
> > > > log
> > > > > > the issue and not shutdown the broker. The documentation [2] has
> > the
> > > > > > configuration details.
> > > > > >
> > > > > >
> > > > > > Justin
> > > > > >
> > > > > > [1] https://issues.apache.org/jira/browse/ARTEMIS-3271
> > > > > > [2]
> > > > > >
> > > >
> > https://activemq.apache.org/components/artemis/documentation/latest/critical-analysis.html
> > > > > >
> > > > > > On Thu, Sep 16, 2021 at 8:54 AM foo bar <st...@gmail.com>
> > > > wrote:
> > > > > >
> > > > > > > Hello,
> > > > > > >
> > > > > > > We are using ArtemisMQ version 2.15. We are attempting to
> > upgrade to
> > > > 2.18.
> > > > > > > On 2.18, we generate some load with a couple of threads. We are
> > > > getting the
> > > > > > > exact same error noted here:
> > > > > > >
> > > > > > >
> > > > https://www.mail-archive.com/issues@activemq.apache.org/msg58016.html
> > > > > > >
> > > > > > > ```
> > > > > > > [org.apache.activemq.artemis.utils.critical.CriticalMeasure]
> > > > Component
> > > > > > > org.apache.activemq.artemis.core.server.impl.QueueImpl is
> > expired on
> > > > path 0
> > > > > > >  2021-05-15 10:00:49,258
> > > > > > > INFO  [org.apache.activemq.artemis.core.server]
> > > > > > > AMQ224107: The Critical Analyzer detected slow paths on the
> > broker.
> > > > It is
> > > > > > > recommended that you enable trace logs on
> > > > > > > org.apache.activemq.artemis.utils.critical while you troubleshoot
> > > > this
> > > > > > > issue.
> > > > > > > You should disable the trace logs when you have finished
> > > > troubleshooting.
> > > > > > >    2021-05-15 10:00:49,258 ERROR
> > > > [org.apache.activemq.artemis.core.server]
> > > > > > > AMQ224079: The process for the virtual machine will be killed, as
> > > > component
> > > > > > > QueueImpl[name=q_7, postOffice=PostOfficeImpl
> > > > > > >
> > > > > > >
> > > >
> > [server=ActiveMQServerImpl::serverUUID=64e3f254-b585-11eb-8f02-000f532921b8],
> > > > > > >
> > > > > > > temp=false]@9a33f70 is not responsive
> > > > > > >    2021-05-15 10:00:50,429 WARN
> > > > [org.apache.activemq.artemis.core.server]
> > > > > > > AMQ222199: Thread dump:
> > > > > > > ```
> > > > > > >
> > > > > > > I do see a ticket here noting that the issue has been resolved in
> > > > 2.18,
> > > > > > > although we just encountered it.
> > > > > > >
> > > > > > >
> > > > > > >
> > > >
> > https://issues.apache.org/jira/browse/ARTEMIS-3271?focusedWorklogId=597221&page=com.atlassian.jira.plugin.system.issuetabpanels%3Aworklog-tabpanel#worklog-597221
> > > > > > >
> > > > > > > Once this happens the broker is down and needs to be restarted.
> > Is
> > > > there a
> > > > > > > workaround for this?
> > > > > > >
> > > > > > > Thanks
> > > > > > >
> > > > > >
> > > >
> > > >
> > > >
> > > > --
> > > > Clebert Suconic
> > > >
> >
> >
> >
> > --
> > Clebert Suconic
> >



-- 
Clebert Suconic

Re: ArtemisMQ 2.18 ARTEMIS-3271 not fixed

Posted by David Martin <da...@qoritek.com>.
Thanks Clebert - I guess this is related to ARTEMIS-3587 so will go to 2.20
asap.


On Mon, 20 Dec 2021 at 20:05, Clebert Suconic <cl...@gmail.com>
wrote:

> You should try 2.20.0 that's being released now
>
> On Mon, Dec 20, 2021 at 10:11 AM David Martin <da...@qoritek.com> wrote:
> >
> > FYI found a similar issue as the OPs after upgrading from 2.16 to 2.18 -
> > perhaps 2.18 is better at detecting slow paths, can see some related
> > tickets in 2.17 and 2.18 release notes.
> >
> > Turned out to be MiB/s throttling on cloud storage - increasing the
> > allocation increased the threshold at which throttling would occur.
> >
> > Possibly decreasing the page size configured in broker.xml would help
> > reduce overall IOPS consumption in this type of deployment?
> >
> >
> > Regards,
> >
> > Dave
> >
> >
> > On Fri, 29 Oct 2021 at 23:27, Clebert Suconic <clebert.suconic@gmail.com
> >
> > wrote:
> >
> > > The critical analyzer is used to protected against dead locks.
> > >
> > > if you have a box that's not acting as fast for any other reason, I
> > > suggest you turn it off. (Use Log instead of HALT on the Critical
> > > Analyzer options).
> > >
> > > On Wed, Oct 27, 2021 at 11:09 AM Eric Kaplan <er...@gmail.com>
> > > wrote:
> > > >
> > > > I am seeing this as well. If this is a load issue, how could I better
> > > understand what that load is? I have a cluster of 7 machines with
> approx 30
> > > producers/consumers running across them. The producers produce small
> > > messages at regular intervals (15 seconds). We are using non-durable
> > > subscribers non-persistent topics. The hornetq data directory is on
> nfs. I
> > > have gotten it a few times though I can't reproduce regularly.
> > > >
> > > > We are moving from HornetQ (believe it or not) to Artemis 2.19 and
> would
> > > like to understand this issue.
> > > >
> > > > My log shows the following:
> > > >
> > > > 2021-10-24 13:04:03,320 INFO
> > > [org.apache.activemq.artemis.integration.bootstrap] AMQ101000: Starting
> > > ActiveMQ Artemis Server
> > > > 2021-10-24 13:04:03,353 INFO
> [org.apache.activemq.artemis.core.server]
> > > AMQ221000: live Message Broker is starting with configuration Broker
> > > Configuration
> > >
> (clustered=false,journalDirectory=data/journal,bindingsDirectory=data/bindings,largeMessagesDirectory=data/large-messages,pagingDirectory=data/paging)
> > > > 2021-10-24 13:04:03,415 INFO
> [org.apache.activemq.artemis.core.server]
> > > AMQ221013: Using NIO Journal
> > > > 2021-10-24 13:04:03,467 INFO
> [org.apache.activemq.artemis.core.server]
> > > AMQ221057: Global Max Size is being adjusted to 1/2 of the JVM max size
> > > (-Xmx). being defined as 1,073,741,824
> > > > 2021-10-24 13:04:03,491 INFO
> [org.apache.activemq.artemis.core.server]
> > > AMQ221043: Protocol module found: [artemis-server]. Adding protocol
> support
> > > for: CORE
> > > > 2021-10-24 13:04:03,491 INFO
> [org.apache.activemq.artemis.core.server]
> > > AMQ221043: Protocol module found: [artemis-amqp-protocol]. Adding
> protocol
> > > support for: AMQP
> > > > 2021-10-24 13:04:03,492 INFO
> [org.apache.activemq.artemis.core.server]
> > > AMQ221043: Protocol module found: [artemis-hornetq-protocol]. Adding
> > > protocol support for: HORNETQ
> > > > 2021-10-24 13:04:03,492 INFO
> [org.apache.activemq.artemis.core.server]
> > > AMQ221043: Protocol module found: [artemis-mqtt-protocol]. Adding
> protocol
> > > support for: MQTT
> > > > 2021-10-24 13:04:03,492 INFO
> [org.apache.activemq.artemis.core.server]
> > > AMQ221043: Protocol module found: [artemis-openwire-protocol]. Adding
> > > protocol support for: OPENWIRE
> > > > 2021-10-24 13:04:03,492 INFO
> [org.apache.activemq.artemis.core.server]
> > > AMQ221043: Protocol module found: [artemis-stomp-protocol]. Adding
> protocol
> > > support for: STOMP
> > > > 2021-10-24 13:04:03,536 INFO
> [org.apache.activemq.artemis.core.server]
> > > AMQ221034: Waiting indefinitely to obtain live lock
> > > > 2021-10-24 13:04:03,536 INFO
> [org.apache.activemq.artemis.core.server]
> > > AMQ221035: Live Server Obtained live lock
> > > > 2021-10-24 13:04:04,037 INFO
> [org.apache.activemq.artemis.core.server]
> > > AMQ221020: Started EPOLL Acceptor at
> 10-234-60-76.ssnc-corp.cloud:61616 for
> > > protocols [CORE,MQTT,AMQP,STOMP,HORNETQ,OPENWIRE]
> > > > 2021-10-24 13:04:04,039 INFO
> [org.apache.activemq.artemis.core.server]
> > > AMQ221007: Server is now live
> > > > 2021-10-24 13:04:04,040 INFO
> [org.apache.activemq.artemis.core.server]
> > > AMQ221001: Apache ActiveMQ Artemis Message Broker version 2.19.0
> [armanta,
> > > nodeID=ecbe3206-32c0-11ec-8a24-0050569966af]
> > > > 2021-10-24 13:04:04,348 INFO
> > > [org.apache.activemq.hawtio.branding.PluginContextListener] Initialized
> > > activemq-branding plugin
> > > > 2021-10-24 13:04:04,514 INFO
> > > [org.apache.activemq.hawtio.plugin.PluginContextListener] Initialized
> > > artemis-plugin plugin
> > > > 2021-10-24 13:04:05,196 INFO  [io.hawt.HawtioContextListener]
> > > Initialising hawtio services
> > > > 2021-10-24 13:04:05,214 INFO  [io.hawt.system.ConfigManager]
> > > Configuration will be discovered via system properties
> > > > 2021-10-24 13:04:05,217 INFO  [io.hawt.jmx.JmxTreeWatcher] Welcome to
> > > Hawtio 2.14.0
> > > > 2021-10-24 13:04:05,223 INFO
> > > [io.hawt.web.auth.AuthenticationConfiguration] Starting hawtio
> > > authentication filter, JAAS realm: "activemq" authorized role(s):
> "guest"
> > > role principal classes:
> > > "org.apache.activemq.artemis.spi.core.security.jaas.RolePrincipal"
> > > > 2021-10-24 13:04:05,229 INFO  [io.hawt.web.auth.LoginRedirectFilter]
> > > Hawtio loginRedirectFilter is using 1800 sec. HttpSession timeout
> > > > 2021-10-24 13:04:05,242 INFO  [io.hawt.web.proxy.ProxyServlet] Proxy
> > > servlet is disabled
> > > > 2021-10-24 13:04:05,247 INFO
> > > [io.hawt.web.servlets.JolokiaConfiguredAgentServlet] Jolokia overridden
> > > property: [key=policyLocation,
> > >
> value=file:/shared_dir/awa_install/awa/awa_3.0.13.4dev.597331/jms/artemis/instance/etc/jolokia-access.xml]
> > > > 2021-10-24 13:04:05,340 INFO  [org.apache.activemq.artemis]
> AMQ241001:
> > > HTTP Server started at http://localhost:8161
> > > > 2021-10-24 13:04:05,340 INFO  [org.apache.activemq.artemis]
> AMQ241002:
> > > Artemis Jolokia REST API available at
> > > http://localhost:8161/console/jolokia
> > > > 2021-10-24 13:04:05,340 INFO  [org.apache.activemq.artemis]
> AMQ241004:
> > > Artemis Console available at http://localhost:8161/console
> > > > 2021-10-24 13:14:03,338 WARN
> > > [org.apache.activemq.artemis.utils.critical.CriticalMeasure] Component
> > > org.apache.activemq.artemis.core.server.impl.QueueImpl is expired on
> path 2
> > > > 2021-10-24 13:14:03,339 INFO
> [org.apache.activemq.artemis.core.server]
> > > AMQ224107: The Critical Analyzer detected slow paths on the broker.
> It is
> > > recommended that you enable trace logs on
> > > org.apache.activemq.artemis.utils.critical while you troubleshoot this
> > > issue. You should disable the trace logs when you have finished
> > > troubleshooting.
> > > > 2021-10-24 13:14:03,339 ERROR
> [org.apache.activemq.artemis.core.server]
> > > AMQ224079: The process for the virtual machine will be killed, as
> component
> > > QueueImpl[name=d28a82eb-8a73-4148-bcb3-008abad893b5,
> > > postOffice=PostOfficeImpl [server=ActiveMQServerImpl::name=armanta],
> > > temp=true]@71707b9b is not responsive
> > > > 2021-10-24 13:14:03,376 WARN
> [org.apache.activemq.artemis.core.server]
> > > AMQ222199: Thread dump:
> > >
> *******************************************************************************
> > > > Complete Thread dump
> > > > "Thread-40 (activemq-netty-threads)" Id=117 RUNNABLE (in native)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > >         at
> > >
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > >         at
> > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > >         at
> > >
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > >         at
> > >
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-39 (activemq-netty-threads)" Id=116 RUNNABLE
> > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > >         at
> > >
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > >         at
> > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > >         at
> > >
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > >         at
> > >
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-38 (activemq-netty-threads)" Id=115 RUNNABLE
> > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > >         at
> > >
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > >         at
> > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > >         at
> > >
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > >         at
> > >
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-37 (activemq-netty-threads)" Id=114 RUNNABLE
> > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > >         at
> > >
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > >         at
> > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > >         at
> > >
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > >         at
> > >
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-36 (activemq-netty-threads)" Id=113 RUNNABLE
> > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > >         at
> > >
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > >         at
> > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > >         at
> > >
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > >         at
> > >
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-35 (activemq-netty-threads)" Id=112 RUNNABLE
> > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > >         at
> > >
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > >         at
> > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > >         at
> > >
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > >         at
> > >
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-34 (activemq-netty-threads)" Id=111 RUNNABLE (in native)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > >         at
> > >
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > >         at
> > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > >         at
> > >
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > >         at
> > >
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-33 (activemq-netty-threads)" Id=110 RUNNABLE (in native)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > >         at
> > >
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > >         at
> > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > >         at
> > >
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > >         at
> > >
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-32 (activemq-netty-threads)" Id=109 RUNNABLE
> > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > >         at
> > >
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > >         at
> > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > >         at
> > >
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > >         at
> > >
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-31 (activemq-netty-threads)" Id=108 RUNNABLE (in native)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > >         at
> > >
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > >         at
> > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > >         at
> > >
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > >         at
> > >
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-30 (activemq-netty-threads)" Id=107 RUNNABLE
> > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > >         at
> > >
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > >         at
> > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > >         at
> > >
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > >         at
> > >
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-29 (activemq-netty-threads)" Id=106 RUNNABLE (in native)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > >         at
> > >
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > >         at
> > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > >         at
> > >
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > >         at
> > >
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-28 (activemq-netty-threads)" Id=105 RUNNABLE (in native)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > >         at
> > >
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > >         at
> > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > >         at
> > >
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > >         at
> > >
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-27 (activemq-netty-threads)" Id=104 RUNNABLE
> > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > >         at
> > >
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > >         at
> > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > >         at
> > >
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > >         at
> > >
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-26 (activemq-netty-threads)" Id=103 RUNNABLE
> > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > >         at
> > >
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > >         at
> > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > >         at
> > >
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > >         at
> > >
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-25 (activemq-netty-threads)" Id=102 RUNNABLE (in native)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > >         at
> > >
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > >         at
> > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > >         at
> > >
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > >         at
> > >
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-24 (activemq-netty-threads)" Id=101 RUNNABLE (in native)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > >         at
> > >
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > >         at
> > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > >         at
> > >
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > >         at
> > >
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-23 (activemq-netty-threads)" Id=100 RUNNABLE
> > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > >         at
> > >
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > >         at
> > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > >         at
> > >
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > >         at
> > >
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-22 (activemq-netty-threads)" Id=99 RUNNABLE (in native)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > >         at
> > >
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > >         at
> > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > >         at
> > >
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > >         at
> > >
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-21 (activemq-netty-threads)" Id=98 RUNNABLE
> > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > >         at
> > >
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > >         at
> > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > >         at
> > >
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > >         at
> > >
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-20 (activemq-netty-threads)" Id=97 RUNNABLE
> > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > >         at
> > >
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > >         at
> > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > >         at
> > >
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > >         at
> > >
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-19 (activemq-netty-threads)" Id=96 RUNNABLE
> > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > >         at
> > >
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > >         at
> > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > >         at
> > >
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > >         at
> > >
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-18 (activemq-netty-threads)" Id=95 RUNNABLE
> > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > >         at
> > >
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > >         at
> > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > >         at
> > >
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > >         at
> > >
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-17 (activemq-netty-threads)" Id=94 RUNNABLE (in native)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > >         at
> > >
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > >         at
> > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > >         at
> > >
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > >         at
> > >
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-16 (activemq-netty-threads)" Id=93 RUNNABLE
> > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > >         at
> > >
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > >         at
> > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > >         at
> > >
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > >         at
> > >
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-15 (activemq-netty-threads)" Id=92 RUNNABLE
> > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > >         at
> > >
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > >         at
> > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > >         at
> > >
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > >         at
> > >
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-25
> > >
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> )"
> > > Id=91 RUNNABLE
> > > >         at sun.misc.Unsafe.park(Native Method)
> > > >         at
> > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > >         at
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > >         at
> > >
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-26
> > >
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> )"
> > > Id=90 TIMED_WAITING on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at sun.misc.Unsafe.park(Native Method)
> > > >         -  waiting on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at
> > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > >         at
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > >         at
> > >
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-28
> > >
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> )"
> > > Id=88 TIMED_WAITING on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at sun.misc.Unsafe.park(Native Method)
> > > >         -  waiting on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at
> > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > >         at
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > >         at
> > >
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-29
> > >
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> )"
> > > Id=89 TIMED_WAITING on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at sun.misc.Unsafe.park(Native Method)
> > > >         -  waiting on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at
> > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > >         at
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > >         at
> > >
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-27
> > >
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> )"
> > > Id=87 TIMED_WAITING on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at sun.misc.Unsafe.park(Native Method)
> > > >         -  waiting on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at
> > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > >         at
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > >         at
> > >
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-24
> > >
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> )"
> > > Id=86 TIMED_WAITING on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at sun.misc.Unsafe.park(Native Method)
> > > >         -  waiting on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at
> > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > >         at
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > >         at
> > >
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-20
> > >
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> )"
> > > Id=85 TIMED_WAITING on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at sun.misc.Unsafe.park(Native Method)
> > > >         -  waiting on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at
> > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > >         at
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > >         at
> > >
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-23
> > >
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> )"
> > > Id=84 TIMED_WAITING on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at sun.misc.Unsafe.park(Native Method)
> > > >         -  waiting on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at
> > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > >         at
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > >         at
> > >
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-22
> > >
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> )"
> > > Id=83 TIMED_WAITING on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at sun.misc.Unsafe.park(Native Method)
> > > >         -  waiting on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at
> > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > >         at
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > >         at
> > >
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-21
> > >
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> )"
> > > Id=82 TIMED_WAITING on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at sun.misc.Unsafe.park(Native Method)
> > > >         -  waiting on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at
> > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > >         at
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > >         at
> > >
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-15
> > >
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> )"
> > > Id=81 TIMED_WAITING on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at sun.misc.Unsafe.park(Native Method)
> > > >         -  waiting on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at
> > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > >         at
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > >         at
> > >
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-16
> > >
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> )"
> > > Id=80 TIMED_WAITING on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at sun.misc.Unsafe.park(Native Method)
> > > >         -  waiting on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at
> > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > >         at
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > >         at
> > >
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-19
> > >
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> )"
> > > Id=79 TIMED_WAITING on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at sun.misc.Unsafe.park(Native Method)
> > > >         -  waiting on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at
> > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > >         at
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > >         at
> > >
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-18
> > >
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> )"
> > > Id=78 TIMED_WAITING on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at sun.misc.Unsafe.park(Native Method)
> > > >         -  waiting on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at
> > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > >         at
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > >         at
> > >
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-17
> > >
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> )"
> > > Id=77 TIMED_WAITING on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at sun.misc.Unsafe.park(Native Method)
> > > >         -  waiting on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at
> > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > >         at
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > >         at
> > >
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-14
> > >
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> )"
> > > Id=76 TIMED_WAITING on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at sun.misc.Unsafe.park(Native Method)
> > > >         -  waiting on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at
> > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > >         at
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > >         at
> > >
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-13
> > >
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> )"
> > > Id=75 TIMED_WAITING on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at sun.misc.Unsafe.park(Native Method)
> > > >         -  waiting on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at
> > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > >         at
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > >         at
> > >
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-12
> > >
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> )"
> > > Id=74 TIMED_WAITING on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at sun.misc.Unsafe.park(Native Method)
> > > >         -  waiting on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at
> > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > >         at
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > >         at
> > >
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-14 (activemq-netty-threads)" Id=73 RUNNABLE
> > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > >         at
> > >
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > >         at
> > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > >         at
> > >
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > >         at
> > >
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-13 (activemq-netty-threads)" Id=72 RUNNABLE
> > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > >         at
> > >
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > >         at
> > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > >         at
> > >
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > >         at
> > >
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-11
> > >
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> )"
> > > Id=71 TIMED_WAITING on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at sun.misc.Unsafe.park(Native Method)
> > > >         -  waiting on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at
> > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > >         at
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > >         at
> > >
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-10
> > >
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> )"
> > > Id=70 TIMED_WAITING on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at sun.misc.Unsafe.park(Native Method)
> > > >         -  waiting on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at
> > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > >         at
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > >         at
> > >
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-9
> > >
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> )"
> > > Id=69 TIMED_WAITING on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at sun.misc.Unsafe.park(Native Method)
> > > >         -  waiting on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at
> > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > >         at
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > >         at
> > >
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-8
> > >
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> )"
> > > Id=68 TIMED_WAITING on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at sun.misc.Unsafe.park(Native Method)
> > > >         -  waiting on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at
> > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > >         at
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > >         at
> > >
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-12 (activemq-netty-threads)" Id=67 RUNNABLE
> > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > >         at
> > >
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > >         at
> > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > >         at
> > >
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > >         at
> > >
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-11 (activemq-netty-threads)" Id=66 RUNNABLE
> > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > >         at
> > >
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > >         at
> > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > >         at
> > >
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > >         at
> > >
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-10 (activemq-netty-threads)" Id=65 RUNNABLE (in native)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > >         at
> > >
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > >         at
> > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > >         at
> > >
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > >         at
> > >
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-7
> > >
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> )"
> > > Id=64 TIMED_WAITING on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at sun.misc.Unsafe.park(Native Method)
> > > >         -  waiting on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at
> > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > >         at
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > >         at
> > >
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-9 (activemq-netty-threads)" Id=63 RUNNABLE (in native)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > >         at
> > >
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > >         at
> > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > >         at
> > >
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > >         at
> > >
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-6
> > >
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> )"
> > > Id=62 TIMED_WAITING on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at sun.misc.Unsafe.park(Native Method)
> > > >         -  waiting on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at
> > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > >         at
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > >         at
> > >
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-5
> > >
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> )"
> > > Id=61 TIMED_WAITING on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at sun.misc.Unsafe.park(Native Method)
> > > >         -  waiting on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at
> > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > >         at
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > >         at
> > >
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-4
> > >
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> )"
> > > Id=60 TIMED_WAITING on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at sun.misc.Unsafe.park(Native Method)
> > > >         -  waiting on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at
> > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > >         at
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > >         at
> > >
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-8 (activemq-netty-threads)" Id=59 RUNNABLE (in native)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > >         at
> > >
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > >         at
> > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > >         at
> > >
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > >         at
> > >
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-7 (activemq-netty-threads)" Id=58 RUNNABLE (in native)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > >         at
> > >
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > >         at
> > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > >         at
> > >
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > >         at
> > >
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-6 (activemq-netty-threads)" Id=57 RUNNABLE
> > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > >         at
> > >
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > >         at
> > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > >         at
> > >
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > >         at
> > >
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-5 (activemq-netty-threads)" Id=56 RUNNABLE (in native)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > >         at
> > >
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > >         at
> > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > >         at
> > >
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > >         at
> > >
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-4 (activemq-netty-threads)" Id=55 RUNNABLE (in native)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > >         at
> > >
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > >         at
> > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > >         at
> > >
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > >         at
> > >
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-3
> > >
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> )"
> > > Id=53 TIMED_WAITING on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at sun.misc.Unsafe.park(Native Method)
> > > >         -  waiting on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at
> > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > >         at
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > >         at
> > >
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-3 (activemq-netty-threads)" Id=52 RUNNABLE (in native)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > >         at
> > >
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > >         at
> > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > >         at
> > >
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > >         at
> > >
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-2
> > >
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> )"
> > > Id=49 TIMED_WAITING on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at sun.misc.Unsafe.park(Native Method)
> > > >         -  waiting on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at
> > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > >         at
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > >         at
> > >
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-1
> > >
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> )"
> > > Id=48 TIMED_WAITING on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at sun.misc.Unsafe.park(Native Method)
> > > >         -  waiting on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at
> > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > >         at
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > >         at
> > >
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-0
> > >
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7
> )"
> > > Id=47 TIMED_WAITING on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at sun.misc.Unsafe.park(Native Method)
> > > >         -  waiting on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > > >         at
> > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > >         at
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > >         at
> > >
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-2 (activemq-netty-threads)" Id=46 RUNNABLE (in native)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > >         at
> > >
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > >         at
> > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > >         at
> > >
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > >         at
> > >
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-1 (activemq-netty-threads)" Id=45 RUNNABLE (in native)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > >         at
> > >
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > >         at
> > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > >         at
> > >
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > >         at
> > >
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "DestroyJavaVM" Id=44 RUNNABLE
> > > >
> > > >
> > > > "qtp553759818-43-acceptor-1@500b3746-ServerConnector
> @5c153b9e{HTTP/1.1,
> > > (http/1.1)}{localhost:8161}" Id=43 RUNNABLE (in native)
> > > >         at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
> > > >         at sun.nio.ch
> > > .ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:421)
> > > >         at sun.nio.ch
> > > .ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:249)
> > > >         -  locked java.lang.Object@4cd49917
> > > >         at
> > >
> org.eclipse.jetty.server.ServerConnector.accept(ServerConnector.java:388)
> > > >         at
> > >
> org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:702)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> > > >         at java.lang.Thread.run(Thread.java:748)
> > > >
> > > >
> > > > "qtp553759818-42-acceptor-0@7c31424f-ServerConnector
> @5c153b9e{HTTP/1.1,
> > > (http/1.1)}{localhost:8161}" Id=42 BLOCKED on java.lang.Object@4cd49917
> > > owned by "qtp553759818-43-acceptor-1@500b3746-ServerConnector
> @5c153b9e{HTTP/1.1,
> > > (http/1.1)}{localhost:8161}" Id=43
> > > >         at sun.nio.ch
> > > .ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:233)
> > > >         -  blocked on java.lang.Object@4cd49917
> > > >         at
> > >
> org.eclipse.jetty.server.ServerConnector.accept(ServerConnector.java:388)
> > > >         at
> > >
> org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:702)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> > > >         at java.lang.Thread.run(Thread.java:748)
> > > >
> > > >
> > > > "Session-HouseKeeper-7e985ce9-1" Id=41 TIMED_WAITING on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@f7edaeb
> > > >         at sun.misc.Unsafe.park(Native Method)
> > > >         -  waiting on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@f7edaeb
> > > >         at
> > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > >         at
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > >         at
> > >
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
> > > >         at
> > >
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > >         at java.lang.Thread.run(Thread.java:748)
> > > >
> > > >
> > > > "qtp553759818-40" Id=40 RUNNABLE (in native)
> > > >         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
> > > >         at
> sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
> > > >         at
> > > sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
> > > >         at
> sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
> > > >         -  locked sun.nio.ch.Util$3@34ca9ca7
> > > >         -  locked java.util.Collections$UnmodifiableSet@5ea57eb1
> > > >         -  locked sun.nio.ch.EPollSelectorImpl@36514853
> > > >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
> > > >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
> > > >         at org.eclipse.jetty.io
> > > .ManagedSelector.nioSelect(ManagedSelector.java:183)
> > > >         at org.eclipse.jetty.io
> > > .ManagedSelector.select(ManagedSelector.java:190)
> > > >         at org.eclipse.jetty.io
> > > .ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
> > > >         at org.eclipse.jetty.io
> > > .ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
> > > >         at org.eclipse.jetty.io
> .ManagedSelector$$Lambda$113/968957548.run(Unknown
> > > Source)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> > > >         at java.lang.Thread.run(Thread.java:748)
> > > >
> > > >
> > > > "qtp553759818-39" Id=39 RUNNABLE (in native)
> > > >         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
> > > >         at
> sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
> > > >         at
> > > sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
> > > >         at
> sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
> > > >         -  locked sun.nio.ch.Util$3@4f0175f0
> > > >         -  locked java.util.Collections$UnmodifiableSet@2fcef713
> > > >         -  locked sun.nio.ch.EPollSelectorImpl@5aeb44ad
> > > >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
> > > >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
> > > >         at org.eclipse.jetty.io
> > > .ManagedSelector.nioSelect(ManagedSelector.java:183)
> > > >         at org.eclipse.jetty.io
> > > .ManagedSelector.select(ManagedSelector.java:190)
> > > >         at org.eclipse.jetty.io
> > > .ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
> > > >         at org.eclipse.jetty.io
> > > .ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
> > > >         at org.eclipse.jetty.io
> .ManagedSelector$$Lambda$113/968957548.run(Unknown
> > > Source)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> > > >         at java.lang.Thread.run(Thread.java:748)
> > > >
> > > >
> > > > "qtp553759818-38" Id=38 RUNNABLE (in native)
> > > >         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
> > > >         at
> sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
> > > >         at
> > > sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
> > > >         at
> sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
> > > >         -  locked sun.nio.ch.Util$3@66c49c73
> > > >         -  locked java.util.Collections$UnmodifiableSet@222edbae
> > > >         -  locked sun.nio.ch.EPollSelectorImpl@7a80d697
> > > >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
> > > >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
> > > >         at org.eclipse.jetty.io
> > > .ManagedSelector.nioSelect(ManagedSelector.java:183)
> > > >         at org.eclipse.jetty.io
> > > .ManagedSelector.select(ManagedSelector.java:190)
> > > >         at org.eclipse.jetty.io
> > > .ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
> > > >         at org.eclipse.jetty.io
> > > .ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
> > > >         at org.eclipse.jetty.io
> .ManagedSelector$$Lambda$113/968957548.run(Unknown
> > > Source)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> > > >         at java.lang.Thread.run(Thread.java:748)
> > > >
> > > >
> > > > "qtp553759818-37" Id=37 RUNNABLE (in native)
> > > >         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
> > > >         at
> sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
> > > >         at
> > > sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
> > > >         at
> sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
> > > >         -  locked sun.nio.ch.Util$3@7ace3b46
> > > >         -  locked java.util.Collections$UnmodifiableSet@382b0768
> > > >         -  locked sun.nio.ch.EPollSelectorImpl@6c0c5868
> > > >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
> > > >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
> > > >         at org.eclipse.jetty.io
> > > .ManagedSelector.nioSelect(ManagedSelector.java:183)
> > > >         at org.eclipse.jetty.io
> > > .ManagedSelector.select(ManagedSelector.java:190)
> > > >         at org.eclipse.jetty.io
> > > .ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
> > > >         at org.eclipse.jetty.io
> > > .ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
> > > >         at org.eclipse.jetty.io
> .ManagedSelector$$Lambda$113/968957548.run(Unknown
> > > Source)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> > > >         at java.lang.Thread.run(Thread.java:748)
> > > >
> > > >
> > > > "qtp553759818-36" Id=36 RUNNABLE (in native)
> > > >         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
> > > >         at
> sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
> > > >         at
> > > sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
> > > >         at
> sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
> > > >         -  locked sun.nio.ch.Util$3@10441f10
> > > >         -  locked java.util.Collections$UnmodifiableSet@1bdb1255
> > > >         -  locked sun.nio.ch.EPollSelectorImpl@7bab4601
> > > >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
> > > >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
> > > >         at org.eclipse.jetty.io
> > > .ManagedSelector.nioSelect(ManagedSelector.java:183)
> > > >         at org.eclipse.jetty.io
> > > .ManagedSelector.select(ManagedSelector.java:190)
> > > >         at org.eclipse.jetty.io
> > > .ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
> > > >         at org.eclipse.jetty.io
> > > .ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
> > > >         at org.eclipse.jetty.io
> .ManagedSelector$$Lambda$113/968957548.run(Unknown
> > > Source)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> > > >         at java.lang.Thread.run(Thread.java:748)
> > > >
> > > >
> > > > "qtp553759818-35" Id=35 RUNNABLE (in native)
> > > >         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
> > > >         at
> sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
> > > >         at
> > > sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
> > > >         at
> sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
> > > >         -  locked sun.nio.ch.Util$3@75ea9e04
> > > >         -  locked java.util.Collections$UnmodifiableSet@45e6a336
> > > >         -  locked sun.nio.ch.EPollSelectorImpl@66c5865
> > > >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
> > > >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
> > > >         at org.eclipse.jetty.io
> > > .ManagedSelector.nioSelect(ManagedSelector.java:183)
> > > >         at org.eclipse.jetty.io
> > > .ManagedSelector.select(ManagedSelector.java:190)
> > > >         at org.eclipse.jetty.io
> > > .ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
> > > >         at org.eclipse.jetty.io
> > > .ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
> > > >         at org.eclipse.jetty.io
> .ManagedSelector$$Lambda$113/968957548.run(Unknown
> > > Source)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> > > >         at java.lang.Thread.run(Thread.java:748)
> > > >
> > > >
> > > > "qtp553759818-34" Id=34 RUNNABLE (in native)
> > > >         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
> > > >         at
> sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
> > > >         at
> > > sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
> > > >         at
> sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
> > > >         -  locked sun.nio.ch.Util$3@27d69de7
> > > >         -  locked java.util.Collections$UnmodifiableSet@66d2da7
> > > >         -  locked sun.nio.ch.EPollSelectorImpl@76e2c14f
> > > >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
> > > >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
> > > >         at org.eclipse.jetty.io
> > > .ManagedSelector.nioSelect(ManagedSelector.java:183)
> > > >         at org.eclipse.jetty.io
> > > .ManagedSelector.select(ManagedSelector.java:190)
> > > >         at org.eclipse.jetty.io
> > > .ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
> > > >         at org.eclipse.jetty.io
> > > .ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
> > > >         at org.eclipse.jetty.io
> .ManagedSelector$$Lambda$113/968957548.run(Unknown
> > > Source)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> > > >         at java.lang.Thread.run(Thread.java:748)
> > > >
> > > >
> > > > "qtp553759818-33" Id=33 RUNNABLE (in native)
> > > >         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
> > > >         at
> sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
> > > >         at
> > > sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
> > > >         at
> sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
> > > >         -  locked sun.nio.ch.Util$3@12a91086
> > > >         -  locked java.util.Collections$UnmodifiableSet@1839e91
> > > >         -  locked sun.nio.ch.EPollSelectorImpl@6eec9b13
> > > >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
> > > >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
> > > >         at org.eclipse.jetty.io
> > > .ManagedSelector.nioSelect(ManagedSelector.java:183)
> > > >         at org.eclipse.jetty.io
> > > .ManagedSelector.select(ManagedSelector.java:190)
> > > >         at org.eclipse.jetty.io
> > > .ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
> > > >         at org.eclipse.jetty.io
> > > .ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
> > > >         at org.eclipse.jetty.io
> .ManagedSelector$$Lambda$113/968957548.run(Unknown
> > > Source)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> > > >         at
> > >
> org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> > > >         at java.lang.Thread.run(Thread.java:748)
> > > >
> > > >
> > > > "Thread-0 (activemq-netty-threads)" Id=32 RUNNABLE (in native)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > >         at
> > >
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > >         at
> > > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > >         at
> > >
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > >         at
> > >
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-4 (ActiveMQ-scheduled-threads)" Id=31 WAITING on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
> > > >         at sun.misc.Unsafe.park(Native Method)
> > > >         -  waiting on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
> > > >         at
> > > java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
> > > >         at
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
> > > >         at
> > >
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
> > > >         at
> > >
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-3 (ActiveMQ-scheduled-threads)" Id=30 TIMED_WAITING on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
> > > >         at sun.misc.Unsafe.park(Native Method)
> > > >         -  waiting on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
> > > >         at
> > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > >         at
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > >         at
> > >
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
> > > >         at
> > >
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-2 (ActiveMQ-scheduled-threads)" Id=29 WAITING on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
> > > >         at sun.misc.Unsafe.park(Native Method)
> > > >         -  waiting on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
> > > >         at
> > > java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
> > > >         at
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
> > > >         at
> > >
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
> > > >         at
> > >
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "activemq-failure-check-thread" Id=28 TIMED_WAITING on
> > > java.util.concurrent.CountDownLatch$Sync@5493cb52
> > > >         at sun.misc.Unsafe.park(Native Method)
> > > >         -  waiting on
> java.util.concurrent.CountDownLatch$Sync@5493cb52
> > > >         at
> > > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > >         at
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
> > > >         at
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
> > > >         at
> > > java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
> > > >         at
> > >
> org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl$FailureCheckAndFlushThread.run(RemotingServiceImpl.java:787)
> > > >
> > > >
> > > > "Thread-1 (ActiveMQ-scheduled-threads)" Id=25 WAITING on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
> > > >         at sun.misc.Unsafe.park(Native Method)
> > > >         -  waiting on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
> > > >         at
> > > java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
> > > >         at
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
> > > >         at
> > >
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
> > > >         at
> > >
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "Thread-0 (ActiveMQ-scheduled-threads)" Id=24 WAITING on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
> > > >         at sun.misc.Unsafe.park(Native Method)
> > > >         -  waiting on
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
> > > >         at
> > > java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
> > > >         at
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
> > > >         at
> > >
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
> > > >         at
> > >
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >
> > > > "activemq-buffer-timeout" Id=23 WAITING on
> > > java.util.concurrent.Semaphore$NonfairSync@4979a047
> > > >         at sun.misc.Unsafe.park(Native Method)
> > > >         -  waiting on
> java.util.concurrent.Semaphore$NonfairSync@4979a047
> > > >         at
> > > java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
> > > >         at
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:836)
> > > >         at
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:997)
> > > >         at
> > >
> java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1304)
> > > >         at java.util.concurrent.Semaphore.acquire(Semaphore.java:312)
> > > >         at
> > >
> org.apache.activemq.artemis.core.io.buffer.TimedBuffer$CheckTimer.run(TimedBuffer.java:479)
> > > >         at java.lang.Thread.run(Thread.java:748)
> > > >
> > > >
> > > > "Thread-0 (-scheduled-threads)" Id=22 RUNNABLE
> > > >         at sun.management.ThreadImpl.dumpThreads0(Native Method)
> > > >         at
> sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:496)
> > > >         at
> sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:484)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ThreadDumpUtil.threadDump(ThreadDumpUtil.java:47)
> > > >         at
> > >
> org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.threadDump(ActiveMQServerImpl.java:1140)
> > > >         at
> > >
> org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.lambda$initializeCriticalAnalyzer$0(ActiveMQServerImpl.java:734)
> > > >         at
> > >
> org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$$Lambda$35/1117519786.run(Unknown
> > > Source)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.critical.CriticalAnalyzerImpl.fireActions(CriticalAnalyzerImpl.java:155)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.critical.CriticalAnalyzerImpl.check(CriticalAnalyzerImpl.java:140)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.critical.CriticalAnalyzerImpl$1.run(CriticalAnalyzerImpl.java:53)
> > > >         at
> > >
> org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent.runForExecutor(ActiveMQScheduledComponent.java:313)
> > > >         at
> > >
> org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent.bookedRunForScheduler(ActiveMQScheduledComponent.java:328)
> > > >         at
> > >
> org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent.runForScheduler(ActiveMQScheduledComponent.java:339)
> > > >         at
> > >
> org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent.lambda$start$0(ActiveMQScheduledComponent.java:166)
> > > >         at
> > >
> org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent$$Lambda$34/341138954.run(Unknown
> > > Source)
> > > >         at
> > > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> > > >         at
> > > java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
> > > >         at
> > >
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
> > > >         at
> > >
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> > > >         at
> > >
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > > >         at
> > >
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > > >
> > > >         Number of locked synchronizers = 1
> > > >         - java.util.concurrent.ThreadPoolExecutor$Worker@3d5c822d
> > > >
> > > >
> > > > "ActiveMQ Artemis Server Shutdown Timer" Id=20 TIMED_WAITING on
> > > java.util.TaskQueue@43c78e78
> > > >         at java.lang.Object.wait(Native Method)
> > > >         -  waiting on java.util.TaskQueue@43c78e78
> > > >         at java.util.TimerThread.mainLoop(Timer.java:552)
> > > >         at java.util.TimerThread.run(Timer.java:505)
> > > >
> > > >
> > > > "Signal Dispatcher" Id=5 RUNNABLE
> > > >
> > > >
> > > > "Finalizer" Id=3 WAITING on
> java.lang.ref.ReferenceQueue$Lock@6bb24c2f
> > > >         at java.lang.Object.wait(Native Method)
> > > >         -  waiting on java.lang.ref.ReferenceQueue$Lock@6bb24c2f
> > > >         at
> java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
> > > >         at
> java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
> > > >         at
> > > java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:216)
> > > >
> > > >
> > > > "Reference Handler" Id=2 WAITING on
> java.lang.ref.Reference$Lock@21b1c350
> > > >         at java.lang.Object.wait(Native Method)
> > > >         -  waiting on java.lang.ref.Reference$Lock@21b1c350
> > > >         at java.lang.Object.wait(Object.java:502)
> > > >         at
> java.lang.ref.Reference.tryHandlePending(Reference.java:191)
> > > >         at
> > > java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)
> > > >
> > > >
> > > >
> > >
> ===============================================================================
> > > > End Thread dump
> > > >
> > >
> *******************************************************************************
> > > >
> > > >
> > > >
> > > > On 2021/09/16 14:46:19, Justin Bertram <jb...@apache.org> wrote:
> > > > > I think perhaps you've misunderstood the issue reported via
> > > ARTEMIS-3271
> > > > > [1]. The issue was that the critical analyzer [2] would sometimes
> > > report
> > > > > false positives. The fix eliminated the false positives, but it
> didn't
> > > > > eliminate *all* reports. You may be hitting an actual issue. In
> order
> > > to
> > > > > investigate further you need to provide the thread dump logged by
> the
> > > > > critical analyzer.
> > > > >
> > > > > For what it's worth, you can configure the critical analyzer to
> just
> > > log
> > > > > the issue and not shutdown the broker. The documentation [2] has
> the
> > > > > configuration details.
> > > > >
> > > > >
> > > > > Justin
> > > > >
> > > > > [1] https://issues.apache.org/jira/browse/ARTEMIS-3271
> > > > > [2]
> > > > >
> > >
> https://activemq.apache.org/components/artemis/documentation/latest/critical-analysis.html
> > > > >
> > > > > On Thu, Sep 16, 2021 at 8:54 AM foo bar <st...@gmail.com>
> > > wrote:
> > > > >
> > > > > > Hello,
> > > > > >
> > > > > > We are using ArtemisMQ version 2.15. We are attempting to
> upgrade to
> > > 2.18.
> > > > > > On 2.18, we generate some load with a couple of threads. We are
> > > getting the
> > > > > > exact same error noted here:
> > > > > >
> > > > > >
> > > https://www.mail-archive.com/issues@activemq.apache.org/msg58016.html
> > > > > >
> > > > > > ```
> > > > > > [org.apache.activemq.artemis.utils.critical.CriticalMeasure]
> > > Component
> > > > > > org.apache.activemq.artemis.core.server.impl.QueueImpl is
> expired on
> > > path 0
> > > > > >  2021-05-15 10:00:49,258
> > > > > > INFO  [org.apache.activemq.artemis.core.server]
> > > > > > AMQ224107: The Critical Analyzer detected slow paths on the
> broker.
> > > It is
> > > > > > recommended that you enable trace logs on
> > > > > > org.apache.activemq.artemis.utils.critical while you troubleshoot
> > > this
> > > > > > issue.
> > > > > > You should disable the trace logs when you have finished
> > > troubleshooting.
> > > > > >    2021-05-15 10:00:49,258 ERROR
> > > [org.apache.activemq.artemis.core.server]
> > > > > > AMQ224079: The process for the virtual machine will be killed, as
> > > component
> > > > > > QueueImpl[name=q_7, postOffice=PostOfficeImpl
> > > > > >
> > > > > >
> > >
> [server=ActiveMQServerImpl::serverUUID=64e3f254-b585-11eb-8f02-000f532921b8],
> > > > > >
> > > > > > temp=false]@9a33f70 is not responsive
> > > > > >    2021-05-15 10:00:50,429 WARN
> > > [org.apache.activemq.artemis.core.server]
> > > > > > AMQ222199: Thread dump:
> > > > > > ```
> > > > > >
> > > > > > I do see a ticket here noting that the issue has been resolved in
> > > 2.18,
> > > > > > although we just encountered it.
> > > > > >
> > > > > >
> > > > > >
> > >
> https://issues.apache.org/jira/browse/ARTEMIS-3271?focusedWorklogId=597221&page=com.atlassian.jira.plugin.system.issuetabpanels%3Aworklog-tabpanel#worklog-597221
> > > > > >
> > > > > > Once this happens the broker is down and needs to be restarted.
> Is
> > > there a
> > > > > > workaround for this?
> > > > > >
> > > > > > Thanks
> > > > > >
> > > > >
> > >
> > >
> > >
> > > --
> > > Clebert Suconic
> > >
>
>
>
> --
> Clebert Suconic
>

Re: ArtemisMQ 2.18 ARTEMIS-3271 not fixed

Posted by Clebert Suconic <cl...@gmail.com>.
You should try 2.20.0 that's being released now

On Mon, Dec 20, 2021 at 10:11 AM David Martin <da...@qoritek.com> wrote:
>
> FYI found a similar issue as the OPs after upgrading from 2.16 to 2.18 -
> perhaps 2.18 is better at detecting slow paths, can see some related
> tickets in 2.17 and 2.18 release notes.
>
> Turned out to be MiB/s throttling on cloud storage - increasing the
> allocation increased the threshold at which throttling would occur.
>
> Possibly decreasing the page size configured in broker.xml would help
> reduce overall IOPS consumption in this type of deployment?
>
>
> Regards,
>
> Dave
>
>
> On Fri, 29 Oct 2021 at 23:27, Clebert Suconic <cl...@gmail.com>
> wrote:
>
> > The critical analyzer is used to protected against dead locks.
> >
> > if you have a box that's not acting as fast for any other reason, I
> > suggest you turn it off. (Use Log instead of HALT on the Critical
> > Analyzer options).
> >
> > On Wed, Oct 27, 2021 at 11:09 AM Eric Kaplan <er...@gmail.com>
> > wrote:
> > >
> > > I am seeing this as well. If this is a load issue, how could I better
> > understand what that load is? I have a cluster of 7 machines with approx 30
> > producers/consumers running across them. The producers produce small
> > messages at regular intervals (15 seconds). We are using non-durable
> > subscribers non-persistent topics. The hornetq data directory is on nfs. I
> > have gotten it a few times though I can't reproduce regularly.
> > >
> > > We are moving from HornetQ (believe it or not) to Artemis 2.19 and would
> > like to understand this issue.
> > >
> > > My log shows the following:
> > >
> > > 2021-10-24 13:04:03,320 INFO
> > [org.apache.activemq.artemis.integration.bootstrap] AMQ101000: Starting
> > ActiveMQ Artemis Server
> > > 2021-10-24 13:04:03,353 INFO  [org.apache.activemq.artemis.core.server]
> > AMQ221000: live Message Broker is starting with configuration Broker
> > Configuration
> > (clustered=false,journalDirectory=data/journal,bindingsDirectory=data/bindings,largeMessagesDirectory=data/large-messages,pagingDirectory=data/paging)
> > > 2021-10-24 13:04:03,415 INFO  [org.apache.activemq.artemis.core.server]
> > AMQ221013: Using NIO Journal
> > > 2021-10-24 13:04:03,467 INFO  [org.apache.activemq.artemis.core.server]
> > AMQ221057: Global Max Size is being adjusted to 1/2 of the JVM max size
> > (-Xmx). being defined as 1,073,741,824
> > > 2021-10-24 13:04:03,491 INFO  [org.apache.activemq.artemis.core.server]
> > AMQ221043: Protocol module found: [artemis-server]. Adding protocol support
> > for: CORE
> > > 2021-10-24 13:04:03,491 INFO  [org.apache.activemq.artemis.core.server]
> > AMQ221043: Protocol module found: [artemis-amqp-protocol]. Adding protocol
> > support for: AMQP
> > > 2021-10-24 13:04:03,492 INFO  [org.apache.activemq.artemis.core.server]
> > AMQ221043: Protocol module found: [artemis-hornetq-protocol]. Adding
> > protocol support for: HORNETQ
> > > 2021-10-24 13:04:03,492 INFO  [org.apache.activemq.artemis.core.server]
> > AMQ221043: Protocol module found: [artemis-mqtt-protocol]. Adding protocol
> > support for: MQTT
> > > 2021-10-24 13:04:03,492 INFO  [org.apache.activemq.artemis.core.server]
> > AMQ221043: Protocol module found: [artemis-openwire-protocol]. Adding
> > protocol support for: OPENWIRE
> > > 2021-10-24 13:04:03,492 INFO  [org.apache.activemq.artemis.core.server]
> > AMQ221043: Protocol module found: [artemis-stomp-protocol]. Adding protocol
> > support for: STOMP
> > > 2021-10-24 13:04:03,536 INFO  [org.apache.activemq.artemis.core.server]
> > AMQ221034: Waiting indefinitely to obtain live lock
> > > 2021-10-24 13:04:03,536 INFO  [org.apache.activemq.artemis.core.server]
> > AMQ221035: Live Server Obtained live lock
> > > 2021-10-24 13:04:04,037 INFO  [org.apache.activemq.artemis.core.server]
> > AMQ221020: Started EPOLL Acceptor at 10-234-60-76.ssnc-corp.cloud:61616 for
> > protocols [CORE,MQTT,AMQP,STOMP,HORNETQ,OPENWIRE]
> > > 2021-10-24 13:04:04,039 INFO  [org.apache.activemq.artemis.core.server]
> > AMQ221007: Server is now live
> > > 2021-10-24 13:04:04,040 INFO  [org.apache.activemq.artemis.core.server]
> > AMQ221001: Apache ActiveMQ Artemis Message Broker version 2.19.0 [armanta,
> > nodeID=ecbe3206-32c0-11ec-8a24-0050569966af]
> > > 2021-10-24 13:04:04,348 INFO
> > [org.apache.activemq.hawtio.branding.PluginContextListener] Initialized
> > activemq-branding plugin
> > > 2021-10-24 13:04:04,514 INFO
> > [org.apache.activemq.hawtio.plugin.PluginContextListener] Initialized
> > artemis-plugin plugin
> > > 2021-10-24 13:04:05,196 INFO  [io.hawt.HawtioContextListener]
> > Initialising hawtio services
> > > 2021-10-24 13:04:05,214 INFO  [io.hawt.system.ConfigManager]
> > Configuration will be discovered via system properties
> > > 2021-10-24 13:04:05,217 INFO  [io.hawt.jmx.JmxTreeWatcher] Welcome to
> > Hawtio 2.14.0
> > > 2021-10-24 13:04:05,223 INFO
> > [io.hawt.web.auth.AuthenticationConfiguration] Starting hawtio
> > authentication filter, JAAS realm: "activemq" authorized role(s): "guest"
> > role principal classes:
> > "org.apache.activemq.artemis.spi.core.security.jaas.RolePrincipal"
> > > 2021-10-24 13:04:05,229 INFO  [io.hawt.web.auth.LoginRedirectFilter]
> > Hawtio loginRedirectFilter is using 1800 sec. HttpSession timeout
> > > 2021-10-24 13:04:05,242 INFO  [io.hawt.web.proxy.ProxyServlet] Proxy
> > servlet is disabled
> > > 2021-10-24 13:04:05,247 INFO
> > [io.hawt.web.servlets.JolokiaConfiguredAgentServlet] Jolokia overridden
> > property: [key=policyLocation,
> > value=file:/shared_dir/awa_install/awa/awa_3.0.13.4dev.597331/jms/artemis/instance/etc/jolokia-access.xml]
> > > 2021-10-24 13:04:05,340 INFO  [org.apache.activemq.artemis] AMQ241001:
> > HTTP Server started at http://localhost:8161
> > > 2021-10-24 13:04:05,340 INFO  [org.apache.activemq.artemis] AMQ241002:
> > Artemis Jolokia REST API available at
> > http://localhost:8161/console/jolokia
> > > 2021-10-24 13:04:05,340 INFO  [org.apache.activemq.artemis] AMQ241004:
> > Artemis Console available at http://localhost:8161/console
> > > 2021-10-24 13:14:03,338 WARN
> > [org.apache.activemq.artemis.utils.critical.CriticalMeasure] Component
> > org.apache.activemq.artemis.core.server.impl.QueueImpl is expired on path 2
> > > 2021-10-24 13:14:03,339 INFO  [org.apache.activemq.artemis.core.server]
> > AMQ224107: The Critical Analyzer detected slow paths on the broker.  It is
> > recommended that you enable trace logs on
> > org.apache.activemq.artemis.utils.critical while you troubleshoot this
> > issue. You should disable the trace logs when you have finished
> > troubleshooting.
> > > 2021-10-24 13:14:03,339 ERROR [org.apache.activemq.artemis.core.server]
> > AMQ224079: The process for the virtual machine will be killed, as component
> > QueueImpl[name=d28a82eb-8a73-4148-bcb3-008abad893b5,
> > postOffice=PostOfficeImpl [server=ActiveMQServerImpl::name=armanta],
> > temp=true]@71707b9b is not responsive
> > > 2021-10-24 13:14:03,376 WARN  [org.apache.activemq.artemis.core.server]
> > AMQ222199: Thread dump:
> > *******************************************************************************
> > > Complete Thread dump
> > > "Thread-40 (activemq-netty-threads)" Id=117 RUNNABLE (in native)
> > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > >         at
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > >         at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-39 (activemq-netty-threads)" Id=116 RUNNABLE
> > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > >         at
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > >         at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-38 (activemq-netty-threads)" Id=115 RUNNABLE
> > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > >         at
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > >         at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-37 (activemq-netty-threads)" Id=114 RUNNABLE
> > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > >         at
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > >         at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-36 (activemq-netty-threads)" Id=113 RUNNABLE
> > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > >         at
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > >         at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-35 (activemq-netty-threads)" Id=112 RUNNABLE
> > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > >         at
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > >         at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-34 (activemq-netty-threads)" Id=111 RUNNABLE (in native)
> > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > >         at
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > >         at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-33 (activemq-netty-threads)" Id=110 RUNNABLE (in native)
> > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > >         at
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > >         at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-32 (activemq-netty-threads)" Id=109 RUNNABLE
> > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > >         at
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > >         at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-31 (activemq-netty-threads)" Id=108 RUNNABLE (in native)
> > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > >         at
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > >         at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-30 (activemq-netty-threads)" Id=107 RUNNABLE
> > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > >         at
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > >         at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-29 (activemq-netty-threads)" Id=106 RUNNABLE (in native)
> > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > >         at
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > >         at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-28 (activemq-netty-threads)" Id=105 RUNNABLE (in native)
> > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > >         at
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > >         at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-27 (activemq-netty-threads)" Id=104 RUNNABLE
> > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > >         at
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > >         at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-26 (activemq-netty-threads)" Id=103 RUNNABLE
> > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > >         at
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > >         at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-25 (activemq-netty-threads)" Id=102 RUNNABLE (in native)
> > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > >         at
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > >         at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-24 (activemq-netty-threads)" Id=101 RUNNABLE (in native)
> > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > >         at
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > >         at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-23 (activemq-netty-threads)" Id=100 RUNNABLE
> > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > >         at
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > >         at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-22 (activemq-netty-threads)" Id=99 RUNNABLE (in native)
> > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > >         at
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > >         at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-21 (activemq-netty-threads)" Id=98 RUNNABLE
> > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > >         at
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > >         at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-20 (activemq-netty-threads)" Id=97 RUNNABLE
> > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > >         at
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > >         at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-19 (activemq-netty-threads)" Id=96 RUNNABLE
> > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > >         at
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > >         at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-18 (activemq-netty-threads)" Id=95 RUNNABLE
> > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > >         at
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > >         at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-17 (activemq-netty-threads)" Id=94 RUNNABLE (in native)
> > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > >         at
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > >         at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-16 (activemq-netty-threads)" Id=93 RUNNABLE
> > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > >         at
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > >         at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-15 (activemq-netty-threads)" Id=92 RUNNABLE
> > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > >         at
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > >         at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-25
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> > Id=91 RUNNABLE
> > >         at sun.misc.Unsafe.park(Native Method)
> > >         at
> > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > >         at
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > >         at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-26
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> > Id=90 TIMED_WAITING on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at sun.misc.Unsafe.park(Native Method)
> > >         -  waiting on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at
> > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > >         at
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > >         at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-28
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> > Id=88 TIMED_WAITING on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at sun.misc.Unsafe.park(Native Method)
> > >         -  waiting on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at
> > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > >         at
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > >         at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-29
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> > Id=89 TIMED_WAITING on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at sun.misc.Unsafe.park(Native Method)
> > >         -  waiting on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at
> > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > >         at
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > >         at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-27
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> > Id=87 TIMED_WAITING on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at sun.misc.Unsafe.park(Native Method)
> > >         -  waiting on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at
> > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > >         at
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > >         at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-24
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> > Id=86 TIMED_WAITING on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at sun.misc.Unsafe.park(Native Method)
> > >         -  waiting on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at
> > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > >         at
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > >         at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-20
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> > Id=85 TIMED_WAITING on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at sun.misc.Unsafe.park(Native Method)
> > >         -  waiting on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at
> > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > >         at
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > >         at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-23
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> > Id=84 TIMED_WAITING on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at sun.misc.Unsafe.park(Native Method)
> > >         -  waiting on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at
> > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > >         at
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > >         at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-22
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> > Id=83 TIMED_WAITING on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at sun.misc.Unsafe.park(Native Method)
> > >         -  waiting on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at
> > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > >         at
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > >         at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-21
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> > Id=82 TIMED_WAITING on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at sun.misc.Unsafe.park(Native Method)
> > >         -  waiting on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at
> > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > >         at
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > >         at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-15
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> > Id=81 TIMED_WAITING on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at sun.misc.Unsafe.park(Native Method)
> > >         -  waiting on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at
> > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > >         at
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > >         at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-16
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> > Id=80 TIMED_WAITING on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at sun.misc.Unsafe.park(Native Method)
> > >         -  waiting on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at
> > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > >         at
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > >         at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-19
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> > Id=79 TIMED_WAITING on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at sun.misc.Unsafe.park(Native Method)
> > >         -  waiting on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at
> > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > >         at
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > >         at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-18
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> > Id=78 TIMED_WAITING on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at sun.misc.Unsafe.park(Native Method)
> > >         -  waiting on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at
> > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > >         at
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > >         at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-17
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> > Id=77 TIMED_WAITING on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at sun.misc.Unsafe.park(Native Method)
> > >         -  waiting on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at
> > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > >         at
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > >         at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-14
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> > Id=76 TIMED_WAITING on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at sun.misc.Unsafe.park(Native Method)
> > >         -  waiting on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at
> > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > >         at
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > >         at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-13
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> > Id=75 TIMED_WAITING on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at sun.misc.Unsafe.park(Native Method)
> > >         -  waiting on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at
> > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > >         at
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > >         at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-12
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> > Id=74 TIMED_WAITING on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at sun.misc.Unsafe.park(Native Method)
> > >         -  waiting on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at
> > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > >         at
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > >         at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-14 (activemq-netty-threads)" Id=73 RUNNABLE
> > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > >         at
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > >         at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-13 (activemq-netty-threads)" Id=72 RUNNABLE
> > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > >         at
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > >         at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-11
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> > Id=71 TIMED_WAITING on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at sun.misc.Unsafe.park(Native Method)
> > >         -  waiting on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at
> > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > >         at
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > >         at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-10
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> > Id=70 TIMED_WAITING on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at sun.misc.Unsafe.park(Native Method)
> > >         -  waiting on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at
> > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > >         at
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > >         at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-9
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> > Id=69 TIMED_WAITING on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at sun.misc.Unsafe.park(Native Method)
> > >         -  waiting on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at
> > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > >         at
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > >         at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-8
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> > Id=68 TIMED_WAITING on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at sun.misc.Unsafe.park(Native Method)
> > >         -  waiting on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at
> > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > >         at
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > >         at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-12 (activemq-netty-threads)" Id=67 RUNNABLE
> > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > >         at
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > >         at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-11 (activemq-netty-threads)" Id=66 RUNNABLE
> > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > >         at
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > >         at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-10 (activemq-netty-threads)" Id=65 RUNNABLE (in native)
> > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > >         at
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > >         at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-7
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> > Id=64 TIMED_WAITING on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at sun.misc.Unsafe.park(Native Method)
> > >         -  waiting on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at
> > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > >         at
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > >         at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-9 (activemq-netty-threads)" Id=63 RUNNABLE (in native)
> > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > >         at
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > >         at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-6
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> > Id=62 TIMED_WAITING on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at sun.misc.Unsafe.park(Native Method)
> > >         -  waiting on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at
> > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > >         at
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > >         at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-5
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> > Id=61 TIMED_WAITING on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at sun.misc.Unsafe.park(Native Method)
> > >         -  waiting on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at
> > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > >         at
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > >         at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-4
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> > Id=60 TIMED_WAITING on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at sun.misc.Unsafe.park(Native Method)
> > >         -  waiting on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at
> > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > >         at
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > >         at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-8 (activemq-netty-threads)" Id=59 RUNNABLE (in native)
> > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > >         at
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > >         at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-7 (activemq-netty-threads)" Id=58 RUNNABLE (in native)
> > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > >         at
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > >         at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-6 (activemq-netty-threads)" Id=57 RUNNABLE
> > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > >         at
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > >         at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-5 (activemq-netty-threads)" Id=56 RUNNABLE (in native)
> > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > >         at
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > >         at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-4 (activemq-netty-threads)" Id=55 RUNNABLE (in native)
> > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > >         at
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > >         at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-3
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> > Id=53 TIMED_WAITING on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at sun.misc.Unsafe.park(Native Method)
> > >         -  waiting on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at
> > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > >         at
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > >         at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-3 (activemq-netty-threads)" Id=52 RUNNABLE (in native)
> > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > >         at
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > >         at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-2
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> > Id=49 TIMED_WAITING on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at sun.misc.Unsafe.park(Native Method)
> > >         -  waiting on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at
> > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > >         at
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > >         at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-1
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> > Id=48 TIMED_WAITING on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at sun.misc.Unsafe.park(Native Method)
> > >         -  waiting on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at
> > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > >         at
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > >         at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-0
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> > Id=47 TIMED_WAITING on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at sun.misc.Unsafe.park(Native Method)
> > >         -  waiting on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> > >         at
> > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > >         at
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > >         at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-2 (activemq-netty-threads)" Id=46 RUNNABLE (in native)
> > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > >         at
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > >         at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-1 (activemq-netty-threads)" Id=45 RUNNABLE (in native)
> > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > >         at
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > >         at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "DestroyJavaVM" Id=44 RUNNABLE
> > >
> > >
> > > "qtp553759818-43-acceptor-1@500b3746-ServerConnector@5c153b9e{HTTP/1.1,
> > (http/1.1)}{localhost:8161}" Id=43 RUNNABLE (in native)
> > >         at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
> > >         at sun.nio.ch
> > .ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:421)
> > >         at sun.nio.ch
> > .ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:249)
> > >         -  locked java.lang.Object@4cd49917
> > >         at
> > org.eclipse.jetty.server.ServerConnector.accept(ServerConnector.java:388)
> > >         at
> > org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:702)
> > >         at
> > org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> > >         at
> > org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> > >         at java.lang.Thread.run(Thread.java:748)
> > >
> > >
> > > "qtp553759818-42-acceptor-0@7c31424f-ServerConnector@5c153b9e{HTTP/1.1,
> > (http/1.1)}{localhost:8161}" Id=42 BLOCKED on java.lang.Object@4cd49917
> > owned by "qtp553759818-43-acceptor-1@500b3746-ServerConnector@5c153b9e{HTTP/1.1,
> > (http/1.1)}{localhost:8161}" Id=43
> > >         at sun.nio.ch
> > .ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:233)
> > >         -  blocked on java.lang.Object@4cd49917
> > >         at
> > org.eclipse.jetty.server.ServerConnector.accept(ServerConnector.java:388)
> > >         at
> > org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:702)
> > >         at
> > org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> > >         at
> > org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> > >         at java.lang.Thread.run(Thread.java:748)
> > >
> > >
> > > "Session-HouseKeeper-7e985ce9-1" Id=41 TIMED_WAITING on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@f7edaeb
> > >         at sun.misc.Unsafe.park(Native Method)
> > >         -  waiting on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@f7edaeb
> > >         at
> > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > >         at
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > >         at
> > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
> > >         at
> > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > >         at java.lang.Thread.run(Thread.java:748)
> > >
> > >
> > > "qtp553759818-40" Id=40 RUNNABLE (in native)
> > >         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
> > >         at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
> > >         at
> > sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
> > >         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
> > >         -  locked sun.nio.ch.Util$3@34ca9ca7
> > >         -  locked java.util.Collections$UnmodifiableSet@5ea57eb1
> > >         -  locked sun.nio.ch.EPollSelectorImpl@36514853
> > >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
> > >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
> > >         at org.eclipse.jetty.io
> > .ManagedSelector.nioSelect(ManagedSelector.java:183)
> > >         at org.eclipse.jetty.io
> > .ManagedSelector.select(ManagedSelector.java:190)
> > >         at org.eclipse.jetty.io
> > .ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
> > >         at org.eclipse.jetty.io
> > .ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
> > >         at
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
> > >         at
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
> > >         at
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
> > >         at
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
> > >         at org.eclipse.jetty.io.ManagedSelector$$Lambda$113/968957548.run(Unknown
> > Source)
> > >         at
> > org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> > >         at
> > org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> > >         at java.lang.Thread.run(Thread.java:748)
> > >
> > >
> > > "qtp553759818-39" Id=39 RUNNABLE (in native)
> > >         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
> > >         at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
> > >         at
> > sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
> > >         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
> > >         -  locked sun.nio.ch.Util$3@4f0175f0
> > >         -  locked java.util.Collections$UnmodifiableSet@2fcef713
> > >         -  locked sun.nio.ch.EPollSelectorImpl@5aeb44ad
> > >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
> > >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
> > >         at org.eclipse.jetty.io
> > .ManagedSelector.nioSelect(ManagedSelector.java:183)
> > >         at org.eclipse.jetty.io
> > .ManagedSelector.select(ManagedSelector.java:190)
> > >         at org.eclipse.jetty.io
> > .ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
> > >         at org.eclipse.jetty.io
> > .ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
> > >         at
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
> > >         at
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
> > >         at
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
> > >         at
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
> > >         at org.eclipse.jetty.io.ManagedSelector$$Lambda$113/968957548.run(Unknown
> > Source)
> > >         at
> > org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> > >         at
> > org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> > >         at java.lang.Thread.run(Thread.java:748)
> > >
> > >
> > > "qtp553759818-38" Id=38 RUNNABLE (in native)
> > >         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
> > >         at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
> > >         at
> > sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
> > >         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
> > >         -  locked sun.nio.ch.Util$3@66c49c73
> > >         -  locked java.util.Collections$UnmodifiableSet@222edbae
> > >         -  locked sun.nio.ch.EPollSelectorImpl@7a80d697
> > >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
> > >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
> > >         at org.eclipse.jetty.io
> > .ManagedSelector.nioSelect(ManagedSelector.java:183)
> > >         at org.eclipse.jetty.io
> > .ManagedSelector.select(ManagedSelector.java:190)
> > >         at org.eclipse.jetty.io
> > .ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
> > >         at org.eclipse.jetty.io
> > .ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
> > >         at
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
> > >         at
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
> > >         at
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
> > >         at
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
> > >         at org.eclipse.jetty.io.ManagedSelector$$Lambda$113/968957548.run(Unknown
> > Source)
> > >         at
> > org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> > >         at
> > org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> > >         at java.lang.Thread.run(Thread.java:748)
> > >
> > >
> > > "qtp553759818-37" Id=37 RUNNABLE (in native)
> > >         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
> > >         at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
> > >         at
> > sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
> > >         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
> > >         -  locked sun.nio.ch.Util$3@7ace3b46
> > >         -  locked java.util.Collections$UnmodifiableSet@382b0768
> > >         -  locked sun.nio.ch.EPollSelectorImpl@6c0c5868
> > >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
> > >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
> > >         at org.eclipse.jetty.io
> > .ManagedSelector.nioSelect(ManagedSelector.java:183)
> > >         at org.eclipse.jetty.io
> > .ManagedSelector.select(ManagedSelector.java:190)
> > >         at org.eclipse.jetty.io
> > .ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
> > >         at org.eclipse.jetty.io
> > .ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
> > >         at
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
> > >         at
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
> > >         at
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
> > >         at
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
> > >         at org.eclipse.jetty.io.ManagedSelector$$Lambda$113/968957548.run(Unknown
> > Source)
> > >         at
> > org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> > >         at
> > org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> > >         at java.lang.Thread.run(Thread.java:748)
> > >
> > >
> > > "qtp553759818-36" Id=36 RUNNABLE (in native)
> > >         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
> > >         at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
> > >         at
> > sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
> > >         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
> > >         -  locked sun.nio.ch.Util$3@10441f10
> > >         -  locked java.util.Collections$UnmodifiableSet@1bdb1255
> > >         -  locked sun.nio.ch.EPollSelectorImpl@7bab4601
> > >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
> > >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
> > >         at org.eclipse.jetty.io
> > .ManagedSelector.nioSelect(ManagedSelector.java:183)
> > >         at org.eclipse.jetty.io
> > .ManagedSelector.select(ManagedSelector.java:190)
> > >         at org.eclipse.jetty.io
> > .ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
> > >         at org.eclipse.jetty.io
> > .ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
> > >         at
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
> > >         at
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
> > >         at
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
> > >         at
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
> > >         at org.eclipse.jetty.io.ManagedSelector$$Lambda$113/968957548.run(Unknown
> > Source)
> > >         at
> > org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> > >         at
> > org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> > >         at java.lang.Thread.run(Thread.java:748)
> > >
> > >
> > > "qtp553759818-35" Id=35 RUNNABLE (in native)
> > >         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
> > >         at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
> > >         at
> > sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
> > >         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
> > >         -  locked sun.nio.ch.Util$3@75ea9e04
> > >         -  locked java.util.Collections$UnmodifiableSet@45e6a336
> > >         -  locked sun.nio.ch.EPollSelectorImpl@66c5865
> > >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
> > >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
> > >         at org.eclipse.jetty.io
> > .ManagedSelector.nioSelect(ManagedSelector.java:183)
> > >         at org.eclipse.jetty.io
> > .ManagedSelector.select(ManagedSelector.java:190)
> > >         at org.eclipse.jetty.io
> > .ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
> > >         at org.eclipse.jetty.io
> > .ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
> > >         at
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
> > >         at
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
> > >         at
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
> > >         at
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
> > >         at org.eclipse.jetty.io.ManagedSelector$$Lambda$113/968957548.run(Unknown
> > Source)
> > >         at
> > org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> > >         at
> > org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> > >         at java.lang.Thread.run(Thread.java:748)
> > >
> > >
> > > "qtp553759818-34" Id=34 RUNNABLE (in native)
> > >         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
> > >         at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
> > >         at
> > sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
> > >         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
> > >         -  locked sun.nio.ch.Util$3@27d69de7
> > >         -  locked java.util.Collections$UnmodifiableSet@66d2da7
> > >         -  locked sun.nio.ch.EPollSelectorImpl@76e2c14f
> > >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
> > >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
> > >         at org.eclipse.jetty.io
> > .ManagedSelector.nioSelect(ManagedSelector.java:183)
> > >         at org.eclipse.jetty.io
> > .ManagedSelector.select(ManagedSelector.java:190)
> > >         at org.eclipse.jetty.io
> > .ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
> > >         at org.eclipse.jetty.io
> > .ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
> > >         at
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
> > >         at
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
> > >         at
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
> > >         at
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
> > >         at org.eclipse.jetty.io.ManagedSelector$$Lambda$113/968957548.run(Unknown
> > Source)
> > >         at
> > org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> > >         at
> > org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> > >         at java.lang.Thread.run(Thread.java:748)
> > >
> > >
> > > "qtp553759818-33" Id=33 RUNNABLE (in native)
> > >         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
> > >         at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
> > >         at
> > sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
> > >         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
> > >         -  locked sun.nio.ch.Util$3@12a91086
> > >         -  locked java.util.Collections$UnmodifiableSet@1839e91
> > >         -  locked sun.nio.ch.EPollSelectorImpl@6eec9b13
> > >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
> > >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
> > >         at org.eclipse.jetty.io
> > .ManagedSelector.nioSelect(ManagedSelector.java:183)
> > >         at org.eclipse.jetty.io
> > .ManagedSelector.select(ManagedSelector.java:190)
> > >         at org.eclipse.jetty.io
> > .ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
> > >         at org.eclipse.jetty.io
> > .ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
> > >         at
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
> > >         at
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
> > >         at
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
> > >         at
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
> > >         at org.eclipse.jetty.io.ManagedSelector$$Lambda$113/968957548.run(Unknown
> > Source)
> > >         at
> > org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> > >         at
> > org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> > >         at java.lang.Thread.run(Thread.java:748)
> > >
> > >
> > > "Thread-0 (activemq-netty-threads)" Id=32 RUNNABLE (in native)
> > >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > >         at
> > io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > >         at
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > >         at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-4 (ActiveMQ-scheduled-threads)" Id=31 WAITING on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
> > >         at sun.misc.Unsafe.park(Native Method)
> > >         -  waiting on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
> > >         at
> > java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
> > >         at
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
> > >         at
> > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
> > >         at
> > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-3 (ActiveMQ-scheduled-threads)" Id=30 TIMED_WAITING on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
> > >         at sun.misc.Unsafe.park(Native Method)
> > >         -  waiting on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
> > >         at
> > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > >         at
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > >         at
> > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
> > >         at
> > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-2 (ActiveMQ-scheduled-threads)" Id=29 WAITING on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
> > >         at sun.misc.Unsafe.park(Native Method)
> > >         -  waiting on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
> > >         at
> > java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
> > >         at
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
> > >         at
> > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
> > >         at
> > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "activemq-failure-check-thread" Id=28 TIMED_WAITING on
> > java.util.concurrent.CountDownLatch$Sync@5493cb52
> > >         at sun.misc.Unsafe.park(Native Method)
> > >         -  waiting on java.util.concurrent.CountDownLatch$Sync@5493cb52
> > >         at
> > java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > >         at
> > java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
> > >         at
> > java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
> > >         at
> > java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
> > >         at
> > org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl$FailureCheckAndFlushThread.run(RemotingServiceImpl.java:787)
> > >
> > >
> > > "Thread-1 (ActiveMQ-scheduled-threads)" Id=25 WAITING on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
> > >         at sun.misc.Unsafe.park(Native Method)
> > >         -  waiting on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
> > >         at
> > java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
> > >         at
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
> > >         at
> > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
> > >         at
> > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-0 (ActiveMQ-scheduled-threads)" Id=24 WAITING on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
> > >         at sun.misc.Unsafe.park(Native Method)
> > >         -  waiting on
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
> > >         at
> > java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
> > >         at
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
> > >         at
> > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
> > >         at
> > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "activemq-buffer-timeout" Id=23 WAITING on
> > java.util.concurrent.Semaphore$NonfairSync@4979a047
> > >         at sun.misc.Unsafe.park(Native Method)
> > >         -  waiting on java.util.concurrent.Semaphore$NonfairSync@4979a047
> > >         at
> > java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
> > >         at
> > java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:836)
> > >         at
> > java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:997)
> > >         at
> > java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1304)
> > >         at java.util.concurrent.Semaphore.acquire(Semaphore.java:312)
> > >         at
> > org.apache.activemq.artemis.core.io.buffer.TimedBuffer$CheckTimer.run(TimedBuffer.java:479)
> > >         at java.lang.Thread.run(Thread.java:748)
> > >
> > >
> > > "Thread-0 (-scheduled-threads)" Id=22 RUNNABLE
> > >         at sun.management.ThreadImpl.dumpThreads0(Native Method)
> > >         at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:496)
> > >         at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:484)
> > >         at
> > org.apache.activemq.artemis.utils.ThreadDumpUtil.threadDump(ThreadDumpUtil.java:47)
> > >         at
> > org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.threadDump(ActiveMQServerImpl.java:1140)
> > >         at
> > org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.lambda$initializeCriticalAnalyzer$0(ActiveMQServerImpl.java:734)
> > >         at
> > org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$$Lambda$35/1117519786.run(Unknown
> > Source)
> > >         at
> > org.apache.activemq.artemis.utils.critical.CriticalAnalyzerImpl.fireActions(CriticalAnalyzerImpl.java:155)
> > >         at
> > org.apache.activemq.artemis.utils.critical.CriticalAnalyzerImpl.check(CriticalAnalyzerImpl.java:140)
> > >         at
> > org.apache.activemq.artemis.utils.critical.CriticalAnalyzerImpl$1.run(CriticalAnalyzerImpl.java:53)
> > >         at
> > org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent.runForExecutor(ActiveMQScheduledComponent.java:313)
> > >         at
> > org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent.bookedRunForScheduler(ActiveMQScheduledComponent.java:328)
> > >         at
> > org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent.runForScheduler(ActiveMQScheduledComponent.java:339)
> > >         at
> > org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent.lambda$start$0(ActiveMQScheduledComponent.java:166)
> > >         at
> > org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent$$Lambda$34/341138954.run(Unknown
> > Source)
> > >         at
> > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> > >         at
> > java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
> > >         at
> > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
> > >         at
> > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> > >         at
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> > >         at
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >         Number of locked synchronizers = 1
> > >         - java.util.concurrent.ThreadPoolExecutor$Worker@3d5c822d
> > >
> > >
> > > "ActiveMQ Artemis Server Shutdown Timer" Id=20 TIMED_WAITING on
> > java.util.TaskQueue@43c78e78
> > >         at java.lang.Object.wait(Native Method)
> > >         -  waiting on java.util.TaskQueue@43c78e78
> > >         at java.util.TimerThread.mainLoop(Timer.java:552)
> > >         at java.util.TimerThread.run(Timer.java:505)
> > >
> > >
> > > "Signal Dispatcher" Id=5 RUNNABLE
> > >
> > >
> > > "Finalizer" Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@6bb24c2f
> > >         at java.lang.Object.wait(Native Method)
> > >         -  waiting on java.lang.ref.ReferenceQueue$Lock@6bb24c2f
> > >         at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
> > >         at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
> > >         at
> > java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:216)
> > >
> > >
> > > "Reference Handler" Id=2 WAITING on java.lang.ref.Reference$Lock@21b1c350
> > >         at java.lang.Object.wait(Native Method)
> > >         -  waiting on java.lang.ref.Reference$Lock@21b1c350
> > >         at java.lang.Object.wait(Object.java:502)
> > >         at java.lang.ref.Reference.tryHandlePending(Reference.java:191)
> > >         at
> > java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)
> > >
> > >
> > >
> > ===============================================================================
> > > End Thread dump
> > >
> > *******************************************************************************
> > >
> > >
> > >
> > > On 2021/09/16 14:46:19, Justin Bertram <jb...@apache.org> wrote:
> > > > I think perhaps you've misunderstood the issue reported via
> > ARTEMIS-3271
> > > > [1]. The issue was that the critical analyzer [2] would sometimes
> > report
> > > > false positives. The fix eliminated the false positives, but it didn't
> > > > eliminate *all* reports. You may be hitting an actual issue. In order
> > to
> > > > investigate further you need to provide the thread dump logged by the
> > > > critical analyzer.
> > > >
> > > > For what it's worth, you can configure the critical analyzer to just
> > log
> > > > the issue and not shutdown the broker. The documentation [2] has the
> > > > configuration details.
> > > >
> > > >
> > > > Justin
> > > >
> > > > [1] https://issues.apache.org/jira/browse/ARTEMIS-3271
> > > > [2]
> > > >
> > https://activemq.apache.org/components/artemis/documentation/latest/critical-analysis.html
> > > >
> > > > On Thu, Sep 16, 2021 at 8:54 AM foo bar <st...@gmail.com>
> > wrote:
> > > >
> > > > > Hello,
> > > > >
> > > > > We are using ArtemisMQ version 2.15. We are attempting to upgrade to
> > 2.18.
> > > > > On 2.18, we generate some load with a couple of threads. We are
> > getting the
> > > > > exact same error noted here:
> > > > >
> > > > >
> > https://www.mail-archive.com/issues@activemq.apache.org/msg58016.html
> > > > >
> > > > > ```
> > > > > [org.apache.activemq.artemis.utils.critical.CriticalMeasure]
> > Component
> > > > > org.apache.activemq.artemis.core.server.impl.QueueImpl is expired on
> > path 0
> > > > >  2021-05-15 10:00:49,258
> > > > > INFO  [org.apache.activemq.artemis.core.server]
> > > > > AMQ224107: The Critical Analyzer detected slow paths on the broker.
> > It is
> > > > > recommended that you enable trace logs on
> > > > > org.apache.activemq.artemis.utils.critical while you troubleshoot
> > this
> > > > > issue.
> > > > > You should disable the trace logs when you have finished
> > troubleshooting.
> > > > >    2021-05-15 10:00:49,258 ERROR
> > [org.apache.activemq.artemis.core.server]
> > > > > AMQ224079: The process for the virtual machine will be killed, as
> > component
> > > > > QueueImpl[name=q_7, postOffice=PostOfficeImpl
> > > > >
> > > > >
> > [server=ActiveMQServerImpl::serverUUID=64e3f254-b585-11eb-8f02-000f532921b8],
> > > > >
> > > > > temp=false]@9a33f70 is not responsive
> > > > >    2021-05-15 10:00:50,429 WARN
> > [org.apache.activemq.artemis.core.server]
> > > > > AMQ222199: Thread dump:
> > > > > ```
> > > > >
> > > > > I do see a ticket here noting that the issue has been resolved in
> > 2.18,
> > > > > although we just encountered it.
> > > > >
> > > > >
> > > > >
> > https://issues.apache.org/jira/browse/ARTEMIS-3271?focusedWorklogId=597221&page=com.atlassian.jira.plugin.system.issuetabpanels%3Aworklog-tabpanel#worklog-597221
> > > > >
> > > > > Once this happens the broker is down and needs to be restarted. Is
> > there a
> > > > > workaround for this?
> > > > >
> > > > > Thanks
> > > > >
> > > >
> >
> >
> >
> > --
> > Clebert Suconic
> >



-- 
Clebert Suconic

Re: ArtemisMQ 2.18 ARTEMIS-3271 not fixed

Posted by David Martin <da...@qoritek.com>.
FYI found a similar issue as the OPs after upgrading from 2.16 to 2.18 -
perhaps 2.18 is better at detecting slow paths, can see some related
tickets in 2.17 and 2.18 release notes.

Turned out to be MiB/s throttling on cloud storage - increasing the
allocation increased the threshold at which throttling would occur.

Possibly decreasing the page size configured in broker.xml would help
reduce overall IOPS consumption in this type of deployment?


Regards,

Dave


On Fri, 29 Oct 2021 at 23:27, Clebert Suconic <cl...@gmail.com>
wrote:

> The critical analyzer is used to protected against dead locks.
>
> if you have a box that's not acting as fast for any other reason, I
> suggest you turn it off. (Use Log instead of HALT on the Critical
> Analyzer options).
>
> On Wed, Oct 27, 2021 at 11:09 AM Eric Kaplan <er...@gmail.com>
> wrote:
> >
> > I am seeing this as well. If this is a load issue, how could I better
> understand what that load is? I have a cluster of 7 machines with approx 30
> producers/consumers running across them. The producers produce small
> messages at regular intervals (15 seconds). We are using non-durable
> subscribers non-persistent topics. The hornetq data directory is on nfs. I
> have gotten it a few times though I can't reproduce regularly.
> >
> > We are moving from HornetQ (believe it or not) to Artemis 2.19 and would
> like to understand this issue.
> >
> > My log shows the following:
> >
> > 2021-10-24 13:04:03,320 INFO
> [org.apache.activemq.artemis.integration.bootstrap] AMQ101000: Starting
> ActiveMQ Artemis Server
> > 2021-10-24 13:04:03,353 INFO  [org.apache.activemq.artemis.core.server]
> AMQ221000: live Message Broker is starting with configuration Broker
> Configuration
> (clustered=false,journalDirectory=data/journal,bindingsDirectory=data/bindings,largeMessagesDirectory=data/large-messages,pagingDirectory=data/paging)
> > 2021-10-24 13:04:03,415 INFO  [org.apache.activemq.artemis.core.server]
> AMQ221013: Using NIO Journal
> > 2021-10-24 13:04:03,467 INFO  [org.apache.activemq.artemis.core.server]
> AMQ221057: Global Max Size is being adjusted to 1/2 of the JVM max size
> (-Xmx). being defined as 1,073,741,824
> > 2021-10-24 13:04:03,491 INFO  [org.apache.activemq.artemis.core.server]
> AMQ221043: Protocol module found: [artemis-server]. Adding protocol support
> for: CORE
> > 2021-10-24 13:04:03,491 INFO  [org.apache.activemq.artemis.core.server]
> AMQ221043: Protocol module found: [artemis-amqp-protocol]. Adding protocol
> support for: AMQP
> > 2021-10-24 13:04:03,492 INFO  [org.apache.activemq.artemis.core.server]
> AMQ221043: Protocol module found: [artemis-hornetq-protocol]. Adding
> protocol support for: HORNETQ
> > 2021-10-24 13:04:03,492 INFO  [org.apache.activemq.artemis.core.server]
> AMQ221043: Protocol module found: [artemis-mqtt-protocol]. Adding protocol
> support for: MQTT
> > 2021-10-24 13:04:03,492 INFO  [org.apache.activemq.artemis.core.server]
> AMQ221043: Protocol module found: [artemis-openwire-protocol]. Adding
> protocol support for: OPENWIRE
> > 2021-10-24 13:04:03,492 INFO  [org.apache.activemq.artemis.core.server]
> AMQ221043: Protocol module found: [artemis-stomp-protocol]. Adding protocol
> support for: STOMP
> > 2021-10-24 13:04:03,536 INFO  [org.apache.activemq.artemis.core.server]
> AMQ221034: Waiting indefinitely to obtain live lock
> > 2021-10-24 13:04:03,536 INFO  [org.apache.activemq.artemis.core.server]
> AMQ221035: Live Server Obtained live lock
> > 2021-10-24 13:04:04,037 INFO  [org.apache.activemq.artemis.core.server]
> AMQ221020: Started EPOLL Acceptor at 10-234-60-76.ssnc-corp.cloud:61616 for
> protocols [CORE,MQTT,AMQP,STOMP,HORNETQ,OPENWIRE]
> > 2021-10-24 13:04:04,039 INFO  [org.apache.activemq.artemis.core.server]
> AMQ221007: Server is now live
> > 2021-10-24 13:04:04,040 INFO  [org.apache.activemq.artemis.core.server]
> AMQ221001: Apache ActiveMQ Artemis Message Broker version 2.19.0 [armanta,
> nodeID=ecbe3206-32c0-11ec-8a24-0050569966af]
> > 2021-10-24 13:04:04,348 INFO
> [org.apache.activemq.hawtio.branding.PluginContextListener] Initialized
> activemq-branding plugin
> > 2021-10-24 13:04:04,514 INFO
> [org.apache.activemq.hawtio.plugin.PluginContextListener] Initialized
> artemis-plugin plugin
> > 2021-10-24 13:04:05,196 INFO  [io.hawt.HawtioContextListener]
> Initialising hawtio services
> > 2021-10-24 13:04:05,214 INFO  [io.hawt.system.ConfigManager]
> Configuration will be discovered via system properties
> > 2021-10-24 13:04:05,217 INFO  [io.hawt.jmx.JmxTreeWatcher] Welcome to
> Hawtio 2.14.0
> > 2021-10-24 13:04:05,223 INFO
> [io.hawt.web.auth.AuthenticationConfiguration] Starting hawtio
> authentication filter, JAAS realm: "activemq" authorized role(s): "guest"
> role principal classes:
> "org.apache.activemq.artemis.spi.core.security.jaas.RolePrincipal"
> > 2021-10-24 13:04:05,229 INFO  [io.hawt.web.auth.LoginRedirectFilter]
> Hawtio loginRedirectFilter is using 1800 sec. HttpSession timeout
> > 2021-10-24 13:04:05,242 INFO  [io.hawt.web.proxy.ProxyServlet] Proxy
> servlet is disabled
> > 2021-10-24 13:04:05,247 INFO
> [io.hawt.web.servlets.JolokiaConfiguredAgentServlet] Jolokia overridden
> property: [key=policyLocation,
> value=file:/shared_dir/awa_install/awa/awa_3.0.13.4dev.597331/jms/artemis/instance/etc/jolokia-access.xml]
> > 2021-10-24 13:04:05,340 INFO  [org.apache.activemq.artemis] AMQ241001:
> HTTP Server started at http://localhost:8161
> > 2021-10-24 13:04:05,340 INFO  [org.apache.activemq.artemis] AMQ241002:
> Artemis Jolokia REST API available at
> http://localhost:8161/console/jolokia
> > 2021-10-24 13:04:05,340 INFO  [org.apache.activemq.artemis] AMQ241004:
> Artemis Console available at http://localhost:8161/console
> > 2021-10-24 13:14:03,338 WARN
> [org.apache.activemq.artemis.utils.critical.CriticalMeasure] Component
> org.apache.activemq.artemis.core.server.impl.QueueImpl is expired on path 2
> > 2021-10-24 13:14:03,339 INFO  [org.apache.activemq.artemis.core.server]
> AMQ224107: The Critical Analyzer detected slow paths on the broker.  It is
> recommended that you enable trace logs on
> org.apache.activemq.artemis.utils.critical while you troubleshoot this
> issue. You should disable the trace logs when you have finished
> troubleshooting.
> > 2021-10-24 13:14:03,339 ERROR [org.apache.activemq.artemis.core.server]
> AMQ224079: The process for the virtual machine will be killed, as component
> QueueImpl[name=d28a82eb-8a73-4148-bcb3-008abad893b5,
> postOffice=PostOfficeImpl [server=ActiveMQServerImpl::name=armanta],
> temp=true]@71707b9b is not responsive
> > 2021-10-24 13:14:03,376 WARN  [org.apache.activemq.artemis.core.server]
> AMQ222199: Thread dump:
> *******************************************************************************
> > Complete Thread dump
> > "Thread-40 (activemq-netty-threads)" Id=117 RUNNABLE (in native)
> >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> >         at
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> >         at
> io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> >         at
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> >         at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-39 (activemq-netty-threads)" Id=116 RUNNABLE
> >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> >         at
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> >         at
> io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> >         at
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> >         at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-38 (activemq-netty-threads)" Id=115 RUNNABLE
> >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> >         at
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> >         at
> io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> >         at
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> >         at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-37 (activemq-netty-threads)" Id=114 RUNNABLE
> >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> >         at
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> >         at
> io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> >         at
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> >         at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-36 (activemq-netty-threads)" Id=113 RUNNABLE
> >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> >         at
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> >         at
> io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> >         at
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> >         at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-35 (activemq-netty-threads)" Id=112 RUNNABLE
> >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> >         at
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> >         at
> io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> >         at
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> >         at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-34 (activemq-netty-threads)" Id=111 RUNNABLE (in native)
> >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> >         at
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> >         at
> io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> >         at
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> >         at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-33 (activemq-netty-threads)" Id=110 RUNNABLE (in native)
> >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> >         at
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> >         at
> io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> >         at
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> >         at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-32 (activemq-netty-threads)" Id=109 RUNNABLE
> >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> >         at
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> >         at
> io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> >         at
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> >         at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-31 (activemq-netty-threads)" Id=108 RUNNABLE (in native)
> >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> >         at
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> >         at
> io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> >         at
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> >         at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-30 (activemq-netty-threads)" Id=107 RUNNABLE
> >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> >         at
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> >         at
> io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> >         at
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> >         at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-29 (activemq-netty-threads)" Id=106 RUNNABLE (in native)
> >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> >         at
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> >         at
> io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> >         at
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> >         at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-28 (activemq-netty-threads)" Id=105 RUNNABLE (in native)
> >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> >         at
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> >         at
> io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> >         at
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> >         at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-27 (activemq-netty-threads)" Id=104 RUNNABLE
> >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> >         at
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> >         at
> io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> >         at
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> >         at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-26 (activemq-netty-threads)" Id=103 RUNNABLE
> >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> >         at
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> >         at
> io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> >         at
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> >         at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-25 (activemq-netty-threads)" Id=102 RUNNABLE (in native)
> >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> >         at
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> >         at
> io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> >         at
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> >         at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-24 (activemq-netty-threads)" Id=101 RUNNABLE (in native)
> >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> >         at
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> >         at
> io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> >         at
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> >         at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-23 (activemq-netty-threads)" Id=100 RUNNABLE
> >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> >         at
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> >         at
> io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> >         at
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> >         at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-22 (activemq-netty-threads)" Id=99 RUNNABLE (in native)
> >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> >         at
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> >         at
> io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> >         at
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> >         at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-21 (activemq-netty-threads)" Id=98 RUNNABLE
> >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> >         at
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> >         at
> io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> >         at
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> >         at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-20 (activemq-netty-threads)" Id=97 RUNNABLE
> >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> >         at
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> >         at
> io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> >         at
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> >         at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-19 (activemq-netty-threads)" Id=96 RUNNABLE
> >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> >         at
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> >         at
> io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> >         at
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> >         at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-18 (activemq-netty-threads)" Id=95 RUNNABLE
> >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> >         at
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> >         at
> io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> >         at
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> >         at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-17 (activemq-netty-threads)" Id=94 RUNNABLE (in native)
> >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> >         at
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> >         at
> io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> >         at
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> >         at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-16 (activemq-netty-threads)" Id=93 RUNNABLE
> >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> >         at
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> >         at
> io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> >         at
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> >         at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-15 (activemq-netty-threads)" Id=92 RUNNABLE
> >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> >         at
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> >         at
> io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> >         at
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> >         at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-25
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> Id=91 RUNNABLE
> >         at sun.misc.Unsafe.park(Native Method)
> >         at
> java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> >         at
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> >         at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> >         at
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> >         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> >         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-26
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> Id=90 TIMED_WAITING on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at sun.misc.Unsafe.park(Native Method)
> >         -  waiting on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at
> java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> >         at
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> >         at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> >         at
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> >         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> >         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-28
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> Id=88 TIMED_WAITING on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at sun.misc.Unsafe.park(Native Method)
> >         -  waiting on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at
> java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> >         at
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> >         at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> >         at
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> >         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> >         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-29
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> Id=89 TIMED_WAITING on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at sun.misc.Unsafe.park(Native Method)
> >         -  waiting on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at
> java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> >         at
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> >         at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> >         at
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> >         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> >         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-27
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> Id=87 TIMED_WAITING on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at sun.misc.Unsafe.park(Native Method)
> >         -  waiting on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at
> java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> >         at
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> >         at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> >         at
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> >         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> >         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-24
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> Id=86 TIMED_WAITING on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at sun.misc.Unsafe.park(Native Method)
> >         -  waiting on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at
> java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> >         at
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> >         at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> >         at
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> >         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> >         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-20
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> Id=85 TIMED_WAITING on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at sun.misc.Unsafe.park(Native Method)
> >         -  waiting on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at
> java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> >         at
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> >         at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> >         at
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> >         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> >         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-23
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> Id=84 TIMED_WAITING on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at sun.misc.Unsafe.park(Native Method)
> >         -  waiting on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at
> java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> >         at
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> >         at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> >         at
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> >         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> >         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-22
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> Id=83 TIMED_WAITING on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at sun.misc.Unsafe.park(Native Method)
> >         -  waiting on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at
> java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> >         at
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> >         at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> >         at
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> >         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> >         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-21
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> Id=82 TIMED_WAITING on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at sun.misc.Unsafe.park(Native Method)
> >         -  waiting on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at
> java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> >         at
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> >         at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> >         at
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> >         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> >         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-15
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> Id=81 TIMED_WAITING on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at sun.misc.Unsafe.park(Native Method)
> >         -  waiting on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at
> java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> >         at
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> >         at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> >         at
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> >         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> >         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-16
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> Id=80 TIMED_WAITING on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at sun.misc.Unsafe.park(Native Method)
> >         -  waiting on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at
> java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> >         at
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> >         at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> >         at
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> >         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> >         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-19
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> Id=79 TIMED_WAITING on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at sun.misc.Unsafe.park(Native Method)
> >         -  waiting on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at
> java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> >         at
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> >         at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> >         at
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> >         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> >         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-18
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> Id=78 TIMED_WAITING on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at sun.misc.Unsafe.park(Native Method)
> >         -  waiting on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at
> java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> >         at
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> >         at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> >         at
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> >         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> >         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-17
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> Id=77 TIMED_WAITING on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at sun.misc.Unsafe.park(Native Method)
> >         -  waiting on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at
> java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> >         at
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> >         at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> >         at
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> >         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> >         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-14
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> Id=76 TIMED_WAITING on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at sun.misc.Unsafe.park(Native Method)
> >         -  waiting on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at
> java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> >         at
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> >         at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> >         at
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> >         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> >         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-13
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> Id=75 TIMED_WAITING on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at sun.misc.Unsafe.park(Native Method)
> >         -  waiting on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at
> java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> >         at
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> >         at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> >         at
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> >         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> >         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-12
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> Id=74 TIMED_WAITING on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at sun.misc.Unsafe.park(Native Method)
> >         -  waiting on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at
> java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> >         at
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> >         at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> >         at
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> >         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> >         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-14 (activemq-netty-threads)" Id=73 RUNNABLE
> >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> >         at
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> >         at
> io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> >         at
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> >         at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-13 (activemq-netty-threads)" Id=72 RUNNABLE
> >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> >         at
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> >         at
> io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> >         at
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> >         at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-11
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> Id=71 TIMED_WAITING on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at sun.misc.Unsafe.park(Native Method)
> >         -  waiting on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at
> java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> >         at
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> >         at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> >         at
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> >         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> >         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-10
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> Id=70 TIMED_WAITING on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at sun.misc.Unsafe.park(Native Method)
> >         -  waiting on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at
> java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> >         at
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> >         at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> >         at
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> >         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> >         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-9
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> Id=69 TIMED_WAITING on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at sun.misc.Unsafe.park(Native Method)
> >         -  waiting on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at
> java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> >         at
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> >         at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> >         at
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> >         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> >         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-8
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> Id=68 TIMED_WAITING on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at sun.misc.Unsafe.park(Native Method)
> >         -  waiting on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at
> java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> >         at
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> >         at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> >         at
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> >         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> >         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-12 (activemq-netty-threads)" Id=67 RUNNABLE
> >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> >         at
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> >         at
> io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> >         at
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> >         at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-11 (activemq-netty-threads)" Id=66 RUNNABLE
> >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> >         at
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> >         at
> io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> >         at
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> >         at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-10 (activemq-netty-threads)" Id=65 RUNNABLE (in native)
> >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> >         at
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> >         at
> io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> >         at
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> >         at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-7
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> Id=64 TIMED_WAITING on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at sun.misc.Unsafe.park(Native Method)
> >         -  waiting on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at
> java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> >         at
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> >         at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> >         at
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> >         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> >         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-9 (activemq-netty-threads)" Id=63 RUNNABLE (in native)
> >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> >         at
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> >         at
> io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> >         at
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> >         at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-6
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> Id=62 TIMED_WAITING on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at sun.misc.Unsafe.park(Native Method)
> >         -  waiting on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at
> java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> >         at
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> >         at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> >         at
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> >         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> >         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-5
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> Id=61 TIMED_WAITING on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at sun.misc.Unsafe.park(Native Method)
> >         -  waiting on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at
> java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> >         at
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> >         at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> >         at
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> >         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> >         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-4
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> Id=60 TIMED_WAITING on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at sun.misc.Unsafe.park(Native Method)
> >         -  waiting on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at
> java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> >         at
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> >         at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> >         at
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> >         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> >         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-8 (activemq-netty-threads)" Id=59 RUNNABLE (in native)
> >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> >         at
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> >         at
> io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> >         at
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> >         at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-7 (activemq-netty-threads)" Id=58 RUNNABLE (in native)
> >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> >         at
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> >         at
> io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> >         at
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> >         at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-6 (activemq-netty-threads)" Id=57 RUNNABLE
> >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> >         at
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> >         at
> io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> >         at
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> >         at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-5 (activemq-netty-threads)" Id=56 RUNNABLE (in native)
> >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> >         at
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> >         at
> io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> >         at
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> >         at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-4 (activemq-netty-threads)" Id=55 RUNNABLE (in native)
> >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> >         at
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> >         at
> io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> >         at
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> >         at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-3
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> Id=53 TIMED_WAITING on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at sun.misc.Unsafe.park(Native Method)
> >         -  waiting on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at
> java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> >         at
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> >         at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> >         at
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> >         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> >         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-3 (activemq-netty-threads)" Id=52 RUNNABLE (in native)
> >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> >         at
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> >         at
> io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> >         at
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> >         at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-2
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> Id=49 TIMED_WAITING on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at sun.misc.Unsafe.park(Native Method)
> >         -  waiting on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at
> java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> >         at
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> >         at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> >         at
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> >         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> >         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-1
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> Id=48 TIMED_WAITING on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at sun.misc.Unsafe.park(Native Method)
> >         -  waiting on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at
> java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> >         at
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> >         at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> >         at
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> >         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> >         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-0
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)"
> Id=47 TIMED_WAITING on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at sun.misc.Unsafe.park(Native Method)
> >         -  waiting on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
> >         at
> java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> >         at
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> >         at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> >         at
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
> >         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> >         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-2 (activemq-netty-threads)" Id=46 RUNNABLE (in native)
> >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> >         at
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> >         at
> io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> >         at
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> >         at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-1 (activemq-netty-threads)" Id=45 RUNNABLE (in native)
> >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> >         at
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> >         at
> io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> >         at
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> >         at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "DestroyJavaVM" Id=44 RUNNABLE
> >
> >
> > "qtp553759818-43-acceptor-1@500b3746-ServerConnector@5c153b9e{HTTP/1.1,
> (http/1.1)}{localhost:8161}" Id=43 RUNNABLE (in native)
> >         at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
> >         at sun.nio.ch
> .ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:421)
> >         at sun.nio.ch
> .ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:249)
> >         -  locked java.lang.Object@4cd49917
> >         at
> org.eclipse.jetty.server.ServerConnector.accept(ServerConnector.java:388)
> >         at
> org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:702)
> >         at
> org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> >         at
> org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> >         at java.lang.Thread.run(Thread.java:748)
> >
> >
> > "qtp553759818-42-acceptor-0@7c31424f-ServerConnector@5c153b9e{HTTP/1.1,
> (http/1.1)}{localhost:8161}" Id=42 BLOCKED on java.lang.Object@4cd49917
> owned by "qtp553759818-43-acceptor-1@500b3746-ServerConnector@5c153b9e{HTTP/1.1,
> (http/1.1)}{localhost:8161}" Id=43
> >         at sun.nio.ch
> .ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:233)
> >         -  blocked on java.lang.Object@4cd49917
> >         at
> org.eclipse.jetty.server.ServerConnector.accept(ServerConnector.java:388)
> >         at
> org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:702)
> >         at
> org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> >         at
> org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> >         at java.lang.Thread.run(Thread.java:748)
> >
> >
> > "Session-HouseKeeper-7e985ce9-1" Id=41 TIMED_WAITING on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@f7edaeb
> >         at sun.misc.Unsafe.park(Native Method)
> >         -  waiting on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@f7edaeb
> >         at
> java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> >         at
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> >         at
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
> >         at
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> >         at
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
> >         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> >         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> >         at java.lang.Thread.run(Thread.java:748)
> >
> >
> > "qtp553759818-40" Id=40 RUNNABLE (in native)
> >         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
> >         at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
> >         at
> sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
> >         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
> >         -  locked sun.nio.ch.Util$3@34ca9ca7
> >         -  locked java.util.Collections$UnmodifiableSet@5ea57eb1
> >         -  locked sun.nio.ch.EPollSelectorImpl@36514853
> >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
> >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
> >         at org.eclipse.jetty.io
> .ManagedSelector.nioSelect(ManagedSelector.java:183)
> >         at org.eclipse.jetty.io
> .ManagedSelector.select(ManagedSelector.java:190)
> >         at org.eclipse.jetty.io
> .ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
> >         at org.eclipse.jetty.io
> .ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
> >         at
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
> >         at
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
> >         at
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
> >         at
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
> >         at org.eclipse.jetty.io.ManagedSelector$$Lambda$113/968957548.run(Unknown
> Source)
> >         at
> org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> >         at
> org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> >         at java.lang.Thread.run(Thread.java:748)
> >
> >
> > "qtp553759818-39" Id=39 RUNNABLE (in native)
> >         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
> >         at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
> >         at
> sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
> >         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
> >         -  locked sun.nio.ch.Util$3@4f0175f0
> >         -  locked java.util.Collections$UnmodifiableSet@2fcef713
> >         -  locked sun.nio.ch.EPollSelectorImpl@5aeb44ad
> >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
> >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
> >         at org.eclipse.jetty.io
> .ManagedSelector.nioSelect(ManagedSelector.java:183)
> >         at org.eclipse.jetty.io
> .ManagedSelector.select(ManagedSelector.java:190)
> >         at org.eclipse.jetty.io
> .ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
> >         at org.eclipse.jetty.io
> .ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
> >         at
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
> >         at
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
> >         at
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
> >         at
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
> >         at org.eclipse.jetty.io.ManagedSelector$$Lambda$113/968957548.run(Unknown
> Source)
> >         at
> org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> >         at
> org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> >         at java.lang.Thread.run(Thread.java:748)
> >
> >
> > "qtp553759818-38" Id=38 RUNNABLE (in native)
> >         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
> >         at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
> >         at
> sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
> >         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
> >         -  locked sun.nio.ch.Util$3@66c49c73
> >         -  locked java.util.Collections$UnmodifiableSet@222edbae
> >         -  locked sun.nio.ch.EPollSelectorImpl@7a80d697
> >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
> >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
> >         at org.eclipse.jetty.io
> .ManagedSelector.nioSelect(ManagedSelector.java:183)
> >         at org.eclipse.jetty.io
> .ManagedSelector.select(ManagedSelector.java:190)
> >         at org.eclipse.jetty.io
> .ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
> >         at org.eclipse.jetty.io
> .ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
> >         at
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
> >         at
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
> >         at
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
> >         at
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
> >         at org.eclipse.jetty.io.ManagedSelector$$Lambda$113/968957548.run(Unknown
> Source)
> >         at
> org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> >         at
> org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> >         at java.lang.Thread.run(Thread.java:748)
> >
> >
> > "qtp553759818-37" Id=37 RUNNABLE (in native)
> >         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
> >         at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
> >         at
> sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
> >         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
> >         -  locked sun.nio.ch.Util$3@7ace3b46
> >         -  locked java.util.Collections$UnmodifiableSet@382b0768
> >         -  locked sun.nio.ch.EPollSelectorImpl@6c0c5868
> >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
> >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
> >         at org.eclipse.jetty.io
> .ManagedSelector.nioSelect(ManagedSelector.java:183)
> >         at org.eclipse.jetty.io
> .ManagedSelector.select(ManagedSelector.java:190)
> >         at org.eclipse.jetty.io
> .ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
> >         at org.eclipse.jetty.io
> .ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
> >         at
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
> >         at
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
> >         at
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
> >         at
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
> >         at org.eclipse.jetty.io.ManagedSelector$$Lambda$113/968957548.run(Unknown
> Source)
> >         at
> org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> >         at
> org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> >         at java.lang.Thread.run(Thread.java:748)
> >
> >
> > "qtp553759818-36" Id=36 RUNNABLE (in native)
> >         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
> >         at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
> >         at
> sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
> >         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
> >         -  locked sun.nio.ch.Util$3@10441f10
> >         -  locked java.util.Collections$UnmodifiableSet@1bdb1255
> >         -  locked sun.nio.ch.EPollSelectorImpl@7bab4601
> >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
> >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
> >         at org.eclipse.jetty.io
> .ManagedSelector.nioSelect(ManagedSelector.java:183)
> >         at org.eclipse.jetty.io
> .ManagedSelector.select(ManagedSelector.java:190)
> >         at org.eclipse.jetty.io
> .ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
> >         at org.eclipse.jetty.io
> .ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
> >         at
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
> >         at
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
> >         at
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
> >         at
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
> >         at org.eclipse.jetty.io.ManagedSelector$$Lambda$113/968957548.run(Unknown
> Source)
> >         at
> org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> >         at
> org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> >         at java.lang.Thread.run(Thread.java:748)
> >
> >
> > "qtp553759818-35" Id=35 RUNNABLE (in native)
> >         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
> >         at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
> >         at
> sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
> >         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
> >         -  locked sun.nio.ch.Util$3@75ea9e04
> >         -  locked java.util.Collections$UnmodifiableSet@45e6a336
> >         -  locked sun.nio.ch.EPollSelectorImpl@66c5865
> >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
> >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
> >         at org.eclipse.jetty.io
> .ManagedSelector.nioSelect(ManagedSelector.java:183)
> >         at org.eclipse.jetty.io
> .ManagedSelector.select(ManagedSelector.java:190)
> >         at org.eclipse.jetty.io
> .ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
> >         at org.eclipse.jetty.io
> .ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
> >         at
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
> >         at
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
> >         at
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
> >         at
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
> >         at org.eclipse.jetty.io.ManagedSelector$$Lambda$113/968957548.run(Unknown
> Source)
> >         at
> org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> >         at
> org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> >         at java.lang.Thread.run(Thread.java:748)
> >
> >
> > "qtp553759818-34" Id=34 RUNNABLE (in native)
> >         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
> >         at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
> >         at
> sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
> >         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
> >         -  locked sun.nio.ch.Util$3@27d69de7
> >         -  locked java.util.Collections$UnmodifiableSet@66d2da7
> >         -  locked sun.nio.ch.EPollSelectorImpl@76e2c14f
> >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
> >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
> >         at org.eclipse.jetty.io
> .ManagedSelector.nioSelect(ManagedSelector.java:183)
> >         at org.eclipse.jetty.io
> .ManagedSelector.select(ManagedSelector.java:190)
> >         at org.eclipse.jetty.io
> .ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
> >         at org.eclipse.jetty.io
> .ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
> >         at
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
> >         at
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
> >         at
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
> >         at
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
> >         at org.eclipse.jetty.io.ManagedSelector$$Lambda$113/968957548.run(Unknown
> Source)
> >         at
> org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> >         at
> org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> >         at java.lang.Thread.run(Thread.java:748)
> >
> >
> > "qtp553759818-33" Id=33 RUNNABLE (in native)
> >         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
> >         at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
> >         at
> sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
> >         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
> >         -  locked sun.nio.ch.Util$3@12a91086
> >         -  locked java.util.Collections$UnmodifiableSet@1839e91
> >         -  locked sun.nio.ch.EPollSelectorImpl@6eec9b13
> >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
> >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
> >         at org.eclipse.jetty.io
> .ManagedSelector.nioSelect(ManagedSelector.java:183)
> >         at org.eclipse.jetty.io
> .ManagedSelector.select(ManagedSelector.java:190)
> >         at org.eclipse.jetty.io
> .ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
> >         at org.eclipse.jetty.io
> .ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
> >         at
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
> >         at
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
> >         at
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
> >         at
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
> >         at org.eclipse.jetty.io.ManagedSelector$$Lambda$113/968957548.run(Unknown
> Source)
> >         at
> org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> >         at
> org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> >         at java.lang.Thread.run(Thread.java:748)
> >
> >
> > "Thread-0 (activemq-netty-threads)" Id=32 RUNNABLE (in native)
> >         at io.netty.channel.epoll.Native.epollWait(Native Method)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> >         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> >         at
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> >         at
> io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> >         at
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> >         at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-4 (ActiveMQ-scheduled-threads)" Id=31 WAITING on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
> >         at sun.misc.Unsafe.park(Native Method)
> >         -  waiting on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
> >         at
> java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
> >         at
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
> >         at
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
> >         at
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> >         at
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
> >         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> >         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-3 (ActiveMQ-scheduled-threads)" Id=30 TIMED_WAITING on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
> >         at sun.misc.Unsafe.park(Native Method)
> >         -  waiting on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
> >         at
> java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> >         at
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> >         at
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
> >         at
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> >         at
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
> >         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> >         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-2 (ActiveMQ-scheduled-threads)" Id=29 WAITING on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
> >         at sun.misc.Unsafe.park(Native Method)
> >         -  waiting on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
> >         at
> java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
> >         at
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
> >         at
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
> >         at
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> >         at
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
> >         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> >         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "activemq-failure-check-thread" Id=28 TIMED_WAITING on
> java.util.concurrent.CountDownLatch$Sync@5493cb52
> >         at sun.misc.Unsafe.park(Native Method)
> >         -  waiting on java.util.concurrent.CountDownLatch$Sync@5493cb52
> >         at
> java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> >         at
> java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
> >         at
> java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
> >         at
> java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
> >         at
> org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl$FailureCheckAndFlushThread.run(RemotingServiceImpl.java:787)
> >
> >
> > "Thread-1 (ActiveMQ-scheduled-threads)" Id=25 WAITING on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
> >         at sun.misc.Unsafe.park(Native Method)
> >         -  waiting on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
> >         at
> java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
> >         at
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
> >         at
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
> >         at
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> >         at
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
> >         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> >         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-0 (ActiveMQ-scheduled-threads)" Id=24 WAITING on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
> >         at sun.misc.Unsafe.park(Native Method)
> >         -  waiting on
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
> >         at
> java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
> >         at
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
> >         at
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
> >         at
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> >         at
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
> >         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
> >         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "activemq-buffer-timeout" Id=23 WAITING on
> java.util.concurrent.Semaphore$NonfairSync@4979a047
> >         at sun.misc.Unsafe.park(Native Method)
> >         -  waiting on java.util.concurrent.Semaphore$NonfairSync@4979a047
> >         at
> java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
> >         at
> java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:836)
> >         at
> java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:997)
> >         at
> java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1304)
> >         at java.util.concurrent.Semaphore.acquire(Semaphore.java:312)
> >         at
> org.apache.activemq.artemis.core.io.buffer.TimedBuffer$CheckTimer.run(TimedBuffer.java:479)
> >         at java.lang.Thread.run(Thread.java:748)
> >
> >
> > "Thread-0 (-scheduled-threads)" Id=22 RUNNABLE
> >         at sun.management.ThreadImpl.dumpThreads0(Native Method)
> >         at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:496)
> >         at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:484)
> >         at
> org.apache.activemq.artemis.utils.ThreadDumpUtil.threadDump(ThreadDumpUtil.java:47)
> >         at
> org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.threadDump(ActiveMQServerImpl.java:1140)
> >         at
> org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.lambda$initializeCriticalAnalyzer$0(ActiveMQServerImpl.java:734)
> >         at
> org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$$Lambda$35/1117519786.run(Unknown
> Source)
> >         at
> org.apache.activemq.artemis.utils.critical.CriticalAnalyzerImpl.fireActions(CriticalAnalyzerImpl.java:155)
> >         at
> org.apache.activemq.artemis.utils.critical.CriticalAnalyzerImpl.check(CriticalAnalyzerImpl.java:140)
> >         at
> org.apache.activemq.artemis.utils.critical.CriticalAnalyzerImpl$1.run(CriticalAnalyzerImpl.java:53)
> >         at
> org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent.runForExecutor(ActiveMQScheduledComponent.java:313)
> >         at
> org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent.bookedRunForScheduler(ActiveMQScheduledComponent.java:328)
> >         at
> org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent.runForScheduler(ActiveMQScheduledComponent.java:339)
> >         at
> org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent.lambda$start$0(ActiveMQScheduledComponent.java:166)
> >         at
> org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent$$Lambda$34/341138954.run(Unknown
> Source)
> >         at
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> >         at
> java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
> >         at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
> >         at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
> >         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> >         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> >         at
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >         Number of locked synchronizers = 1
> >         - java.util.concurrent.ThreadPoolExecutor$Worker@3d5c822d
> >
> >
> > "ActiveMQ Artemis Server Shutdown Timer" Id=20 TIMED_WAITING on
> java.util.TaskQueue@43c78e78
> >         at java.lang.Object.wait(Native Method)
> >         -  waiting on java.util.TaskQueue@43c78e78
> >         at java.util.TimerThread.mainLoop(Timer.java:552)
> >         at java.util.TimerThread.run(Timer.java:505)
> >
> >
> > "Signal Dispatcher" Id=5 RUNNABLE
> >
> >
> > "Finalizer" Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@6bb24c2f
> >         at java.lang.Object.wait(Native Method)
> >         -  waiting on java.lang.ref.ReferenceQueue$Lock@6bb24c2f
> >         at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
> >         at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
> >         at
> java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:216)
> >
> >
> > "Reference Handler" Id=2 WAITING on java.lang.ref.Reference$Lock@21b1c350
> >         at java.lang.Object.wait(Native Method)
> >         -  waiting on java.lang.ref.Reference$Lock@21b1c350
> >         at java.lang.Object.wait(Object.java:502)
> >         at java.lang.ref.Reference.tryHandlePending(Reference.java:191)
> >         at
> java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)
> >
> >
> >
> ===============================================================================
> > End Thread dump
> >
> *******************************************************************************
> >
> >
> >
> > On 2021/09/16 14:46:19, Justin Bertram <jb...@apache.org> wrote:
> > > I think perhaps you've misunderstood the issue reported via
> ARTEMIS-3271
> > > [1]. The issue was that the critical analyzer [2] would sometimes
> report
> > > false positives. The fix eliminated the false positives, but it didn't
> > > eliminate *all* reports. You may be hitting an actual issue. In order
> to
> > > investigate further you need to provide the thread dump logged by the
> > > critical analyzer.
> > >
> > > For what it's worth, you can configure the critical analyzer to just
> log
> > > the issue and not shutdown the broker. The documentation [2] has the
> > > configuration details.
> > >
> > >
> > > Justin
> > >
> > > [1] https://issues.apache.org/jira/browse/ARTEMIS-3271
> > > [2]
> > >
> https://activemq.apache.org/components/artemis/documentation/latest/critical-analysis.html
> > >
> > > On Thu, Sep 16, 2021 at 8:54 AM foo bar <st...@gmail.com>
> wrote:
> > >
> > > > Hello,
> > > >
> > > > We are using ArtemisMQ version 2.15. We are attempting to upgrade to
> 2.18.
> > > > On 2.18, we generate some load with a couple of threads. We are
> getting the
> > > > exact same error noted here:
> > > >
> > > >
> https://www.mail-archive.com/issues@activemq.apache.org/msg58016.html
> > > >
> > > > ```
> > > > [org.apache.activemq.artemis.utils.critical.CriticalMeasure]
> Component
> > > > org.apache.activemq.artemis.core.server.impl.QueueImpl is expired on
> path 0
> > > >  2021-05-15 10:00:49,258
> > > > INFO  [org.apache.activemq.artemis.core.server]
> > > > AMQ224107: The Critical Analyzer detected slow paths on the broker.
> It is
> > > > recommended that you enable trace logs on
> > > > org.apache.activemq.artemis.utils.critical while you troubleshoot
> this
> > > > issue.
> > > > You should disable the trace logs when you have finished
> troubleshooting.
> > > >    2021-05-15 10:00:49,258 ERROR
> [org.apache.activemq.artemis.core.server]
> > > > AMQ224079: The process for the virtual machine will be killed, as
> component
> > > > QueueImpl[name=q_7, postOffice=PostOfficeImpl
> > > >
> > > >
> [server=ActiveMQServerImpl::serverUUID=64e3f254-b585-11eb-8f02-000f532921b8],
> > > >
> > > > temp=false]@9a33f70 is not responsive
> > > >    2021-05-15 10:00:50,429 WARN
> [org.apache.activemq.artemis.core.server]
> > > > AMQ222199: Thread dump:
> > > > ```
> > > >
> > > > I do see a ticket here noting that the issue has been resolved in
> 2.18,
> > > > although we just encountered it.
> > > >
> > > >
> > > >
> https://issues.apache.org/jira/browse/ARTEMIS-3271?focusedWorklogId=597221&page=com.atlassian.jira.plugin.system.issuetabpanels%3Aworklog-tabpanel#worklog-597221
> > > >
> > > > Once this happens the broker is down and needs to be restarted. Is
> there a
> > > > workaround for this?
> > > >
> > > > Thanks
> > > >
> > >
>
>
>
> --
> Clebert Suconic
>

Re: ArtemisMQ 2.18 ARTEMIS-3271 not fixed

Posted by Clebert Suconic <cl...@gmail.com>.
The critical analyzer is used to protected against dead locks.

if you have a box that's not acting as fast for any other reason, I
suggest you turn it off. (Use Log instead of HALT on the Critical
Analyzer options).

On Wed, Oct 27, 2021 at 11:09 AM Eric Kaplan <er...@gmail.com> wrote:
>
> I am seeing this as well. If this is a load issue, how could I better understand what that load is? I have a cluster of 7 machines with approx 30 producers/consumers running across them. The producers produce small messages at regular intervals (15 seconds). We are using non-durable subscribers non-persistent topics. The hornetq data directory is on nfs. I have gotten it a few times though I can't reproduce regularly.
>
> We are moving from HornetQ (believe it or not) to Artemis 2.19 and would like to understand this issue.
>
> My log shows the following:
>
> 2021-10-24 13:04:03,320 INFO  [org.apache.activemq.artemis.integration.bootstrap] AMQ101000: Starting ActiveMQ Artemis Server
> 2021-10-24 13:04:03,353 INFO  [org.apache.activemq.artemis.core.server] AMQ221000: live Message Broker is starting with configuration Broker Configuration (clustered=false,journalDirectory=data/journal,bindingsDirectory=data/bindings,largeMessagesDirectory=data/large-messages,pagingDirectory=data/paging)
> 2021-10-24 13:04:03,415 INFO  [org.apache.activemq.artemis.core.server] AMQ221013: Using NIO Journal
> 2021-10-24 13:04:03,467 INFO  [org.apache.activemq.artemis.core.server] AMQ221057: Global Max Size is being adjusted to 1/2 of the JVM max size (-Xmx). being defined as 1,073,741,824
> 2021-10-24 13:04:03,491 INFO  [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-server]. Adding protocol support for: CORE
> 2021-10-24 13:04:03,491 INFO  [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-amqp-protocol]. Adding protocol support for: AMQP
> 2021-10-24 13:04:03,492 INFO  [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-hornetq-protocol]. Adding protocol support for: HORNETQ
> 2021-10-24 13:04:03,492 INFO  [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-mqtt-protocol]. Adding protocol support for: MQTT
> 2021-10-24 13:04:03,492 INFO  [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-openwire-protocol]. Adding protocol support for: OPENWIRE
> 2021-10-24 13:04:03,492 INFO  [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-stomp-protocol]. Adding protocol support for: STOMP
> 2021-10-24 13:04:03,536 INFO  [org.apache.activemq.artemis.core.server] AMQ221034: Waiting indefinitely to obtain live lock
> 2021-10-24 13:04:03,536 INFO  [org.apache.activemq.artemis.core.server] AMQ221035: Live Server Obtained live lock
> 2021-10-24 13:04:04,037 INFO  [org.apache.activemq.artemis.core.server] AMQ221020: Started EPOLL Acceptor at 10-234-60-76.ssnc-corp.cloud:61616 for protocols [CORE,MQTT,AMQP,STOMP,HORNETQ,OPENWIRE]
> 2021-10-24 13:04:04,039 INFO  [org.apache.activemq.artemis.core.server] AMQ221007: Server is now live
> 2021-10-24 13:04:04,040 INFO  [org.apache.activemq.artemis.core.server] AMQ221001: Apache ActiveMQ Artemis Message Broker version 2.19.0 [armanta, nodeID=ecbe3206-32c0-11ec-8a24-0050569966af]
> 2021-10-24 13:04:04,348 INFO  [org.apache.activemq.hawtio.branding.PluginContextListener] Initialized activemq-branding plugin
> 2021-10-24 13:04:04,514 INFO  [org.apache.activemq.hawtio.plugin.PluginContextListener] Initialized artemis-plugin plugin
> 2021-10-24 13:04:05,196 INFO  [io.hawt.HawtioContextListener] Initialising hawtio services
> 2021-10-24 13:04:05,214 INFO  [io.hawt.system.ConfigManager] Configuration will be discovered via system properties
> 2021-10-24 13:04:05,217 INFO  [io.hawt.jmx.JmxTreeWatcher] Welcome to Hawtio 2.14.0
> 2021-10-24 13:04:05,223 INFO  [io.hawt.web.auth.AuthenticationConfiguration] Starting hawtio authentication filter, JAAS realm: "activemq" authorized role(s): "guest" role principal classes: "org.apache.activemq.artemis.spi.core.security.jaas.RolePrincipal"
> 2021-10-24 13:04:05,229 INFO  [io.hawt.web.auth.LoginRedirectFilter] Hawtio loginRedirectFilter is using 1800 sec. HttpSession timeout
> 2021-10-24 13:04:05,242 INFO  [io.hawt.web.proxy.ProxyServlet] Proxy servlet is disabled
> 2021-10-24 13:04:05,247 INFO  [io.hawt.web.servlets.JolokiaConfiguredAgentServlet] Jolokia overridden property: [key=policyLocation, value=file:/shared_dir/awa_install/awa/awa_3.0.13.4dev.597331/jms/artemis/instance/etc/jolokia-access.xml]
> 2021-10-24 13:04:05,340 INFO  [org.apache.activemq.artemis] AMQ241001: HTTP Server started at http://localhost:8161
> 2021-10-24 13:04:05,340 INFO  [org.apache.activemq.artemis] AMQ241002: Artemis Jolokia REST API available at http://localhost:8161/console/jolokia
> 2021-10-24 13:04:05,340 INFO  [org.apache.activemq.artemis] AMQ241004: Artemis Console available at http://localhost:8161/console
> 2021-10-24 13:14:03,338 WARN  [org.apache.activemq.artemis.utils.critical.CriticalMeasure] Component org.apache.activemq.artemis.core.server.impl.QueueImpl is expired on path 2
> 2021-10-24 13:14:03,339 INFO  [org.apache.activemq.artemis.core.server] AMQ224107: The Critical Analyzer detected slow paths on the broker.  It is recommended that you enable trace logs on org.apache.activemq.artemis.utils.critical while you troubleshoot this issue. You should disable the trace logs when you have finished troubleshooting.
> 2021-10-24 13:14:03,339 ERROR [org.apache.activemq.artemis.core.server] AMQ224079: The process for the virtual machine will be killed, as component QueueImpl[name=d28a82eb-8a73-4148-bcb3-008abad893b5, postOffice=PostOfficeImpl [server=ActiveMQServerImpl::name=armanta], temp=true]@71707b9b is not responsive
> 2021-10-24 13:14:03,376 WARN  [org.apache.activemq.artemis.core.server] AMQ222199: Thread dump: *******************************************************************************
> Complete Thread dump
> "Thread-40 (activemq-netty-threads)" Id=117 RUNNABLE (in native)
>         at io.netty.channel.epoll.Native.epollWait(Native Method)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
>         at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
>         at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
>         at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
>         at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-39 (activemq-netty-threads)" Id=116 RUNNABLE
>         at io.netty.channel.epoll.Native.epollWait(Native Method)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
>         at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
>         at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
>         at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
>         at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-38 (activemq-netty-threads)" Id=115 RUNNABLE
>         at io.netty.channel.epoll.Native.epollWait(Native Method)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
>         at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
>         at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
>         at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
>         at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-37 (activemq-netty-threads)" Id=114 RUNNABLE
>         at io.netty.channel.epoll.Native.epollWait(Native Method)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
>         at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
>         at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
>         at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
>         at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-36 (activemq-netty-threads)" Id=113 RUNNABLE
>         at io.netty.channel.epoll.Native.epollWait(Native Method)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
>         at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
>         at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
>         at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
>         at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-35 (activemq-netty-threads)" Id=112 RUNNABLE
>         at io.netty.channel.epoll.Native.epollWait(Native Method)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
>         at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
>         at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
>         at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
>         at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-34 (activemq-netty-threads)" Id=111 RUNNABLE (in native)
>         at io.netty.channel.epoll.Native.epollWait(Native Method)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
>         at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
>         at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
>         at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
>         at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-33 (activemq-netty-threads)" Id=110 RUNNABLE (in native)
>         at io.netty.channel.epoll.Native.epollWait(Native Method)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
>         at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
>         at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
>         at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
>         at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-32 (activemq-netty-threads)" Id=109 RUNNABLE
>         at io.netty.channel.epoll.Native.epollWait(Native Method)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
>         at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
>         at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
>         at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
>         at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-31 (activemq-netty-threads)" Id=108 RUNNABLE (in native)
>         at io.netty.channel.epoll.Native.epollWait(Native Method)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
>         at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
>         at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
>         at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
>         at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-30 (activemq-netty-threads)" Id=107 RUNNABLE
>         at io.netty.channel.epoll.Native.epollWait(Native Method)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
>         at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
>         at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
>         at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
>         at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-29 (activemq-netty-threads)" Id=106 RUNNABLE (in native)
>         at io.netty.channel.epoll.Native.epollWait(Native Method)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
>         at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
>         at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
>         at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
>         at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-28 (activemq-netty-threads)" Id=105 RUNNABLE (in native)
>         at io.netty.channel.epoll.Native.epollWait(Native Method)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
>         at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
>         at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
>         at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
>         at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-27 (activemq-netty-threads)" Id=104 RUNNABLE
>         at io.netty.channel.epoll.Native.epollWait(Native Method)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
>         at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
>         at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
>         at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
>         at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-26 (activemq-netty-threads)" Id=103 RUNNABLE
>         at io.netty.channel.epoll.Native.epollWait(Native Method)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
>         at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
>         at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
>         at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
>         at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-25 (activemq-netty-threads)" Id=102 RUNNABLE (in native)
>         at io.netty.channel.epoll.Native.epollWait(Native Method)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
>         at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
>         at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
>         at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
>         at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-24 (activemq-netty-threads)" Id=101 RUNNABLE (in native)
>         at io.netty.channel.epoll.Native.epollWait(Native Method)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
>         at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
>         at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
>         at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
>         at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-23 (activemq-netty-threads)" Id=100 RUNNABLE
>         at io.netty.channel.epoll.Native.epollWait(Native Method)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
>         at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
>         at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
>         at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
>         at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-22 (activemq-netty-threads)" Id=99 RUNNABLE (in native)
>         at io.netty.channel.epoll.Native.epollWait(Native Method)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
>         at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
>         at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
>         at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
>         at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-21 (activemq-netty-threads)" Id=98 RUNNABLE
>         at io.netty.channel.epoll.Native.epollWait(Native Method)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
>         at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
>         at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
>         at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
>         at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-20 (activemq-netty-threads)" Id=97 RUNNABLE
>         at io.netty.channel.epoll.Native.epollWait(Native Method)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
>         at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
>         at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
>         at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
>         at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-19 (activemq-netty-threads)" Id=96 RUNNABLE
>         at io.netty.channel.epoll.Native.epollWait(Native Method)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
>         at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
>         at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
>         at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
>         at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-18 (activemq-netty-threads)" Id=95 RUNNABLE
>         at io.netty.channel.epoll.Native.epollWait(Native Method)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
>         at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
>         at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
>         at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
>         at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-17 (activemq-netty-threads)" Id=94 RUNNABLE (in native)
>         at io.netty.channel.epoll.Native.epollWait(Native Method)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
>         at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
>         at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
>         at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
>         at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-16 (activemq-netty-threads)" Id=93 RUNNABLE
>         at io.netty.channel.epoll.Native.epollWait(Native Method)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
>         at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
>         at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
>         at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
>         at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-15 (activemq-netty-threads)" Id=92 RUNNABLE
>         at io.netty.channel.epoll.Native.epollWait(Native Method)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
>         at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
>         at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
>         at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
>         at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-25 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=91 RUNNABLE
>         at sun.misc.Unsafe.park(Native Method)
>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
>         at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-26 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=90 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at sun.misc.Unsafe.park(Native Method)
>         -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
>         at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-28 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=88 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at sun.misc.Unsafe.park(Native Method)
>         -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
>         at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-29 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=89 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at sun.misc.Unsafe.park(Native Method)
>         -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
>         at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-27 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=87 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at sun.misc.Unsafe.park(Native Method)
>         -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
>         at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-24 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=86 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at sun.misc.Unsafe.park(Native Method)
>         -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
>         at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-20 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=85 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at sun.misc.Unsafe.park(Native Method)
>         -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
>         at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-23 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=84 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at sun.misc.Unsafe.park(Native Method)
>         -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
>         at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-22 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=83 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at sun.misc.Unsafe.park(Native Method)
>         -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
>         at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-21 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=82 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at sun.misc.Unsafe.park(Native Method)
>         -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
>         at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-15 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=81 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at sun.misc.Unsafe.park(Native Method)
>         -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
>         at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-16 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=80 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at sun.misc.Unsafe.park(Native Method)
>         -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
>         at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-19 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=79 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at sun.misc.Unsafe.park(Native Method)
>         -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
>         at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-18 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=78 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at sun.misc.Unsafe.park(Native Method)
>         -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
>         at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-17 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=77 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at sun.misc.Unsafe.park(Native Method)
>         -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
>         at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-14 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=76 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at sun.misc.Unsafe.park(Native Method)
>         -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
>         at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-13 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=75 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at sun.misc.Unsafe.park(Native Method)
>         -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
>         at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-12 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=74 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at sun.misc.Unsafe.park(Native Method)
>         -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
>         at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-14 (activemq-netty-threads)" Id=73 RUNNABLE
>         at io.netty.channel.epoll.Native.epollWait(Native Method)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
>         at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
>         at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
>         at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
>         at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-13 (activemq-netty-threads)" Id=72 RUNNABLE
>         at io.netty.channel.epoll.Native.epollWait(Native Method)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
>         at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
>         at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
>         at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
>         at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-11 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=71 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at sun.misc.Unsafe.park(Native Method)
>         -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
>         at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-10 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=70 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at sun.misc.Unsafe.park(Native Method)
>         -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
>         at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-9 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=69 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at sun.misc.Unsafe.park(Native Method)
>         -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
>         at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-8 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=68 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at sun.misc.Unsafe.park(Native Method)
>         -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
>         at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-12 (activemq-netty-threads)" Id=67 RUNNABLE
>         at io.netty.channel.epoll.Native.epollWait(Native Method)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
>         at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
>         at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
>         at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
>         at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-11 (activemq-netty-threads)" Id=66 RUNNABLE
>         at io.netty.channel.epoll.Native.epollWait(Native Method)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
>         at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
>         at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
>         at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
>         at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-10 (activemq-netty-threads)" Id=65 RUNNABLE (in native)
>         at io.netty.channel.epoll.Native.epollWait(Native Method)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
>         at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
>         at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
>         at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
>         at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=64 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at sun.misc.Unsafe.park(Native Method)
>         -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
>         at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-9 (activemq-netty-threads)" Id=63 RUNNABLE (in native)
>         at io.netty.channel.epoll.Native.epollWait(Native Method)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
>         at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
>         at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
>         at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
>         at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=62 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at sun.misc.Unsafe.park(Native Method)
>         -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
>         at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=61 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at sun.misc.Unsafe.park(Native Method)
>         -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
>         at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=60 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at sun.misc.Unsafe.park(Native Method)
>         -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
>         at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-8 (activemq-netty-threads)" Id=59 RUNNABLE (in native)
>         at io.netty.channel.epoll.Native.epollWait(Native Method)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
>         at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
>         at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
>         at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
>         at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-7 (activemq-netty-threads)" Id=58 RUNNABLE (in native)
>         at io.netty.channel.epoll.Native.epollWait(Native Method)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
>         at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
>         at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
>         at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
>         at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-6 (activemq-netty-threads)" Id=57 RUNNABLE
>         at io.netty.channel.epoll.Native.epollWait(Native Method)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
>         at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
>         at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
>         at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
>         at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-5 (activemq-netty-threads)" Id=56 RUNNABLE (in native)
>         at io.netty.channel.epoll.Native.epollWait(Native Method)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
>         at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
>         at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
>         at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
>         at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-4 (activemq-netty-threads)" Id=55 RUNNABLE (in native)
>         at io.netty.channel.epoll.Native.epollWait(Native Method)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
>         at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
>         at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
>         at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
>         at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=53 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at sun.misc.Unsafe.park(Native Method)
>         -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
>         at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-3 (activemq-netty-threads)" Id=52 RUNNABLE (in native)
>         at io.netty.channel.epoll.Native.epollWait(Native Method)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
>         at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
>         at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
>         at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
>         at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=49 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at sun.misc.Unsafe.park(Native Method)
>         -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
>         at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=48 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at sun.misc.Unsafe.park(Native Method)
>         -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
>         at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=47 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at sun.misc.Unsafe.park(Native Method)
>         -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
>         at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-2 (activemq-netty-threads)" Id=46 RUNNABLE (in native)
>         at io.netty.channel.epoll.Native.epollWait(Native Method)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
>         at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
>         at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
>         at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
>         at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-1 (activemq-netty-threads)" Id=45 RUNNABLE (in native)
>         at io.netty.channel.epoll.Native.epollWait(Native Method)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
>         at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
>         at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
>         at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
>         at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "DestroyJavaVM" Id=44 RUNNABLE
>
>
> "qtp553759818-43-acceptor-1@500b3746-ServerConnector@5c153b9e{HTTP/1.1, (http/1.1)}{localhost:8161}" Id=43 RUNNABLE (in native)
>         at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
>         at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:421)
>         at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:249)
>         -  locked java.lang.Object@4cd49917
>         at org.eclipse.jetty.server.ServerConnector.accept(ServerConnector.java:388)
>         at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:702)
>         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
>         at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
>         at java.lang.Thread.run(Thread.java:748)
>
>
> "qtp553759818-42-acceptor-0@7c31424f-ServerConnector@5c153b9e{HTTP/1.1, (http/1.1)}{localhost:8161}" Id=42 BLOCKED on java.lang.Object@4cd49917 owned by "qtp553759818-43-acceptor-1@500b3746-ServerConnector@5c153b9e{HTTP/1.1, (http/1.1)}{localhost:8161}" Id=43
>         at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:233)
>         -  blocked on java.lang.Object@4cd49917
>         at org.eclipse.jetty.server.ServerConnector.accept(ServerConnector.java:388)
>         at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:702)
>         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
>         at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
>         at java.lang.Thread.run(Thread.java:748)
>
>
> "Session-HouseKeeper-7e985ce9-1" Id=41 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@f7edaeb
>         at sun.misc.Unsafe.park(Native Method)
>         -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@f7edaeb
>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
>         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
>         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
>
>
> "qtp553759818-40" Id=40 RUNNABLE (in native)
>         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
>         at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
>         at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
>         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
>         -  locked sun.nio.ch.Util$3@34ca9ca7
>         -  locked java.util.Collections$UnmodifiableSet@5ea57eb1
>         -  locked sun.nio.ch.EPollSelectorImpl@36514853
>         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
>         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
>         at org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:183)
>         at org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:190)
>         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
>         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
>         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
>         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
>         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
>         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
>         at org.eclipse.jetty.io.ManagedSelector$$Lambda$113/968957548.run(Unknown Source)
>         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
>         at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
>         at java.lang.Thread.run(Thread.java:748)
>
>
> "qtp553759818-39" Id=39 RUNNABLE (in native)
>         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
>         at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
>         at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
>         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
>         -  locked sun.nio.ch.Util$3@4f0175f0
>         -  locked java.util.Collections$UnmodifiableSet@2fcef713
>         -  locked sun.nio.ch.EPollSelectorImpl@5aeb44ad
>         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
>         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
>         at org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:183)
>         at org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:190)
>         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
>         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
>         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
>         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
>         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
>         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
>         at org.eclipse.jetty.io.ManagedSelector$$Lambda$113/968957548.run(Unknown Source)
>         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
>         at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
>         at java.lang.Thread.run(Thread.java:748)
>
>
> "qtp553759818-38" Id=38 RUNNABLE (in native)
>         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
>         at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
>         at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
>         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
>         -  locked sun.nio.ch.Util$3@66c49c73
>         -  locked java.util.Collections$UnmodifiableSet@222edbae
>         -  locked sun.nio.ch.EPollSelectorImpl@7a80d697
>         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
>         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
>         at org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:183)
>         at org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:190)
>         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
>         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
>         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
>         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
>         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
>         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
>         at org.eclipse.jetty.io.ManagedSelector$$Lambda$113/968957548.run(Unknown Source)
>         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
>         at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
>         at java.lang.Thread.run(Thread.java:748)
>
>
> "qtp553759818-37" Id=37 RUNNABLE (in native)
>         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
>         at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
>         at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
>         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
>         -  locked sun.nio.ch.Util$3@7ace3b46
>         -  locked java.util.Collections$UnmodifiableSet@382b0768
>         -  locked sun.nio.ch.EPollSelectorImpl@6c0c5868
>         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
>         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
>         at org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:183)
>         at org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:190)
>         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
>         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
>         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
>         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
>         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
>         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
>         at org.eclipse.jetty.io.ManagedSelector$$Lambda$113/968957548.run(Unknown Source)
>         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
>         at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
>         at java.lang.Thread.run(Thread.java:748)
>
>
> "qtp553759818-36" Id=36 RUNNABLE (in native)
>         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
>         at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
>         at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
>         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
>         -  locked sun.nio.ch.Util$3@10441f10
>         -  locked java.util.Collections$UnmodifiableSet@1bdb1255
>         -  locked sun.nio.ch.EPollSelectorImpl@7bab4601
>         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
>         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
>         at org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:183)
>         at org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:190)
>         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
>         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
>         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
>         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
>         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
>         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
>         at org.eclipse.jetty.io.ManagedSelector$$Lambda$113/968957548.run(Unknown Source)
>         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
>         at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
>         at java.lang.Thread.run(Thread.java:748)
>
>
> "qtp553759818-35" Id=35 RUNNABLE (in native)
>         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
>         at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
>         at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
>         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
>         -  locked sun.nio.ch.Util$3@75ea9e04
>         -  locked java.util.Collections$UnmodifiableSet@45e6a336
>         -  locked sun.nio.ch.EPollSelectorImpl@66c5865
>         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
>         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
>         at org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:183)
>         at org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:190)
>         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
>         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
>         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
>         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
>         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
>         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
>         at org.eclipse.jetty.io.ManagedSelector$$Lambda$113/968957548.run(Unknown Source)
>         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
>         at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
>         at java.lang.Thread.run(Thread.java:748)
>
>
> "qtp553759818-34" Id=34 RUNNABLE (in native)
>         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
>         at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
>         at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
>         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
>         -  locked sun.nio.ch.Util$3@27d69de7
>         -  locked java.util.Collections$UnmodifiableSet@66d2da7
>         -  locked sun.nio.ch.EPollSelectorImpl@76e2c14f
>         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
>         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
>         at org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:183)
>         at org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:190)
>         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
>         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
>         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
>         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
>         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
>         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
>         at org.eclipse.jetty.io.ManagedSelector$$Lambda$113/968957548.run(Unknown Source)
>         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
>         at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
>         at java.lang.Thread.run(Thread.java:748)
>
>
> "qtp553759818-33" Id=33 RUNNABLE (in native)
>         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
>         at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
>         at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
>         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
>         -  locked sun.nio.ch.Util$3@12a91086
>         -  locked java.util.Collections$UnmodifiableSet@1839e91
>         -  locked sun.nio.ch.EPollSelectorImpl@6eec9b13
>         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
>         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
>         at org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:183)
>         at org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:190)
>         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
>         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
>         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
>         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
>         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
>         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
>         at org.eclipse.jetty.io.ManagedSelector$$Lambda$113/968957548.run(Unknown Source)
>         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
>         at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
>         at java.lang.Thread.run(Thread.java:748)
>
>
> "Thread-0 (activemq-netty-threads)" Id=32 RUNNABLE (in native)
>         at io.netty.channel.epoll.Native.epollWait(Native Method)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:192)
>         at io.netty.channel.epoll.Native.epollWait(Native.java:185)
>         at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
>         at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
>         at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
>         at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-4 (ActiveMQ-scheduled-threads)" Id=31 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
>         at sun.misc.Unsafe.park(Native Method)
>         -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
>         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
>         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-3 (ActiveMQ-scheduled-threads)" Id=30 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
>         at sun.misc.Unsafe.park(Native Method)
>         -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
>         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
>         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-2 (ActiveMQ-scheduled-threads)" Id=29 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
>         at sun.misc.Unsafe.park(Native Method)
>         -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
>         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
>         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "activemq-failure-check-thread" Id=28 TIMED_WAITING on java.util.concurrent.CountDownLatch$Sync@5493cb52
>         at sun.misc.Unsafe.park(Native Method)
>         -  waiting on java.util.concurrent.CountDownLatch$Sync@5493cb52
>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
>         at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
>         at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
>         at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
>         at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl$FailureCheckAndFlushThread.run(RemotingServiceImpl.java:787)
>
>
> "Thread-1 (ActiveMQ-scheduled-threads)" Id=25 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
>         at sun.misc.Unsafe.park(Native Method)
>         -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
>         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
>         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-0 (ActiveMQ-scheduled-threads)" Id=24 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
>         at sun.misc.Unsafe.park(Native Method)
>         -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
>         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
>         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "activemq-buffer-timeout" Id=23 WAITING on java.util.concurrent.Semaphore$NonfairSync@4979a047
>         at sun.misc.Unsafe.park(Native Method)
>         -  waiting on java.util.concurrent.Semaphore$NonfairSync@4979a047
>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
>         at java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:836)
>         at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:997)
>         at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1304)
>         at java.util.concurrent.Semaphore.acquire(Semaphore.java:312)
>         at org.apache.activemq.artemis.core.io.buffer.TimedBuffer$CheckTimer.run(TimedBuffer.java:479)
>         at java.lang.Thread.run(Thread.java:748)
>
>
> "Thread-0 (-scheduled-threads)" Id=22 RUNNABLE
>         at sun.management.ThreadImpl.dumpThreads0(Native Method)
>         at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:496)
>         at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:484)
>         at org.apache.activemq.artemis.utils.ThreadDumpUtil.threadDump(ThreadDumpUtil.java:47)
>         at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.threadDump(ActiveMQServerImpl.java:1140)
>         at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.lambda$initializeCriticalAnalyzer$0(ActiveMQServerImpl.java:734)
>         at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$$Lambda$35/1117519786.run(Unknown Source)
>         at org.apache.activemq.artemis.utils.critical.CriticalAnalyzerImpl.fireActions(CriticalAnalyzerImpl.java:155)
>         at org.apache.activemq.artemis.utils.critical.CriticalAnalyzerImpl.check(CriticalAnalyzerImpl.java:140)
>         at org.apache.activemq.artemis.utils.critical.CriticalAnalyzerImpl$1.run(CriticalAnalyzerImpl.java:53)
>         at org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent.runForExecutor(ActiveMQScheduledComponent.java:313)
>         at org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent.bookedRunForScheduler(ActiveMQScheduledComponent.java:328)
>         at org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent.runForScheduler(ActiveMQScheduledComponent.java:339)
>         at org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent.lambda$start$0(ActiveMQScheduledComponent.java:166)
>         at org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent$$Lambda$34/341138954.run(Unknown Source)
>         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
>         at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
>         at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
>         at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>         Number of locked synchronizers = 1
>         - java.util.concurrent.ThreadPoolExecutor$Worker@3d5c822d
>
>
> "ActiveMQ Artemis Server Shutdown Timer" Id=20 TIMED_WAITING on java.util.TaskQueue@43c78e78
>         at java.lang.Object.wait(Native Method)
>         -  waiting on java.util.TaskQueue@43c78e78
>         at java.util.TimerThread.mainLoop(Timer.java:552)
>         at java.util.TimerThread.run(Timer.java:505)
>
>
> "Signal Dispatcher" Id=5 RUNNABLE
>
>
> "Finalizer" Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@6bb24c2f
>         at java.lang.Object.wait(Native Method)
>         -  waiting on java.lang.ref.ReferenceQueue$Lock@6bb24c2f
>         at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
>         at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
>         at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:216)
>
>
> "Reference Handler" Id=2 WAITING on java.lang.ref.Reference$Lock@21b1c350
>         at java.lang.Object.wait(Native Method)
>         -  waiting on java.lang.ref.Reference$Lock@21b1c350
>         at java.lang.Object.wait(Object.java:502)
>         at java.lang.ref.Reference.tryHandlePending(Reference.java:191)
>         at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)
>
>
> ===============================================================================
> End Thread dump
> *******************************************************************************
>
>
>
> On 2021/09/16 14:46:19, Justin Bertram <jb...@apache.org> wrote:
> > I think perhaps you've misunderstood the issue reported via ARTEMIS-3271
> > [1]. The issue was that the critical analyzer [2] would sometimes report
> > false positives. The fix eliminated the false positives, but it didn't
> > eliminate *all* reports. You may be hitting an actual issue. In order to
> > investigate further you need to provide the thread dump logged by the
> > critical analyzer.
> >
> > For what it's worth, you can configure the critical analyzer to just log
> > the issue and not shutdown the broker. The documentation [2] has the
> > configuration details.
> >
> >
> > Justin
> >
> > [1] https://issues.apache.org/jira/browse/ARTEMIS-3271
> > [2]
> > https://activemq.apache.org/components/artemis/documentation/latest/critical-analysis.html
> >
> > On Thu, Sep 16, 2021 at 8:54 AM foo bar <st...@gmail.com> wrote:
> >
> > > Hello,
> > >
> > > We are using ArtemisMQ version 2.15. We are attempting to upgrade to 2.18.
> > > On 2.18, we generate some load with a couple of threads. We are getting the
> > > exact same error noted here:
> > >
> > > https://www.mail-archive.com/issues@activemq.apache.org/msg58016.html
> > >
> > > ```
> > > [org.apache.activemq.artemis.utils.critical.CriticalMeasure] Component
> > > org.apache.activemq.artemis.core.server.impl.QueueImpl is expired on path 0
> > >  2021-05-15 10:00:49,258
> > > INFO  [org.apache.activemq.artemis.core.server]
> > > AMQ224107: The Critical Analyzer detected slow paths on the broker.  It is
> > > recommended that you enable trace logs on
> > > org.apache.activemq.artemis.utils.critical while you troubleshoot this
> > > issue.
> > > You should disable the trace logs when you have finished troubleshooting.
> > >    2021-05-15 10:00:49,258 ERROR [org.apache.activemq.artemis.core.server]
> > > AMQ224079: The process for the virtual machine will be killed, as component
> > > QueueImpl[name=q_7, postOffice=PostOfficeImpl
> > >
> > > [server=ActiveMQServerImpl::serverUUID=64e3f254-b585-11eb-8f02-000f532921b8],
> > >
> > > temp=false]@9a33f70 is not responsive
> > >    2021-05-15 10:00:50,429 WARN  [org.apache.activemq.artemis.core.server]
> > > AMQ222199: Thread dump:
> > > ```
> > >
> > > I do see a ticket here noting that the issue has been resolved in 2.18,
> > > although we just encountered it.
> > >
> > >
> > > https://issues.apache.org/jira/browse/ARTEMIS-3271?focusedWorklogId=597221&page=com.atlassian.jira.plugin.system.issuetabpanels%3Aworklog-tabpanel#worklog-597221
> > >
> > > Once this happens the broker is down and needs to be restarted. Is there a
> > > workaround for this?
> > >
> > > Thanks
> > >
> >



-- 
Clebert Suconic

Re: ArtemisMQ 2.18 ARTEMIS-3271 not fixed

Posted by Eric Kaplan <er...@gmail.com>.
I am seeing this as well. If this is a load issue, how could I better understand what that load is? I have a cluster of 7 machines with approx 30 producers/consumers running across them. The producers produce small messages at regular intervals (15 seconds). We are using non-durable subscribers non-persistent topics. The hornetq data directory is on nfs. I have gotten it a few times though I can't reproduce regularly.

We are moving from HornetQ (believe it or not) to Artemis 2.19 and would like to understand this issue.

My log shows the following:

2021-10-24 13:04:03,320 INFO  [org.apache.activemq.artemis.integration.bootstrap] AMQ101000: Starting ActiveMQ Artemis Server
2021-10-24 13:04:03,353 INFO  [org.apache.activemq.artemis.core.server] AMQ221000: live Message Broker is starting with configuration Broker Configuration (clustered=false,journalDirectory=data/journal,bindingsDirectory=data/bindings,largeMessagesDirectory=data/large-messages,pagingDirectory=data/paging)
2021-10-24 13:04:03,415 INFO  [org.apache.activemq.artemis.core.server] AMQ221013: Using NIO Journal
2021-10-24 13:04:03,467 INFO  [org.apache.activemq.artemis.core.server] AMQ221057: Global Max Size is being adjusted to 1/2 of the JVM max size (-Xmx). being defined as 1,073,741,824
2021-10-24 13:04:03,491 INFO  [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-server]. Adding protocol support for: CORE
2021-10-24 13:04:03,491 INFO  [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-amqp-protocol]. Adding protocol support for: AMQP
2021-10-24 13:04:03,492 INFO  [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-hornetq-protocol]. Adding protocol support for: HORNETQ
2021-10-24 13:04:03,492 INFO  [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-mqtt-protocol]. Adding protocol support for: MQTT
2021-10-24 13:04:03,492 INFO  [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-openwire-protocol]. Adding protocol support for: OPENWIRE
2021-10-24 13:04:03,492 INFO  [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-stomp-protocol]. Adding protocol support for: STOMP
2021-10-24 13:04:03,536 INFO  [org.apache.activemq.artemis.core.server] AMQ221034: Waiting indefinitely to obtain live lock
2021-10-24 13:04:03,536 INFO  [org.apache.activemq.artemis.core.server] AMQ221035: Live Server Obtained live lock
2021-10-24 13:04:04,037 INFO  [org.apache.activemq.artemis.core.server] AMQ221020: Started EPOLL Acceptor at 10-234-60-76.ssnc-corp.cloud:61616 for protocols [CORE,MQTT,AMQP,STOMP,HORNETQ,OPENWIRE]
2021-10-24 13:04:04,039 INFO  [org.apache.activemq.artemis.core.server] AMQ221007: Server is now live
2021-10-24 13:04:04,040 INFO  [org.apache.activemq.artemis.core.server] AMQ221001: Apache ActiveMQ Artemis Message Broker version 2.19.0 [armanta, nodeID=ecbe3206-32c0-11ec-8a24-0050569966af] 
2021-10-24 13:04:04,348 INFO  [org.apache.activemq.hawtio.branding.PluginContextListener] Initialized activemq-branding plugin
2021-10-24 13:04:04,514 INFO  [org.apache.activemq.hawtio.plugin.PluginContextListener] Initialized artemis-plugin plugin
2021-10-24 13:04:05,196 INFO  [io.hawt.HawtioContextListener] Initialising hawtio services
2021-10-24 13:04:05,214 INFO  [io.hawt.system.ConfigManager] Configuration will be discovered via system properties
2021-10-24 13:04:05,217 INFO  [io.hawt.jmx.JmxTreeWatcher] Welcome to Hawtio 2.14.0
2021-10-24 13:04:05,223 INFO  [io.hawt.web.auth.AuthenticationConfiguration] Starting hawtio authentication filter, JAAS realm: "activemq" authorized role(s): "guest" role principal classes: "org.apache.activemq.artemis.spi.core.security.jaas.RolePrincipal"
2021-10-24 13:04:05,229 INFO  [io.hawt.web.auth.LoginRedirectFilter] Hawtio loginRedirectFilter is using 1800 sec. HttpSession timeout
2021-10-24 13:04:05,242 INFO  [io.hawt.web.proxy.ProxyServlet] Proxy servlet is disabled
2021-10-24 13:04:05,247 INFO  [io.hawt.web.servlets.JolokiaConfiguredAgentServlet] Jolokia overridden property: [key=policyLocation, value=file:/shared_dir/awa_install/awa/awa_3.0.13.4dev.597331/jms/artemis/instance/etc/jolokia-access.xml]
2021-10-24 13:04:05,340 INFO  [org.apache.activemq.artemis] AMQ241001: HTTP Server started at http://localhost:8161
2021-10-24 13:04:05,340 INFO  [org.apache.activemq.artemis] AMQ241002: Artemis Jolokia REST API available at http://localhost:8161/console/jolokia
2021-10-24 13:04:05,340 INFO  [org.apache.activemq.artemis] AMQ241004: Artemis Console available at http://localhost:8161/console
2021-10-24 13:14:03,338 WARN  [org.apache.activemq.artemis.utils.critical.CriticalMeasure] Component org.apache.activemq.artemis.core.server.impl.QueueImpl is expired on path 2
2021-10-24 13:14:03,339 INFO  [org.apache.activemq.artemis.core.server] AMQ224107: The Critical Analyzer detected slow paths on the broker.  It is recommended that you enable trace logs on org.apache.activemq.artemis.utils.critical while you troubleshoot this issue. You should disable the trace logs when you have finished troubleshooting.
2021-10-24 13:14:03,339 ERROR [org.apache.activemq.artemis.core.server] AMQ224079: The process for the virtual machine will be killed, as component QueueImpl[name=d28a82eb-8a73-4148-bcb3-008abad893b5, postOffice=PostOfficeImpl [server=ActiveMQServerImpl::name=armanta], temp=true]@71707b9b is not responsive
2021-10-24 13:14:03,376 WARN  [org.apache.activemq.artemis.core.server] AMQ222199: Thread dump: *******************************************************************************
Complete Thread dump 
"Thread-40 (activemq-netty-threads)" Id=117 RUNNABLE (in native)
	at io.netty.channel.epoll.Native.epollWait(Native Method)
	at io.netty.channel.epoll.Native.epollWait(Native.java:192)
	at io.netty.channel.epoll.Native.epollWait(Native.java:185)
	at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-39 (activemq-netty-threads)" Id=116 RUNNABLE
	at io.netty.channel.epoll.Native.epollWait(Native Method)
	at io.netty.channel.epoll.Native.epollWait(Native.java:192)
	at io.netty.channel.epoll.Native.epollWait(Native.java:185)
	at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-38 (activemq-netty-threads)" Id=115 RUNNABLE
	at io.netty.channel.epoll.Native.epollWait(Native Method)
	at io.netty.channel.epoll.Native.epollWait(Native.java:192)
	at io.netty.channel.epoll.Native.epollWait(Native.java:185)
	at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-37 (activemq-netty-threads)" Id=114 RUNNABLE
	at io.netty.channel.epoll.Native.epollWait(Native Method)
	at io.netty.channel.epoll.Native.epollWait(Native.java:192)
	at io.netty.channel.epoll.Native.epollWait(Native.java:185)
	at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-36 (activemq-netty-threads)" Id=113 RUNNABLE
	at io.netty.channel.epoll.Native.epollWait(Native Method)
	at io.netty.channel.epoll.Native.epollWait(Native.java:192)
	at io.netty.channel.epoll.Native.epollWait(Native.java:185)
	at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-35 (activemq-netty-threads)" Id=112 RUNNABLE
	at io.netty.channel.epoll.Native.epollWait(Native Method)
	at io.netty.channel.epoll.Native.epollWait(Native.java:192)
	at io.netty.channel.epoll.Native.epollWait(Native.java:185)
	at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-34 (activemq-netty-threads)" Id=111 RUNNABLE (in native)
	at io.netty.channel.epoll.Native.epollWait(Native Method)
	at io.netty.channel.epoll.Native.epollWait(Native.java:192)
	at io.netty.channel.epoll.Native.epollWait(Native.java:185)
	at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-33 (activemq-netty-threads)" Id=110 RUNNABLE (in native)
	at io.netty.channel.epoll.Native.epollWait(Native Method)
	at io.netty.channel.epoll.Native.epollWait(Native.java:192)
	at io.netty.channel.epoll.Native.epollWait(Native.java:185)
	at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-32 (activemq-netty-threads)" Id=109 RUNNABLE
	at io.netty.channel.epoll.Native.epollWait(Native Method)
	at io.netty.channel.epoll.Native.epollWait(Native.java:192)
	at io.netty.channel.epoll.Native.epollWait(Native.java:185)
	at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-31 (activemq-netty-threads)" Id=108 RUNNABLE (in native)
	at io.netty.channel.epoll.Native.epollWait(Native Method)
	at io.netty.channel.epoll.Native.epollWait(Native.java:192)
	at io.netty.channel.epoll.Native.epollWait(Native.java:185)
	at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-30 (activemq-netty-threads)" Id=107 RUNNABLE
	at io.netty.channel.epoll.Native.epollWait(Native Method)
	at io.netty.channel.epoll.Native.epollWait(Native.java:192)
	at io.netty.channel.epoll.Native.epollWait(Native.java:185)
	at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-29 (activemq-netty-threads)" Id=106 RUNNABLE (in native)
	at io.netty.channel.epoll.Native.epollWait(Native Method)
	at io.netty.channel.epoll.Native.epollWait(Native.java:192)
	at io.netty.channel.epoll.Native.epollWait(Native.java:185)
	at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-28 (activemq-netty-threads)" Id=105 RUNNABLE (in native)
	at io.netty.channel.epoll.Native.epollWait(Native Method)
	at io.netty.channel.epoll.Native.epollWait(Native.java:192)
	at io.netty.channel.epoll.Native.epollWait(Native.java:185)
	at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-27 (activemq-netty-threads)" Id=104 RUNNABLE
	at io.netty.channel.epoll.Native.epollWait(Native Method)
	at io.netty.channel.epoll.Native.epollWait(Native.java:192)
	at io.netty.channel.epoll.Native.epollWait(Native.java:185)
	at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-26 (activemq-netty-threads)" Id=103 RUNNABLE
	at io.netty.channel.epoll.Native.epollWait(Native Method)
	at io.netty.channel.epoll.Native.epollWait(Native.java:192)
	at io.netty.channel.epoll.Native.epollWait(Native.java:185)
	at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-25 (activemq-netty-threads)" Id=102 RUNNABLE (in native)
	at io.netty.channel.epoll.Native.epollWait(Native Method)
	at io.netty.channel.epoll.Native.epollWait(Native.java:192)
	at io.netty.channel.epoll.Native.epollWait(Native.java:185)
	at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-24 (activemq-netty-threads)" Id=101 RUNNABLE (in native)
	at io.netty.channel.epoll.Native.epollWait(Native Method)
	at io.netty.channel.epoll.Native.epollWait(Native.java:192)
	at io.netty.channel.epoll.Native.epollWait(Native.java:185)
	at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-23 (activemq-netty-threads)" Id=100 RUNNABLE
	at io.netty.channel.epoll.Native.epollWait(Native Method)
	at io.netty.channel.epoll.Native.epollWait(Native.java:192)
	at io.netty.channel.epoll.Native.epollWait(Native.java:185)
	at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-22 (activemq-netty-threads)" Id=99 RUNNABLE (in native)
	at io.netty.channel.epoll.Native.epollWait(Native Method)
	at io.netty.channel.epoll.Native.epollWait(Native.java:192)
	at io.netty.channel.epoll.Native.epollWait(Native.java:185)
	at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-21 (activemq-netty-threads)" Id=98 RUNNABLE
	at io.netty.channel.epoll.Native.epollWait(Native Method)
	at io.netty.channel.epoll.Native.epollWait(Native.java:192)
	at io.netty.channel.epoll.Native.epollWait(Native.java:185)
	at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-20 (activemq-netty-threads)" Id=97 RUNNABLE
	at io.netty.channel.epoll.Native.epollWait(Native Method)
	at io.netty.channel.epoll.Native.epollWait(Native.java:192)
	at io.netty.channel.epoll.Native.epollWait(Native.java:185)
	at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-19 (activemq-netty-threads)" Id=96 RUNNABLE
	at io.netty.channel.epoll.Native.epollWait(Native Method)
	at io.netty.channel.epoll.Native.epollWait(Native.java:192)
	at io.netty.channel.epoll.Native.epollWait(Native.java:185)
	at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-18 (activemq-netty-threads)" Id=95 RUNNABLE
	at io.netty.channel.epoll.Native.epollWait(Native Method)
	at io.netty.channel.epoll.Native.epollWait(Native.java:192)
	at io.netty.channel.epoll.Native.epollWait(Native.java:185)
	at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-17 (activemq-netty-threads)" Id=94 RUNNABLE (in native)
	at io.netty.channel.epoll.Native.epollWait(Native Method)
	at io.netty.channel.epoll.Native.epollWait(Native.java:192)
	at io.netty.channel.epoll.Native.epollWait(Native.java:185)
	at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-16 (activemq-netty-threads)" Id=93 RUNNABLE
	at io.netty.channel.epoll.Native.epollWait(Native Method)
	at io.netty.channel.epoll.Native.epollWait(Native.java:192)
	at io.netty.channel.epoll.Native.epollWait(Native.java:185)
	at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-15 (activemq-netty-threads)" Id=92 RUNNABLE
	at io.netty.channel.epoll.Native.epollWait(Native Method)
	at io.netty.channel.epoll.Native.epollWait(Native.java:192)
	at io.netty.channel.epoll.Native.epollWait(Native.java:185)
	at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-25 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=91 RUNNABLE
	at sun.misc.Unsafe.park(Native Method)
	at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
	at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
	at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-26 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=90 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
	at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
	at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-28 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=88 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
	at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
	at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-29 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=89 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
	at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
	at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-27 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=87 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
	at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
	at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-24 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=86 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
	at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
	at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-20 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=85 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
	at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
	at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-23 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=84 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
	at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
	at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-22 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=83 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
	at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
	at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-21 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=82 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
	at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
	at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-15 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=81 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
	at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
	at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-16 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=80 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
	at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
	at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-19 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=79 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
	at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
	at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-18 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=78 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
	at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
	at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-17 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=77 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
	at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
	at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-14 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=76 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
	at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
	at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-13 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=75 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
	at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
	at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-12 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=74 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
	at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
	at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-14 (activemq-netty-threads)" Id=73 RUNNABLE
	at io.netty.channel.epoll.Native.epollWait(Native Method)
	at io.netty.channel.epoll.Native.epollWait(Native.java:192)
	at io.netty.channel.epoll.Native.epollWait(Native.java:185)
	at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-13 (activemq-netty-threads)" Id=72 RUNNABLE
	at io.netty.channel.epoll.Native.epollWait(Native Method)
	at io.netty.channel.epoll.Native.epollWait(Native.java:192)
	at io.netty.channel.epoll.Native.epollWait(Native.java:185)
	at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-11 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=71 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
	at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
	at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-10 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=70 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
	at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
	at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-9 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=69 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
	at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
	at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-8 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=68 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
	at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
	at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-12 (activemq-netty-threads)" Id=67 RUNNABLE
	at io.netty.channel.epoll.Native.epollWait(Native Method)
	at io.netty.channel.epoll.Native.epollWait(Native.java:192)
	at io.netty.channel.epoll.Native.epollWait(Native.java:185)
	at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-11 (activemq-netty-threads)" Id=66 RUNNABLE
	at io.netty.channel.epoll.Native.epollWait(Native Method)
	at io.netty.channel.epoll.Native.epollWait(Native.java:192)
	at io.netty.channel.epoll.Native.epollWait(Native.java:185)
	at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-10 (activemq-netty-threads)" Id=65 RUNNABLE (in native)
	at io.netty.channel.epoll.Native.epollWait(Native Method)
	at io.netty.channel.epoll.Native.epollWait(Native.java:192)
	at io.netty.channel.epoll.Native.epollWait(Native.java:185)
	at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-7 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=64 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
	at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
	at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-9 (activemq-netty-threads)" Id=63 RUNNABLE (in native)
	at io.netty.channel.epoll.Native.epollWait(Native Method)
	at io.netty.channel.epoll.Native.epollWait(Native.java:192)
	at io.netty.channel.epoll.Native.epollWait(Native.java:185)
	at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=62 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
	at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
	at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-5 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=61 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
	at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
	at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-4 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=60 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
	at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
	at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-8 (activemq-netty-threads)" Id=59 RUNNABLE (in native)
	at io.netty.channel.epoll.Native.epollWait(Native Method)
	at io.netty.channel.epoll.Native.epollWait(Native.java:192)
	at io.netty.channel.epoll.Native.epollWait(Native.java:185)
	at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-7 (activemq-netty-threads)" Id=58 RUNNABLE (in native)
	at io.netty.channel.epoll.Native.epollWait(Native Method)
	at io.netty.channel.epoll.Native.epollWait(Native.java:192)
	at io.netty.channel.epoll.Native.epollWait(Native.java:185)
	at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-6 (activemq-netty-threads)" Id=57 RUNNABLE
	at io.netty.channel.epoll.Native.epollWait(Native Method)
	at io.netty.channel.epoll.Native.epollWait(Native.java:192)
	at io.netty.channel.epoll.Native.epollWait(Native.java:185)
	at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-5 (activemq-netty-threads)" Id=56 RUNNABLE (in native)
	at io.netty.channel.epoll.Native.epollWait(Native Method)
	at io.netty.channel.epoll.Native.epollWait(Native.java:192)
	at io.netty.channel.epoll.Native.epollWait(Native.java:185)
	at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-4 (activemq-netty-threads)" Id=55 RUNNABLE (in native)
	at io.netty.channel.epoll.Native.epollWait(Native Method)
	at io.netty.channel.epoll.Native.epollWait(Native.java:192)
	at io.netty.channel.epoll.Native.epollWait(Native.java:185)
	at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-3 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=53 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
	at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
	at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-3 (activemq-netty-threads)" Id=52 RUNNABLE (in native)
	at io.netty.channel.epoll.Native.epollWait(Native Method)
	at io.netty.channel.epoll.Native.epollWait(Native.java:192)
	at io.netty.channel.epoll.Native.epollWait(Native.java:185)
	at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=49 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
	at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
	at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-1 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=48 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
	at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
	at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-0 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@223aa2f7)" Id=47 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e8a81fe
	at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
	at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
	at org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
	at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-2 (activemq-netty-threads)" Id=46 RUNNABLE (in native)
	at io.netty.channel.epoll.Native.epollWait(Native Method)
	at io.netty.channel.epoll.Native.epollWait(Native.java:192)
	at io.netty.channel.epoll.Native.epollWait(Native.java:185)
	at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-1 (activemq-netty-threads)" Id=45 RUNNABLE (in native)
	at io.netty.channel.epoll.Native.epollWait(Native Method)
	at io.netty.channel.epoll.Native.epollWait(Native.java:192)
	at io.netty.channel.epoll.Native.epollWait(Native.java:185)
	at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"DestroyJavaVM" Id=44 RUNNABLE


"qtp553759818-43-acceptor-1@500b3746-ServerConnector@5c153b9e{HTTP/1.1, (http/1.1)}{localhost:8161}" Id=43 RUNNABLE (in native)
	at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
	at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:421)
	at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:249)
	-  locked java.lang.Object@4cd49917
	at org.eclipse.jetty.server.ServerConnector.accept(ServerConnector.java:388)
	at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:702)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
	at java.lang.Thread.run(Thread.java:748)


"qtp553759818-42-acceptor-0@7c31424f-ServerConnector@5c153b9e{HTTP/1.1, (http/1.1)}{localhost:8161}" Id=42 BLOCKED on java.lang.Object@4cd49917 owned by "qtp553759818-43-acceptor-1@500b3746-ServerConnector@5c153b9e{HTTP/1.1, (http/1.1)}{localhost:8161}" Id=43
	at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:233)
	-  blocked on java.lang.Object@4cd49917
	at org.eclipse.jetty.server.ServerConnector.accept(ServerConnector.java:388)
	at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:702)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
	at java.lang.Thread.run(Thread.java:748)


"Session-HouseKeeper-7e985ce9-1" Id=41 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@f7edaeb
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@f7edaeb
	at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
	at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
	at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
	at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)


"qtp553759818-40" Id=40 RUNNABLE (in native)
	at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
	at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
	at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
	at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
	-  locked sun.nio.ch.Util$3@34ca9ca7
	-  locked java.util.Collections$UnmodifiableSet@5ea57eb1
	-  locked sun.nio.ch.EPollSelectorImpl@36514853
	at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
	at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
	at org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:183)
	at org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:190)
	at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
	at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
	at org.eclipse.jetty.io.ManagedSelector$$Lambda$113/968957548.run(Unknown Source)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
	at java.lang.Thread.run(Thread.java:748)


"qtp553759818-39" Id=39 RUNNABLE (in native)
	at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
	at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
	at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
	at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
	-  locked sun.nio.ch.Util$3@4f0175f0
	-  locked java.util.Collections$UnmodifiableSet@2fcef713
	-  locked sun.nio.ch.EPollSelectorImpl@5aeb44ad
	at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
	at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
	at org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:183)
	at org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:190)
	at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
	at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
	at org.eclipse.jetty.io.ManagedSelector$$Lambda$113/968957548.run(Unknown Source)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
	at java.lang.Thread.run(Thread.java:748)


"qtp553759818-38" Id=38 RUNNABLE (in native)
	at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
	at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
	at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
	at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
	-  locked sun.nio.ch.Util$3@66c49c73
	-  locked java.util.Collections$UnmodifiableSet@222edbae
	-  locked sun.nio.ch.EPollSelectorImpl@7a80d697
	at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
	at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
	at org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:183)
	at org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:190)
	at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
	at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
	at org.eclipse.jetty.io.ManagedSelector$$Lambda$113/968957548.run(Unknown Source)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
	at java.lang.Thread.run(Thread.java:748)


"qtp553759818-37" Id=37 RUNNABLE (in native)
	at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
	at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
	at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
	at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
	-  locked sun.nio.ch.Util$3@7ace3b46
	-  locked java.util.Collections$UnmodifiableSet@382b0768
	-  locked sun.nio.ch.EPollSelectorImpl@6c0c5868
	at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
	at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
	at org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:183)
	at org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:190)
	at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
	at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
	at org.eclipse.jetty.io.ManagedSelector$$Lambda$113/968957548.run(Unknown Source)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
	at java.lang.Thread.run(Thread.java:748)


"qtp553759818-36" Id=36 RUNNABLE (in native)
	at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
	at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
	at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
	at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
	-  locked sun.nio.ch.Util$3@10441f10
	-  locked java.util.Collections$UnmodifiableSet@1bdb1255
	-  locked sun.nio.ch.EPollSelectorImpl@7bab4601
	at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
	at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
	at org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:183)
	at org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:190)
	at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
	at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
	at org.eclipse.jetty.io.ManagedSelector$$Lambda$113/968957548.run(Unknown Source)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
	at java.lang.Thread.run(Thread.java:748)


"qtp553759818-35" Id=35 RUNNABLE (in native)
	at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
	at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
	at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
	at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
	-  locked sun.nio.ch.Util$3@75ea9e04
	-  locked java.util.Collections$UnmodifiableSet@45e6a336
	-  locked sun.nio.ch.EPollSelectorImpl@66c5865
	at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
	at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
	at org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:183)
	at org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:190)
	at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
	at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
	at org.eclipse.jetty.io.ManagedSelector$$Lambda$113/968957548.run(Unknown Source)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
	at java.lang.Thread.run(Thread.java:748)


"qtp553759818-34" Id=34 RUNNABLE (in native)
	at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
	at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
	at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
	at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
	-  locked sun.nio.ch.Util$3@27d69de7
	-  locked java.util.Collections$UnmodifiableSet@66d2da7
	-  locked sun.nio.ch.EPollSelectorImpl@76e2c14f
	at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
	at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
	at org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:183)
	at org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:190)
	at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
	at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
	at org.eclipse.jetty.io.ManagedSelector$$Lambda$113/968957548.run(Unknown Source)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
	at java.lang.Thread.run(Thread.java:748)


"qtp553759818-33" Id=33 RUNNABLE (in native)
	at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
	at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
	at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
	at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
	-  locked sun.nio.ch.Util$3@12a91086
	-  locked java.util.Collections$UnmodifiableSet@1839e91
	-  locked sun.nio.ch.EPollSelectorImpl@6eec9b13
	at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
	at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
	at org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:183)
	at org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:190)
	at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
	at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
	at org.eclipse.jetty.io.ManagedSelector$$Lambda$113/968957548.run(Unknown Source)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
	at java.lang.Thread.run(Thread.java:748)


"Thread-0 (activemq-netty-threads)" Id=32 RUNNABLE (in native)
	at io.netty.channel.epoll.Native.epollWait(Native Method)
	at io.netty.channel.epoll.Native.epollWait(Native.java:192)
	at io.netty.channel.epoll.Native.epollWait(Native.java:185)
	at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-4 (ActiveMQ-scheduled-threads)" Id=31 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
	at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
	at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
	at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
	at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-3 (ActiveMQ-scheduled-threads)" Id=30 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
	at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
	at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
	at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
	at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-2 (ActiveMQ-scheduled-threads)" Id=29 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
	at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
	at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
	at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
	at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"activemq-failure-check-thread" Id=28 TIMED_WAITING on java.util.concurrent.CountDownLatch$Sync@5493cb52
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.CountDownLatch$Sync@5493cb52
	at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
	at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
	at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl$FailureCheckAndFlushThread.run(RemotingServiceImpl.java:787)


"Thread-1 (ActiveMQ-scheduled-threads)" Id=25 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
	at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
	at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
	at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
	at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-0 (ActiveMQ-scheduled-threads)" Id=24 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@e64d738
	at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
	at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
	at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
	at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"activemq-buffer-timeout" Id=23 WAITING on java.util.concurrent.Semaphore$NonfairSync@4979a047
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.Semaphore$NonfairSync@4979a047
	at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:836)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:997)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1304)
	at java.util.concurrent.Semaphore.acquire(Semaphore.java:312)
	at org.apache.activemq.artemis.core.io.buffer.TimedBuffer$CheckTimer.run(TimedBuffer.java:479)
	at java.lang.Thread.run(Thread.java:748)


"Thread-0 (-scheduled-threads)" Id=22 RUNNABLE
	at sun.management.ThreadImpl.dumpThreads0(Native Method)
	at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:496)
	at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:484)
	at org.apache.activemq.artemis.utils.ThreadDumpUtil.threadDump(ThreadDumpUtil.java:47)
	at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.threadDump(ActiveMQServerImpl.java:1140)
	at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.lambda$initializeCriticalAnalyzer$0(ActiveMQServerImpl.java:734)
	at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$$Lambda$35/1117519786.run(Unknown Source)
	at org.apache.activemq.artemis.utils.critical.CriticalAnalyzerImpl.fireActions(CriticalAnalyzerImpl.java:155)
	at org.apache.activemq.artemis.utils.critical.CriticalAnalyzerImpl.check(CriticalAnalyzerImpl.java:140)
	at org.apache.activemq.artemis.utils.critical.CriticalAnalyzerImpl$1.run(CriticalAnalyzerImpl.java:53)
	at org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent.runForExecutor(ActiveMQScheduledComponent.java:313)
	at org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent.bookedRunForScheduler(ActiveMQScheduledComponent.java:328)
	at org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent.runForScheduler(ActiveMQScheduledComponent.java:339)
	at org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent.lambda$start$0(ActiveMQScheduledComponent.java:166)
	at org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent$$Lambda$34/341138954.run(Unknown Source)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)

	Number of locked synchronizers = 1
	- java.util.concurrent.ThreadPoolExecutor$Worker@3d5c822d


"ActiveMQ Artemis Server Shutdown Timer" Id=20 TIMED_WAITING on java.util.TaskQueue@43c78e78
	at java.lang.Object.wait(Native Method)
	-  waiting on java.util.TaskQueue@43c78e78
	at java.util.TimerThread.mainLoop(Timer.java:552)
	at java.util.TimerThread.run(Timer.java:505)


"Signal Dispatcher" Id=5 RUNNABLE


"Finalizer" Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@6bb24c2f
	at java.lang.Object.wait(Native Method)
	-  waiting on java.lang.ref.ReferenceQueue$Lock@6bb24c2f
	at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
	at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
	at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:216)


"Reference Handler" Id=2 WAITING on java.lang.ref.Reference$Lock@21b1c350
	at java.lang.Object.wait(Native Method)
	-  waiting on java.lang.ref.Reference$Lock@21b1c350
	at java.lang.Object.wait(Object.java:502)
	at java.lang.ref.Reference.tryHandlePending(Reference.java:191)
	at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)


===============================================================================
End Thread dump 
*******************************************************************************



On 2021/09/16 14:46:19, Justin Bertram <jb...@apache.org> wrote: 
> I think perhaps you've misunderstood the issue reported via ARTEMIS-3271
> [1]. The issue was that the critical analyzer [2] would sometimes report
> false positives. The fix eliminated the false positives, but it didn't
> eliminate *all* reports. You may be hitting an actual issue. In order to
> investigate further you need to provide the thread dump logged by the
> critical analyzer.
> 
> For what it's worth, you can configure the critical analyzer to just log
> the issue and not shutdown the broker. The documentation [2] has the
> configuration details.
> 
> 
> Justin
> 
> [1] https://issues.apache.org/jira/browse/ARTEMIS-3271
> [2]
> https://activemq.apache.org/components/artemis/documentation/latest/critical-analysis.html
> 
> On Thu, Sep 16, 2021 at 8:54 AM foo bar <st...@gmail.com> wrote:
> 
> > Hello,
> >
> > We are using ArtemisMQ version 2.15. We are attempting to upgrade to 2.18.
> > On 2.18, we generate some load with a couple of threads. We are getting the
> > exact same error noted here:
> >
> > https://www.mail-archive.com/issues@activemq.apache.org/msg58016.html
> >
> > ```
> > [org.apache.activemq.artemis.utils.critical.CriticalMeasure] Component
> > org.apache.activemq.artemis.core.server.impl.QueueImpl is expired on path 0
> >  2021-05-15 10:00:49,258
> > INFO  [org.apache.activemq.artemis.core.server]
> > AMQ224107: The Critical Analyzer detected slow paths on the broker.  It is
> > recommended that you enable trace logs on
> > org.apache.activemq.artemis.utils.critical while you troubleshoot this
> > issue.
> > You should disable the trace logs when you have finished troubleshooting.
> >    2021-05-15 10:00:49,258 ERROR [org.apache.activemq.artemis.core.server]
> > AMQ224079: The process for the virtual machine will be killed, as component
> > QueueImpl[name=q_7, postOffice=PostOfficeImpl
> >
> > [server=ActiveMQServerImpl::serverUUID=64e3f254-b585-11eb-8f02-000f532921b8],
> >
> > temp=false]@9a33f70 is not responsive
> >    2021-05-15 10:00:50,429 WARN  [org.apache.activemq.artemis.core.server]
> > AMQ222199: Thread dump:
> > ```
> >
> > I do see a ticket here noting that the issue has been resolved in 2.18,
> > although we just encountered it.
> >
> >
> > https://issues.apache.org/jira/browse/ARTEMIS-3271?focusedWorklogId=597221&page=com.atlassian.jira.plugin.system.issuetabpanels%3Aworklog-tabpanel#worklog-597221
> >
> > Once this happens the broker is down and needs to be restarted. Is there a
> > workaround for this?
> >
> > Thanks
> >
> 

Re: ArtemisMQ 2.18 ARTEMIS-3271 not fixed

Posted by Clebert Suconic <cl...@gmail.com>.
You could always disable the critical analyzer.. and just allow slow
processing... but that's a feature of the critical analyzer, not a
bug.

On Thu, Sep 16, 2021 at 4:08 PM Clebert Suconic
<cl...@gmail.com> wrote:
>
> It seems an IO issue to me. the load you're generating is taking more
> time than the configured time on CriticalAnalyzer would allow you to
> do.
>
>
> you should either get a faster device (If I'm right on this), or allow
> more time, or diminish your load. (getting more nodes perhaps):
>
>
> The thread I see on your thread dump (that the logger will generate).
>
> ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77)"
> Id=109 WAITING on
> java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync@74b53a3b
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on
> java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync@74b53a3b
> at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
> at
> java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:836)
> at
> java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireQueued(AbstractQueuedSynchronizer.java:870)
> at
> java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:1199)
> at
> java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock.lock(ReentrantReadWriteLock.java:943)
> at org.apache.activemq.artemis.core.paging.impl.PagingStoreImpl.page
> (PagingStoreImpl.java:850)
> at
> org.apache.activemq.artemis.core.persistence.impl.journal.AbstractJournalStorageManager.addToPage(AbstractJournalStorageManager.java:2082)
> at
>
> On Thu, Sep 16, 2021 at 3:13 PM Justin Bertram <jb...@apache.org> wrote:
> >
> > > I don't have the thread dump, just the logs.
> >
> > The thread dump is in the logs. It's denoted by, "AMQ222199: Thread dump."
> > Thanks for including it, but unfortunately it's inconclusive.
> >
> > Are you able to reproduce this? If so, could you provide code or steps so
> > that I could also reproduce it and analyze it further?
> >
> >
> > Justin
> >
> > On Thu, Sep 16, 2021 at 12:43 PM foo bar <st...@gmail.com> wrote:
> >
> > > I don't have the thread dump, just the logs.
> > >
> > > 2021-09-16 12:56:49,986 WARN
> > >  [org.apache.activemq.artemis.utils.critical.CriticalMeasure] Component
> > > org.apache.activemq.artemis.core.server.impl.QueueImpl is expired on path 2
> > > 2021-09-16 12:56:49,986 INFO  [org.apache.activemq.artemis.core.server]
> > > AMQ224107: The Critical Analyzer detected slow paths on the broker.  It is
> > > recommended that you enable trace logs on
> > > org.apache.activemq.artemis.utils.critical while you troubleshoot this
> > > issue. You should disable the trace logs when you have finished
> > > troubleshooting.
> > > 2021-09-16 12:56:49,987 ERROR [org.apache.activemq.artemis.core.server]
> > > AMQ224079: The process for the virtual machine will be killed, as component
> > >
> > > QueueImpl[name=$.artemis.internal.sf.broker-cluster.2e779930-fe75-11ea-b419-0050569e434b,
> > > postOffice=PostOfficeImpl [server=ActiveMQServerImpl::name=broker],
> > > temp=false]@5ae728cd is not responsive
> > > 2021-09-16 12:56:50,507 WARN  [org.apache.activemq.artemis.core.server]
> > > AMQ222199: Thread dump:
> > >
> > > *******************************************************************************
> > > Complete Thread dump
> > > "Thread-78
> > >
> > > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > > )"
> > > Id=222 TIMED_WAITING on
> > > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-77
> > >
> > > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > > )"
> > > Id=221 TIMED_WAITING on
> > > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-76
> > >
> > > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > > )"
> > > Id=220 TIMED_WAITING on
> > > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-75
> > >
> > > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > > )"
> > > Id=219 TIMED_WAITING on
> > > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-74
> > >
> > > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > > )"
> > > Id=218 TIMED_WAITING on
> > > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-72
> > >
> > > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > > )"
> > > Id=216 TIMED_WAITING on
> > > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-73
> > >
> > > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > > )"
> > > Id=217 TIMED_WAITING on
> > > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-70
> > >
> > > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > > )"
> > > Id=214 TIMED_WAITING on
> > > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-71
> > >
> > > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > > )"
> > > Id=215 TIMED_WAITING on
> > > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-68
> > >
> > > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > > )"
> > > Id=212 TIMED_WAITING on
> > > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-69
> > >
> > > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > > )"
> > > Id=213 TIMED_WAITING on
> > > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-67
> > >
> > > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > > )"
> > > Id=211 TIMED_WAITING on
> > > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-66
> > >
> > > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > > )"
> > > Id=210 TIMED_WAITING on
> > > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-65
> > >
> > > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > > )"
> > > Id=209 TIMED_WAITING on
> > > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-60
> > >
> > > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > > )"
> > > Id=202 TIMED_WAITING on
> > > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-59
> > >
> > > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > > )"
> > > Id=201 TIMED_WAITING on
> > > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-57
> > >
> > > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > > )"
> > > Id=200 TIMED_WAITING on
> > > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-58
> > >
> > > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > > )"
> > > Id=199 TIMED_WAITING on
> > > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-53
> > >
> > > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > > )"
> > > Id=195 TIMED_WAITING on
> > > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-52
> > >
> > > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > > )"
> > > Id=194 TIMED_WAITING on
> > > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-49
> > >
> > > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > > )"
> > > Id=192 TIMED_WAITING on
> > > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-29
> > >
> > > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > > )"
> > > Id=189 TIMED_WAITING on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > at
> > > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-27
> > >
> > > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > > )"
> > > Id=186 TIMED_WAITING on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > at
> > > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-30
> > >
> > > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > > )"
> > > Id=188 TIMED_WAITING on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > at
> > > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-28
> > >
> > > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > > )"
> > > Id=187 TIMED_WAITING on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > at
> > > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-48
> > >
> > > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > > )"
> > > Id=185 TIMED_WAITING on
> > > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-46
> > >
> > > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > > )"
> > > Id=183 TIMED_WAITING on
> > > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-26
> > >
> > > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > > )"
> > > Id=182 TIMED_WAITING on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > at
> > > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-45
> > >
> > > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > > )"
> > > Id=181 TIMED_WAITING on
> > > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-25
> > >
> > > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > > )"
> > > Id=180 TIMED_WAITING on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > at
> > > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-44
> > >
> > > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > > )"
> > > Id=179 TIMED_WAITING on
> > > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-42
> > >
> > > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > > )"
> > > Id=178 TIMED_WAITING on
> > > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-35
> > >
> > > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > > )"
> > > Id=162 TIMED_WAITING on
> > > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-33
> > >
> > > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > > )"
> > > Id=160 TIMED_WAITING on
> > > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > > at
> > >
> > > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-32
> > >
> > > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > > )"
> > > Id=157 RUNNABLE
> > > at sun.nio.ch.FileDispatcherImpl.force0(Native Method)
> > > at sun.nio.ch.FileDispatcherImpl.force(FileDispatcherImpl.java:76)
> > > at sun.nio.ch.FileChannelImpl.force(FileChannelImpl.java:388)
> > > at
> > >
> > > org.apache.activemq.artemis.core.io.nio.NIOSequentialFile.sync(NIOSequentialFile.java:318)
> > > at org.apache.activemq.artemis.core.paging.impl.Page.sync(Page.java:484)
> > > at
> > >
> > > org.apache.activemq.artemis.core.paging.impl.PagingStoreImpl.ioSync(PagingStoreImpl.java:337)
> > > at
> > >
> > > org.apache.activemq.artemis.core.paging.impl.PageSyncTimer.tick(PageSyncTimer.java:96)
> > > at
> > >
> > > org.apache.activemq.artemis.core.paging.impl.PageSyncTimer.run(PageSyncTimer.java:81)
> > > at
> > >
> > > org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent.runForExecutor(ActiveMQScheduledComponent.java:313)
> > > at
> > >
> > > org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent.lambda$bookedRunForScheduler$2(ActiveMQScheduledComponent.java:320)
> > > at
> > >
> > > org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent$$Lambda$107/405736032.run(Unknown
> > > Source)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.actors.OrderedExecutor.doTask(OrderedExecutor.java:42)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.actors.OrderedExecutor.doTask(OrderedExecutor.java:31)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.actors.ProcessorBase.executePendingTasks(ProcessorBase.java:65)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.actors.ProcessorBase$$Lambda$31/1101048445.run(Unknown
> > > Source)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > > Number of locked synchronizers = 1
> > > - java.util.concurrent.ThreadPoolExecutor$Worker@3997357d
> > >
> > >
> > > "Thread-23 (activemq-netty-threads)" Id=140 RUNNABLE (in native)
> > > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > at
> > >
> > > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > at
> > >
> > > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > at
> > > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-22 (activemq-netty-threads)" Id=134 RUNNABLE (in native)
> > > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > at
> > >
> > > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > at
> > >
> > > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > at
> > > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-21 (activemq-netty-threads)" Id=122 RUNNABLE (in native)
> > > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > at
> > >
> > > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > at
> > >
> > > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > at
> > > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-20 (activemq-netty-threads)" Id=121 RUNNABLE (in native)
> > > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > at
> > >
> > > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > at
> > >
> > > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > at
> > > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-19 (activemq-netty-threads)" Id=120 RUNNABLE (in native)
> > > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > at
> > >
> > > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > at
> > >
> > > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > at
> > > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-18 (activemq-netty-threads)" Id=118 RUNNABLE (in native)
> > > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > at
> > >
> > > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > at
> > >
> > > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > at
> > > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-17 (activemq-netty-threads)" Id=116 RUNNABLE (in native)
> > > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > at
> > >
> > > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > at
> > >
> > > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > at
> > > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "DestroyJavaVM" Id=115 RUNNABLE
> > >
> > >
> > > "Thread-16 (activemq-netty-threads)" Id=114 RUNNABLE (in native)
> > > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > at
> > >
> > > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > at
> > >
> > > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > at
> > > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-15 (activemq-netty-threads)" Id=113 RUNNABLE (in native)
> > > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > at
> > >
> > > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > at
> > >
> > > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > at
> > > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-14 (activemq-netty-threads)" Id=112 RUNNABLE (in native)
> > > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > at
> > >
> > > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > at
> > >
> > > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > at
> > > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-13 (activemq-netty-threads)" Id=111 RUNNABLE (in native)
> > > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > at
> > >
> > > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > at
> > >
> > > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > at
> > > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-24
> > >
> > > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > > )"
> > > Id=110 TIMED_WAITING on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > at
> > > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-23
> > >
> > > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > > )"
> > > Id=109 WAITING on
> > > java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync@74b53a3b
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on
> > > java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync@74b53a3b
> > > at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
> > > at
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:836)
> > > at
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireQueued(AbstractQueuedSynchronizer.java:870)
> > > at
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:1199)
> > > at
> > >
> > > java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock.lock(ReentrantReadWriteLock.java:943)
> > > at org.apache.activemq.artemis.core.paging.impl.PagingStoreImpl.page
> > > (PagingStoreImpl.java:850)
> > > at
> > >
> > > org.apache.activemq.artemis.core.persistence.impl.journal.AbstractJournalStorageManager.addToPage(AbstractJournalStorageManager.java:2082)
> > > at
> > >
> > > org.apache.activemq.artemis.core.postoffice.impl.PostOfficeImpl.processRoute(PostOfficeImpl.java:1530)
> > > at
> > >
> > > org.apache.activemq.artemis.core.postoffice.impl.PostOfficeImpl.route(PostOfficeImpl.java:1165)
> > > at
> > >
> > > org.apache.activemq.artemis.core.postoffice.impl.PostOfficeImpl.route(PostOfficeImpl.java:1068)
> > > at
> > >
> > > org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.doSend(ServerSessionImpl.java:2204)
> > > -  locked
> > > org.apache.activemq.artemis.core.server.impl.ServerSessionImpl@4d8b1ca3
> > > at
> > >
> > > org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1839)
> > > -  locked
> > > org.apache.activemq.artemis.core.server.impl.ServerSessionImpl@4d8b1ca3
> > > at
> > >
> > > org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1776)
> > > -  locked
> > > org.apache.activemq.artemis.core.server.impl.ServerSessionImpl@4d8b1ca3
> > > at
> > >
> > > org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1768)
> > > at
> > >
> > > org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1761)
> > > at
> > >
> > > org.apache.activemq.artemis.core.protocol.core.ServerSessionPacketHandler.onSessionSend(ServerSessionPacketHandler.java:749)
> > > at
> > >
> > > org.apache.activemq.artemis.core.protocol.core.ServerSessionPacketHandler.onMessagePacket(ServerSessionPacketHandler.java:281)
> > > at
> > >
> > > org.apache.activemq.artemis.core.protocol.core.ServerSessionPacketHandler$$Lambda$186/1175147483.onMessage(Unknown
> > > Source)
> > > at org.apache.activemq.artemis.utils.actors.Actor.doTask(Actor.java:33)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.actors.ProcessorBase.executePendingTasks(ProcessorBase.java:65)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.actors.ProcessorBase$$Lambda$31/1101048445.run(Unknown
> > > Source)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.actors.OrderedExecutor.doTask(OrderedExecutor.java:42)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.actors.OrderedExecutor.doTask(OrderedExecutor.java:31)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.actors.ProcessorBase.executePendingTasks(ProcessorBase.java:65)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.actors.ProcessorBase$$Lambda$31/1101048445.run(Unknown
> > > Source)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > > Number of locked synchronizers = 1
> > > - java.util.concurrent.ThreadPoolExecutor$Worker@6ac24038
> > >
> > >
> > > "Thread-12 (activemq-netty-threads)" Id=108 RUNNABLE (in native)
> > > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > at
> > >
> > > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > at
> > >
> > > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > at
> > > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-11 (activemq-netty-threads)" Id=104 RUNNABLE
> > > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > at
> > >
> > > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > at
> > >
> > > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > at
> > > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-10 (activemq-netty-threads)" Id=103 RUNNABLE (in native)
> > > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > at
> > >
> > > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > at
> > >
> > > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > at
> > > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-9 (activemq-netty-threads)" Id=102 RUNNABLE (in native)
> > > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > at
> > >
> > > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > at
> > >
> > > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > at
> > > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-8 (activemq-netty-threads)" Id=101 RUNNABLE
> > > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > at
> > >
> > > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > at
> > >
> > > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > at
> > > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-7 (activemq-netty-threads)" Id=100 RUNNABLE (in native)
> > > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > at
> > >
> > > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > at
> > >
> > > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > at
> > > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-6 (activemq-netty-threads)" Id=99 RUNNABLE (in native)
> > > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > at
> > >
> > > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > at
> > >
> > > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > at
> > > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-5 (activemq-netty-threads)" Id=94 RUNNABLE (in native)
> > > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > at
> > >
> > > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > at
> > >
> > > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > at
> > > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Session-HouseKeeper-1133ec6e-1" Id=93 TIMED_WAITING on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@356ec208
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@356ec208
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > at
> > >
> > > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
> > > at
> > >
> > > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at java.lang.Thread.run(Thread.java:745)
> > >
> > >
> > > "qtp404947798-92" Id=92 TIMED_WAITING on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@25954565
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@25954565
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > at
> > > org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:382)
> > > at
> > >
> > > org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:974)
> > > at
> > >
> > > org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1018)
> > > at java.lang.Thread.run(Thread.java:745)
> > >
> > >
> > > "qtp404947798-91" Id=91 TIMED_WAITING on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@25954565
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@25954565
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > at
> > > org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:382)
> > > at
> > >
> > > org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:974)
> > > at
> > >
> > > org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1018)
> > > at java.lang.Thread.run(Thread.java:745)
> > >
> > >
> > > "qtp404947798-90" Id=90 TIMED_WAITING on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@25954565
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@25954565
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > at
> > > org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:382)
> > > at
> > >
> > > org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:974)
> > > at
> > >
> > > org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1018)
> > > at java.lang.Thread.run(Thread.java:745)
> > >
> > >
> > > "qtp404947798-89-acceptor-0@61b918d4-ServerConnector@75e01201{HTTP/1.1,
> > > (http/1.1)}{artemismq-01:8161}" Id=89 RUNNABLE (in native)
> > > at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
> > > at
> > > sun.nio.ch
> > > .ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:422)
> > > at
> > > sun.nio.ch
> > > .ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:250)
> > > -  locked java.lang.Object@306e3b70
> > > at
> > > org.eclipse.jetty.server.ServerConnector.accept(ServerConnector.java:388)
> > > at
> > >
> > > org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:702)
> > > at
> > >
> > > org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> > > at
> > >
> > > org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> > > at java.lang.Thread.run(Thread.java:745)
> > >
> > >
> > > "qtp404947798-88" Id=88 RUNNABLE (in native)
> > > at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
> > > at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
> > > at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
> > > at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
> > > -  locked sun.nio.ch.Util$3@6d57bba4
> > > -  locked java.util.Collections$UnmodifiableSet@2e6a4a84
> > > -  locked sun.nio.ch.EPollSelectorImpl@21db9c41
> > > at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
> > > at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
> > > at org.eclipse.jetty.io
> > > .ManagedSelector.nioSelect(ManagedSelector.java:183)
> > > at org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:190)
> > > at
> > > org.eclipse.jetty.io
> > > .ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
> > > at
> > > org.eclipse.jetty.io
> > > .ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
> > > at
> > >
> > > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
> > > at
> > >
> > > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
> > > at
> > >
> > > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
> > > at
> > >
> > > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
> > > at org.eclipse.jetty.io.ManagedSelector$$Lambda$232/931911789.run(Unknown
> > > Source)
> > > at
> > >
> > > org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> > > at
> > >
> > > org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> > > at java.lang.Thread.run(Thread.java:745)
> > >
> > >
> > > "qtp404947798-87" Id=87 RUNNABLE (in native)
> > > at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
> > > at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
> > > at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
> > > at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
> > > -  locked sun.nio.ch.Util$3@602f96b1
> > > -  locked java.util.Collections$UnmodifiableSet@30758b8b
> > > -  locked sun.nio.ch.EPollSelectorImpl@4c37c96b
> > > at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
> > > at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
> > > at org.eclipse.jetty.io
> > > .ManagedSelector.nioSelect(ManagedSelector.java:183)
> > > at org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:190)
> > > at
> > > org.eclipse.jetty.io
> > > .ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
> > > at
> > > org.eclipse.jetty.io
> > > .ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
> > > at
> > >
> > > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
> > > at
> > >
> > > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
> > > at
> > >
> > > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
> > > at
> > >
> > > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
> > > at org.eclipse.jetty.io.ManagedSelector$$Lambda$232/931911789.run(Unknown
> > > Source)
> > > at
> > >
> > > org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> > > at
> > >
> > > org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> > > at java.lang.Thread.run(Thread.java:745)
> > >
> > >
> > > "qtp404947798-86" Id=86 RUNNABLE (in native)
> > > at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
> > > at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
> > > at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
> > > at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
> > > -  locked sun.nio.ch.Util$3@31f37d38
> > > -  locked java.util.Collections$UnmodifiableSet@2d75ffa9
> > > -  locked sun.nio.ch.EPollSelectorImpl@3140005f
> > > at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
> > > at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
> > > at org.eclipse.jetty.io
> > > .ManagedSelector.nioSelect(ManagedSelector.java:183)
> > > at org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:190)
> > > at
> > > org.eclipse.jetty.io
> > > .ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
> > > at
> > > org.eclipse.jetty.io
> > > .ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
> > > at
> > >
> > > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
> > > at
> > >
> > > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
> > > at
> > >
> > > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
> > > at
> > >
> > > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
> > > at org.eclipse.jetty.io.ManagedSelector$$Lambda$232/931911789.run(Unknown
> > > Source)
> > > at
> > >
> > > org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> > > at
> > >
> > > org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> > > at java.lang.Thread.run(Thread.java:745)
> > >
> > >
> > > "qtp404947798-85" Id=85 RUNNABLE (in native)
> > > at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
> > > at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
> > > at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
> > > at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
> > > -  locked sun.nio.ch.Util$3@434eeb8d
> > > -  locked java.util.Collections$UnmodifiableSet@69fe4461
> > > -  locked sun.nio.ch.EPollSelectorImpl@6bf46640
> > > at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
> > > at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
> > > at org.eclipse.jetty.io
> > > .ManagedSelector.nioSelect(ManagedSelector.java:183)
> > > at org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:190)
> > > at
> > > org.eclipse.jetty.io
> > > .ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
> > > at
> > > org.eclipse.jetty.io
> > > .ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
> > > at
> > >
> > > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
> > > at
> > >
> > > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
> > > at
> > >
> > > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
> > > at
> > >
> > > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
> > > at org.eclipse.jetty.io.ManagedSelector$$Lambda$232/931911789.run(Unknown
> > > Source)
> > > at
> > >
> > > org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> > > at
> > >
> > > org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> > > at java.lang.Thread.run(Thread.java:745)
> > >
> > >
> > > "Thread-4 (activemq-netty-threads)" Id=84 RUNNABLE (in native)
> > > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > at
> > >
> > > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > at
> > >
> > > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > at
> > > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-3 (activemq-netty-threads)" Id=83 RUNNABLE (in native)
> > > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > at
> > >
> > > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > at
> > >
> > > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > at
> > > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-2 (activemq-netty-threads)" Id=82 RUNNABLE (in native)
> > > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > at
> > >
> > > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > at
> > >
> > > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > at
> > > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-1 (activemq-netty-threads)" Id=81 RUNNABLE
> > > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > at
> > >
> > > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > at
> > >
> > > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > at
> > > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-4 (ActiveMQ-client-global-scheduled-threads)" Id=80 WAITING on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5a87d199
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5a87d199
> > > at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
> > > at
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
> > > at
> > >
> > > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
> > > at
> > >
> > > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-3 (ActiveMQ-client-global-scheduled-threads)" Id=77 WAITING on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5a87d199
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5a87d199
> > > at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
> > > at
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
> > > at
> > >
> > > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
> > > at
> > >
> > > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-2 (ActiveMQ-client-global-scheduled-threads)" Id=76 WAITING on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5a87d199
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5a87d199
> > > at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
> > > at
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
> > > at
> > >
> > > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
> > > at
> > >
> > > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-1 (ActiveMQ-client-global-scheduled-threads)" Id=75 WAITING on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5a87d199
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5a87d199
> > > at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
> > > at
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
> > > at
> > >
> > > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
> > > at
> > >
> > > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-22
> > >
> > > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > > )"
> > > Id=74 TIMED_WAITING on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > at
> > > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-0 (activemq-netty-threads)" Id=73 RUNNABLE
> > > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > at
> > >
> > > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > at
> > >
> > > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > at
> > > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-0 (ActiveMQ-client-global-scheduled-threads)" Id=72 TIMED_WAITING
> > > on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5a87d199
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5a87d199
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > at
> > >
> > > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
> > > at
> > >
> > > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-21
> > >
> > > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > > )"
> > > Id=71 TIMED_WAITING on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > at
> > > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-20
> > >
> > > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > > )"
> > > Id=70 TIMED_WAITING on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > at
> > > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-19
> > >
> > > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > > )"
> > > Id=69 TIMED_WAITING on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > at
> > > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-18
> > >
> > > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > > )"
> > > Id=68 TIMED_WAITING on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > at
> > > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-17
> > >
> > > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > > )"
> > > Id=67 TIMED_WAITING on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > at
> > > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-16
> > >
> > > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > > )"
> > > Id=66 TIMED_WAITING on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > at
> > > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-15
> > >
> > > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > > )"
> > > Id=65 TIMED_WAITING on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > at
> > > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-14
> > >
> > > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > > )"
> > > Id=64 TIMED_WAITING on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > at
> > > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "activemq-failure-check-thread" Id=62 TIMED_WAITING on
> > > java.util.concurrent.CountDownLatch$Sync@6ea14bc7
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on java.util.concurrent.CountDownLatch$Sync@6ea14bc7
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
> > > at
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
> > > at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
> > > at
> > >
> > > org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl$FailureCheckAndFlushThread.run(RemotingServiceImpl.java:784)
> > >
> > >
> > > "Thread-13
> > >
> > > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > > )"
> > > Id=61 TIMED_WAITING on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > at
> > > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-12
> > >
> > > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > > )"
> > > Id=60 TIMED_WAITING on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > at
> > > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-11
> > >
> > > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > > )"
> > > Id=59 TIMED_WAITING on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > at
> > > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-10
> > >
> > > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > > )"
> > > Id=58 TIMED_WAITING on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > at
> > > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-9
> > >
> > > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > > )"
> > > Id=57 TIMED_WAITING on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > at
> > > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-8
> > >
> > > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > > )"
> > > Id=56 TIMED_WAITING on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > at
> > > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-7
> > >
> > > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > > )"
> > > Id=55 TIMED_WAITING on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > at
> > > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-6
> > >
> > > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > > )"
> > > Id=54 TIMED_WAITING on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > at
> > > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-5
> > >
> > > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > > )"
> > > Id=53 TIMED_WAITING on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > at
> > > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-4
> > >
> > > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > > )"
> > > Id=52 TIMED_WAITING on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > at
> > > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-3
> > >
> > > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > > )"
> > > Id=51 TIMED_WAITING on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > at
> > > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-2
> > >
> > > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > > )"
> > > Id=50 TIMED_WAITING on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > at
> > > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-23 (ActiveMQ-client-netty-threads)" Id=49 RUNNABLE (in native)
> > > at io.netty.channel.epoll.Native.epollWait0(Native Method)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:176)
> > > at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:281)
> > > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351)
> > > at
> > >
> > > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > at
> > > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-22 (ActiveMQ-client-netty-threads)" Id=48 RUNNABLE (in native)
> > > at io.netty.channel.epoll.Native.epollWait0(Native Method)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:176)
> > > at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:281)
> > > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351)
> > > at
> > >
> > > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > at
> > > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-21 (ActiveMQ-client-netty-threads)" Id=47 RUNNABLE (in native)
> > > at io.netty.channel.epoll.Native.epollWait0(Native Method)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:176)
> > > at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:281)
> > > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351)
> > > at
> > >
> > > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > at
> > > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-20 (ActiveMQ-client-netty-threads)" Id=46 RUNNABLE (in native)
> > > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > at
> > >
> > > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > at
> > >
> > > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > at
> > > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-19 (ActiveMQ-client-netty-threads)" Id=45 RUNNABLE (in native)
> > > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > at
> > >
> > > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > at
> > >
> > > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > at
> > > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-18 (ActiveMQ-client-netty-threads)" Id=44 RUNNABLE (in native)
> > > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > at
> > >
> > > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > at
> > >
> > > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > at
> > > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-1
> > >
> > > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > > )"
> > > Id=43 TIMED_WAITING on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > at
> > > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-17 (ActiveMQ-client-netty-threads)" Id=42 RUNNABLE (in native)
> > > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > at
> > >
> > > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > at
> > >
> > > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > at
> > > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-16 (ActiveMQ-client-netty-threads)" Id=41 RUNNABLE (in native)
> > > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > at
> > >
> > > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > at
> > >
> > > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > at
> > > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-15 (ActiveMQ-client-netty-threads)" Id=40 RUNNABLE (in native)
> > > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > at
> > >
> > > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > at
> > >
> > > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > at
> > > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-14 (ActiveMQ-client-netty-threads)" Id=39 RUNNABLE (in native)
> > > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > at
> > >
> > > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > at
> > >
> > > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > at
> > > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-13 (ActiveMQ-client-netty-threads)" Id=38 RUNNABLE (in native)
> > > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > at
> > >
> > > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > at
> > >
> > > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > at
> > > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-12 (ActiveMQ-client-netty-threads)" Id=37 RUNNABLE (in native)
> > > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > at
> > >
> > > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > at
> > >
> > > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > at
> > > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-4 (ActiveMQ-scheduled-threads)" Id=36 TIMED_WAITING on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7567d73e
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7567d73e
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > at
> > >
> > > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
> > > at
> > >
> > > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-11 (ActiveMQ-client-netty-threads)" Id=35 RUNNABLE (in native)
> > > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > at
> > >
> > > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > at
> > >
> > > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > at
> > > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-10 (ActiveMQ-client-netty-threads)" Id=34 RUNNABLE (in native)
> > > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > at
> > >
> > > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > at
> > >
> > > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > at
> > > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-9 (ActiveMQ-client-netty-threads)" Id=33 RUNNABLE (in native)
> > > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > at
> > >
> > > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > at
> > >
> > > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > at
> > > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-8 (ActiveMQ-client-netty-threads)" Id=32 RUNNABLE (in native)
> > > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > at
> > >
> > > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > at
> > >
> > > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > at
> > > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-3 (ActiveMQ-scheduled-threads)" Id=31 WAITING on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7567d73e
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7567d73e
> > > at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
> > > at
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
> > > at
> > >
> > > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
> > > at
> > >
> > > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-7 (ActiveMQ-client-netty-threads)" Id=30 RUNNABLE (in native)
> > > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > at
> > >
> > > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > at
> > >
> > > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > at
> > > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-6 (ActiveMQ-client-netty-threads)" Id=29 RUNNABLE (in native)
> > > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > at
> > >
> > > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > at
> > >
> > > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > at
> > > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-5 (ActiveMQ-client-netty-threads)" Id=28 RUNNABLE (in native)
> > > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > at
> > >
> > > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > at
> > >
> > > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > at
> > > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-4 (ActiveMQ-client-netty-threads)" Id=27 RUNNABLE (in native)
> > > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > at
> > >
> > > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > at
> > >
> > > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > at
> > > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-2 (ActiveMQ-scheduled-threads)" Id=26 WAITING on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7567d73e
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7567d73e
> > > at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
> > > at
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
> > > at
> > >
> > > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
> > > at
> > >
> > > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-3 (ActiveMQ-client-netty-threads)" Id=25 RUNNABLE (in native)
> > > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > at
> > >
> > > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > at
> > >
> > > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > at
> > > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-2 (ActiveMQ-client-netty-threads)" Id=24 RUNNABLE (in native)
> > > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > at
> > >
> > > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > at
> > >
> > > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > at
> > > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-1 (ActiveMQ-scheduled-threads)" Id=21 TIMED_WAITING on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7567d73e
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7567d73e
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > at
> > >
> > > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
> > > at
> > >
> > > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-0 (ActiveMQ-scheduled-threads)" Id=20 WAITING on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7567d73e
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7567d73e
> > > at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
> > > at
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
> > > at
> > >
> > > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
> > > at
> > >
> > > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-1 (ActiveMQ-client-netty-threads)" Id=19 RUNNABLE
> > > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > > at
> > >
> > > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > > at
> > >
> > > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > at
> > > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-0 (ActiveMQ-client-netty-threads)" Id=18 RUNNABLE (in native)
> > > at io.netty.channel.epoll.Native.epollWait0(Native Method)
> > > at io.netty.channel.epoll.Native.epollWait(Native.java:176)
> > > at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:281)
> > > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351)
> > > at
> > >
> > > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > > at
> > > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-0
> > >
> > > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > > )"
> > > Id=17 TIMED_WAITING on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at sun.misc.Unsafe.park(Native Method)
> > > -  waiting on
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > > at
> > >
> > > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > > at
> > > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > >
> > > "Thread-0 (-scheduled-threads)" Id=14 RUNNABLE
> > > at sun.management.ThreadImpl.dumpThreads0(Native Method)
> > > at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:454)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ThreadDumpUtil.threadDump(ThreadDumpUtil.java:47)
> > > at
> > >
> > > org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.threadDump(ActiveMQServerImpl.java:1127)
> > > at
> > >
> > > org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.lambda$initializeCriticalAnalyzer$0(ActiveMQServerImpl.java:721)
> > > at
> > >
> > > org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$$Lambda$29/1497018177.run(Unknown
> > > Source)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.critical.CriticalAnalyzerImpl.fireActions(CriticalAnalyzerImpl.java:155)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.critical.CriticalAnalyzerImpl.check(CriticalAnalyzerImpl.java:140)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.critical.CriticalAnalyzerImpl$1.run(CriticalAnalyzerImpl.java:53)
> > > at
> > >
> > > org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent.runForExecutor(ActiveMQScheduledComponent.java:313)
> > > at
> > >
> > > org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent.bookedRunForScheduler(ActiveMQScheduledComponent.java:328)
> > > at
> > >
> > > org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent.runForScheduler(ActiveMQScheduledComponent.java:339)
> > > at
> > >
> > > org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent.lambda$start$0(ActiveMQScheduledComponent.java:166)
> > > at
> > >
> > > org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent$$Lambda$28/547201549.run(Unknown
> > > Source)
> > > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> > > at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
> > > at
> > >
> > > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
> > > at
> > >
> > > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> > > at
> > >
> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > > at
> > >
> > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> > >
> > > Number of locked synchronizers = 1
> > > - java.util.concurrent.ThreadPoolExecutor$Worker@d5b810e
> > >
> > >
> > > "ActiveMQ Artemis Server Shutdown Timer" Id=12 TIMED_WAITING on
> > > java.util.TaskQueue@3d6979b4
> > > at java.lang.Object.wait(Native Method)
> > > -  waiting on java.util.TaskQueue@3d6979b4
> > > at java.util.TimerThread.mainLoop(Timer.java:552)
> > > at java.util.TimerThread.run(Timer.java:505)
> > >
> > >
> > > "Signal Dispatcher" Id=5 RUNNABLE
> > >
> > >
> > > "Finalizer" Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@59067c99
> > > at java.lang.Object.wait(Native Method)
> > > -  waiting on java.lang.ref.ReferenceQueue$Lock@59067c99
> > > at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
> > > at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)
> > > at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209)
> > >
> > >
> > > "Reference Handler" Id=2 WAITING on java.lang.ref.Reference$Lock@3d9deb0d
> > > at java.lang.Object.wait(Native Method)
> > > -  waiting on java.lang.ref.Reference$Lock@3d9deb0d
> > > at java.lang.Object.wait(Object.java:502)
> > > at java.lang.ref.Reference.tryHandlePending(Reference.java:191)
> > > at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)
> > >
> > >
> > >
> > > ===============================================================================
> > > End Thread dump
> > >
> > > *******************************************************************************
> > >
> > >
> > >
> > > On Thu, Sep 16, 2021 at 9:46 AM Justin Bertram <jb...@apache.org>
> > > wrote:
> > >
> > > > I think perhaps you've misunderstood the issue reported via ARTEMIS-3271
> > > > [1]. The issue was that the critical analyzer [2] would sometimes report
> > > > false positives. The fix eliminated the false positives, but it didn't
> > > > eliminate *all* reports. You may be hitting an actual issue. In order to
> > > > investigate further you need to provide the thread dump logged by the
> > > > critical analyzer.
> > > >
> > > > For what it's worth, you can configure the critical analyzer to just log
> > > > the issue and not shutdown the broker. The documentation [2] has the
> > > > configuration details.
> > > >
> > > >
> > > > Justin
> > > >
> > > > [1] https://issues.apache.org/jira/browse/ARTEMIS-3271
> > > > [2]
> > > >
> > > >
> > > https://activemq.apache.org/components/artemis/documentation/latest/critical-analysis.html
> > > >
> > > > On Thu, Sep 16, 2021 at 8:54 AM foo bar <st...@gmail.com> wrote:
> > > >
> > > > > Hello,
> > > > >
> > > > > We are using ArtemisMQ version 2.15. We are attempting to upgrade to
> > > > 2.18.
> > > > > On 2.18, we generate some load with a couple of threads. We are getting
> > > > the
> > > > > exact same error noted here:
> > > > >
> > > > > https://www.mail-archive.com/issues@activemq.apache.org/msg58016.html
> > > > >
> > > > > ```
> > > > > [org.apache.activemq.artemis.utils.critical.CriticalMeasure] Component
> > > > > org.apache.activemq.artemis.core.server.impl.QueueImpl is expired on
> > > > path 0
> > > > >  2021-05-15 10:00:49,258
> > > > > INFO  [org.apache.activemq.artemis.core.server]
> > > > > AMQ224107: The Critical Analyzer detected slow paths on the broker.  It
> > > > is
> > > > > recommended that you enable trace logs on
> > > > > org.apache.activemq.artemis.utils.critical while you troubleshoot this
> > > > > issue.
> > > > > You should disable the trace logs when you have finished
> > > troubleshooting.
> > > > >    2021-05-15 10:00:49,258 ERROR
> > > > [org.apache.activemq.artemis.core.server]
> > > > > AMQ224079: The process for the virtual machine will be killed, as
> > > > component
> > > > > QueueImpl[name=q_7, postOffice=PostOfficeImpl
> > > > >
> > > > >
> > > >
> > > [server=ActiveMQServerImpl::serverUUID=64e3f254-b585-11eb-8f02-000f532921b8],
> > > > >
> > > > > temp=false]@9a33f70 is not responsive
> > > > >    2021-05-15 10:00:50,429 WARN
> > > > [org.apache.activemq.artemis.core.server]
> > > > > AMQ222199: Thread dump:
> > > > > ```
> > > > >
> > > > > I do see a ticket here noting that the issue has been resolved in 2.18,
> > > > > although we just encountered it.
> > > > >
> > > > >
> > > > >
> > > >
> > > https://issues.apache.org/jira/browse/ARTEMIS-3271?focusedWorklogId=597221&page=com.atlassian.jira.plugin.system.issuetabpanels%3Aworklog-tabpanel#worklog-597221
> > > > >
> > > > > Once this happens the broker is down and needs to be restarted. Is
> > > there
> > > > a
> > > > > workaround for this?
> > > > >
> > > > > Thanks
> > > > >
> > > >
> > >
>
>
>
> --
> Clebert Suconic



-- 
Clebert Suconic

Re: ArtemisMQ 2.18 ARTEMIS-3271 not fixed

Posted by Clebert Suconic <cl...@gmail.com>.
It seems an IO issue to me. the load you're generating is taking more
time than the configured time on CriticalAnalyzer would allow you to
do.


you should either get a faster device (If I'm right on this), or allow
more time, or diminish your load. (getting more nodes perhaps):


The thread I see on your thread dump (that the logger will generate).

ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77)"
Id=109 WAITING on
java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync@74b53a3b
at sun.misc.Unsafe.park(Native Method)
-  waiting on
java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync@74b53a3b
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:836)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireQueued(AbstractQueuedSynchronizer.java:870)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:1199)
at
java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock.lock(ReentrantReadWriteLock.java:943)
at org.apache.activemq.artemis.core.paging.impl.PagingStoreImpl.page
(PagingStoreImpl.java:850)
at
org.apache.activemq.artemis.core.persistence.impl.journal.AbstractJournalStorageManager.addToPage(AbstractJournalStorageManager.java:2082)
at

On Thu, Sep 16, 2021 at 3:13 PM Justin Bertram <jb...@apache.org> wrote:
>
> > I don't have the thread dump, just the logs.
>
> The thread dump is in the logs. It's denoted by, "AMQ222199: Thread dump."
> Thanks for including it, but unfortunately it's inconclusive.
>
> Are you able to reproduce this? If so, could you provide code or steps so
> that I could also reproduce it and analyze it further?
>
>
> Justin
>
> On Thu, Sep 16, 2021 at 12:43 PM foo bar <st...@gmail.com> wrote:
>
> > I don't have the thread dump, just the logs.
> >
> > 2021-09-16 12:56:49,986 WARN
> >  [org.apache.activemq.artemis.utils.critical.CriticalMeasure] Component
> > org.apache.activemq.artemis.core.server.impl.QueueImpl is expired on path 2
> > 2021-09-16 12:56:49,986 INFO  [org.apache.activemq.artemis.core.server]
> > AMQ224107: The Critical Analyzer detected slow paths on the broker.  It is
> > recommended that you enable trace logs on
> > org.apache.activemq.artemis.utils.critical while you troubleshoot this
> > issue. You should disable the trace logs when you have finished
> > troubleshooting.
> > 2021-09-16 12:56:49,987 ERROR [org.apache.activemq.artemis.core.server]
> > AMQ224079: The process for the virtual machine will be killed, as component
> >
> > QueueImpl[name=$.artemis.internal.sf.broker-cluster.2e779930-fe75-11ea-b419-0050569e434b,
> > postOffice=PostOfficeImpl [server=ActiveMQServerImpl::name=broker],
> > temp=false]@5ae728cd is not responsive
> > 2021-09-16 12:56:50,507 WARN  [org.apache.activemq.artemis.core.server]
> > AMQ222199: Thread dump:
> >
> > *******************************************************************************
> > Complete Thread dump
> > "Thread-78
> >
> > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > )"
> > Id=222 TIMED_WAITING on
> > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-77
> >
> > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > )"
> > Id=221 TIMED_WAITING on
> > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-76
> >
> > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > )"
> > Id=220 TIMED_WAITING on
> > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-75
> >
> > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > )"
> > Id=219 TIMED_WAITING on
> > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-74
> >
> > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > )"
> > Id=218 TIMED_WAITING on
> > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-72
> >
> > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > )"
> > Id=216 TIMED_WAITING on
> > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-73
> >
> > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > )"
> > Id=217 TIMED_WAITING on
> > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-70
> >
> > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > )"
> > Id=214 TIMED_WAITING on
> > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-71
> >
> > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > )"
> > Id=215 TIMED_WAITING on
> > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-68
> >
> > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > )"
> > Id=212 TIMED_WAITING on
> > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-69
> >
> > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > )"
> > Id=213 TIMED_WAITING on
> > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-67
> >
> > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > )"
> > Id=211 TIMED_WAITING on
> > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-66
> >
> > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > )"
> > Id=210 TIMED_WAITING on
> > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-65
> >
> > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > )"
> > Id=209 TIMED_WAITING on
> > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-60
> >
> > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > )"
> > Id=202 TIMED_WAITING on
> > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-59
> >
> > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > )"
> > Id=201 TIMED_WAITING on
> > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-57
> >
> > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > )"
> > Id=200 TIMED_WAITING on
> > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-58
> >
> > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > )"
> > Id=199 TIMED_WAITING on
> > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-53
> >
> > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > )"
> > Id=195 TIMED_WAITING on
> > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-52
> >
> > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > )"
> > Id=194 TIMED_WAITING on
> > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-49
> >
> > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > )"
> > Id=192 TIMED_WAITING on
> > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-29
> >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > )"
> > Id=189 TIMED_WAITING on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-27
> >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > )"
> > Id=186 TIMED_WAITING on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-30
> >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > )"
> > Id=188 TIMED_WAITING on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-28
> >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > )"
> > Id=187 TIMED_WAITING on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-48
> >
> > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > )"
> > Id=185 TIMED_WAITING on
> > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-46
> >
> > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > )"
> > Id=183 TIMED_WAITING on
> > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-26
> >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > )"
> > Id=182 TIMED_WAITING on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-45
> >
> > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > )"
> > Id=181 TIMED_WAITING on
> > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-25
> >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > )"
> > Id=180 TIMED_WAITING on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-44
> >
> > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > )"
> > Id=179 TIMED_WAITING on
> > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-42
> >
> > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > )"
> > Id=178 TIMED_WAITING on
> > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-35
> >
> > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > )"
> > Id=162 TIMED_WAITING on
> > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-33
> >
> > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > )"
> > Id=160 TIMED_WAITING on
> > java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> > at
> >
> > java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> > at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-32
> >
> > (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> > )"
> > Id=157 RUNNABLE
> > at sun.nio.ch.FileDispatcherImpl.force0(Native Method)
> > at sun.nio.ch.FileDispatcherImpl.force(FileDispatcherImpl.java:76)
> > at sun.nio.ch.FileChannelImpl.force(FileChannelImpl.java:388)
> > at
> >
> > org.apache.activemq.artemis.core.io.nio.NIOSequentialFile.sync(NIOSequentialFile.java:318)
> > at org.apache.activemq.artemis.core.paging.impl.Page.sync(Page.java:484)
> > at
> >
> > org.apache.activemq.artemis.core.paging.impl.PagingStoreImpl.ioSync(PagingStoreImpl.java:337)
> > at
> >
> > org.apache.activemq.artemis.core.paging.impl.PageSyncTimer.tick(PageSyncTimer.java:96)
> > at
> >
> > org.apache.activemq.artemis.core.paging.impl.PageSyncTimer.run(PageSyncTimer.java:81)
> > at
> >
> > org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent.runForExecutor(ActiveMQScheduledComponent.java:313)
> > at
> >
> > org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent.lambda$bookedRunForScheduler$2(ActiveMQScheduledComponent.java:320)
> > at
> >
> > org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent$$Lambda$107/405736032.run(Unknown
> > Source)
> > at
> >
> > org.apache.activemq.artemis.utils.actors.OrderedExecutor.doTask(OrderedExecutor.java:42)
> > at
> >
> > org.apache.activemq.artemis.utils.actors.OrderedExecutor.doTask(OrderedExecutor.java:31)
> > at
> >
> > org.apache.activemq.artemis.utils.actors.ProcessorBase.executePendingTasks(ProcessorBase.java:65)
> > at
> >
> > org.apache.activemq.artemis.utils.actors.ProcessorBase$$Lambda$31/1101048445.run(Unknown
> > Source)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> > Number of locked synchronizers = 1
> > - java.util.concurrent.ThreadPoolExecutor$Worker@3997357d
> >
> >
> > "Thread-23 (activemq-netty-threads)" Id=140 RUNNABLE (in native)
> > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > at
> >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > at
> >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-22 (activemq-netty-threads)" Id=134 RUNNABLE (in native)
> > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > at
> >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > at
> >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-21 (activemq-netty-threads)" Id=122 RUNNABLE (in native)
> > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > at
> >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > at
> >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-20 (activemq-netty-threads)" Id=121 RUNNABLE (in native)
> > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > at
> >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > at
> >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-19 (activemq-netty-threads)" Id=120 RUNNABLE (in native)
> > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > at
> >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > at
> >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-18 (activemq-netty-threads)" Id=118 RUNNABLE (in native)
> > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > at
> >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > at
> >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-17 (activemq-netty-threads)" Id=116 RUNNABLE (in native)
> > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > at
> >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > at
> >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "DestroyJavaVM" Id=115 RUNNABLE
> >
> >
> > "Thread-16 (activemq-netty-threads)" Id=114 RUNNABLE (in native)
> > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > at
> >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > at
> >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-15 (activemq-netty-threads)" Id=113 RUNNABLE (in native)
> > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > at
> >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > at
> >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-14 (activemq-netty-threads)" Id=112 RUNNABLE (in native)
> > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > at
> >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > at
> >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-13 (activemq-netty-threads)" Id=111 RUNNABLE (in native)
> > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > at
> >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > at
> >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-24
> >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > )"
> > Id=110 TIMED_WAITING on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-23
> >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > )"
> > Id=109 WAITING on
> > java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync@74b53a3b
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on
> > java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync@74b53a3b
> > at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
> > at
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:836)
> > at
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireQueued(AbstractQueuedSynchronizer.java:870)
> > at
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:1199)
> > at
> >
> > java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock.lock(ReentrantReadWriteLock.java:943)
> > at org.apache.activemq.artemis.core.paging.impl.PagingStoreImpl.page
> > (PagingStoreImpl.java:850)
> > at
> >
> > org.apache.activemq.artemis.core.persistence.impl.journal.AbstractJournalStorageManager.addToPage(AbstractJournalStorageManager.java:2082)
> > at
> >
> > org.apache.activemq.artemis.core.postoffice.impl.PostOfficeImpl.processRoute(PostOfficeImpl.java:1530)
> > at
> >
> > org.apache.activemq.artemis.core.postoffice.impl.PostOfficeImpl.route(PostOfficeImpl.java:1165)
> > at
> >
> > org.apache.activemq.artemis.core.postoffice.impl.PostOfficeImpl.route(PostOfficeImpl.java:1068)
> > at
> >
> > org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.doSend(ServerSessionImpl.java:2204)
> > -  locked
> > org.apache.activemq.artemis.core.server.impl.ServerSessionImpl@4d8b1ca3
> > at
> >
> > org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1839)
> > -  locked
> > org.apache.activemq.artemis.core.server.impl.ServerSessionImpl@4d8b1ca3
> > at
> >
> > org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1776)
> > -  locked
> > org.apache.activemq.artemis.core.server.impl.ServerSessionImpl@4d8b1ca3
> > at
> >
> > org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1768)
> > at
> >
> > org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1761)
> > at
> >
> > org.apache.activemq.artemis.core.protocol.core.ServerSessionPacketHandler.onSessionSend(ServerSessionPacketHandler.java:749)
> > at
> >
> > org.apache.activemq.artemis.core.protocol.core.ServerSessionPacketHandler.onMessagePacket(ServerSessionPacketHandler.java:281)
> > at
> >
> > org.apache.activemq.artemis.core.protocol.core.ServerSessionPacketHandler$$Lambda$186/1175147483.onMessage(Unknown
> > Source)
> > at org.apache.activemq.artemis.utils.actors.Actor.doTask(Actor.java:33)
> > at
> >
> > org.apache.activemq.artemis.utils.actors.ProcessorBase.executePendingTasks(ProcessorBase.java:65)
> > at
> >
> > org.apache.activemq.artemis.utils.actors.ProcessorBase$$Lambda$31/1101048445.run(Unknown
> > Source)
> > at
> >
> > org.apache.activemq.artemis.utils.actors.OrderedExecutor.doTask(OrderedExecutor.java:42)
> > at
> >
> > org.apache.activemq.artemis.utils.actors.OrderedExecutor.doTask(OrderedExecutor.java:31)
> > at
> >
> > org.apache.activemq.artemis.utils.actors.ProcessorBase.executePendingTasks(ProcessorBase.java:65)
> > at
> >
> > org.apache.activemq.artemis.utils.actors.ProcessorBase$$Lambda$31/1101048445.run(Unknown
> > Source)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> > Number of locked synchronizers = 1
> > - java.util.concurrent.ThreadPoolExecutor$Worker@6ac24038
> >
> >
> > "Thread-12 (activemq-netty-threads)" Id=108 RUNNABLE (in native)
> > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > at
> >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > at
> >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-11 (activemq-netty-threads)" Id=104 RUNNABLE
> > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > at
> >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > at
> >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-10 (activemq-netty-threads)" Id=103 RUNNABLE (in native)
> > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > at
> >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > at
> >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-9 (activemq-netty-threads)" Id=102 RUNNABLE (in native)
> > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > at
> >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > at
> >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-8 (activemq-netty-threads)" Id=101 RUNNABLE
> > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > at
> >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > at
> >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-7 (activemq-netty-threads)" Id=100 RUNNABLE (in native)
> > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > at
> >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > at
> >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-6 (activemq-netty-threads)" Id=99 RUNNABLE (in native)
> > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > at
> >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > at
> >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-5 (activemq-netty-threads)" Id=94 RUNNABLE (in native)
> > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > at
> >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > at
> >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Session-HouseKeeper-1133ec6e-1" Id=93 TIMED_WAITING on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@356ec208
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@356ec208
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > at
> >
> > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
> > at
> >
> > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at java.lang.Thread.run(Thread.java:745)
> >
> >
> > "qtp404947798-92" Id=92 TIMED_WAITING on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@25954565
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@25954565
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > at
> > org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:382)
> > at
> >
> > org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:974)
> > at
> >
> > org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1018)
> > at java.lang.Thread.run(Thread.java:745)
> >
> >
> > "qtp404947798-91" Id=91 TIMED_WAITING on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@25954565
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@25954565
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > at
> > org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:382)
> > at
> >
> > org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:974)
> > at
> >
> > org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1018)
> > at java.lang.Thread.run(Thread.java:745)
> >
> >
> > "qtp404947798-90" Id=90 TIMED_WAITING on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@25954565
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@25954565
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > at
> > org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:382)
> > at
> >
> > org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:974)
> > at
> >
> > org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1018)
> > at java.lang.Thread.run(Thread.java:745)
> >
> >
> > "qtp404947798-89-acceptor-0@61b918d4-ServerConnector@75e01201{HTTP/1.1,
> > (http/1.1)}{artemismq-01:8161}" Id=89 RUNNABLE (in native)
> > at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
> > at
> > sun.nio.ch
> > .ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:422)
> > at
> > sun.nio.ch
> > .ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:250)
> > -  locked java.lang.Object@306e3b70
> > at
> > org.eclipse.jetty.server.ServerConnector.accept(ServerConnector.java:388)
> > at
> >
> > org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:702)
> > at
> >
> > org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> > at
> >
> > org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> > at java.lang.Thread.run(Thread.java:745)
> >
> >
> > "qtp404947798-88" Id=88 RUNNABLE (in native)
> > at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
> > at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
> > at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
> > at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
> > -  locked sun.nio.ch.Util$3@6d57bba4
> > -  locked java.util.Collections$UnmodifiableSet@2e6a4a84
> > -  locked sun.nio.ch.EPollSelectorImpl@21db9c41
> > at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
> > at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
> > at org.eclipse.jetty.io
> > .ManagedSelector.nioSelect(ManagedSelector.java:183)
> > at org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:190)
> > at
> > org.eclipse.jetty.io
> > .ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
> > at
> > org.eclipse.jetty.io
> > .ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
> > at
> >
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
> > at
> >
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
> > at
> >
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
> > at
> >
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
> > at org.eclipse.jetty.io.ManagedSelector$$Lambda$232/931911789.run(Unknown
> > Source)
> > at
> >
> > org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> > at
> >
> > org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> > at java.lang.Thread.run(Thread.java:745)
> >
> >
> > "qtp404947798-87" Id=87 RUNNABLE (in native)
> > at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
> > at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
> > at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
> > at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
> > -  locked sun.nio.ch.Util$3@602f96b1
> > -  locked java.util.Collections$UnmodifiableSet@30758b8b
> > -  locked sun.nio.ch.EPollSelectorImpl@4c37c96b
> > at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
> > at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
> > at org.eclipse.jetty.io
> > .ManagedSelector.nioSelect(ManagedSelector.java:183)
> > at org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:190)
> > at
> > org.eclipse.jetty.io
> > .ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
> > at
> > org.eclipse.jetty.io
> > .ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
> > at
> >
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
> > at
> >
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
> > at
> >
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
> > at
> >
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
> > at org.eclipse.jetty.io.ManagedSelector$$Lambda$232/931911789.run(Unknown
> > Source)
> > at
> >
> > org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> > at
> >
> > org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> > at java.lang.Thread.run(Thread.java:745)
> >
> >
> > "qtp404947798-86" Id=86 RUNNABLE (in native)
> > at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
> > at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
> > at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
> > at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
> > -  locked sun.nio.ch.Util$3@31f37d38
> > -  locked java.util.Collections$UnmodifiableSet@2d75ffa9
> > -  locked sun.nio.ch.EPollSelectorImpl@3140005f
> > at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
> > at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
> > at org.eclipse.jetty.io
> > .ManagedSelector.nioSelect(ManagedSelector.java:183)
> > at org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:190)
> > at
> > org.eclipse.jetty.io
> > .ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
> > at
> > org.eclipse.jetty.io
> > .ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
> > at
> >
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
> > at
> >
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
> > at
> >
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
> > at
> >
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
> > at org.eclipse.jetty.io.ManagedSelector$$Lambda$232/931911789.run(Unknown
> > Source)
> > at
> >
> > org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> > at
> >
> > org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> > at java.lang.Thread.run(Thread.java:745)
> >
> >
> > "qtp404947798-85" Id=85 RUNNABLE (in native)
> > at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
> > at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
> > at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
> > at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
> > -  locked sun.nio.ch.Util$3@434eeb8d
> > -  locked java.util.Collections$UnmodifiableSet@69fe4461
> > -  locked sun.nio.ch.EPollSelectorImpl@6bf46640
> > at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
> > at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
> > at org.eclipse.jetty.io
> > .ManagedSelector.nioSelect(ManagedSelector.java:183)
> > at org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:190)
> > at
> > org.eclipse.jetty.io
> > .ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
> > at
> > org.eclipse.jetty.io
> > .ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
> > at
> >
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
> > at
> >
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
> > at
> >
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
> > at
> >
> > org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
> > at org.eclipse.jetty.io.ManagedSelector$$Lambda$232/931911789.run(Unknown
> > Source)
> > at
> >
> > org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> > at
> >
> > org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> > at java.lang.Thread.run(Thread.java:745)
> >
> >
> > "Thread-4 (activemq-netty-threads)" Id=84 RUNNABLE (in native)
> > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > at
> >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > at
> >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-3 (activemq-netty-threads)" Id=83 RUNNABLE (in native)
> > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > at
> >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > at
> >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-2 (activemq-netty-threads)" Id=82 RUNNABLE (in native)
> > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > at
> >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > at
> >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-1 (activemq-netty-threads)" Id=81 RUNNABLE
> > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > at
> >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > at
> >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-4 (ActiveMQ-client-global-scheduled-threads)" Id=80 WAITING on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5a87d199
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5a87d199
> > at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
> > at
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
> > at
> >
> > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
> > at
> >
> > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-3 (ActiveMQ-client-global-scheduled-threads)" Id=77 WAITING on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5a87d199
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5a87d199
> > at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
> > at
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
> > at
> >
> > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
> > at
> >
> > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-2 (ActiveMQ-client-global-scheduled-threads)" Id=76 WAITING on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5a87d199
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5a87d199
> > at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
> > at
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
> > at
> >
> > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
> > at
> >
> > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-1 (ActiveMQ-client-global-scheduled-threads)" Id=75 WAITING on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5a87d199
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5a87d199
> > at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
> > at
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
> > at
> >
> > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
> > at
> >
> > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-22
> >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > )"
> > Id=74 TIMED_WAITING on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-0 (activemq-netty-threads)" Id=73 RUNNABLE
> > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > at
> >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > at
> >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-0 (ActiveMQ-client-global-scheduled-threads)" Id=72 TIMED_WAITING
> > on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5a87d199
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5a87d199
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > at
> >
> > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
> > at
> >
> > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-21
> >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > )"
> > Id=71 TIMED_WAITING on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-20
> >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > )"
> > Id=70 TIMED_WAITING on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-19
> >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > )"
> > Id=69 TIMED_WAITING on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-18
> >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > )"
> > Id=68 TIMED_WAITING on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-17
> >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > )"
> > Id=67 TIMED_WAITING on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-16
> >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > )"
> > Id=66 TIMED_WAITING on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-15
> >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > )"
> > Id=65 TIMED_WAITING on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-14
> >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > )"
> > Id=64 TIMED_WAITING on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "activemq-failure-check-thread" Id=62 TIMED_WAITING on
> > java.util.concurrent.CountDownLatch$Sync@6ea14bc7
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on java.util.concurrent.CountDownLatch$Sync@6ea14bc7
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
> > at
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
> > at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
> > at
> >
> > org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl$FailureCheckAndFlushThread.run(RemotingServiceImpl.java:784)
> >
> >
> > "Thread-13
> >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > )"
> > Id=61 TIMED_WAITING on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-12
> >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > )"
> > Id=60 TIMED_WAITING on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-11
> >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > )"
> > Id=59 TIMED_WAITING on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-10
> >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > )"
> > Id=58 TIMED_WAITING on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-9
> >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > )"
> > Id=57 TIMED_WAITING on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-8
> >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > )"
> > Id=56 TIMED_WAITING on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-7
> >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > )"
> > Id=55 TIMED_WAITING on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-6
> >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > )"
> > Id=54 TIMED_WAITING on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-5
> >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > )"
> > Id=53 TIMED_WAITING on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-4
> >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > )"
> > Id=52 TIMED_WAITING on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-3
> >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > )"
> > Id=51 TIMED_WAITING on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-2
> >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > )"
> > Id=50 TIMED_WAITING on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-23 (ActiveMQ-client-netty-threads)" Id=49 RUNNABLE (in native)
> > at io.netty.channel.epoll.Native.epollWait0(Native Method)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:176)
> > at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:281)
> > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351)
> > at
> >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-22 (ActiveMQ-client-netty-threads)" Id=48 RUNNABLE (in native)
> > at io.netty.channel.epoll.Native.epollWait0(Native Method)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:176)
> > at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:281)
> > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351)
> > at
> >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-21 (ActiveMQ-client-netty-threads)" Id=47 RUNNABLE (in native)
> > at io.netty.channel.epoll.Native.epollWait0(Native Method)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:176)
> > at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:281)
> > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351)
> > at
> >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-20 (ActiveMQ-client-netty-threads)" Id=46 RUNNABLE (in native)
> > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > at
> >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > at
> >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-19 (ActiveMQ-client-netty-threads)" Id=45 RUNNABLE (in native)
> > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > at
> >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > at
> >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-18 (ActiveMQ-client-netty-threads)" Id=44 RUNNABLE (in native)
> > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > at
> >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > at
> >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-1
> >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > )"
> > Id=43 TIMED_WAITING on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-17 (ActiveMQ-client-netty-threads)" Id=42 RUNNABLE (in native)
> > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > at
> >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > at
> >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-16 (ActiveMQ-client-netty-threads)" Id=41 RUNNABLE (in native)
> > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > at
> >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > at
> >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-15 (ActiveMQ-client-netty-threads)" Id=40 RUNNABLE (in native)
> > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > at
> >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > at
> >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-14 (ActiveMQ-client-netty-threads)" Id=39 RUNNABLE (in native)
> > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > at
> >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > at
> >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-13 (ActiveMQ-client-netty-threads)" Id=38 RUNNABLE (in native)
> > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > at
> >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > at
> >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-12 (ActiveMQ-client-netty-threads)" Id=37 RUNNABLE (in native)
> > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > at
> >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > at
> >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-4 (ActiveMQ-scheduled-threads)" Id=36 TIMED_WAITING on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7567d73e
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7567d73e
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > at
> >
> > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
> > at
> >
> > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-11 (ActiveMQ-client-netty-threads)" Id=35 RUNNABLE (in native)
> > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > at
> >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > at
> >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-10 (ActiveMQ-client-netty-threads)" Id=34 RUNNABLE (in native)
> > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > at
> >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > at
> >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-9 (ActiveMQ-client-netty-threads)" Id=33 RUNNABLE (in native)
> > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > at
> >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > at
> >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-8 (ActiveMQ-client-netty-threads)" Id=32 RUNNABLE (in native)
> > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > at
> >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > at
> >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-3 (ActiveMQ-scheduled-threads)" Id=31 WAITING on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7567d73e
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7567d73e
> > at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
> > at
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
> > at
> >
> > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
> > at
> >
> > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-7 (ActiveMQ-client-netty-threads)" Id=30 RUNNABLE (in native)
> > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > at
> >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > at
> >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-6 (ActiveMQ-client-netty-threads)" Id=29 RUNNABLE (in native)
> > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > at
> >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > at
> >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-5 (ActiveMQ-client-netty-threads)" Id=28 RUNNABLE (in native)
> > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > at
> >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > at
> >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-4 (ActiveMQ-client-netty-threads)" Id=27 RUNNABLE (in native)
> > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > at
> >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > at
> >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-2 (ActiveMQ-scheduled-threads)" Id=26 WAITING on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7567d73e
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7567d73e
> > at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
> > at
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
> > at
> >
> > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
> > at
> >
> > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-3 (ActiveMQ-client-netty-threads)" Id=25 RUNNABLE (in native)
> > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > at
> >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > at
> >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-2 (ActiveMQ-client-netty-threads)" Id=24 RUNNABLE (in native)
> > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > at
> >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > at
> >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-1 (ActiveMQ-scheduled-threads)" Id=21 TIMED_WAITING on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7567d73e
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7567d73e
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > at
> >
> > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
> > at
> >
> > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-0 (ActiveMQ-scheduled-threads)" Id=20 WAITING on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7567d73e
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7567d73e
> > at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
> > at
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
> > at
> >
> > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
> > at
> >
> > java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-1 (ActiveMQ-client-netty-threads)" Id=19 RUNNABLE
> > at io.netty.channel.epoll.Native.epollWait(Native Method)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> > at
> >
> > io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> > at
> >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-0 (ActiveMQ-client-netty-threads)" Id=18 RUNNABLE (in native)
> > at io.netty.channel.epoll.Native.epollWait0(Native Method)
> > at io.netty.channel.epoll.Native.epollWait(Native.java:176)
> > at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:281)
> > at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351)
> > at
> >
> > io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> > at
> > io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-0
> >
> > (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> > )"
> > Id=17 TIMED_WAITING on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at sun.misc.Unsafe.park(Native Method)
> > -  waiting on
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> > at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> > at
> >
> > java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> > at
> > java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> >
> > "Thread-0 (-scheduled-threads)" Id=14 RUNNABLE
> > at sun.management.ThreadImpl.dumpThreads0(Native Method)
> > at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:454)
> > at
> >
> > org.apache.activemq.artemis.utils.ThreadDumpUtil.threadDump(ThreadDumpUtil.java:47)
> > at
> >
> > org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.threadDump(ActiveMQServerImpl.java:1127)
> > at
> >
> > org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.lambda$initializeCriticalAnalyzer$0(ActiveMQServerImpl.java:721)
> > at
> >
> > org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$$Lambda$29/1497018177.run(Unknown
> > Source)
> > at
> >
> > org.apache.activemq.artemis.utils.critical.CriticalAnalyzerImpl.fireActions(CriticalAnalyzerImpl.java:155)
> > at
> >
> > org.apache.activemq.artemis.utils.critical.CriticalAnalyzerImpl.check(CriticalAnalyzerImpl.java:140)
> > at
> >
> > org.apache.activemq.artemis.utils.critical.CriticalAnalyzerImpl$1.run(CriticalAnalyzerImpl.java:53)
> > at
> >
> > org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent.runForExecutor(ActiveMQScheduledComponent.java:313)
> > at
> >
> > org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent.bookedRunForScheduler(ActiveMQScheduledComponent.java:328)
> > at
> >
> > org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent.runForScheduler(ActiveMQScheduledComponent.java:339)
> > at
> >
> > org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent.lambda$start$0(ActiveMQScheduledComponent.java:166)
> > at
> >
> > org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent$$Lambda$28/547201549.run(Unknown
> > Source)
> > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> > at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
> > at
> >
> > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
> > at
> >
> > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> > at
> >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> > at
> >
> > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
> >
> > Number of locked synchronizers = 1
> > - java.util.concurrent.ThreadPoolExecutor$Worker@d5b810e
> >
> >
> > "ActiveMQ Artemis Server Shutdown Timer" Id=12 TIMED_WAITING on
> > java.util.TaskQueue@3d6979b4
> > at java.lang.Object.wait(Native Method)
> > -  waiting on java.util.TaskQueue@3d6979b4
> > at java.util.TimerThread.mainLoop(Timer.java:552)
> > at java.util.TimerThread.run(Timer.java:505)
> >
> >
> > "Signal Dispatcher" Id=5 RUNNABLE
> >
> >
> > "Finalizer" Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@59067c99
> > at java.lang.Object.wait(Native Method)
> > -  waiting on java.lang.ref.ReferenceQueue$Lock@59067c99
> > at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
> > at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)
> > at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209)
> >
> >
> > "Reference Handler" Id=2 WAITING on java.lang.ref.Reference$Lock@3d9deb0d
> > at java.lang.Object.wait(Native Method)
> > -  waiting on java.lang.ref.Reference$Lock@3d9deb0d
> > at java.lang.Object.wait(Object.java:502)
> > at java.lang.ref.Reference.tryHandlePending(Reference.java:191)
> > at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)
> >
> >
> >
> > ===============================================================================
> > End Thread dump
> >
> > *******************************************************************************
> >
> >
> >
> > On Thu, Sep 16, 2021 at 9:46 AM Justin Bertram <jb...@apache.org>
> > wrote:
> >
> > > I think perhaps you've misunderstood the issue reported via ARTEMIS-3271
> > > [1]. The issue was that the critical analyzer [2] would sometimes report
> > > false positives. The fix eliminated the false positives, but it didn't
> > > eliminate *all* reports. You may be hitting an actual issue. In order to
> > > investigate further you need to provide the thread dump logged by the
> > > critical analyzer.
> > >
> > > For what it's worth, you can configure the critical analyzer to just log
> > > the issue and not shutdown the broker. The documentation [2] has the
> > > configuration details.
> > >
> > >
> > > Justin
> > >
> > > [1] https://issues.apache.org/jira/browse/ARTEMIS-3271
> > > [2]
> > >
> > >
> > https://activemq.apache.org/components/artemis/documentation/latest/critical-analysis.html
> > >
> > > On Thu, Sep 16, 2021 at 8:54 AM foo bar <st...@gmail.com> wrote:
> > >
> > > > Hello,
> > > >
> > > > We are using ArtemisMQ version 2.15. We are attempting to upgrade to
> > > 2.18.
> > > > On 2.18, we generate some load with a couple of threads. We are getting
> > > the
> > > > exact same error noted here:
> > > >
> > > > https://www.mail-archive.com/issues@activemq.apache.org/msg58016.html
> > > >
> > > > ```
> > > > [org.apache.activemq.artemis.utils.critical.CriticalMeasure] Component
> > > > org.apache.activemq.artemis.core.server.impl.QueueImpl is expired on
> > > path 0
> > > >  2021-05-15 10:00:49,258
> > > > INFO  [org.apache.activemq.artemis.core.server]
> > > > AMQ224107: The Critical Analyzer detected slow paths on the broker.  It
> > > is
> > > > recommended that you enable trace logs on
> > > > org.apache.activemq.artemis.utils.critical while you troubleshoot this
> > > > issue.
> > > > You should disable the trace logs when you have finished
> > troubleshooting.
> > > >    2021-05-15 10:00:49,258 ERROR
> > > [org.apache.activemq.artemis.core.server]
> > > > AMQ224079: The process for the virtual machine will be killed, as
> > > component
> > > > QueueImpl[name=q_7, postOffice=PostOfficeImpl
> > > >
> > > >
> > >
> > [server=ActiveMQServerImpl::serverUUID=64e3f254-b585-11eb-8f02-000f532921b8],
> > > >
> > > > temp=false]@9a33f70 is not responsive
> > > >    2021-05-15 10:00:50,429 WARN
> > > [org.apache.activemq.artemis.core.server]
> > > > AMQ222199: Thread dump:
> > > > ```
> > > >
> > > > I do see a ticket here noting that the issue has been resolved in 2.18,
> > > > although we just encountered it.
> > > >
> > > >
> > > >
> > >
> > https://issues.apache.org/jira/browse/ARTEMIS-3271?focusedWorklogId=597221&page=com.atlassian.jira.plugin.system.issuetabpanels%3Aworklog-tabpanel#worklog-597221
> > > >
> > > > Once this happens the broker is down and needs to be restarted. Is
> > there
> > > a
> > > > workaround for this?
> > > >
> > > > Thanks
> > > >
> > >
> >



-- 
Clebert Suconic


Re: ArtemisMQ 2.18 ARTEMIS-3271 not fixed

Posted by Justin Bertram <jb...@apache.org>.
> I don't have the thread dump, just the logs.

The thread dump is in the logs. It's denoted by, "AMQ222199: Thread dump."
Thanks for including it, but unfortunately it's inconclusive.

Are you able to reproduce this? If so, could you provide code or steps so
that I could also reproduce it and analyze it further?


Justin

On Thu, Sep 16, 2021 at 12:43 PM foo bar <st...@gmail.com> wrote:

> I don't have the thread dump, just the logs.
>
> 2021-09-16 12:56:49,986 WARN
>  [org.apache.activemq.artemis.utils.critical.CriticalMeasure] Component
> org.apache.activemq.artemis.core.server.impl.QueueImpl is expired on path 2
> 2021-09-16 12:56:49,986 INFO  [org.apache.activemq.artemis.core.server]
> AMQ224107: The Critical Analyzer detected slow paths on the broker.  It is
> recommended that you enable trace logs on
> org.apache.activemq.artemis.utils.critical while you troubleshoot this
> issue. You should disable the trace logs when you have finished
> troubleshooting.
> 2021-09-16 12:56:49,987 ERROR [org.apache.activemq.artemis.core.server]
> AMQ224079: The process for the virtual machine will be killed, as component
>
> QueueImpl[name=$.artemis.internal.sf.broker-cluster.2e779930-fe75-11ea-b419-0050569e434b,
> postOffice=PostOfficeImpl [server=ActiveMQServerImpl::name=broker],
> temp=false]@5ae728cd is not responsive
> 2021-09-16 12:56:50,507 WARN  [org.apache.activemq.artemis.core.server]
> AMQ222199: Thread dump:
>
> *******************************************************************************
> Complete Thread dump
> "Thread-78
>
> (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> )"
> Id=222 TIMED_WAITING on
> java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-77
>
> (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> )"
> Id=221 TIMED_WAITING on
> java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-76
>
> (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> )"
> Id=220 TIMED_WAITING on
> java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-75
>
> (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> )"
> Id=219 TIMED_WAITING on
> java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-74
>
> (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> )"
> Id=218 TIMED_WAITING on
> java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-72
>
> (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> )"
> Id=216 TIMED_WAITING on
> java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-73
>
> (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> )"
> Id=217 TIMED_WAITING on
> java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-70
>
> (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> )"
> Id=214 TIMED_WAITING on
> java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-71
>
> (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> )"
> Id=215 TIMED_WAITING on
> java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-68
>
> (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> )"
> Id=212 TIMED_WAITING on
> java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-69
>
> (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> )"
> Id=213 TIMED_WAITING on
> java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-67
>
> (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> )"
> Id=211 TIMED_WAITING on
> java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-66
>
> (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> )"
> Id=210 TIMED_WAITING on
> java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-65
>
> (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> )"
> Id=209 TIMED_WAITING on
> java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-60
>
> (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> )"
> Id=202 TIMED_WAITING on
> java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-59
>
> (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> )"
> Id=201 TIMED_WAITING on
> java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-57
>
> (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> )"
> Id=200 TIMED_WAITING on
> java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-58
>
> (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> )"
> Id=199 TIMED_WAITING on
> java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-53
>
> (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> )"
> Id=195 TIMED_WAITING on
> java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-52
>
> (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> )"
> Id=194 TIMED_WAITING on
> java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-49
>
> (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> )"
> Id=192 TIMED_WAITING on
> java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-29
>
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> )"
> Id=189 TIMED_WAITING on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-27
>
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> )"
> Id=186 TIMED_WAITING on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-30
>
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> )"
> Id=188 TIMED_WAITING on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-28
>
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> )"
> Id=187 TIMED_WAITING on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-48
>
> (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> )"
> Id=185 TIMED_WAITING on
> java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-46
>
> (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> )"
> Id=183 TIMED_WAITING on
> java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-26
>
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> )"
> Id=182 TIMED_WAITING on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-45
>
> (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> )"
> Id=181 TIMED_WAITING on
> java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-25
>
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> )"
> Id=180 TIMED_WAITING on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-44
>
> (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> )"
> Id=179 TIMED_WAITING on
> java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-42
>
> (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> )"
> Id=178 TIMED_WAITING on
> java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-35
>
> (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> )"
> Id=162 TIMED_WAITING on
> java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-33
>
> (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> )"
> Id=160 TIMED_WAITING on
> java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
> at
>
> java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
> at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-32
>
> (ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847
> )"
> Id=157 RUNNABLE
> at sun.nio.ch.FileDispatcherImpl.force0(Native Method)
> at sun.nio.ch.FileDispatcherImpl.force(FileDispatcherImpl.java:76)
> at sun.nio.ch.FileChannelImpl.force(FileChannelImpl.java:388)
> at
>
> org.apache.activemq.artemis.core.io.nio.NIOSequentialFile.sync(NIOSequentialFile.java:318)
> at org.apache.activemq.artemis.core.paging.impl.Page.sync(Page.java:484)
> at
>
> org.apache.activemq.artemis.core.paging.impl.PagingStoreImpl.ioSync(PagingStoreImpl.java:337)
> at
>
> org.apache.activemq.artemis.core.paging.impl.PageSyncTimer.tick(PageSyncTimer.java:96)
> at
>
> org.apache.activemq.artemis.core.paging.impl.PageSyncTimer.run(PageSyncTimer.java:81)
> at
>
> org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent.runForExecutor(ActiveMQScheduledComponent.java:313)
> at
>
> org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent.lambda$bookedRunForScheduler$2(ActiveMQScheduledComponent.java:320)
> at
>
> org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent$$Lambda$107/405736032.run(Unknown
> Source)
> at
>
> org.apache.activemq.artemis.utils.actors.OrderedExecutor.doTask(OrderedExecutor.java:42)
> at
>
> org.apache.activemq.artemis.utils.actors.OrderedExecutor.doTask(OrderedExecutor.java:31)
> at
>
> org.apache.activemq.artemis.utils.actors.ProcessorBase.executePendingTasks(ProcessorBase.java:65)
> at
>
> org.apache.activemq.artemis.utils.actors.ProcessorBase$$Lambda$31/1101048445.run(Unknown
> Source)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
> Number of locked synchronizers = 1
> - java.util.concurrent.ThreadPoolExecutor$Worker@3997357d
>
>
> "Thread-23 (activemq-netty-threads)" Id=140 RUNNABLE (in native)
> at io.netty.channel.epoll.Native.epollWait(Native Method)
> at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> at
>
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> at
>
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-22 (activemq-netty-threads)" Id=134 RUNNABLE (in native)
> at io.netty.channel.epoll.Native.epollWait(Native Method)
> at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> at
>
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> at
>
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-21 (activemq-netty-threads)" Id=122 RUNNABLE (in native)
> at io.netty.channel.epoll.Native.epollWait(Native Method)
> at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> at
>
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> at
>
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-20 (activemq-netty-threads)" Id=121 RUNNABLE (in native)
> at io.netty.channel.epoll.Native.epollWait(Native Method)
> at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> at
>
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> at
>
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-19 (activemq-netty-threads)" Id=120 RUNNABLE (in native)
> at io.netty.channel.epoll.Native.epollWait(Native Method)
> at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> at
>
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> at
>
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-18 (activemq-netty-threads)" Id=118 RUNNABLE (in native)
> at io.netty.channel.epoll.Native.epollWait(Native Method)
> at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> at
>
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> at
>
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-17 (activemq-netty-threads)" Id=116 RUNNABLE (in native)
> at io.netty.channel.epoll.Native.epollWait(Native Method)
> at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> at
>
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> at
>
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "DestroyJavaVM" Id=115 RUNNABLE
>
>
> "Thread-16 (activemq-netty-threads)" Id=114 RUNNABLE (in native)
> at io.netty.channel.epoll.Native.epollWait(Native Method)
> at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> at
>
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> at
>
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-15 (activemq-netty-threads)" Id=113 RUNNABLE (in native)
> at io.netty.channel.epoll.Native.epollWait(Native Method)
> at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> at
>
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> at
>
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-14 (activemq-netty-threads)" Id=112 RUNNABLE (in native)
> at io.netty.channel.epoll.Native.epollWait(Native Method)
> at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> at
>
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> at
>
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-13 (activemq-netty-threads)" Id=111 RUNNABLE (in native)
> at io.netty.channel.epoll.Native.epollWait(Native Method)
> at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> at
>
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> at
>
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-24
>
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> )"
> Id=110 TIMED_WAITING on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-23
>
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> )"
> Id=109 WAITING on
> java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync@74b53a3b
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on
> java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync@74b53a3b
> at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
> at
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:836)
> at
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireQueued(AbstractQueuedSynchronizer.java:870)
> at
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:1199)
> at
>
> java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock.lock(ReentrantReadWriteLock.java:943)
> at org.apache.activemq.artemis.core.paging.impl.PagingStoreImpl.page
> (PagingStoreImpl.java:850)
> at
>
> org.apache.activemq.artemis.core.persistence.impl.journal.AbstractJournalStorageManager.addToPage(AbstractJournalStorageManager.java:2082)
> at
>
> org.apache.activemq.artemis.core.postoffice.impl.PostOfficeImpl.processRoute(PostOfficeImpl.java:1530)
> at
>
> org.apache.activemq.artemis.core.postoffice.impl.PostOfficeImpl.route(PostOfficeImpl.java:1165)
> at
>
> org.apache.activemq.artemis.core.postoffice.impl.PostOfficeImpl.route(PostOfficeImpl.java:1068)
> at
>
> org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.doSend(ServerSessionImpl.java:2204)
> -  locked
> org.apache.activemq.artemis.core.server.impl.ServerSessionImpl@4d8b1ca3
> at
>
> org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1839)
> -  locked
> org.apache.activemq.artemis.core.server.impl.ServerSessionImpl@4d8b1ca3
> at
>
> org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1776)
> -  locked
> org.apache.activemq.artemis.core.server.impl.ServerSessionImpl@4d8b1ca3
> at
>
> org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1768)
> at
>
> org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1761)
> at
>
> org.apache.activemq.artemis.core.protocol.core.ServerSessionPacketHandler.onSessionSend(ServerSessionPacketHandler.java:749)
> at
>
> org.apache.activemq.artemis.core.protocol.core.ServerSessionPacketHandler.onMessagePacket(ServerSessionPacketHandler.java:281)
> at
>
> org.apache.activemq.artemis.core.protocol.core.ServerSessionPacketHandler$$Lambda$186/1175147483.onMessage(Unknown
> Source)
> at org.apache.activemq.artemis.utils.actors.Actor.doTask(Actor.java:33)
> at
>
> org.apache.activemq.artemis.utils.actors.ProcessorBase.executePendingTasks(ProcessorBase.java:65)
> at
>
> org.apache.activemq.artemis.utils.actors.ProcessorBase$$Lambda$31/1101048445.run(Unknown
> Source)
> at
>
> org.apache.activemq.artemis.utils.actors.OrderedExecutor.doTask(OrderedExecutor.java:42)
> at
>
> org.apache.activemq.artemis.utils.actors.OrderedExecutor.doTask(OrderedExecutor.java:31)
> at
>
> org.apache.activemq.artemis.utils.actors.ProcessorBase.executePendingTasks(ProcessorBase.java:65)
> at
>
> org.apache.activemq.artemis.utils.actors.ProcessorBase$$Lambda$31/1101048445.run(Unknown
> Source)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
> Number of locked synchronizers = 1
> - java.util.concurrent.ThreadPoolExecutor$Worker@6ac24038
>
>
> "Thread-12 (activemq-netty-threads)" Id=108 RUNNABLE (in native)
> at io.netty.channel.epoll.Native.epollWait(Native Method)
> at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> at
>
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> at
>
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-11 (activemq-netty-threads)" Id=104 RUNNABLE
> at io.netty.channel.epoll.Native.epollWait(Native Method)
> at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> at
>
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> at
>
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-10 (activemq-netty-threads)" Id=103 RUNNABLE (in native)
> at io.netty.channel.epoll.Native.epollWait(Native Method)
> at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> at
>
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> at
>
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-9 (activemq-netty-threads)" Id=102 RUNNABLE (in native)
> at io.netty.channel.epoll.Native.epollWait(Native Method)
> at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> at
>
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> at
>
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-8 (activemq-netty-threads)" Id=101 RUNNABLE
> at io.netty.channel.epoll.Native.epollWait(Native Method)
> at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> at
>
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> at
>
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-7 (activemq-netty-threads)" Id=100 RUNNABLE (in native)
> at io.netty.channel.epoll.Native.epollWait(Native Method)
> at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> at
>
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> at
>
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-6 (activemq-netty-threads)" Id=99 RUNNABLE (in native)
> at io.netty.channel.epoll.Native.epollWait(Native Method)
> at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> at
>
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> at
>
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-5 (activemq-netty-threads)" Id=94 RUNNABLE (in native)
> at io.netty.channel.epoll.Native.epollWait(Native Method)
> at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> at
>
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> at
>
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Session-HouseKeeper-1133ec6e-1" Id=93 TIMED_WAITING on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@356ec208
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@356ec208
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> at
>
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
> at
>
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:745)
>
>
> "qtp404947798-92" Id=92 TIMED_WAITING on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@25954565
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@25954565
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> at
> org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:382)
> at
>
> org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:974)
> at
>
> org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1018)
> at java.lang.Thread.run(Thread.java:745)
>
>
> "qtp404947798-91" Id=91 TIMED_WAITING on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@25954565
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@25954565
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> at
> org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:382)
> at
>
> org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:974)
> at
>
> org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1018)
> at java.lang.Thread.run(Thread.java:745)
>
>
> "qtp404947798-90" Id=90 TIMED_WAITING on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@25954565
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@25954565
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> at
> org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:382)
> at
>
> org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:974)
> at
>
> org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1018)
> at java.lang.Thread.run(Thread.java:745)
>
>
> "qtp404947798-89-acceptor-0@61b918d4-ServerConnector@75e01201{HTTP/1.1,
> (http/1.1)}{artemismq-01:8161}" Id=89 RUNNABLE (in native)
> at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
> at
> sun.nio.ch
> .ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:422)
> at
> sun.nio.ch
> .ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:250)
> -  locked java.lang.Object@306e3b70
> at
> org.eclipse.jetty.server.ServerConnector.accept(ServerConnector.java:388)
> at
>
> org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:702)
> at
>
> org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> at
>
> org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> at java.lang.Thread.run(Thread.java:745)
>
>
> "qtp404947798-88" Id=88 RUNNABLE (in native)
> at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
> at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
> at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
> at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
> -  locked sun.nio.ch.Util$3@6d57bba4
> -  locked java.util.Collections$UnmodifiableSet@2e6a4a84
> -  locked sun.nio.ch.EPollSelectorImpl@21db9c41
> at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
> at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
> at org.eclipse.jetty.io
> .ManagedSelector.nioSelect(ManagedSelector.java:183)
> at org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:190)
> at
> org.eclipse.jetty.io
> .ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
> at
> org.eclipse.jetty.io
> .ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
> at
>
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
> at
>
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
> at
>
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
> at
>
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
> at org.eclipse.jetty.io.ManagedSelector$$Lambda$232/931911789.run(Unknown
> Source)
> at
>
> org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> at
>
> org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> at java.lang.Thread.run(Thread.java:745)
>
>
> "qtp404947798-87" Id=87 RUNNABLE (in native)
> at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
> at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
> at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
> at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
> -  locked sun.nio.ch.Util$3@602f96b1
> -  locked java.util.Collections$UnmodifiableSet@30758b8b
> -  locked sun.nio.ch.EPollSelectorImpl@4c37c96b
> at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
> at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
> at org.eclipse.jetty.io
> .ManagedSelector.nioSelect(ManagedSelector.java:183)
> at org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:190)
> at
> org.eclipse.jetty.io
> .ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
> at
> org.eclipse.jetty.io
> .ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
> at
>
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
> at
>
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
> at
>
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
> at
>
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
> at org.eclipse.jetty.io.ManagedSelector$$Lambda$232/931911789.run(Unknown
> Source)
> at
>
> org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> at
>
> org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> at java.lang.Thread.run(Thread.java:745)
>
>
> "qtp404947798-86" Id=86 RUNNABLE (in native)
> at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
> at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
> at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
> at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
> -  locked sun.nio.ch.Util$3@31f37d38
> -  locked java.util.Collections$UnmodifiableSet@2d75ffa9
> -  locked sun.nio.ch.EPollSelectorImpl@3140005f
> at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
> at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
> at org.eclipse.jetty.io
> .ManagedSelector.nioSelect(ManagedSelector.java:183)
> at org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:190)
> at
> org.eclipse.jetty.io
> .ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
> at
> org.eclipse.jetty.io
> .ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
> at
>
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
> at
>
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
> at
>
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
> at
>
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
> at org.eclipse.jetty.io.ManagedSelector$$Lambda$232/931911789.run(Unknown
> Source)
> at
>
> org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> at
>
> org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> at java.lang.Thread.run(Thread.java:745)
>
>
> "qtp404947798-85" Id=85 RUNNABLE (in native)
> at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
> at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
> at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
> at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
> -  locked sun.nio.ch.Util$3@434eeb8d
> -  locked java.util.Collections$UnmodifiableSet@69fe4461
> -  locked sun.nio.ch.EPollSelectorImpl@6bf46640
> at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
> at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
> at org.eclipse.jetty.io
> .ManagedSelector.nioSelect(ManagedSelector.java:183)
> at org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:190)
> at
> org.eclipse.jetty.io
> .ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
> at
> org.eclipse.jetty.io
> .ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
> at
>
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
> at
>
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
> at
>
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
> at
>
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
> at org.eclipse.jetty.io.ManagedSelector$$Lambda$232/931911789.run(Unknown
> Source)
> at
>
> org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
> at
>
> org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
> at java.lang.Thread.run(Thread.java:745)
>
>
> "Thread-4 (activemq-netty-threads)" Id=84 RUNNABLE (in native)
> at io.netty.channel.epoll.Native.epollWait(Native Method)
> at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> at
>
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> at
>
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-3 (activemq-netty-threads)" Id=83 RUNNABLE (in native)
> at io.netty.channel.epoll.Native.epollWait(Native Method)
> at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> at
>
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> at
>
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-2 (activemq-netty-threads)" Id=82 RUNNABLE (in native)
> at io.netty.channel.epoll.Native.epollWait(Native Method)
> at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> at
>
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> at
>
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-1 (activemq-netty-threads)" Id=81 RUNNABLE
> at io.netty.channel.epoll.Native.epollWait(Native Method)
> at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> at
>
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> at
>
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-4 (ActiveMQ-client-global-scheduled-threads)" Id=80 WAITING on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5a87d199
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5a87d199
> at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
> at
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
> at
>
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
> at
>
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-3 (ActiveMQ-client-global-scheduled-threads)" Id=77 WAITING on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5a87d199
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5a87d199
> at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
> at
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
> at
>
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
> at
>
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-2 (ActiveMQ-client-global-scheduled-threads)" Id=76 WAITING on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5a87d199
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5a87d199
> at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
> at
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
> at
>
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
> at
>
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-1 (ActiveMQ-client-global-scheduled-threads)" Id=75 WAITING on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5a87d199
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5a87d199
> at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
> at
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
> at
>
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
> at
>
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-22
>
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> )"
> Id=74 TIMED_WAITING on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-0 (activemq-netty-threads)" Id=73 RUNNABLE
> at io.netty.channel.epoll.Native.epollWait(Native Method)
> at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> at
>
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> at
>
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-0 (ActiveMQ-client-global-scheduled-threads)" Id=72 TIMED_WAITING
> on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5a87d199
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5a87d199
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> at
>
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
> at
>
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-21
>
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> )"
> Id=71 TIMED_WAITING on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-20
>
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> )"
> Id=70 TIMED_WAITING on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-19
>
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> )"
> Id=69 TIMED_WAITING on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-18
>
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> )"
> Id=68 TIMED_WAITING on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-17
>
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> )"
> Id=67 TIMED_WAITING on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-16
>
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> )"
> Id=66 TIMED_WAITING on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-15
>
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> )"
> Id=65 TIMED_WAITING on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-14
>
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> )"
> Id=64 TIMED_WAITING on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "activemq-failure-check-thread" Id=62 TIMED_WAITING on
> java.util.concurrent.CountDownLatch$Sync@6ea14bc7
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on java.util.concurrent.CountDownLatch$Sync@6ea14bc7
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
> at
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
> at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
> at
>
> org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl$FailureCheckAndFlushThread.run(RemotingServiceImpl.java:784)
>
>
> "Thread-13
>
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> )"
> Id=61 TIMED_WAITING on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-12
>
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> )"
> Id=60 TIMED_WAITING on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-11
>
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> )"
> Id=59 TIMED_WAITING on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-10
>
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> )"
> Id=58 TIMED_WAITING on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-9
>
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> )"
> Id=57 TIMED_WAITING on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-8
>
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> )"
> Id=56 TIMED_WAITING on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-7
>
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> )"
> Id=55 TIMED_WAITING on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-6
>
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> )"
> Id=54 TIMED_WAITING on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-5
>
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> )"
> Id=53 TIMED_WAITING on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-4
>
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> )"
> Id=52 TIMED_WAITING on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-3
>
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> )"
> Id=51 TIMED_WAITING on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-2
>
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> )"
> Id=50 TIMED_WAITING on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-23 (ActiveMQ-client-netty-threads)" Id=49 RUNNABLE (in native)
> at io.netty.channel.epoll.Native.epollWait0(Native Method)
> at io.netty.channel.epoll.Native.epollWait(Native.java:176)
> at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:281)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351)
> at
>
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-22 (ActiveMQ-client-netty-threads)" Id=48 RUNNABLE (in native)
> at io.netty.channel.epoll.Native.epollWait0(Native Method)
> at io.netty.channel.epoll.Native.epollWait(Native.java:176)
> at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:281)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351)
> at
>
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-21 (ActiveMQ-client-netty-threads)" Id=47 RUNNABLE (in native)
> at io.netty.channel.epoll.Native.epollWait0(Native Method)
> at io.netty.channel.epoll.Native.epollWait(Native.java:176)
> at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:281)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351)
> at
>
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-20 (ActiveMQ-client-netty-threads)" Id=46 RUNNABLE (in native)
> at io.netty.channel.epoll.Native.epollWait(Native Method)
> at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> at
>
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> at
>
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-19 (ActiveMQ-client-netty-threads)" Id=45 RUNNABLE (in native)
> at io.netty.channel.epoll.Native.epollWait(Native Method)
> at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> at
>
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> at
>
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-18 (ActiveMQ-client-netty-threads)" Id=44 RUNNABLE (in native)
> at io.netty.channel.epoll.Native.epollWait(Native Method)
> at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> at
>
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> at
>
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-1
>
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> )"
> Id=43 TIMED_WAITING on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-17 (ActiveMQ-client-netty-threads)" Id=42 RUNNABLE (in native)
> at io.netty.channel.epoll.Native.epollWait(Native Method)
> at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> at
>
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> at
>
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-16 (ActiveMQ-client-netty-threads)" Id=41 RUNNABLE (in native)
> at io.netty.channel.epoll.Native.epollWait(Native Method)
> at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> at
>
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> at
>
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-15 (ActiveMQ-client-netty-threads)" Id=40 RUNNABLE (in native)
> at io.netty.channel.epoll.Native.epollWait(Native Method)
> at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> at
>
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> at
>
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-14 (ActiveMQ-client-netty-threads)" Id=39 RUNNABLE (in native)
> at io.netty.channel.epoll.Native.epollWait(Native Method)
> at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> at
>
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> at
>
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-13 (ActiveMQ-client-netty-threads)" Id=38 RUNNABLE (in native)
> at io.netty.channel.epoll.Native.epollWait(Native Method)
> at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> at
>
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> at
>
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-12 (ActiveMQ-client-netty-threads)" Id=37 RUNNABLE (in native)
> at io.netty.channel.epoll.Native.epollWait(Native Method)
> at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> at
>
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> at
>
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-4 (ActiveMQ-scheduled-threads)" Id=36 TIMED_WAITING on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7567d73e
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7567d73e
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> at
>
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
> at
>
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-11 (ActiveMQ-client-netty-threads)" Id=35 RUNNABLE (in native)
> at io.netty.channel.epoll.Native.epollWait(Native Method)
> at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> at
>
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> at
>
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-10 (ActiveMQ-client-netty-threads)" Id=34 RUNNABLE (in native)
> at io.netty.channel.epoll.Native.epollWait(Native Method)
> at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> at
>
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> at
>
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-9 (ActiveMQ-client-netty-threads)" Id=33 RUNNABLE (in native)
> at io.netty.channel.epoll.Native.epollWait(Native Method)
> at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> at
>
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> at
>
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-8 (ActiveMQ-client-netty-threads)" Id=32 RUNNABLE (in native)
> at io.netty.channel.epoll.Native.epollWait(Native Method)
> at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> at
>
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> at
>
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-3 (ActiveMQ-scheduled-threads)" Id=31 WAITING on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7567d73e
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7567d73e
> at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
> at
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
> at
>
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
> at
>
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-7 (ActiveMQ-client-netty-threads)" Id=30 RUNNABLE (in native)
> at io.netty.channel.epoll.Native.epollWait(Native Method)
> at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> at
>
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> at
>
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-6 (ActiveMQ-client-netty-threads)" Id=29 RUNNABLE (in native)
> at io.netty.channel.epoll.Native.epollWait(Native Method)
> at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> at
>
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> at
>
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-5 (ActiveMQ-client-netty-threads)" Id=28 RUNNABLE (in native)
> at io.netty.channel.epoll.Native.epollWait(Native Method)
> at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> at
>
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> at
>
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-4 (ActiveMQ-client-netty-threads)" Id=27 RUNNABLE (in native)
> at io.netty.channel.epoll.Native.epollWait(Native Method)
> at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> at
>
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> at
>
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-2 (ActiveMQ-scheduled-threads)" Id=26 WAITING on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7567d73e
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7567d73e
> at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
> at
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
> at
>
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
> at
>
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-3 (ActiveMQ-client-netty-threads)" Id=25 RUNNABLE (in native)
> at io.netty.channel.epoll.Native.epollWait(Native Method)
> at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> at
>
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> at
>
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-2 (ActiveMQ-client-netty-threads)" Id=24 RUNNABLE (in native)
> at io.netty.channel.epoll.Native.epollWait(Native Method)
> at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> at
>
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> at
>
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-1 (ActiveMQ-scheduled-threads)" Id=21 TIMED_WAITING on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7567d73e
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7567d73e
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> at
>
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
> at
>
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-0 (ActiveMQ-scheduled-threads)" Id=20 WAITING on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7567d73e
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7567d73e
> at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
> at
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
> at
>
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
> at
>
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-1 (ActiveMQ-client-netty-threads)" Id=19 RUNNABLE
> at io.netty.channel.epoll.Native.epollWait(Native Method)
> at io.netty.channel.epoll.Native.epollWait(Native.java:192)
> at io.netty.channel.epoll.Native.epollWait(Native.java:185)
> at
>
> io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
> at
>
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-0 (ActiveMQ-client-netty-threads)" Id=18 RUNNABLE (in native)
> at io.netty.channel.epoll.Native.epollWait0(Native Method)
> at io.netty.channel.epoll.Native.epollWait(Native.java:176)
> at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:281)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351)
> at
>
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
> at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-0
>
> (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77
> )"
> Id=17 TIMED_WAITING on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at sun.misc.Unsafe.park(Native Method)
> -  waiting on
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
> at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> at
>
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
> at
> java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
> at
>
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
>
> "Thread-0 (-scheduled-threads)" Id=14 RUNNABLE
> at sun.management.ThreadImpl.dumpThreads0(Native Method)
> at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:454)
> at
>
> org.apache.activemq.artemis.utils.ThreadDumpUtil.threadDump(ThreadDumpUtil.java:47)
> at
>
> org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.threadDump(ActiveMQServerImpl.java:1127)
> at
>
> org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.lambda$initializeCriticalAnalyzer$0(ActiveMQServerImpl.java:721)
> at
>
> org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$$Lambda$29/1497018177.run(Unknown
> Source)
> at
>
> org.apache.activemq.artemis.utils.critical.CriticalAnalyzerImpl.fireActions(CriticalAnalyzerImpl.java:155)
> at
>
> org.apache.activemq.artemis.utils.critical.CriticalAnalyzerImpl.check(CriticalAnalyzerImpl.java:140)
> at
>
> org.apache.activemq.artemis.utils.critical.CriticalAnalyzerImpl$1.run(CriticalAnalyzerImpl.java:53)
> at
>
> org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent.runForExecutor(ActiveMQScheduledComponent.java:313)
> at
>
> org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent.bookedRunForScheduler(ActiveMQScheduledComponent.java:328)
> at
>
> org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent.runForScheduler(ActiveMQScheduledComponent.java:339)
> at
>
> org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent.lambda$start$0(ActiveMQScheduledComponent.java:166)
> at
>
> org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent$$Lambda$28/547201549.run(Unknown
> Source)
> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
> at
>
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
> at
>
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
> at
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at
>
> org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
>
> Number of locked synchronizers = 1
> - java.util.concurrent.ThreadPoolExecutor$Worker@d5b810e
>
>
> "ActiveMQ Artemis Server Shutdown Timer" Id=12 TIMED_WAITING on
> java.util.TaskQueue@3d6979b4
> at java.lang.Object.wait(Native Method)
> -  waiting on java.util.TaskQueue@3d6979b4
> at java.util.TimerThread.mainLoop(Timer.java:552)
> at java.util.TimerThread.run(Timer.java:505)
>
>
> "Signal Dispatcher" Id=5 RUNNABLE
>
>
> "Finalizer" Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@59067c99
> at java.lang.Object.wait(Native Method)
> -  waiting on java.lang.ref.ReferenceQueue$Lock@59067c99
> at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
> at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)
> at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209)
>
>
> "Reference Handler" Id=2 WAITING on java.lang.ref.Reference$Lock@3d9deb0d
> at java.lang.Object.wait(Native Method)
> -  waiting on java.lang.ref.Reference$Lock@3d9deb0d
> at java.lang.Object.wait(Object.java:502)
> at java.lang.ref.Reference.tryHandlePending(Reference.java:191)
> at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)
>
>
>
> ===============================================================================
> End Thread dump
>
> *******************************************************************************
>
>
>
> On Thu, Sep 16, 2021 at 9:46 AM Justin Bertram <jb...@apache.org>
> wrote:
>
> > I think perhaps you've misunderstood the issue reported via ARTEMIS-3271
> > [1]. The issue was that the critical analyzer [2] would sometimes report
> > false positives. The fix eliminated the false positives, but it didn't
> > eliminate *all* reports. You may be hitting an actual issue. In order to
> > investigate further you need to provide the thread dump logged by the
> > critical analyzer.
> >
> > For what it's worth, you can configure the critical analyzer to just log
> > the issue and not shutdown the broker. The documentation [2] has the
> > configuration details.
> >
> >
> > Justin
> >
> > [1] https://issues.apache.org/jira/browse/ARTEMIS-3271
> > [2]
> >
> >
> https://activemq.apache.org/components/artemis/documentation/latest/critical-analysis.html
> >
> > On Thu, Sep 16, 2021 at 8:54 AM foo bar <st...@gmail.com> wrote:
> >
> > > Hello,
> > >
> > > We are using ArtemisMQ version 2.15. We are attempting to upgrade to
> > 2.18.
> > > On 2.18, we generate some load with a couple of threads. We are getting
> > the
> > > exact same error noted here:
> > >
> > > https://www.mail-archive.com/issues@activemq.apache.org/msg58016.html
> > >
> > > ```
> > > [org.apache.activemq.artemis.utils.critical.CriticalMeasure] Component
> > > org.apache.activemq.artemis.core.server.impl.QueueImpl is expired on
> > path 0
> > >  2021-05-15 10:00:49,258
> > > INFO  [org.apache.activemq.artemis.core.server]
> > > AMQ224107: The Critical Analyzer detected slow paths on the broker.  It
> > is
> > > recommended that you enable trace logs on
> > > org.apache.activemq.artemis.utils.critical while you troubleshoot this
> > > issue.
> > > You should disable the trace logs when you have finished
> troubleshooting.
> > >    2021-05-15 10:00:49,258 ERROR
> > [org.apache.activemq.artemis.core.server]
> > > AMQ224079: The process for the virtual machine will be killed, as
> > component
> > > QueueImpl[name=q_7, postOffice=PostOfficeImpl
> > >
> > >
> >
> [server=ActiveMQServerImpl::serverUUID=64e3f254-b585-11eb-8f02-000f532921b8],
> > >
> > > temp=false]@9a33f70 is not responsive
> > >    2021-05-15 10:00:50,429 WARN
> > [org.apache.activemq.artemis.core.server]
> > > AMQ222199: Thread dump:
> > > ```
> > >
> > > I do see a ticket here noting that the issue has been resolved in 2.18,
> > > although we just encountered it.
> > >
> > >
> > >
> >
> https://issues.apache.org/jira/browse/ARTEMIS-3271?focusedWorklogId=597221&page=com.atlassian.jira.plugin.system.issuetabpanels%3Aworklog-tabpanel#worklog-597221
> > >
> > > Once this happens the broker is down and needs to be restarted. Is
> there
> > a
> > > workaround for this?
> > >
> > > Thanks
> > >
> >
>

Re: ArtemisMQ 2.18 ARTEMIS-3271 not fixed

Posted by foo bar <st...@gmail.com>.
I don't have the thread dump, just the logs.

2021-09-16 12:56:49,986 WARN
 [org.apache.activemq.artemis.utils.critical.CriticalMeasure] Component
org.apache.activemq.artemis.core.server.impl.QueueImpl is expired on path 2
2021-09-16 12:56:49,986 INFO  [org.apache.activemq.artemis.core.server]
AMQ224107: The Critical Analyzer detected slow paths on the broker.  It is
recommended that you enable trace logs on
org.apache.activemq.artemis.utils.critical while you troubleshoot this
issue. You should disable the trace logs when you have finished
troubleshooting.
2021-09-16 12:56:49,987 ERROR [org.apache.activemq.artemis.core.server]
AMQ224079: The process for the virtual machine will be killed, as component
QueueImpl[name=$.artemis.internal.sf.broker-cluster.2e779930-fe75-11ea-b419-0050569e434b,
postOffice=PostOfficeImpl [server=ActiveMQServerImpl::name=broker],
temp=false]@5ae728cd is not responsive
2021-09-16 12:56:50,507 WARN  [org.apache.activemq.artemis.core.server]
AMQ222199: Thread dump:
*******************************************************************************
Complete Thread dump
"Thread-78
(ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847)"
Id=222 TIMED_WAITING on
java.util.concurrent.SynchronousQueue$TransferStack@b83459
at sun.misc.Unsafe.park(Native Method)
-  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-77
(ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847)"
Id=221 TIMED_WAITING on
java.util.concurrent.SynchronousQueue$TransferStack@b83459
at sun.misc.Unsafe.park(Native Method)
-  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-76
(ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847)"
Id=220 TIMED_WAITING on
java.util.concurrent.SynchronousQueue$TransferStack@b83459
at sun.misc.Unsafe.park(Native Method)
-  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-75
(ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847)"
Id=219 TIMED_WAITING on
java.util.concurrent.SynchronousQueue$TransferStack@b83459
at sun.misc.Unsafe.park(Native Method)
-  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-74
(ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847)"
Id=218 TIMED_WAITING on
java.util.concurrent.SynchronousQueue$TransferStack@b83459
at sun.misc.Unsafe.park(Native Method)
-  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-72
(ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847)"
Id=216 TIMED_WAITING on
java.util.concurrent.SynchronousQueue$TransferStack@b83459
at sun.misc.Unsafe.park(Native Method)
-  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-73
(ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847)"
Id=217 TIMED_WAITING on
java.util.concurrent.SynchronousQueue$TransferStack@b83459
at sun.misc.Unsafe.park(Native Method)
-  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-70
(ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847)"
Id=214 TIMED_WAITING on
java.util.concurrent.SynchronousQueue$TransferStack@b83459
at sun.misc.Unsafe.park(Native Method)
-  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-71
(ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847)"
Id=215 TIMED_WAITING on
java.util.concurrent.SynchronousQueue$TransferStack@b83459
at sun.misc.Unsafe.park(Native Method)
-  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-68
(ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847)"
Id=212 TIMED_WAITING on
java.util.concurrent.SynchronousQueue$TransferStack@b83459
at sun.misc.Unsafe.park(Native Method)
-  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-69
(ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847)"
Id=213 TIMED_WAITING on
java.util.concurrent.SynchronousQueue$TransferStack@b83459
at sun.misc.Unsafe.park(Native Method)
-  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-67
(ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847)"
Id=211 TIMED_WAITING on
java.util.concurrent.SynchronousQueue$TransferStack@b83459
at sun.misc.Unsafe.park(Native Method)
-  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-66
(ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847)"
Id=210 TIMED_WAITING on
java.util.concurrent.SynchronousQueue$TransferStack@b83459
at sun.misc.Unsafe.park(Native Method)
-  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-65
(ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847)"
Id=209 TIMED_WAITING on
java.util.concurrent.SynchronousQueue$TransferStack@b83459
at sun.misc.Unsafe.park(Native Method)
-  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-60
(ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847)"
Id=202 TIMED_WAITING on
java.util.concurrent.SynchronousQueue$TransferStack@b83459
at sun.misc.Unsafe.park(Native Method)
-  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-59
(ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847)"
Id=201 TIMED_WAITING on
java.util.concurrent.SynchronousQueue$TransferStack@b83459
at sun.misc.Unsafe.park(Native Method)
-  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-57
(ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847)"
Id=200 TIMED_WAITING on
java.util.concurrent.SynchronousQueue$TransferStack@b83459
at sun.misc.Unsafe.park(Native Method)
-  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-58
(ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847)"
Id=199 TIMED_WAITING on
java.util.concurrent.SynchronousQueue$TransferStack@b83459
at sun.misc.Unsafe.park(Native Method)
-  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-53
(ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847)"
Id=195 TIMED_WAITING on
java.util.concurrent.SynchronousQueue$TransferStack@b83459
at sun.misc.Unsafe.park(Native Method)
-  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-52
(ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847)"
Id=194 TIMED_WAITING on
java.util.concurrent.SynchronousQueue$TransferStack@b83459
at sun.misc.Unsafe.park(Native Method)
-  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-49
(ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847)"
Id=192 TIMED_WAITING on
java.util.concurrent.SynchronousQueue$TransferStack@b83459
at sun.misc.Unsafe.park(Native Method)
-  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-29
(ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77)"
Id=189 TIMED_WAITING on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at sun.misc.Unsafe.park(Native Method)
-  waiting on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at
java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-27
(ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77)"
Id=186 TIMED_WAITING on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at sun.misc.Unsafe.park(Native Method)
-  waiting on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at
java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-30
(ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77)"
Id=188 TIMED_WAITING on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at sun.misc.Unsafe.park(Native Method)
-  waiting on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at
java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-28
(ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77)"
Id=187 TIMED_WAITING on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at sun.misc.Unsafe.park(Native Method)
-  waiting on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at
java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-48
(ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847)"
Id=185 TIMED_WAITING on
java.util.concurrent.SynchronousQueue$TransferStack@b83459
at sun.misc.Unsafe.park(Native Method)
-  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-46
(ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847)"
Id=183 TIMED_WAITING on
java.util.concurrent.SynchronousQueue$TransferStack@b83459
at sun.misc.Unsafe.park(Native Method)
-  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-26
(ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77)"
Id=182 TIMED_WAITING on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at sun.misc.Unsafe.park(Native Method)
-  waiting on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at
java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-45
(ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847)"
Id=181 TIMED_WAITING on
java.util.concurrent.SynchronousQueue$TransferStack@b83459
at sun.misc.Unsafe.park(Native Method)
-  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-25
(ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77)"
Id=180 TIMED_WAITING on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at sun.misc.Unsafe.park(Native Method)
-  waiting on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at
java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-44
(ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847)"
Id=179 TIMED_WAITING on
java.util.concurrent.SynchronousQueue$TransferStack@b83459
at sun.misc.Unsafe.park(Native Method)
-  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-42
(ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847)"
Id=178 TIMED_WAITING on
java.util.concurrent.SynchronousQueue$TransferStack@b83459
at sun.misc.Unsafe.park(Native Method)
-  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-35
(ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847)"
Id=162 TIMED_WAITING on
java.util.concurrent.SynchronousQueue$TransferStack@b83459
at sun.misc.Unsafe.park(Native Method)
-  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-33
(ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847)"
Id=160 TIMED_WAITING on
java.util.concurrent.SynchronousQueue$TransferStack@b83459
at sun.misc.Unsafe.park(Native Method)
-  waiting on java.util.concurrent.SynchronousQueue$TransferStack@b83459
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-32
(ActiveMQ-IO-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$7@2c35e847)"
Id=157 RUNNABLE
at sun.nio.ch.FileDispatcherImpl.force0(Native Method)
at sun.nio.ch.FileDispatcherImpl.force(FileDispatcherImpl.java:76)
at sun.nio.ch.FileChannelImpl.force(FileChannelImpl.java:388)
at
org.apache.activemq.artemis.core.io.nio.NIOSequentialFile.sync(NIOSequentialFile.java:318)
at org.apache.activemq.artemis.core.paging.impl.Page.sync(Page.java:484)
at
org.apache.activemq.artemis.core.paging.impl.PagingStoreImpl.ioSync(PagingStoreImpl.java:337)
at
org.apache.activemq.artemis.core.paging.impl.PageSyncTimer.tick(PageSyncTimer.java:96)
at
org.apache.activemq.artemis.core.paging.impl.PageSyncTimer.run(PageSyncTimer.java:81)
at
org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent.runForExecutor(ActiveMQScheduledComponent.java:313)
at
org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent.lambda$bookedRunForScheduler$2(ActiveMQScheduledComponent.java:320)
at
org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent$$Lambda$107/405736032.run(Unknown
Source)
at
org.apache.activemq.artemis.utils.actors.OrderedExecutor.doTask(OrderedExecutor.java:42)
at
org.apache.activemq.artemis.utils.actors.OrderedExecutor.doTask(OrderedExecutor.java:31)
at
org.apache.activemq.artemis.utils.actors.ProcessorBase.executePendingTasks(ProcessorBase.java:65)
at
org.apache.activemq.artemis.utils.actors.ProcessorBase$$Lambda$31/1101048445.run(Unknown
Source)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)

Number of locked synchronizers = 1
- java.util.concurrent.ThreadPoolExecutor$Worker@3997357d


"Thread-23 (activemq-netty-threads)" Id=140 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:192)
at io.netty.channel.epoll.Native.epollWait(Native.java:185)
at
io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-22 (activemq-netty-threads)" Id=134 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:192)
at io.netty.channel.epoll.Native.epollWait(Native.java:185)
at
io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-21 (activemq-netty-threads)" Id=122 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:192)
at io.netty.channel.epoll.Native.epollWait(Native.java:185)
at
io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-20 (activemq-netty-threads)" Id=121 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:192)
at io.netty.channel.epoll.Native.epollWait(Native.java:185)
at
io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-19 (activemq-netty-threads)" Id=120 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:192)
at io.netty.channel.epoll.Native.epollWait(Native.java:185)
at
io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-18 (activemq-netty-threads)" Id=118 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:192)
at io.netty.channel.epoll.Native.epollWait(Native.java:185)
at
io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-17 (activemq-netty-threads)" Id=116 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:192)
at io.netty.channel.epoll.Native.epollWait(Native.java:185)
at
io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"DestroyJavaVM" Id=115 RUNNABLE


"Thread-16 (activemq-netty-threads)" Id=114 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:192)
at io.netty.channel.epoll.Native.epollWait(Native.java:185)
at
io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-15 (activemq-netty-threads)" Id=113 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:192)
at io.netty.channel.epoll.Native.epollWait(Native.java:185)
at
io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-14 (activemq-netty-threads)" Id=112 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:192)
at io.netty.channel.epoll.Native.epollWait(Native.java:185)
at
io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-13 (activemq-netty-threads)" Id=111 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:192)
at io.netty.channel.epoll.Native.epollWait(Native.java:185)
at
io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-24
(ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77)"
Id=110 TIMED_WAITING on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at sun.misc.Unsafe.park(Native Method)
-  waiting on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at
java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-23
(ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77)"
Id=109 WAITING on
java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync@74b53a3b
at sun.misc.Unsafe.park(Native Method)
-  waiting on
java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync@74b53a3b
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:836)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireQueued(AbstractQueuedSynchronizer.java:870)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:1199)
at
java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock.lock(ReentrantReadWriteLock.java:943)
at org.apache.activemq.artemis.core.paging.impl.PagingStoreImpl.page
(PagingStoreImpl.java:850)
at
org.apache.activemq.artemis.core.persistence.impl.journal.AbstractJournalStorageManager.addToPage(AbstractJournalStorageManager.java:2082)
at
org.apache.activemq.artemis.core.postoffice.impl.PostOfficeImpl.processRoute(PostOfficeImpl.java:1530)
at
org.apache.activemq.artemis.core.postoffice.impl.PostOfficeImpl.route(PostOfficeImpl.java:1165)
at
org.apache.activemq.artemis.core.postoffice.impl.PostOfficeImpl.route(PostOfficeImpl.java:1068)
at
org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.doSend(ServerSessionImpl.java:2204)
-  locked
org.apache.activemq.artemis.core.server.impl.ServerSessionImpl@4d8b1ca3
at
org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1839)
-  locked
org.apache.activemq.artemis.core.server.impl.ServerSessionImpl@4d8b1ca3
at
org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1776)
-  locked
org.apache.activemq.artemis.core.server.impl.ServerSessionImpl@4d8b1ca3
at
org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1768)
at
org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1761)
at
org.apache.activemq.artemis.core.protocol.core.ServerSessionPacketHandler.onSessionSend(ServerSessionPacketHandler.java:749)
at
org.apache.activemq.artemis.core.protocol.core.ServerSessionPacketHandler.onMessagePacket(ServerSessionPacketHandler.java:281)
at
org.apache.activemq.artemis.core.protocol.core.ServerSessionPacketHandler$$Lambda$186/1175147483.onMessage(Unknown
Source)
at org.apache.activemq.artemis.utils.actors.Actor.doTask(Actor.java:33)
at
org.apache.activemq.artemis.utils.actors.ProcessorBase.executePendingTasks(ProcessorBase.java:65)
at
org.apache.activemq.artemis.utils.actors.ProcessorBase$$Lambda$31/1101048445.run(Unknown
Source)
at
org.apache.activemq.artemis.utils.actors.OrderedExecutor.doTask(OrderedExecutor.java:42)
at
org.apache.activemq.artemis.utils.actors.OrderedExecutor.doTask(OrderedExecutor.java:31)
at
org.apache.activemq.artemis.utils.actors.ProcessorBase.executePendingTasks(ProcessorBase.java:65)
at
org.apache.activemq.artemis.utils.actors.ProcessorBase$$Lambda$31/1101048445.run(Unknown
Source)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)

Number of locked synchronizers = 1
- java.util.concurrent.ThreadPoolExecutor$Worker@6ac24038


"Thread-12 (activemq-netty-threads)" Id=108 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:192)
at io.netty.channel.epoll.Native.epollWait(Native.java:185)
at
io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-11 (activemq-netty-threads)" Id=104 RUNNABLE
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:192)
at io.netty.channel.epoll.Native.epollWait(Native.java:185)
at
io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-10 (activemq-netty-threads)" Id=103 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:192)
at io.netty.channel.epoll.Native.epollWait(Native.java:185)
at
io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-9 (activemq-netty-threads)" Id=102 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:192)
at io.netty.channel.epoll.Native.epollWait(Native.java:185)
at
io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-8 (activemq-netty-threads)" Id=101 RUNNABLE
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:192)
at io.netty.channel.epoll.Native.epollWait(Native.java:185)
at
io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-7 (activemq-netty-threads)" Id=100 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:192)
at io.netty.channel.epoll.Native.epollWait(Native.java:185)
at
io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-6 (activemq-netty-threads)" Id=99 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:192)
at io.netty.channel.epoll.Native.epollWait(Native.java:185)
at
io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-5 (activemq-netty-threads)" Id=94 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:192)
at io.netty.channel.epoll.Native.epollWait(Native.java:185)
at
io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Session-HouseKeeper-1133ec6e-1" Id=93 TIMED_WAITING on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@356ec208
at sun.misc.Unsafe.park(Native Method)
-  waiting on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@356ec208
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)


"qtp404947798-92" Id=92 TIMED_WAITING on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@25954565
at sun.misc.Unsafe.park(Native Method)
-  waiting on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@25954565
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at
org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:382)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:974)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1018)
at java.lang.Thread.run(Thread.java:745)


"qtp404947798-91" Id=91 TIMED_WAITING on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@25954565
at sun.misc.Unsafe.park(Native Method)
-  waiting on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@25954565
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at
org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:382)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:974)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1018)
at java.lang.Thread.run(Thread.java:745)


"qtp404947798-90" Id=90 TIMED_WAITING on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@25954565
at sun.misc.Unsafe.park(Native Method)
-  waiting on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@25954565
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at
org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:382)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:974)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1018)
at java.lang.Thread.run(Thread.java:745)


"qtp404947798-89-acceptor-0@61b918d4-ServerConnector@75e01201{HTTP/1.1,
(http/1.1)}{artemismq-01:8161}" Id=89 RUNNABLE (in native)
at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
at
sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:422)
at
sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:250)
-  locked java.lang.Object@306e3b70
at org.eclipse.jetty.server.ServerConnector.accept(ServerConnector.java:388)
at
org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:702)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
at java.lang.Thread.run(Thread.java:745)


"qtp404947798-88" Id=88 RUNNABLE (in native)
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
-  locked sun.nio.ch.Util$3@6d57bba4
-  locked java.util.Collections$UnmodifiableSet@2e6a4a84
-  locked sun.nio.ch.EPollSelectorImpl@21db9c41
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
at org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:183)
at org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:190)
at
org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
at
org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
at org.eclipse.jetty.io.ManagedSelector$$Lambda$232/931911789.run(Unknown
Source)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
at java.lang.Thread.run(Thread.java:745)


"qtp404947798-87" Id=87 RUNNABLE (in native)
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
-  locked sun.nio.ch.Util$3@602f96b1
-  locked java.util.Collections$UnmodifiableSet@30758b8b
-  locked sun.nio.ch.EPollSelectorImpl@4c37c96b
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
at org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:183)
at org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:190)
at
org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
at
org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
at org.eclipse.jetty.io.ManagedSelector$$Lambda$232/931911789.run(Unknown
Source)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
at java.lang.Thread.run(Thread.java:745)


"qtp404947798-86" Id=86 RUNNABLE (in native)
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
-  locked sun.nio.ch.Util$3@31f37d38
-  locked java.util.Collections$UnmodifiableSet@2d75ffa9
-  locked sun.nio.ch.EPollSelectorImpl@3140005f
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
at org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:183)
at org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:190)
at
org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
at
org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
at org.eclipse.jetty.io.ManagedSelector$$Lambda$232/931911789.run(Unknown
Source)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
at java.lang.Thread.run(Thread.java:745)


"qtp404947798-85" Id=85 RUNNABLE (in native)
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
-  locked sun.nio.ch.Util$3@434eeb8d
-  locked java.util.Collections$UnmodifiableSet@69fe4461
-  locked sun.nio.ch.EPollSelectorImpl@6bf46640
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
at org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:183)
at org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:190)
at
org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:606)
at
org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:543)
at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:362)
at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:186)
at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
at org.eclipse.jetty.io.ManagedSelector$$Lambda$232/931911789.run(Unknown
Source)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
at java.lang.Thread.run(Thread.java:745)


"Thread-4 (activemq-netty-threads)" Id=84 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:192)
at io.netty.channel.epoll.Native.epollWait(Native.java:185)
at
io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-3 (activemq-netty-threads)" Id=83 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:192)
at io.netty.channel.epoll.Native.epollWait(Native.java:185)
at
io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-2 (activemq-netty-threads)" Id=82 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:192)
at io.netty.channel.epoll.Native.epollWait(Native.java:185)
at
io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-1 (activemq-netty-threads)" Id=81 RUNNABLE
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:192)
at io.netty.channel.epoll.Native.epollWait(Native.java:185)
at
io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-4 (ActiveMQ-client-global-scheduled-threads)" Id=80 WAITING on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5a87d199
at sun.misc.Unsafe.park(Native Method)
-  waiting on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5a87d199
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-3 (ActiveMQ-client-global-scheduled-threads)" Id=77 WAITING on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5a87d199
at sun.misc.Unsafe.park(Native Method)
-  waiting on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5a87d199
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-2 (ActiveMQ-client-global-scheduled-threads)" Id=76 WAITING on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5a87d199
at sun.misc.Unsafe.park(Native Method)
-  waiting on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5a87d199
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-1 (ActiveMQ-client-global-scheduled-threads)" Id=75 WAITING on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5a87d199
at sun.misc.Unsafe.park(Native Method)
-  waiting on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5a87d199
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-22
(ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77)"
Id=74 TIMED_WAITING on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at sun.misc.Unsafe.park(Native Method)
-  waiting on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at
java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-0 (activemq-netty-threads)" Id=73 RUNNABLE
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:192)
at io.netty.channel.epoll.Native.epollWait(Native.java:185)
at
io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-0 (ActiveMQ-client-global-scheduled-threads)" Id=72 TIMED_WAITING
on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5a87d199
at sun.misc.Unsafe.park(Native Method)
-  waiting on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5a87d199
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-21
(ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77)"
Id=71 TIMED_WAITING on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at sun.misc.Unsafe.park(Native Method)
-  waiting on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at
java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-20
(ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77)"
Id=70 TIMED_WAITING on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at sun.misc.Unsafe.park(Native Method)
-  waiting on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at
java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-19
(ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77)"
Id=69 TIMED_WAITING on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at sun.misc.Unsafe.park(Native Method)
-  waiting on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at
java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-18
(ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77)"
Id=68 TIMED_WAITING on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at sun.misc.Unsafe.park(Native Method)
-  waiting on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at
java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-17
(ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77)"
Id=67 TIMED_WAITING on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at sun.misc.Unsafe.park(Native Method)
-  waiting on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at
java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-16
(ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77)"
Id=66 TIMED_WAITING on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at sun.misc.Unsafe.park(Native Method)
-  waiting on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at
java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-15
(ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77)"
Id=65 TIMED_WAITING on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at sun.misc.Unsafe.park(Native Method)
-  waiting on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at
java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-14
(ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77)"
Id=64 TIMED_WAITING on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at sun.misc.Unsafe.park(Native Method)
-  waiting on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at
java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"activemq-failure-check-thread" Id=62 TIMED_WAITING on
java.util.concurrent.CountDownLatch$Sync@6ea14bc7
at sun.misc.Unsafe.park(Native Method)
-  waiting on java.util.concurrent.CountDownLatch$Sync@6ea14bc7
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
at
org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl$FailureCheckAndFlushThread.run(RemotingServiceImpl.java:784)


"Thread-13
(ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77)"
Id=61 TIMED_WAITING on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at sun.misc.Unsafe.park(Native Method)
-  waiting on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at
java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-12
(ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77)"
Id=60 TIMED_WAITING on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at sun.misc.Unsafe.park(Native Method)
-  waiting on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at
java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-11
(ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77)"
Id=59 TIMED_WAITING on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at sun.misc.Unsafe.park(Native Method)
-  waiting on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at
java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-10
(ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77)"
Id=58 TIMED_WAITING on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at sun.misc.Unsafe.park(Native Method)
-  waiting on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at
java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-9
(ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77)"
Id=57 TIMED_WAITING on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at sun.misc.Unsafe.park(Native Method)
-  waiting on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at
java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-8
(ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77)"
Id=56 TIMED_WAITING on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at sun.misc.Unsafe.park(Native Method)
-  waiting on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at
java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-7
(ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77)"
Id=55 TIMED_WAITING on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at sun.misc.Unsafe.park(Native Method)
-  waiting on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at
java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-6
(ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77)"
Id=54 TIMED_WAITING on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at sun.misc.Unsafe.park(Native Method)
-  waiting on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at
java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-5
(ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77)"
Id=53 TIMED_WAITING on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at sun.misc.Unsafe.park(Native Method)
-  waiting on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at
java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-4
(ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77)"
Id=52 TIMED_WAITING on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at sun.misc.Unsafe.park(Native Method)
-  waiting on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at
java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-3
(ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77)"
Id=51 TIMED_WAITING on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at sun.misc.Unsafe.park(Native Method)
-  waiting on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at
java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-2
(ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77)"
Id=50 TIMED_WAITING on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at sun.misc.Unsafe.park(Native Method)
-  waiting on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at
java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-23 (ActiveMQ-client-netty-threads)" Id=49 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait0(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:176)
at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:281)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351)
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-22 (ActiveMQ-client-netty-threads)" Id=48 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait0(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:176)
at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:281)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351)
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-21 (ActiveMQ-client-netty-threads)" Id=47 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait0(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:176)
at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:281)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351)
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-20 (ActiveMQ-client-netty-threads)" Id=46 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:192)
at io.netty.channel.epoll.Native.epollWait(Native.java:185)
at
io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-19 (ActiveMQ-client-netty-threads)" Id=45 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:192)
at io.netty.channel.epoll.Native.epollWait(Native.java:185)
at
io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-18 (ActiveMQ-client-netty-threads)" Id=44 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:192)
at io.netty.channel.epoll.Native.epollWait(Native.java:185)
at
io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-1
(ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77)"
Id=43 TIMED_WAITING on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at sun.misc.Unsafe.park(Native Method)
-  waiting on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at
java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-17 (ActiveMQ-client-netty-threads)" Id=42 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:192)
at io.netty.channel.epoll.Native.epollWait(Native.java:185)
at
io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-16 (ActiveMQ-client-netty-threads)" Id=41 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:192)
at io.netty.channel.epoll.Native.epollWait(Native.java:185)
at
io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-15 (ActiveMQ-client-netty-threads)" Id=40 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:192)
at io.netty.channel.epoll.Native.epollWait(Native.java:185)
at
io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-14 (ActiveMQ-client-netty-threads)" Id=39 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:192)
at io.netty.channel.epoll.Native.epollWait(Native.java:185)
at
io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-13 (ActiveMQ-client-netty-threads)" Id=38 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:192)
at io.netty.channel.epoll.Native.epollWait(Native.java:185)
at
io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-12 (ActiveMQ-client-netty-threads)" Id=37 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:192)
at io.netty.channel.epoll.Native.epollWait(Native.java:185)
at
io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-4 (ActiveMQ-scheduled-threads)" Id=36 TIMED_WAITING on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7567d73e
at sun.misc.Unsafe.park(Native Method)
-  waiting on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7567d73e
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-11 (ActiveMQ-client-netty-threads)" Id=35 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:192)
at io.netty.channel.epoll.Native.epollWait(Native.java:185)
at
io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-10 (ActiveMQ-client-netty-threads)" Id=34 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:192)
at io.netty.channel.epoll.Native.epollWait(Native.java:185)
at
io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-9 (ActiveMQ-client-netty-threads)" Id=33 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:192)
at io.netty.channel.epoll.Native.epollWait(Native.java:185)
at
io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-8 (ActiveMQ-client-netty-threads)" Id=32 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:192)
at io.netty.channel.epoll.Native.epollWait(Native.java:185)
at
io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-3 (ActiveMQ-scheduled-threads)" Id=31 WAITING on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7567d73e
at sun.misc.Unsafe.park(Native Method)
-  waiting on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7567d73e
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-7 (ActiveMQ-client-netty-threads)" Id=30 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:192)
at io.netty.channel.epoll.Native.epollWait(Native.java:185)
at
io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-6 (ActiveMQ-client-netty-threads)" Id=29 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:192)
at io.netty.channel.epoll.Native.epollWait(Native.java:185)
at
io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-5 (ActiveMQ-client-netty-threads)" Id=28 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:192)
at io.netty.channel.epoll.Native.epollWait(Native.java:185)
at
io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-4 (ActiveMQ-client-netty-threads)" Id=27 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:192)
at io.netty.channel.epoll.Native.epollWait(Native.java:185)
at
io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-2 (ActiveMQ-scheduled-threads)" Id=26 WAITING on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7567d73e
at sun.misc.Unsafe.park(Native Method)
-  waiting on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7567d73e
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-3 (ActiveMQ-client-netty-threads)" Id=25 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:192)
at io.netty.channel.epoll.Native.epollWait(Native.java:185)
at
io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-2 (ActiveMQ-client-netty-threads)" Id=24 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:192)
at io.netty.channel.epoll.Native.epollWait(Native.java:185)
at
io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-1 (ActiveMQ-scheduled-threads)" Id=21 TIMED_WAITING on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7567d73e
at sun.misc.Unsafe.park(Native Method)
-  waiting on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7567d73e
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-0 (ActiveMQ-scheduled-threads)" Id=20 WAITING on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7567d73e
at sun.misc.Unsafe.park(Native Method)
-  waiting on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7567d73e
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-1 (ActiveMQ-client-netty-threads)" Id=19 RUNNABLE
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:192)
at io.netty.channel.epoll.Native.epollWait(Native.java:185)
at
io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:290)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:347)
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-0 (ActiveMQ-client-netty-threads)" Id=18 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait0(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:176)
at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:281)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351)
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-0
(ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@1da2cb77)"
Id=17 TIMED_WAITING on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at sun.misc.Unsafe.park(Native Method)
-  waiting on
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45baba2a
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at
java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:112)
at
org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor$ThreadPoolQueue.poll(ActiveMQThreadPoolExecutor.java:45)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)


"Thread-0 (-scheduled-threads)" Id=14 RUNNABLE
at sun.management.ThreadImpl.dumpThreads0(Native Method)
at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:454)
at
org.apache.activemq.artemis.utils.ThreadDumpUtil.threadDump(ThreadDumpUtil.java:47)
at
org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.threadDump(ActiveMQServerImpl.java:1127)
at
org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.lambda$initializeCriticalAnalyzer$0(ActiveMQServerImpl.java:721)
at
org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$$Lambda$29/1497018177.run(Unknown
Source)
at
org.apache.activemq.artemis.utils.critical.CriticalAnalyzerImpl.fireActions(CriticalAnalyzerImpl.java:155)
at
org.apache.activemq.artemis.utils.critical.CriticalAnalyzerImpl.check(CriticalAnalyzerImpl.java:140)
at
org.apache.activemq.artemis.utils.critical.CriticalAnalyzerImpl$1.run(CriticalAnalyzerImpl.java:53)
at
org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent.runForExecutor(ActiveMQScheduledComponent.java:313)
at
org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent.bookedRunForScheduler(ActiveMQScheduledComponent.java:328)
at
org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent.runForScheduler(ActiveMQScheduledComponent.java:339)
at
org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent.lambda$start$0(ActiveMQScheduledComponent.java:166)
at
org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent$$Lambda$28/547201549.run(Unknown
Source)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)

Number of locked synchronizers = 1
- java.util.concurrent.ThreadPoolExecutor$Worker@d5b810e


"ActiveMQ Artemis Server Shutdown Timer" Id=12 TIMED_WAITING on
java.util.TaskQueue@3d6979b4
at java.lang.Object.wait(Native Method)
-  waiting on java.util.TaskQueue@3d6979b4
at java.util.TimerThread.mainLoop(Timer.java:552)
at java.util.TimerThread.run(Timer.java:505)


"Signal Dispatcher" Id=5 RUNNABLE


"Finalizer" Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@59067c99
at java.lang.Object.wait(Native Method)
-  waiting on java.lang.ref.ReferenceQueue$Lock@59067c99
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)
at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209)


"Reference Handler" Id=2 WAITING on java.lang.ref.Reference$Lock@3d9deb0d
at java.lang.Object.wait(Native Method)
-  waiting on java.lang.ref.Reference$Lock@3d9deb0d
at java.lang.Object.wait(Object.java:502)
at java.lang.ref.Reference.tryHandlePending(Reference.java:191)
at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)


===============================================================================
End Thread dump
*******************************************************************************



On Thu, Sep 16, 2021 at 9:46 AM Justin Bertram <jb...@apache.org> wrote:

> I think perhaps you've misunderstood the issue reported via ARTEMIS-3271
> [1]. The issue was that the critical analyzer [2] would sometimes report
> false positives. The fix eliminated the false positives, but it didn't
> eliminate *all* reports. You may be hitting an actual issue. In order to
> investigate further you need to provide the thread dump logged by the
> critical analyzer.
>
> For what it's worth, you can configure the critical analyzer to just log
> the issue and not shutdown the broker. The documentation [2] has the
> configuration details.
>
>
> Justin
>
> [1] https://issues.apache.org/jira/browse/ARTEMIS-3271
> [2]
>
> https://activemq.apache.org/components/artemis/documentation/latest/critical-analysis.html
>
> On Thu, Sep 16, 2021 at 8:54 AM foo bar <st...@gmail.com> wrote:
>
> > Hello,
> >
> > We are using ArtemisMQ version 2.15. We are attempting to upgrade to
> 2.18.
> > On 2.18, we generate some load with a couple of threads. We are getting
> the
> > exact same error noted here:
> >
> > https://www.mail-archive.com/issues@activemq.apache.org/msg58016.html
> >
> > ```
> > [org.apache.activemq.artemis.utils.critical.CriticalMeasure] Component
> > org.apache.activemq.artemis.core.server.impl.QueueImpl is expired on
> path 0
> >  2021-05-15 10:00:49,258
> > INFO  [org.apache.activemq.artemis.core.server]
> > AMQ224107: The Critical Analyzer detected slow paths on the broker.  It
> is
> > recommended that you enable trace logs on
> > org.apache.activemq.artemis.utils.critical while you troubleshoot this
> > issue.
> > You should disable the trace logs when you have finished troubleshooting.
> >    2021-05-15 10:00:49,258 ERROR
> [org.apache.activemq.artemis.core.server]
> > AMQ224079: The process for the virtual machine will be killed, as
> component
> > QueueImpl[name=q_7, postOffice=PostOfficeImpl
> >
> >
> [server=ActiveMQServerImpl::serverUUID=64e3f254-b585-11eb-8f02-000f532921b8],
> >
> > temp=false]@9a33f70 is not responsive
> >    2021-05-15 10:00:50,429 WARN
> [org.apache.activemq.artemis.core.server]
> > AMQ222199: Thread dump:
> > ```
> >
> > I do see a ticket here noting that the issue has been resolved in 2.18,
> > although we just encountered it.
> >
> >
> >
> https://issues.apache.org/jira/browse/ARTEMIS-3271?focusedWorklogId=597221&page=com.atlassian.jira.plugin.system.issuetabpanels%3Aworklog-tabpanel#worklog-597221
> >
> > Once this happens the broker is down and needs to be restarted. Is there
> a
> > workaround for this?
> >
> > Thanks
> >
>

Re: ArtemisMQ 2.18 ARTEMIS-3271 not fixed

Posted by Justin Bertram <jb...@apache.org>.
I think perhaps you've misunderstood the issue reported via ARTEMIS-3271
[1]. The issue was that the critical analyzer [2] would sometimes report
false positives. The fix eliminated the false positives, but it didn't
eliminate *all* reports. You may be hitting an actual issue. In order to
investigate further you need to provide the thread dump logged by the
critical analyzer.

For what it's worth, you can configure the critical analyzer to just log
the issue and not shutdown the broker. The documentation [2] has the
configuration details.


Justin

[1] https://issues.apache.org/jira/browse/ARTEMIS-3271
[2]
https://activemq.apache.org/components/artemis/documentation/latest/critical-analysis.html

On Thu, Sep 16, 2021 at 8:54 AM foo bar <st...@gmail.com> wrote:

> Hello,
>
> We are using ArtemisMQ version 2.15. We are attempting to upgrade to 2.18.
> On 2.18, we generate some load with a couple of threads. We are getting the
> exact same error noted here:
>
> https://www.mail-archive.com/issues@activemq.apache.org/msg58016.html
>
> ```
> [org.apache.activemq.artemis.utils.critical.CriticalMeasure] Component
> org.apache.activemq.artemis.core.server.impl.QueueImpl is expired on path 0
>  2021-05-15 10:00:49,258
> INFO  [org.apache.activemq.artemis.core.server]
> AMQ224107: The Critical Analyzer detected slow paths on the broker.  It is
> recommended that you enable trace logs on
> org.apache.activemq.artemis.utils.critical while you troubleshoot this
> issue.
> You should disable the trace logs when you have finished troubleshooting.
>    2021-05-15 10:00:49,258 ERROR [org.apache.activemq.artemis.core.server]
> AMQ224079: The process for the virtual machine will be killed, as component
> QueueImpl[name=q_7, postOffice=PostOfficeImpl
>
> [server=ActiveMQServerImpl::serverUUID=64e3f254-b585-11eb-8f02-000f532921b8],
>
> temp=false]@9a33f70 is not responsive
>    2021-05-15 10:00:50,429 WARN  [org.apache.activemq.artemis.core.server]
> AMQ222199: Thread dump:
> ```
>
> I do see a ticket here noting that the issue has been resolved in 2.18,
> although we just encountered it.
>
>
> https://issues.apache.org/jira/browse/ARTEMIS-3271?focusedWorklogId=597221&page=com.atlassian.jira.plugin.system.issuetabpanels%3Aworklog-tabpanel#worklog-597221
>
> Once this happens the broker is down and needs to be restarted. Is there a
> workaround for this?
>
> Thanks
>

Re: ArtemisMQ 2.18 ARTEMIS-3271 not fixed

Posted by Francesco Nigro <ni...@gmail.com>.
Maybe the issue is that effectively some component is blocked due to lack
of CPU or some external slow component: can you share the full stack and
some statistics about the machine and hw component?




Il giorno gio 16 set 2021 alle ore 15:53 foo bar <st...@gmail.com>
ha scritto:

> Hello,
>
> We are using ArtemisMQ version 2.15. We are attempting to upgrade to 2.18.
> On 2.18, we generate some load with a couple of threads. We are getting the
> exact same error noted here:
>
> https://www.mail-archive.com/issues@activemq.apache.org/msg58016.html
>
> ```
> [org.apache.activemq.artemis.utils.critical.CriticalMeasure] Component
> org.apache.activemq.artemis.core.server.impl.QueueImpl is expired on path 0
>  2021-05-15 10:00:49,258
> INFO  [org.apache.activemq.artemis.core.server]
> AMQ224107: The Critical Analyzer detected slow paths on the broker.  It is
> recommended that you enable trace logs on
> org.apache.activemq.artemis.utils.critical while you troubleshoot this
> issue.
> You should disable the trace logs when you have finished troubleshooting.
>    2021-05-15 10:00:49,258 ERROR [org.apache.activemq.artemis.core.server]
> AMQ224079: The process for the virtual machine will be killed, as component
> QueueImpl[name=q_7, postOffice=PostOfficeImpl
>
> [server=ActiveMQServerImpl::serverUUID=64e3f254-b585-11eb-8f02-000f532921b8],
>
> temp=false]@9a33f70 is not responsive
>    2021-05-15 10:00:50,429 WARN  [org.apache.activemq.artemis.core.server]
> AMQ222199: Thread dump:
> ```
>
> I do see a ticket here noting that the issue has been resolved in 2.18,
> although we just encountered it.
>
>
> https://issues.apache.org/jira/browse/ARTEMIS-3271?focusedWorklogId=597221&page=com.atlassian.jira.plugin.system.issuetabpanels%3Aworklog-tabpanel#worklog-597221
>
> Once this happens the broker is down and needs to be restarted. Is there a
> workaround for this?
>
> Thanks
>