You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Tanya (JIRA)" <ji...@apache.org> on 2018/09/07 17:57:00 UTC

[jira] [Updated] (ARTEMIS-2080) Artemis Mqtt

     [ https://issues.apache.org/jira/browse/ARTEMIS-2080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tanya updated ARTEMIS-2080:
---------------------------
    Affects Version/s: 2.6.2
          Description: 
There was not much activity on the broker when this occured -

The broker halted as the critical-analyzer-policy=HALT.

16:44:11,819 ERROR [org.apache.activemq.artemis.core.server] AMQ224079: The process for the virtual machine will be killed, as component org.apache.activemq.artemis.core.io.buffer.TimedBuffer@4fcd19b3 is not responsive 
 16:44:11,891 WARN [org.apache.activemq.artemis.core.server] AMQ222199: Thread dump: *******************************************************************************
Thread dump-
{code}
activemq-buffer-timeout" Id=35 WAITING on java.util.concurrent.Semaphore$NonfairSync@2743c947
 at sun.misc.Unsafe.park(Native Method)
 - waiting on java.util.concurrent.Semaphore$NonfairSync@2743c947
 at java.util.concurrent.locks.LockSupport.park(Unknown Source)
 at java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(Unknown Source)
 at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(Unknown Source)
 at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(Unknown Source)
 at java.util.concurrent.Semaphore.acquire(Unknown Source)
 at org.apache.activemq.artemis.core.io.buffer.TimedBuffer$CheckTimer.run(TimedBuffer.java:484)
 at java.lang.Thread.run(Unknown Source)
{code}

Note: we did not see such issues in 2.3.0

  was:
There was not much activity on the broker when this occured -

The broker halted as the critical-analyzer-policy=HALT.

16:44:11,819 ERROR [org.apache.activemq.artemis.core.server] AMQ224079: The process for the virtual machine will be killed, as component org.apache.activemq.artemis.core.io.buffer.TimedBuffer@4fcd19b3 is not responsive 
 16:44:11,891 WARN [org.apache.activemq.artemis.core.server] AMQ222199: Thread dump: *******************************************************************************
Thread dump-
{code}
activemq-buffer-timeout" Id=35 WAITING on java.util.concurrent.Semaphore$NonfairSync@2743c947
 at sun.misc.Unsafe.park(Native Method)
 - waiting on java.util.concurrent.Semaphore$NonfairSync@2743c947
 at java.util.concurrent.locks.LockSupport.park(Unknown Source)
 at java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(Unknown Source)
 at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(Unknown Source)
 at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(Unknown Source)
 at java.util.concurrent.Semaphore.acquire(Unknown Source)
 at org.apache.activemq.artemis.core.io.buffer.TimedBuffer$CheckTimer.run(TimedBuffer.java:484)
 at java.lang.Thread.run(Unknown Source)
{code}

          Component/s: MQTT

> Artemis Mqtt 
> -------------
>
>                 Key: ARTEMIS-2080
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2080
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: MQTT
>    Affects Versions: 2.6.2
>            Reporter: Tanya
>            Priority: Major
>
> There was not much activity on the broker when this occured -
> The broker halted as the critical-analyzer-policy=HALT.
> 16:44:11,819 ERROR [org.apache.activemq.artemis.core.server] AMQ224079: The process for the virtual machine will be killed, as component org.apache.activemq.artemis.core.io.buffer.TimedBuffer@4fcd19b3 is not responsive 
>  16:44:11,891 WARN [org.apache.activemq.artemis.core.server] AMQ222199: Thread dump: *******************************************************************************
> Thread dump-
> {code}
> activemq-buffer-timeout" Id=35 WAITING on java.util.concurrent.Semaphore$NonfairSync@2743c947
>  at sun.misc.Unsafe.park(Native Method)
>  - waiting on java.util.concurrent.Semaphore$NonfairSync@2743c947
>  at java.util.concurrent.locks.LockSupport.park(Unknown Source)
>  at java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(Unknown Source)
>  at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(Unknown Source)
>  at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(Unknown Source)
>  at java.util.concurrent.Semaphore.acquire(Unknown Source)
>  at org.apache.activemq.artemis.core.io.buffer.TimedBuffer$CheckTimer.run(TimedBuffer.java:484)
>  at java.lang.Thread.run(Unknown Source)
> {code}
> Note: we did not see such issues in 2.3.0



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)