You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/10/13 14:24:33 UTC

[jira] [Commented] (QPID-6147) [C++ broker linearstore] missing journal id in "trace Mgmt create journal." log

    [ https://issues.apache.org/jira/browse/QPID-6147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14169221#comment-14169221 ] 

ASF subversion and git services commented on QPID-6147:
-------------------------------------------------------

Commit 1631360 from [~pmoravec] in branch 'qpid/trunk'
[ https://svn.apache.org/r1631360 ]

QPID-6147: missing journal id in "trace Mgmt create journal." log

>  [C++ broker linearstore] missing journal id in "trace Mgmt create journal." log
> --------------------------------------------------------------------------------
>
>                 Key: QPID-6147
>                 URL: https://issues.apache.org/jira/browse/QPID-6147
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>    Affects Versions: 0.30
>            Reporter: Pavel Moravec
>            Assignee: Pavel Moravec
>            Priority: Trivial
>              Labels: easyfix, easytest
>
> Description of problem:
> When creating a journal in linearstore, broker logs:
> 2014-10-13 10:35:32 [Model] trace Mgmt create journal. id:
> without the queue name as expected id.
> The journal name / id in the relevant QMF object is set properly later on (see qpid-tool -> list journal), it is just missing in the trace log.
> How reproducible:
> 100%
> Steps to Reproduce:
> 1. qpidd --log-enable=trace+:qmf::org::apache::qpid::linearstore::Journal::Journal
> 2. (in 2nd terminal) qpid-config add queue Durable --durable
> 3. (in 1st terminal): check output; restart broker & check output
> Actual results:
> 2014-10-13 12:55:28 [Model] trace Mgmt create journal. id:
> (without "Durable" as the id)
> (both when created via qpid-config and after restart)
> Expected results:
> 2014-10-13 12:55:28 [Model] trace Mgmt create journal. id:Durable
> (both when created via qpid-config and after restart)
> Additional info:



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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