Commit f653cfc4 by 宋毅

tj

parent 9ebdae68
......@@ -93,7 +93,6 @@ class EsUtils {
if (!result || !result.stdout) {
this.errorLogDao.addOpErrorLogs(queuedName + "执行execPostEs存在错误", params, result, null, 3);
return system.getResult(null, "执行execPostEs存在错误");
return system.getResult(null, "execPostTimeOut data is empty");
}
var stdoutInfo = JSON.parse(result.stdout);
if (stdoutInfo.error && stdoutInfo.error.reason === "no such index") {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment