status = Status.ERROR;
}
if (exception != null) {
errorText = exception.getMessage();
}
Response resp = Response.newBuilder().setRid(
req.getRid()).setOperate(Operate.Schedule)
.setStatus(status).setErrorText(errorText)
.build();
SocketLog
.info("send execute response,execute complete,rid="