You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/11/05 18:37:00 UTC

[jira] [Work logged] (ARTEMIS-3555) Invalid Journal Update Record could break compacting

     [ https://issues.apache.org/jira/browse/ARTEMIS-3555?focusedWorklogId=677149&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-677149 ]

ASF GitHub Bot logged work on ARTEMIS-3555:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 05/Nov/21 18:36
            Start Date: 05/Nov/21 18:36
    Worklog Time Spent: 10m 
      Work Description: clebertsuconic merged pull request #3840:
URL: https://github.com/apache/activemq-artemis/pull/3840


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 677149)
    Remaining Estimate: 0h
            Time Spent: 10m

> Invalid Journal Update Record could break compacting
> ----------------------------------------------------
>
>                 Key: ARTEMIS-3555
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3555
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>            Reporter: Clebert Suconic
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> I had a bug in an older version of Artemis, and the newer broker would not be able to open compacting, leading to this exception:
> AMQ142032: Error reading journal file: java.lang.IllegalArgumentException: Keys and values must be >= 0
>         at org.apache.activemq.artemis.utils.collections.ConcurrentLongHashSet.checkBiggerEqualZero(ConcurrentLongHashSet.java:428) [artemis-commons-2.20.0-SNAPSHOT.jar:2.20.0-SNAPSHOT]
>         at org.apache.activemq.artemis.utils.collections.ConcurrentLongHashSet.contains(ConcurrentLongHashSet.java:119) [artemis-commons-2.20.0-SNAPSHOT.jar:2.20.0-SNAPSHOT]
>         at org.apache.activemq.artemis.core.journal.impl.AbstractJournalUpdateTask.containsRecord(AbstractJournalUpdateTask.java:247) [artemis-journal-2.20.0-SNAPSHOT.jar:2.20.0-SNAPSHOT]
>         at org.apache.activemq.artemis.core.journal.impl.JournalCompactor.onReadUpdateRecordTX(JournalCompactor.java:484) [artemis-journal-2.20.0-SNAPSHOT.jar:2.20.0-SNAPSHOT]
>         at org.apache.activemq.artemis.core.journal.impl.JournalImpl.readJournalFile(JournalImpl.java:849) [artemis-journal-2.20.0-SNAPSHOT.jar:2.20.0-SNAPSHOT]
>         at org.apache.activemq.artemis.core.journal.impl.JournalImpl.compact(JournalImpl.java:1868) [artemis-journal-2.20.0-SNAPSHOT.jar:2.20.0-SNAPSHOT]
>         at org.apache.activemq.artemis.cli.commands.tools.journal.CompactJournal.compactJournal(CompactJournal.java:79) [artemis-cli-2.20.0-SNAPSHOT.jar:2.20.0-SNAPSHOT]
>         at org.apache.activemq.artemis.cli.commands.tools.journal.CompactJournal.compactJournals(CompactJournal.java:47) [artemis-cli-2.20.0-SNAPSHOT.jar:2.20.0-SNAPSHOT]
>         at org.apache.activemq.artemis.cli.commands.tools.journal.CompactJournal.execute(CompactJournal.java:38) [artemis-cli-2.20.0-SNAPSHOT.jar:2.20.0-SNAPSHOT]
>         at org.apache.activemq.artemis.cli.Artemis.internalExecute(Artemis.java:157) [artemis-cli-2.20.0-SNAPSHOT.jar:2.20.0-SNAPSHOT]
>         at org.apache.activemq.artemis.cli.Artemis.execute(Artemis.java:105) [artemis-cli-2.20.0-SNAPSHOT.jar:2.20.0-SNAPSHOT]
>         at org.apache.activemq.artemis.cli.Artemis.execute(Artemis.java:132) [artemis-cli-2.20.0-SNAPSHOT.jar:2.20.0-SNAPSHOT]
>         at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [java.base:]
>         at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [java.base:]
>         at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [java.base:]
>         at java.base/java.lang.reflect.Method.invoke(Method.java:566) [java.base:]
>         at org.apache.activemq.artemis.boot.Artemis.execute(Artemis.java:134) [artemis-boot.jar:2.20.0-SNAPSHOT]
>         at org.apache.activemq.artemis.boot.Artemis.main(Artemis.java:50) [artemis-boot.jar:2.20.0-SNAPSHOT]



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