Commit dcfa6ec0 authored by Danny Auble's avatar Danny Auble
Browse files

Fix deadlock issue with burst_buffer/cray when a newly created burst

buffer is found.

Bug 2576

What happened was a function was doing a double read lock which isn't
awesome to begin with, but not really horrible (if all you are doing is
read locks anyway).  The problem was after the first lock was locked a
different thread was going for a write lock and so when the second
read lock came in it created deadlocked.
parent 886df85b
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment