Description of problem: Provisioning a durable message (backed up by linearstore journal) and restarting the broker without enqueueing a message into it raises warning message "Journal .. is uninitialized or corrupted". This message (on this verbosity level) is confusing for a user, as it suggests some problem with the journal while there is none. Please change the verbosity to info. Note however that the log message can appear under different use cases (corrupted journal header) where warn level is appropriate. Version-Release number of selected component (if applicable): qpid-cpp 0.22-49 How reproducible: 100% Steps to Reproduce: 1. service qpidd restart 2. qpid-config add queue DurableQueue --durable 3. service qpidd restart Actual results: 2014-10-01 16:04:19 [Store] warning Linear Store: Journal "DurableQueue": Journal file /var/lib/qpidd/qls/jrnl/DurableQueue/0add3b06-06ee-4f86-8e17-22e0fd1a67e9.jrnl is uninitialized or corrupted Expected results: The log is on info level. Additional info:
This issue has been fixed with checkin r.1649081, the final checkin for a related bug 1160367. With this checkin, the uninitialized file is now correctly used by the store as the first journal file in the queue.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHEA-2015-1879.html