Publishing of unroutable message with 0-9-1 client leaves the orphaned entries 
in BDB store 
--------------------------------------------------------------------------------------------

                 Key: QPID-3874
                 URL: https://issues.apache.org/jira/browse/QPID-3874
             Project: Qpid
          Issue Type: Bug
          Components: Java Broker, Java Broker BDB Store
    Affects Versions: 0.15
            Reporter: Alex Rudyy


Publishing of unroutable messages with a client connecting to broker using 
0-9-1 AMQP protocols leaves the orphaned message entriesin the BDB store.

Running of DbVerify after publishing confirmed that databases messageContentDb 
and messageMetaDataDb contained data whilst the rest of dabases have no entries
{noformat}
java -cp build/lib/je-5.0.34.jar com.sleepycat.je.util.DbVerify -h 
build/work/bdbstore/test-store/

.. snip

Verifying database messageContentDb_v5
Checking tree for messageContentDb_v5
BTree: Composition of btree, types and counts of nodes.
        binCount=3
        binsByLevel=[  level 1: count = 3
]
        deletedLNCount=0
        inCount=1
        insByLevel=[  level 2: count = 1
]
        lnCount=300
        mainTreeMaxDepth=2

BTree: Composition of btree, types and counts of nodes.

Verifying database messageMetaDataDb_v5
Checking tree for messageMetaDataDb_v5
BTree: Composition of btree, types and counts of nodes.
        binCount=3
        binsByLevel=[  level 1: count = 3
]
        deletedLNCount=0
        inCount=1
        insByLevel=[  level 2: count = 1
]
        lnCount=300
        mainTreeMaxDepth=2

BTree: Composition of btree, types and counts of nodes.
.. snip
{noformat}

Publishing of unroutables messages with 0-10 client does not leave orphaned 
entries in databases.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to