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 subversion and git services (JIRA)" <ji...@apache.org> on 2019/08/01 16:55:01 UTC

[jira] [Commented] (ARTEMIS-2410) max-saved-replicated-journals-size=0 throws ArrayIndexOutOfBoundsException

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

ASF subversion and git services commented on ARTEMIS-2410:
----------------------------------------------------------

Commit 51fdcca4642ac495202934754f2a9664cd9a7b2e in activemq-artemis's branch refs/heads/master from Shailendra Kumar Singh
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=51fdcca ]

ARTEMIS-2410 max-saved-replicated-journals-size=0 throws ArrayIndexOutOfBoundsException


> max-saved-replicated-journals-size=0 throws ArrayIndexOutOfBoundsException
> --------------------------------------------------------------------------
>
>                 Key: ARTEMIS-2410
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2410
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 2.9.0
>            Reporter: Shailendra Kumar singh
>            Priority: Major
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> max-saved-replicated-journals-size=0 throws ArrayIndexOutOfBoundsException
> {code:java}
> 2019-07-04 09:59:27,518 ERROR [org.apache.activemq.artemis.core.server] AMQ224000: Failure in initialisation: java.lang.ArrayIndexOutOfBoundsException: 5
> 	at org.apache.activemq.artemis.core.server.files.FileMoveManager.internalCheckOldFolders(FileMoveManager.java:143) [artemis-server-2.10.0-SNAPSHOT.jar:2.10.0-SNAPSHOT]
> 	at org.apache.activemq.artemis.core.server.files.FileMoveManager.doMove(FileMoveManager.java:96) [artemis-server-2.10.0-SNAPSHOT.jar:2.10.0-SNAPSHOT]
> 	at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.moveServerData(ActiveMQServerImpl.java:3647) [artemis-server-2.10.0-SNAPSHOT.jar:2.10.0-SNAPSHOT]
> 	at org.apache.activemq.artemis.core.server.impl.SharedNothingBackupActivation.run(SharedNothingBackupActivation.java:111) [artemis-server-2.10.0-SNAPSHOT.jar:2.10.0-SNAPSHOT]
> 	at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$ActivationThread.run(ActiveMQServerImpl.java:3716) [artemis-server-2.10.0-SNAPSHOT.jar:2.10.0-SNAPSHOT]
> {code}
> This can be replicated on a master/salve set-up.
> 1. Start master/slave with the default configuration.
> 2. Failback multiple time in order to create oldreplica folder.
> 3. max-saved-replicated-journals-size=0
> 4. Restart slave broker.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)