LLNL / UnifyFS

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

avoid request signal if RM thread exiting #721

Closed MichaelBrim closed 2 years ago

MichaelBrim commented 2 years ago

Description

Potential fix by avoid pthread condition operations for request manager threads that are in the process of being shut down.

Motivation and Context

See issue #691

How Has This Been Tested?

Tested in Ubuntu docker.

Types of changes

Checklist:

CamStan commented 2 years ago

Tested this branch. Looks like this will resolve #691.