You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by GitBox <gi...@apache.org> on 2019/05/31 18:51:24 UTC

[GitHub] [qpid-cpp] ChugR opened a new pull request #21: QPID-8319: clear persistent connection context on autodeleted msgs

ChugR opened a new pull request #21: QPID-8319: clear persistent connection context on autodeleted msgs
URL: https://github.com/apache/qpid-cpp/pull/21
 
 
   In the event that
    1) the message is a QMF request
    2) it is in an autoDelete queue
    3) the queue has an alternate exchange 'qmf.default.direct'
    4) the original connection is lost
   
   then the router may segfault or otherwise misbehave since the message's
   connection context is now invalid.
   
   This patch clears the connection context for *all* autodeleted messages
   and as such may be too aggressive clearing the context.  Review Needed 
   
   This patch does not include a self test.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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