----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6092/ -----------------------------------------------------------
Review request for qpid, Andrew Stitcher, Gordon Sim, and Ted Ross. Description ------- TimerTask::cancel was being called with locks held, causing a deadlock. See JIRA for stack trace. Moved call to cancel() out of the lock. Diffs ----- /trunk/qpid/cpp/src/qpid/broker/Link.cpp 1363520 /trunk/qpid/cpp/src/qpid/broker/LinkRegistry.cpp 1363520 Diff: https://reviews.apache.org/r/6092/diff/ Testing ------- make check Thanks, Alan Conway
