You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Robbie Gemmell (Resolved) (JIRA)" <ji...@apache.org> on 2012/03/05 17:25:58 UTC

[jira] [Resolved] (QPID-3874) Publishing of unroutable message with 0-9-1 client leaves the orphaned entries in BDB store

     [ https://issues.apache.org/jira/browse/QPID-3874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robbie Gemmell resolved QPID-3874.
----------------------------------

    Resolution: Duplicate

Resolving, work was done via duplicate (my bad) JIRA QPID-3881.
                
> 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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org