LLNL / UnifyFS

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

Set rpc timeout #727

Closed adammoody closed 2 years ago

adammoody commented 2 years ago

This adds two configurator options to set timeouts for client-server and server-server RPCs.

UNIFYFS_MARGO_CLIENT_TIMEOUT
UNIFYFS_MARGO_SERVER_TIMEOUT

One use case is to increase these values to some big number when running UnifyFS under a debugger. Having a config option avoids the need to change the hardcoded value and recompile.

Description

Motivation and Context

How Has This Been Tested?

Types of changes

Checklist: