Application processes do not die after remove-app

Bug #811679 reported by Navraj Chohan
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
AppScale
Incomplete
Undecided
Unassigned

Bug Description

Applications do not shutdown properly after doing remove-app. Although everything looks to be stopped, the processes continue to run. This is most likely a failure of god when god stop <appname> is call. A temporary fix is being put in via:
ps -ef | grep PROCESS | grep -v grep | awk '{print $2}' | xargs kill -9

Navraj Chohan (nchohan)
Changed in appscale:
status: New → Incomplete
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.