the timeout value for scheduler (i.e. client-side gfsd selection algorithm) is not configurable,
and there are two inconsistent values as follows:
#define GFARM_AUTH_TIMEOUT 60
#define GFS_CLIEWNT_COMMAND_TIMEOUT 20
it's desired to make the timeout configurable,
thus, we'll introduce "schedule_rpc_timeout" direcitve,
and make its default 35 seconds, just like gfmd_authentication_timeout.
Diff:
Diff:
implemented as follows:
Related
Commit: [r11266]
Commit: [r11267]
Commit: [r11270]
Commit: [r11271]
Commit: [r11273]
Commit: [r11274]
Commit: [r11325]
Commit: [r11326]
Commit: [r11327]
Commit: [r11328]
Commit: [r11329]
Commit: [r11330]