You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DAOS-18388 client: handle timeout for CRT_OPC_PROTO_QUERY RPC
Currently, the initial timeout for CRT_OPC_PROTO_QUERY RPC is only
3 seconds, it will help to get going more quickly when some rank(s)
is down. But that increases the risk of query failure with timeout
if there are only a few targets in the system and they may be busy
or not ready in time when being queried.
The patch adds another one CRT_OPC_PROTO_QUERY RPC retry against
the rank that has ever reported RPC timeout. Such retry will use
default RPC timeout configuration instead of initial small value.
Signed-off-by: Fan Yong <[email protected]>
0 commit comments