final ModelNode rolloutPlan = getRolloutPlan(this.providedRolloutPlan, opsByGroup);
if (trace) {
HOST_CONTROLLER_LOGGER.tracef("Rollout plan is %s", rolloutPlan);
}
final NewServerOperationExecutor operationExecutor = new NewServerOperationExecutor() {
@Override
public ModelNode executeServerOperation(ServerIdentity server, ModelNode operation) {
ProxyController proxy = hostProxies.get(server.getHostName());
if (proxy == null) {
if (localHostName.equals(server.getHostName())) {