[jira] [Commented] (QPID-8248) qpid-config lists deleted exchange

2018-10-12 Thread ASF subversion and git services (JIRA)


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

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

Commit f264cc6c0f27635b784d602d6ff85df09742cbe0 in qpid-cpp's branch 
refs/heads/master from Gordon Sim
[ https://git-wip-us.apache.org/repos/asf?p=qpid-cpp.git;h=f264cc6 ]

QPID-8248: fix resetting of pointer for certain compilers


> qpid-config lists deleted exchange
> --
>
> Key: QPID-8248
> URL: https://issues.apache.org/jira/browse/QPID-8248
> Project: Qpid
>  Issue Type: Bug
>  Components: C++ Broker
>Affects Versions: qpid-cpp-1.38.0
>Reporter: Gordon Sim
>Assignee: Gordon Sim
>Priority: Major
> Fix For: qpid-cpp-1.39.0
>
>
> In AMQP 0-10, the last exchange to which a message is sent is cached for 
> improved performance. However this means that the exchange object will not be 
> freed when deleted from the registry until all references to it are freed.
> To reproduce:
>  {noformat}
>  1. qpid-config add exchange foo
>  2. qpid-send -a foo --content-stdin
>  3. enter some text to send a message
>  4. in another console qpid-config dell exchange foo
>  5. qpid-config exchanges
> {noformat}
> Should not see the deleted exchange in step 5.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (QPID-8248) qpid-config lists deleted exchange

2018-10-10 Thread Gordon Sim (JIRA)


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

Gordon Sim commented on QPID-8248:
--

Fixed by 
https://git1-us-west.apache.org/repos/asf/qpid-proton/repo?p=qpid-cpp.git;a=commit;h=07673b0b3b5e902f3b6784cdb1ff29a3418f234b

> qpid-config lists deleted exchange
> --
>
> Key: QPID-8248
> URL: https://issues.apache.org/jira/browse/QPID-8248
> Project: Qpid
>  Issue Type: Bug
>  Components: C++ Broker
>Affects Versions: qpid-cpp-1.38.0
>Reporter: Gordon Sim
>Assignee: Gordon Sim
>Priority: Major
> Fix For: qpid-cpp-1.39.0
>
>
> In AMQP 0-10, the last exchange to which a message is sent is cached for 
> improved performance. However this means that the exchange object will not be 
> freed when deleted from the registry until all references to it are freed.
> To reproduce:
>  {noformat}
>  1. qpid-config add exchange foo
>  2. qpid-send -a foo --content-stdin
>  3. enter some text to send a message
>  4. in another console qpid-config dell exchange foo
>  5. qpid-config exchanges
> {noformat}
> Should not see the deleted exchange in step 5.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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