Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
Slider 0.91
-
None
-
None
Description
I'm developing a slider app and would like to know when the stop command has been issued. I found that <AM Path>/ws/v1/slider/application/live/resources has some good stats like "yarn.component.instances.releasing" but I'm not seeing those values getting updated when stopping my application. I'm using "site.global.app_container.release_timeout_secs": "20" in my app config json file (which I'm super thankful for by the way), but during the 20 seconds it takes to stop my app, the only status I can get is RUNNING. I'd like to be able to tell users that my app is "stopping". Any ideas?