admin@glassfish.java.net

Re: Command Replication in 3.1 - details

From: Bill Shannon <bill.shannon_at_oracle.com>
Date: Fri, 30 Apr 2010 13:04:20 -0700

Vijay Ramachandran wrote on 04/30/10 12:11 PM:
> We are not assuming that the server is going to be up and that the
> communication is reliable. We will try to send the command to the
> instance and get back results. If sending the command itself failed, we
> will flag it as one type of error that indicates something wrong with
> network or the server. If the command went through to the server but the
> command execution fails, we will get a detailed error (just as it
> happens now between CLI-DAS), and we will display this error. In either
> of the failure cases, we indicate to the caller (the CLI or GUI), that
> the server(s) where the replication failed need to be restarted.

And the *user* is responsible for restarting the server, correct?