[
https://issues.apache.org/jira/browse/AMQ-7225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16860952#comment-16860952
]
ASF subversion and git services commented on AMQ-7225:
------------------------------------------------------
Commit 28a0cc6e5a78adb4b0b0134c860911c921f6a074 in activemq's branch
refs/heads/master from gtully
[ https://gitbox.apache.org/repos/asf?p=activemq.git;h=28a0cc6 ]
AMQ-7225 - fix intermittent failure, avoid gc of partial tx pending commit
> [mKahadb] over eager cleanup processing during recovery
> -------------------------------------------------------
>
> Key: AMQ-7225
> URL: https://issues.apache.org/jira/browse/AMQ-7225
> Project: ActiveMQ
> Issue Type: Bug
> Components: Message Store
> Affects Versions: 5.15.0
> Reporter: Gary Tully
> Assignee: Gary Tully
> Priority: Major
> Fix For: 5.16.0
>
>
> it is possible to generated a failed recovery (and failed broker start) with:
> {code:java}
> java.io.IOException: Could not locate data file <..>
> {code} potentially leading to heuristic rollbacks or partially completed
> transactions.
> the cleanup task is kicked off in parallel with recovery which is the root
> cause of the problem.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)