You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Siva Shankar Manikandakumar (Jira)" <ji...@apache.org> on 2021/06/23 11:44:00 UTC

[jira] [Created] (ARTEMIS-3364) appendRollbackRecord:java.lang.IllegalStateException

Siva Shankar Manikandakumar created ARTEMIS-3364:
----------------------------------------------------

             Summary: appendRollbackRecord:java.lang.IllegalStateException 
                 Key: ARTEMIS-3364
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3364
             Project: ActiveMQ Artemis
          Issue Type: Bug
          Components: ActiveMQ-Artemis-Native
    Affects Versions: 2.16.0
         Environment: Production
            Reporter: Siva Shankar Manikandakumar
            Assignee: Clebert Suconic


We are using Artemis broker for messaging in our infrastructure. We have a pair of Artemis servers (Live-Backup combination), lately I am seeing below error in the logs and I am not sure how to fix it.

 Artemis version in use: 2.16

 *+Our current setup+*

Paging is enabled with <max-size-bytes>104857600</max-size-bytes> and <page-size-bytes>10485760</page-size-bytes>

There is 50GB in memory

<global-max-size> is disabled

Console is accessible during this error and the address memory usage is around 85 MB

 

+Error Logs:+

Jun 23 10:03:35 activemq01 docker[34434]: 2021-06-23 10:03:35,681 *ERROR [org.apache.activemq.artemis.core.journal.impl.JournalImpl] appendRollbackRecord:java.lang.IllegalStateException*: Cannot find tx with id 41888201: java.lang.IllegalStateException: Cannot find tx with id 41888201

Jun 23 10:03:35 activemq01 docker[34434]:         at org.apache.activemq.artemis.core.journal.impl.JournalImpl$10.run(JournalImpl.java:1447) [artemis-journal-2.16.0.jar:2.16.0]

Jun 23 10:03:35 activemq01 docker[34434]:         at org.apache.activemq.artemis.utils.actors.OrderedExecutor.doTask(OrderedExecutor.java:42) [artemis-commons-2.16.0.jar:2.16.0]

Jun 23 10:03:35 activemq01 docker[34434]:         at org.apache.activemq.artemis.utils.actors.OrderedExecutor.doTask(OrderedExecutor.java:31) [artemis-commons-2.16.0.jar:2.16.0]

Jun 23 10:03:35 activemq01 docker[34434]:         at org.apache.activemq.artemis.utils.actors.ProcessorBase.executePendingTasks(ProcessorBase.java:65) [artemis-commons-2.16.0.jar:2.16.0]

Jun 23 10:03:35 activemq01 docker[34434]:         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [rt.jar:1.8.0_232]

Jun 23 10:03:35 activemq01 docker[34434]:         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [rt.jar:1.8.0_232]

Jun 23 10:03:35 activemq01 docker[34434]:         at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) [artemis-commons-2.16.0.jar:2.16.0]

Jun 23 10:03:35 activemq01 docker[34434]: 2021-06-23 10:03:35,685 WARN  [org.apache.activemq.artemis.core.server] AMQ222104: IO Error completing the transaction, code = 6, message = Cannot find tx with id 41888201

 

Kindly let me know if you need more information.  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)