You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Bhavesh Kharwa (JIRA)" <ji...@apache.org> on 2019/06/06 05:47:00 UTC

[jira] [Created] (ARTEMIS-2373) messages are accumulated in artemis-cluster queue $.artemis.internal.sf.my-cluster

Bhavesh Kharwa created ARTEMIS-2373:
---------------------------------------

             Summary: messages are accumulated in artemis-cluster queue $.artemis.internal.sf.my-cluster
                 Key: ARTEMIS-2373
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2373
             Project: ActiveMQ Artemis
          Issue Type: Bug
    Affects Versions: 2.8.0
            Reporter: Bhavesh Kharwa


Getting following warning in artemis. After this warning comes, the messages accumulated on _*$.artemis.internal.sf.my-cluster*_ and after sometimes artemis stop working
{code:java}
2019-05-09 07:23:24,940 WARN  [org.apache.activemq.artemis.core.server] AMQ222055: Error on deleting duplicate cache: java.lang.IllegalStateException: Cannot find add info 15413868 on compactor or current records
        at org.apache.activemq.artemis.core.journal.impl.JournalImpl.checkKnownRecordID(JournalImpl.java:1074) [artemis-journal-2.7.0.jar:2.7.0]
        at org.apache.activemq.artemis.core.journal.impl.JournalImpl.appendDeleteRecord(JournalImpl.java:943) [artemis-journal-2.7.0.jar:2.7.0]
        at org.apache.activemq.artemis.core.persistence.impl.journal.AbstractJournalStorageManager.deleteDuplicateID(AbstractJournalStorageManager.java:484) [artemis-server-2.7.0.jar:2.7.0]
        at org.apache.activemq.artemis.core.postoffice.impl.DuplicateIDCacheImpl.addToCacheInMemory(DuplicateIDCacheImpl.java:263) [artemis-server-2.7.0.jar:2.7.0]
        at org.apache.activemq.artemis.core.postoffice.impl.DuplicateIDCacheImpl.addToCache(DuplicateIDCacheImpl.java:217) [artemis-server-2.7.0.jar:2.7.0]
        at org.apache.activemq.artemis.core.postoffice.impl.DuplicateIDCacheImpl.atomicVerify(DuplicateIDCacheImpl.java:191) [artemis-server-2.7.0.jar:2.7.0]
        at org.apache.activemq.artemis.core.postoffice.impl.PostOfficeImpl.checkDuplicateID(PostOfficeImpl.java:1457) [artemis-server-2.7.0.jar:2.7.0]
        at org.apache.activemq.artemis.core.postoffice.impl.PostOfficeImpl.route(PostOfficeImpl.java:891) [artemis-server-2.7.0.jar:2.7.0]
        at org.apache.activemq.artemis.core.postoffice.impl.PostOfficeImpl.route(PostOfficeImpl.java:867) [artemis-server-2.7.0.jar:2.7.0]
        at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.doSend(ServerSessionImpl.java:1972) [artemis-server-2.7.0.jar:2.7.0]
        at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1615) [artemis-server-2.7.0.jar:2.7.0]
        at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1554) [artemis-server-2.7.0.jar:2.7.0]
        at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1546) [artemis-server-2.7.0.jar:2.7.0]
        at org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.send(ServerSessionImpl.java:1539) [artemis-server-2.7.0.jar:2.7.0]
        at org.apache.activemq.artemis.core.protocol.core.ServerSessionPacketHandler.onSessionSend(ServerSessionPacketHandler.java:694) [artemis-server-2.7.0.jar:2.7.0]
        at org.apache.activemq.artemis.core.protocol.core.ServerSessionPacketHandler.onMessagePacket(ServerSessionPacketHandler.java:268) [artemis-server-2.7.0.jar:2.7.0]
        at org.apache.activemq.artemis.utils.actors.Actor.doTask(Actor.java:33) [artemis-commons-2.7.0.jar:2.7.0]
        at org.apache.activemq.artemis.utils.actors.ProcessorBase.executePendingTasks(ProcessorBase.java:66) [artemis-commons-2.7.0.jar:2.7.0]
        at org.apache.activemq.artemis.utils.actors.OrderedExecutor.doTask(OrderedExecutor.java:42) [artemis-commons-2.7.0.jar:2.7.0]
        at org.apache.activemq.artemis.utils.actors.OrderedExecutor.doTask(OrderedExecutor.java:31) [artemis-commons-2.7.0.jar:2.7.0]
        at org.apache.activemq.artemis.utils.actors.ProcessorBase.executePendingTasks(ProcessorBase.java:66) [artemis-commons-2.7.0.jar:2.7.0]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [rt.jar:1.8.0_181]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [rt.jar:1.8.0_181]
        at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) [artemis-commons-2.7.0.jar:2.7.0]
{code}



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