LLNL / UnifyFS

UnifyFS: A file system for burst buffers
Other
102 stars 31 forks source link

fix unlock bug in shmem logio when no spill available #766

Closed MichaelBrim closed 1 year ago

MichaelBrim commented 1 year ago

There was an unhandled case where we assumed a non-zero sized spill area and didn't unlock the shmem logio header when trying to allocate space.

Motivation and Context

See issue #762

Types of changes

Checklist:

adammoody commented 1 year ago

Thanks @wangvsa and @MichaelBrim !