Comment 2 for bug 1340277

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oslo.messaging (master)

Reviewed: https://review.openstack.org/107240
Committed: https://git.openstack.org/cgit/openstack/oslo.messaging/commit/?id=ed886236f6c80b4f9379c941398b589b46c6ca6d
Submitter: Jenkins
Branch: master

commit ed886236f6c80b4f9379c941398b589b46c6ca6d
Author: armando-migliaccio <email address hidden>
Date: Tue Jul 15 22:57:11 2014 -0700

    Track the attempted method when raising UnsupportedVersion

    This helps in circumstances where the only stacktrace visible
    is on the target side (e.g. due to cast or fanout operations)
    and without the method information is difficult to root cause
    what is going on.

    Change-Id: I070ecda4d56186fcda8e8bfc49bf723928998393
    Closes-bug: #1340277