/[Apache-SVN]
ViewVC logotype

Revision 1505805


Jump to revision: Previous Next
Author: tabish
Date: Mon Jul 22 20:53:27 2013 UTC (11 years, 3 months ago)
Changed paths: 1
Log Message:
[LevelDB]

https://issues.apache.org/jira/browse/AMQ-4296

Fixes remainder of failing unit tests.  The LevelDB wasn't incrementing or decrementing reference counts on messages added to the store which causes the expectations of certain memory limit based tests to fail as the memory usage was being updates after the store add instead of during so a message could get placed into the batch list of a cursor when we did not expect that it would.  This could also cause a browse to return fewer message than we want as the in memory messages would top out the usage limit so we'd never page in one batch of messages. 

Changed paths

Path Details
Directoryactivemq/trunk/activemq-leveldb-store/src/main/scala/org/apache/activemq/leveldb/LevelDBStore.scala modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26