• Morris Jette's avatar
    cray/burst_buffer - Increase timer · b4763c75
    Morris Jette authored
    cray/burst_buffer - Increase time to synchronize operations between threads
        from 5 to 60 seconds ("setup" operation time observed over 17 seconds).
        This should fix a race condition between a thread performing a buffer
        creation (setup) and a thread looking for unexpected buffers. If a
        buffer is found during the time window allowed for creation, it's
        space will be counted twice. First by the status checking thread
        and second by the thread doing the creation. The deallocation only
        happens once, so the used space information can be left with an
        invalid value.
    bug 3295
    b4763c75
To find the state of this project's repository at the time of any of these versions, check out the tags.