[
https://issues.apache.org/jira/browse/AMQ-6071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15041288#comment-15041288
]
ASF GitHub Bot commented on AMQ-6071:
-------------------------------------
GitHub user tmielke opened a pull request:
https://github.com/apache/activemq/pull/162
https://issues.apache.org/jira/browse/AMQ-6071 - Log info about corru…
…pted journal records at WARN level
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tmielke/activemq CorruptedJournalLogging
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq/pull/162.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #162
----
commit 911e04ca8b4365bb851bf0fa6fcac991b4492fb2
Author: Torsten Mielke <[email protected]>
Date: 2015-12-04T08:39:03Z
https://issues.apache.org/jira/browse/AMQ-6071 - Log info about corrupted
journal records at WARN level
----
> Log info about corrupted journal records at WARN level
> ------------------------------------------------------
>
> Key: AMQ-6071
> URL: https://issues.apache.org/jira/browse/AMQ-6071
> Project: ActiveMQ
> Issue Type: Bug
> Components: KahaDB
> Affects Versions: 5.13.0
> Reporter: Torsten Mielke
> Priority: Minor
> Labels: corruption, kahadb
>
> Currently information about corrupted journal records are logged at INFO
> level.
> {code}
> 2015-12-03 14:26:21,292 | INFO | pool-12-thread-1 | Journal |
> tore.kahadb.disk.journal.Journal 335 | 171 -
> org.apache.activemq.activemq-osgi - 5.11.1 | Corrupt journal records found in
> '/tmp/kahadb/db-1.log' between offsets: 2041..3156
> {code}
> We should change the log level to WARN.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)