Comment 3 for bug 1181569

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

Reviewed: https://review.openstack.org/31089
Committed: http://github.com/openstack-infra/gearman-plugin/commit/78abc3d90375aed87c9d9c9dd163d00cd9667874
Submitter: Jenkins
Branch: master

commit 78abc3d90375aed87c9d9c9dd163d00cd9667874
Author: zaro0508 <email address hidden>
Date: Thu May 30 11:07:27 2013 -0700

    Added a Stop() method to handle stopping executor worker threads.

    fix for bug 1181569

    Refactored how stop was handled. Removing thread and stopping thread
    in the same syncronized loop was causing concurrent modification error.
    Needed to seperate the actions for it to work.

    Change-Id: I99b676f377842826f9e6a847cfeff76be91c8299