Back to bug 1332143

Who When What Removed Added
Gordon Sim 2016-05-02 18:43:57 UTC Status NEW POST
CC gsim
Link ID Apache JIRA QPID-7250
Assignee messaging-bugs gsim
Zdenek Kraus 2016-05-03 08:53:20 UTC CC zkraus
Mike Cressman 2016-07-21 01:26:44 UTC CC mcressma
Target Milestone --- 3.3
Mike Cressman 2016-10-17 13:37:53 UTC Target Milestone 3.3 3.2.3
Mike Cressman 2016-11-29 03:27:42 UTC Target Milestone 3.2.3 3.2.4
Mike Cressman 2017-02-25 17:05:55 UTC Target Milestone 3.2.4 3.2.5
Mike Cressman 2017-04-06 19:15:04 UTC Status POST MODIFIED
Fixed In Version qpid-cpp-1.36.0-2
errata-xmlrpc 2017-04-06 19:40:28 UTC Status MODIFIED ON_QA
Zdenek Kraus 2017-04-25 11:52:16 UTC QA Contact messaging-qe-bugs zkraus
Zdenek Kraus 2017-04-25 12:49:51 UTC Status ON_QA VERIFIED
Mike Cressman 2017-05-19 16:37:22 UTC Doc Text Cause:
If you have a durable paged queue and send a durable message that is too large to fit in a single page, the broker rejects it, which is expected based on current implementation. However, it still goes ahead and writes the message to disk.

Consequence:
Then if you stop and subsequently attempt to restart the broker, it fails to start (with the same error message).

Fix:
The broker now does not write the durable message to disk if it is too large to fit in a single page,

Result:
and the broker no longer fails to start up after such a message is detected.
errata-xmlrpc 2017-07-03 13:17:41 UTC Status VERIFIED RELEASE_PENDING
errata-xmlrpc 2017-07-04 07:49:26 UTC Status RELEASE_PENDING CLOSED
Resolution --- ERRATA
Last Closed 2017-07-04 03:49:26 UTC

Back to bug 1332143