[jbosstools-issues] [JBoss JIRA] (JBIDE-16400) Timeout shutdown poller does not wait for timeout

Michelle Murray (JIRA) issues at jboss.org
Mon Jan 27 21:21:28 EST 2014


    [ https://issues.jboss.org/browse/JBIDE-16400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12939156#comment-12939156 ] 

Michelle Murray commented on JBIDE-16400:
-----------------------------------------

[~rob.stryker], [~mmalina] - JBDS/JBT User Guide currently states the following:

{quote}
*Server state detectors*
This section specifies which method the IDE should use to verify the started and stopped status of the server.
There are four methods from which to choose:
* Web Port, which pings the web port on the host to see if the server responds
* Timeout, which waits for a specified time duration and then declares the start or stop operation a success without any actual verification
* Process Terminated (available for Shutdown Poller of local servers only), which checks if a server process is still alive and sets the server status to stopped when it is terminated
* JMX, which polls JMX, the JBoss Management service
Note that server state detection options are disabled if the Server is externally managed check box under Server Behavior is selected.Server state detectors
{quote}

Perhaps the Timeout statement should be modified to:
"Timeout, which waits for a specified time duration and then declares the start or stop operation a success without actual verification *(note that for local servers the termination of the server process immediately changes the server state to stopped regardless of whether the end of the timeout period is reached)*
                
> Timeout shutdown poller does not wait for timeout
> -------------------------------------------------
>
>                 Key: JBIDE-16400
>                 URL: https://issues.jboss.org/browse/JBIDE-16400
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: server
>    Affects Versions: 4.1.1.Final
>         Environment: JBDS 7.1.0.GA
> EAP 6.2.0
>            Reporter: Martin Malina
>            Assignee: Rob Stryker
>             Fix For: 4.2.0.Alpha2
>
>
> When you select "Timeout" as the Shutdown poller in server editor, one would expect the server to show stopped only after the timeout has elapsed (like it happens with the Timeout startup poller). Instead, the server is shown instantly once you stop the server.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list