History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-3036
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Critical Critical
Assignee: Robin Shen
Reporter: AlSt
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Force kill seems to be done after 5 seconds but the kill operation of the build needs more time

Created: 25/Aug/17 12:05 PM   Updated: 23/Nov/17 09:50 AM
Component/s: None
Affects Version/s: 7.0.19
Fix Version/s: 7.0.28

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
As far as I see the force kill of a command is triggered 5 seconds after the graceful kill if the process is not already gone.

We have some integration tests which need more time than 5 seconds to really shutdown everything.

Correct me if I'm wrong.

If I'm right please make the wait time configurable. This would avoid hanging processes which are not really in the process tree.
Basically the thing is that we start webservers which start workers. These workers are not in the process tree. Only the monitoring process. And when the monitoring process is killed before the workers were shut down they remain active.

 All   Comments   Work Log   Change History      Sort Order:
AlSt [19/Oct/17 01:16 PM]
Hi,

is there any plan of implementing this?
Or maybe I got the time between the killing wrongly analyzed. Then please correct me.

But this would really help in getting a clean state on the build node after a build took too long or was cancelled.

Robin Shen [19/Oct/17 10:15 PM]
Will get it implemented in next patch release which should be available this weekend

AlSt [20/Oct/17 06:15 AM]
Nice. Many thanks.