Bug 1224300
| Summary: | [MRG 3.2] linearstore raising JERR_LFCR_SEQNUMNOTFOUND after sending many DTX transactions | ||
|---|---|---|---|
| Product: | Red Hat Enterprise MRG | Reporter: | Mike Cressman <mcressma> |
| Component: | qpid-cpp | Assignee: | Irina Boverman <iboverma> |
| Status: | CLOSED ERRATA | QA Contact: | Eric Sammons <esammons> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 3.0 | CC: | esammons, iboverma, jross, kim.vdriet, messaging-bugs, messaging-qe-bugs, pematous, pmoravec, smumford |
| Target Milestone: | 3.2 | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | qpid-cpp-0.32-3 | Doc Type: | Bug Fix |
| Doc Text: |
In previous releases of the product, customers could encounter a `JERR_LFCR_SEQNUMNOTFOUND` error. This is because after sufficient journal files have been used, the journal sequence number overflows to 0 which is a reserved and non-existent file number. This is an artifact of the older legacystore, where file numbers were limited in a circular buffer to 64 files.
In this release, all use of the journal file sequence number has been updated to use 64-bit unsigned integers, preventing the error from occurring in any practical usage situation.
|
Story Points: | --- |
| Clone Of: | 1223789 | Environment: | |
| Last Closed: | 2015-10-08 13:10:34 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1223789 | ||
| Bug Blocks: | 1223795 | ||
|
Description
Mike Cressman
2015-05-22 13:34:33 UTC
Definitely need to fix this in 3.2, and hotfix or fix in 3.0/3.1. This issue is fixed. Verified on RHEL 6 (x86_64, i386) with packages: qpid-cpp-client-0.34-1.el6 qpid-cpp-server-rdma-0.34-1.el6 qpid-cpp-server-ha-0.34-1.el6 qpid-proton-c-0.9-4.el6 qpid-cpp-server-0.34-1.el6 qpid-cpp-client-devel-0.34-1.el6 qpid-cpp-server-linearstore-0.34-1.el6 qpid-cpp-server-devel-0.34-1.el6 qpid-qmf-0.34-1.el6.x86_64 qpid-tools-0.34-1.el6.noarch qpid-cpp-client-rdma-0.34-1.el6 qpid-cpp-server-xml-0.34-1.el6 qpid-cpp-debuginfo-0.34-1.el6 and qpid-cpp-server-0.32-3.el6 qpid-cpp-server-ha-0.32-3.el6 qpid-cpp-server-devel-0.32-3.el6 qpid-cpp-client-0.32-3.el6 qpid-cpp-client-rdma-0.32-3.el6 qpid-cpp-server-rdma-0.32-3.el6 qpid-cpp-server-linearstore-0.32-3.el6 qpid-cpp-debuginfo-0.32-3.el6 qpid-proton-c-0.9-4.el6 qpid-cpp-client-devel-0.32-3.el6 qpid-cpp-server-xml-0.32-3.el6 -> VERIFIED 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 |