Menu

#1074 make scheduler timeout configurable

gfarm-2.6.29
closed
None
fixed
gfarm_v2
major
enhancement
2019-10-24
2019-08-21
No

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.

Discussion

  • SODA Noriyuki

    SODA Noriyuki - 2019-08-21
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -5,4 +5,4 @@
         #define GFS_CLIEWNT_COMMAND_TIMEOUT 20
    
     it's desired to change the timeout, thus, introduce "gfsd_scheduling_timeout" direcitve,
    -and make the default 35 seconds, just like gfmd_authentication_timeout.
    +and make its default 35 seconds, just like gfmd_authentication_timeout.
    
     
  • SODA Noriyuki

    SODA Noriyuki - 2019-08-21
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -4,5 +4,6 @@
         #define GFARM_AUTH_TIMEOUT 60
         #define GFS_CLIEWNT_COMMAND_TIMEOUT 20
    
    -it's desired to change the timeout, thus, introduce "gfsd_scheduling_timeout" direcitve,
    +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.
    
     
  • SODA Noriyuki

    SODA Noriyuki - 2019-10-24
    • status: new --> closed
    • Resolution: --> fixed
     

Log in to post a comment.

MongoDB Logo MongoDB