Comment 4 for bug 1750752

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

Reviewed: https://review.openstack.org/550399
Committed: https://git.openstack.org/cgit/openstack/mistral/commit/?id=3e042238886e9a3640469423bbdf241832233b7e
Submitter: Zuul
Branch: master

commit 3e042238886e9a3640469423bbdf241832233b7e
Author: Renat Akhmerov <email address hidden>
Date: Wed Mar 7 15:48:41 2018 +0700

    Make sure not to swallow original exceptions on handling remote errors

    * Also removed a custom initializer of SizeLimitExceededException with
      3 parameters in favor of creating a static method because we
      have to assume that all MistralException classes have an initializer
      with only one parameter "message" to be able to restore an exception
      on the RPC client which was raised on the RPC server.

    Change-Id: Idd52bb7bb18168826644d8aaca3d96be46f8ae9e
    Closes-Bug: #1750752