LLNL / UnifyFS

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

Making timeout units consistent #811

Open wangvsa opened 4 months ago

wangvsa commented 4 months ago

Current configuration allows setting three timeouts, but they don't use the same unit.

margo section:

server section:

Maybe better to make the three timeout units the same? Probably all use seconds. Otherwise, It can be confusing when checking a job script with all three environment variables:

export UNIFYFS_SERVER_INIT_TIMEOUT=600
export UNIFYFS_MARGO_CLIENT_TIMEOUT=60000
export UNIFYFS_MARGO_SERVER_TIMEOUT=60000