Re: slider diagnostics question

2017-03-03 Thread jonma...@gmail.com
Should it actually be "APPNAME" instead of "APPNMAE"? On Thu, Mar 2, 2017 at 11:29 PM, David.Serafini wrote: > when I run : slider diagnostics --application --name > > "global" : { > "site.global.port" : "${APPNMAE.ALLOCATED_PORT}{PER_CONTAINER}", > > > How do I find the actual value of

[jira] [Commented] (SLIDER-1215) Slider app master does not clean up certificate directories from tmp dir on graceful exit

2017-03-03 Thread Jonathan Maron (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-1215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15894268#comment-15894268 ] Jonathan Maron commented on SLIDER-1215: LGTM, though static utility methods shou

[jira] [Assigned] (SLIDER-1209) Provide information on whether a slider app was killed / stopped via a request

2017-03-03 Thread Gour Saha (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-1209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gour Saha reassigned SLIDER-1209: - Assignee: Gour Saha > Provide information on whether a slider app was killed / stopped via a req

[jira] [Updated] (SLIDER-1209) Provide information on whether a slider app was killed / stopped via a request

2017-03-03 Thread Gour Saha (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-1209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gour Saha updated SLIDER-1209: -- Description: I am adding a new enum SliderExitReason with the high level reason for an application fai

[jira] [Updated] (SLIDER-1209) Provide information on whether a slider app was killed / stopped via a request

2017-03-03 Thread Gour Saha (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-1209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gour Saha updated SLIDER-1209: -- Attachment: SLIDER-1209.01.patch > Provide information on whether a slider app was killed / stopped via

Re: [EXTERNAL] Re: slider diagnostics question

2017-03-03 Thread David . Serafini
Yes. That's just a typo in my email. It's not the issue. The application runs fine; the diagnostics command is working, but printing out the variable name isn't useful. I want to know how I can find the value associated with that variable. -david On 3/3/17, 4:38 AM, wrote: Should i

Re: Stop Command Issuance

2017-03-03 Thread Gour Saha
It is probably a bug where it is not getting refreshed in the shutdown hook. Can you file a jira? -Gour On 2/22/17, 12:02 PM, "Josh Clum" wrote: >Hi, > >I'm developing a slider app and would like to know when the stop command >has been issued. I found that Path>/ws/v1/slider/application/live/re

Re: [EXTERNAL] Re: slider diagnostics question

2017-03-03 Thread Billie Rinaldi
Apps typically do this by publishing the port in a quicklink. For example https://github.com/apache/incubator-slider/blob/develop/app-packages/hbase/metainfo.xml#L42 where the port is pulled from https://github.com/apache/incubator-slider/blob/develop/app-packages/hbase/appConfig-default.json#L39.

[jira] [Commented] (SLIDER-1209) Provide information on whether a slider app was killed / stopped via a request

2017-03-03 Thread Billie Rinaldi (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-1209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15894861#comment-15894861 ] Billie Rinaldi commented on SLIDER-1209: Visual inspection of this code looks oka

[jira] [Commented] (SLIDER-1209) Provide information on whether a slider app was killed / stopped via a request

2017-03-03 Thread Gour Saha (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-1209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15894919#comment-15894919 ] Gour Saha commented on SLIDER-1209: --- Thanks for reviewing [~billie.rinaldi]. I tested i

[jira] [Commented] (SLIDER-1209) Provide information on whether a slider app was killed / stopped via a request

2017-03-03 Thread Gour Saha (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-1209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15894959#comment-15894959 ] Gour Saha commented on SLIDER-1209: --- Also, I ran all the current unit tests successfull

[jira] [Commented] (SLIDER-1209) Provide information on whether a slider app was killed / stopped via a request

2017-03-03 Thread Billie Rinaldi (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-1209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15894964#comment-15894964 ] Billie Rinaldi commented on SLIDER-1209: bq. Also, I ran all the current unit tes