Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1052445

Summary: Linearstore: Transaction Prepared List (TPL) fails with jexception 0x0402 AtomicCounter::addLimit() threw JERR_JNLF_FILEOFFSOVFL
Product: Red Hat Enterprise MRG Reporter: Kim van der Riet <kim.vdriet>
Component: qpid-cppAssignee: Kim van der Riet <kim.vdriet>
Status: CLOSED CURRENTRELEASE QA Contact: Zdenek Kraus <zkraus>
Severity: unspecified Docs Contact:
Priority: high    
Version: DevelopmentCC: esammons, iboverma, jross, zkraus
Target Milestone: 3.0   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: qpid-cpp-0.22-33 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-01-21 12:57:08 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:    
Bug Blocks: 709325    

Description Kim van der Riet 2014-01-13 20:28:14 UTC
When records are sent to the store transactionally, the transaction prepared list (TPL) fails with:

Unexpected error: jexception 0x0402 AtomicCounter::addLimit() threw JERR_JNLF_FILEOFFSOVFL: Attmepted to increase submitted offset past file size. (JournalFile::submittedDblkCount)

The error can easliy be reproduced by running the following against the broker with the linearstore loaded:

qpid-send -a "tq;{create:always,node:{type:queue,durable:true} }" --durable true --tx 1 --content-size 10 --messages 10000

Comment 1 Kim van der Riet 2014-01-13 20:30:27 UTC
Upstream bug: https://issues.apache.org/jira/browse/QPID-5425

Comment 2 Kim van der Riet 2014-01-13 20:31:08 UTC
Fixed in r.1551363

Comment 4 Zdenek Kraus 2014-03-03 09:16:10 UTC
tested on RHEL 6.5 i686 & x86_64 with following packages:
perl-qpid-0.22-7.el6
python-qpid-0.22-11.el6
python-qpid-qmf-0.22-27.el6
qpid-cpp-client-0.22-35.el6
qpid-cpp-client-devel-0.22-35.el6
qpid-cpp-client-devel-docs-0.22-35.el6
qpid-cpp-debuginfo-0.22-35.el6
qpid-cpp-server-0.22-35.el6
qpid-cpp-server-devel-0.22-35.el6
qpid-cpp-server-ha-0.22-35.el6
qpid-cpp-server-linearstore-0.22-35.el6
qpid-cpp-server-xml-0.22-35.el6
qpid-java-client-0.22-6.el6
qpid-java-common-0.22-6.el6
qpid-java-example-0.22-6.el6
qpid-jca-0.22-2.el6
qpid-jca-xarecovery-0.22-2.el6
qpid-proton-c-0.6-1.el6
qpid-proton-c-devel-0.6-1.el6
qpid-proton-debuginfo-0.6-1.el6
qpid-qmf-0.22-27.el6
qpid-qmf-debuginfo-0.22-27.el6
qpid-snmpd-1.0.0-15.el6
qpid-snmpd-debuginfo-1.0.0-15.el6
qpid-tools-0.22-8.el6
ruby-qpid-qmf-0.22-27.el6


-> VERIFIED