AppScale / gts

AppScale is an easy-to-manage serverless platform for building and running scalable web and mobile applications on any infrastructure.
https://www.appscale.com/community/
Apache License 2.0
2.42k stars 277 forks source link

Services managed by service-manager are not terminated by `appscale down`. #3017

Open jeanleonov opened 5 years ago

cdonati commented 5 years ago

For datastore servers, it should be happening here: https://github.com/AppScale/appscale/blob/8128e620514d40624c7147812d9caea3a950227d/AppController/terminate.rb#L39-L51

jeanleonov commented 5 years ago

Thank you. I missed it somehow. But I believe I could see persistent behavior and datastore was not terminated on down. I'll do additional testing. And for sure I need to add such termination command for search service.