You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by Alan Conway <ac...@redhat.com> on 2014/01/09 20:59:06 UTC

Review Request 16761: QPID-5454: Sporadic core dump in ha_tests.ReplicationTests.test_auto_delete_failover

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/16761/
-----------------------------------------------------------

Review request for qpid and Gordon Sim.


Bugs: qpid-5454
    https://issues.apache.org/jira/browse/qpid-5454


Repository: qpid


Description
-------

QPID-5454: Sporadic core dump in ha_tests.ReplicationTests.test_auto_delete_failover

Due to race condition Bridge::cancel using a deleted Connection object.
If the bridge is being cancelled because it is about to be created on
a new connection, then it should not attempt to send a cancel to the
remote peer since that connection is no longer valid.


Diffs
-----

  /trunk/qpid/cpp/src/qpid/broker/Bridge.cpp 1556344 

Diff: https://reviews.apache.org/r/16761/diff/


Testing
-------


Thanks,

Alan Conway