• Danny Auble's avatar
    Fix deadlock issue with burst_buffer/cray when a newly created burst · dcfa6ec0
    Danny Auble authored
    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.
    dcfa6ec0
To find the state of this project's repository at the time of any of these versions, check out the tags.