[ 
https://issues.apache.org/jira/browse/UIMA-2918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lou DeGenaro closed UIMA-2918.
------------------------------


> Webserver support for ping-only services
> ----------------------------------------
>
>                 Key: UIMA-2918
>                 URL: https://issues.apache.org/jira/browse/UIMA-2918
>             Project: UIMA
>          Issue Type: Improvement
>          Components: DUCC
>            Reporter: Lou DeGenaro
>            Assignee: Lou DeGenaro
>             Fix For: 1.0-Ducc
>
>
> 1. Service health for all services should be good/poor (again!) not up/down
> 2. ping-only services should have blanks for instance, deployments, size 
> 3. ping-only services should have [ping-only] for class
> 4. ping-only start/stop buttons enabling controlled by (new!) meta.ping-only 
> and meta.is-started
> deprecated:
>   /**      * A service is startable if it's UIMA-AS, or if it's CUSTOM and 
> has a process_executable      * associated with it.  A non-startable CUSTOM 
> service may have only a pinger.      */     boolean isStartable()     {       
>   switch ( service_type ) {             case UimaAs:                 return 
> true;             case Custom:                  return 
> job_props.containsKey("process_executable");         }         return false;  
> // redundant but needed for compilation     }  if that returns false it's 
> ping-only



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to