[jboss-jira] [JBoss JIRA] (AS7-6754) add blocking option to start/stop/restart commands for server groups

Brad Maxwell (JIRA) jira-events at lists.jboss.org
Tue Mar 19 14:11:42 EDT 2013


Brad Maxwell created AS7-6754:
---------------------------------

             Summary: add blocking option to start/stop/restart commands for server groups
                 Key: AS7-6754
                 URL: https://issues.jboss.org/browse/AS7-6754
             Project: Application Server 7
          Issue Type: Enhancement
          Components: CLI
    Affects Versions: EAP 6.1.0.Alpha (7.2.0.Final)
            Reporter: Brad Maxwell
            Assignee: Alexey Loubyansky
             Fix For: Awaiting Volunteers


In domain mode, it is possible to block when restarting individual servers, this would be a useful enhancement to add the blocking option to the start/stop/restart of server groups.  This option would be useful when writing management scripts to know when the servers have complete the operation.

/host=master/server-config=example-server1:restart(blocking=true)
/host=master/server-config=example-server1:stop(blocking=true)
/host=master/server-config=example-server1:start(blocking=true)

domain mode

These would benefit from a blocking option

/:restart-servers
/:stop-servers
/:start-servers

As well as these

/server-group=main-server-group:restart-servers()
/server-group=main-server-group:stop-servers()
/server-group=main-server-group:start-servers()

standalone mode:

In standalone mode, there is shutdown with a restart option, this would also benefit from adding a blocking argument when restarting or shutting down

:shutdown(restart=true)



--
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 jboss-jira mailing list