#1458 closed defect (fixed)
The timeout when executing a command seems to not work
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Job scheduler extension v1.9 |
Component: | net.sf.basedb.opengrid | Keywords: | |
Cc: |
Description
The AbstractSession.execute()
method has a timeout parameter which is the longest time we want to wait for the command to timeout. It seems like this is not working as expected. If a timeout occurs the method will throw a TimeoutException
, but will then go into the finally
part that is closing the session. It seems like the close() method will wait until the command finishes.
Change History (2)
comment:1 by , 21 months ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 by , 19 months ago
Milestone: | Job Scheduler extension v1.9 → Job scheduler extension v1.9 |
---|
Milestone renamed
Note:
See TracTickets
for help on using tickets.
In 7028: