Its a crash bug in HA with a trivial 1 line fix. Review requested at https://reviews.apache.org/r/16761/
Commit 1556966 from Alan Conway in branch 'qpid/trunk' [ https://svn.apache.org/r1556966 ] 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. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
