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

[jira] [Commented] (ARTEMIS-3364) appendRollbackRecord:java.lang.IllegalStateException in Artemis 2.16.0

    [ https://issues.apache.org/jira/browse/ARTEMIS-3364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17368431#comment-17368431 ] 

Justin Bertram commented on ARTEMIS-3364:
-----------------------------------------

Can you elaborate on the use-case where this is observed?

Can you reproduce this on 2.17.0?

> appendRollbackRecord:java.lang.IllegalStateException in Artemis 2.16.0
> ----------------------------------------------------------------------
>
>                 Key: ARTEMIS-3364
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3364
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>    Affects Versions: 2.16.0
>         Environment: Production
>            Reporter: Siva Shankar Manikandakumar
>            Priority: Major
>
> 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.
> Paging is enabled with {{<max-size-bytes>104857600</max-size-bytes>}} and {{<page-size-bytes>10485760</page-size-bytes>}}. {{<global-max-size>}} is disabled.
> There is 50GB in memory.
> Console is accessible during this error and the address memory usage is around 85 MB
> +Error Logs:+
> {noformat}
> 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
> {noformat}
>  
> Kindly let me know if you need more information.



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