/[Apache-SVN]
ViewVC logotype

Revision 1304020


Jump to revision: Previous Next
Author: gtully
Date: Thu Mar 22 20:01:40 2012 UTC (12 years, 7 months ago)
Changed paths: 3
Log Message:
https://issues.apache.org/jira/browse/AMQ-3768: ClassCastException when running some Durable Consumer test cases. root cause of the classcast was the reuse of a freed node that was still referenced as the head page id of a listindex. The fix is to not modify the head page id of a listindex when removing and coalescing linked pages, the head page remains valid for the duration of a subscription. Eventually got a test case that could easlily reproduce

Changed paths

Path Details
Directoryactivemq/trunk/activemq-core/src/test/java/org/apache/activemq/usecases/DurableSubscriptionOfflineTest.java modified , text changed
Directoryactivemq/trunk/kahadb/src/main/java/org/apache/kahadb/index/ListIndex.java modified , text changed
Directoryactivemq/trunk/kahadb/src/main/java/org/apache/kahadb/index/ListNode.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26