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

Release memoryStore locks before filter/apply #22918

Merged
merged 1 commit into from
May 26, 2016

Commits on May 23, 2016

  1. Release memoryStore locks before filter/apply

    Rework memoryStore so that filters and apply run
    on a cloned list of containers after the lock has
    been released. This avoids possible deadlocks when
    these filter/apply callbacks take locks for a
    container.
    
    Fixes moby#22732
    
    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    tonistiigi committed May 23, 2016
    Configuration menu
    Copy the full SHA
    bd2b3d3 View commit details
    Browse the repository at this point in the history