Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hammer: common: ThreadPool add/remove work queue methods not thread safe #5889

Merged
1 commit merged into from Nov 4, 2015

Commits on Sep 11, 2015

  1. WorkQueue: add/remove_work_queue methods now thread safe

    These methods were not acquiring the ThreadPool lock when
    manipulating the work_queue collection.  This was causing
    occasional crashes within librbd when opening and closing
    images.
    
    Fixes: ceph#12662
    Backport: hammer, firefly
    Signed-off-by: Jason Dillaman <dillaman@redhat.com>
    (cherry picked from commit 3e18449)
    Jason Dillaman authored and Abhishek Varshney committed Sep 11, 2015
    Configuration menu
    Copy the full SHA
    d8ac510 View commit details
    Browse the repository at this point in the history