Comment 4 for bug 1605666

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-web (stable/mitaka)

Reviewed: https://review.openstack.org/360091
Committed: https://git.openstack.org/cgit/openstack/fuel-web/commit/?id=99d213317c140374e06fdfb0ef5e792bc7702568
Submitter: Jenkins
Branch: stable/mitaka

commit 99d213317c140374e06fdfb0ef5e792bc7702568
Author: Bulat Gaifullin <email address hidden>
Date: Mon Jul 25 19:27:14 2016 +0300

    Stop sharing yaql engine between child processes

    Sharing of yaql engine causes random failures in lcm.task_serializers
    Now, each worker process will have its own instance of yaql engine.

    Change-Id: I7ab2036a01e0611b6f9782e504fb2ba26876507d
    Closes-Bug: 1605666
    (cherry picked from commit ab3a1ab3badf1cec88e4b6bda7fa8da2e61bbc38)