Opened 4 years ago
Closed 3 years ago
#1278 closed enhancement (fixed)
Improve timeout handling when executing commands on remote server
Reported by: | Nicklas Nordborg | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | Job scheduler extension v1.4 |
Component: | net.sf.basedb.opengrid | Keywords: | |
Cc: |
Description
When executing a command on a remote server there is a timeout that causes the command to be aborted and an exception to be thrown if it is exceeded.
While this works well in most cases there are some problems. See for example #1269 which is about executing a find
command to find existing files. When the number of files is low the command finish quickly, but as the server fills up it will take longer and longer until the timeout is reached.
The intention about the timeout is to avoid that a command i hanging without producing results, but in this case the find command is returning data as quickly as it can. I think it would be possible to detect that and as long as data is coming in it would be nice if the timeout could be extended automatically.
Change History (3)
comment:1 by , 4 years ago
comment:3 by , 3 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
In 6071: