Comment 6 for bug 1715848

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

Reviewed: https://review.openstack.org/623936
Committed: https://git.openstack.org/cgit/openstack/mistral/commit/?id=ec06ccf65a69fdfe95f2f669591ff2a4a3aca7cc
Submitter: Zuul
Branch: stable/rocky

commit ec06ccf65a69fdfe95f2f669591ff2a4a3aca7cc
Author: Jose Castro Leon <email address hidden>
Date: Mon Feb 26 16:00:27 2018 +0100

    [Event-engine] Allow event_engine to work in HA

    A previous patch allows to make multiple event_engines to listen
    to a single queue, but the RPC calls on CRUD are still synchronous

    This patch modifies the calls and broadcasts them on all the event
    engines allow them to modify each independent listeners.

    Closes-Bug: #1715848
    Change-Id: Ia37831a03993f5a1bf980d62344d25377062788d
    (cherry picked from commit defff0877392400e572dca772d24b2c6fe49dca1)