EricGao888 commented on code in PR #13093:
URL:
https://github.com/apache/dolphinscheduler/pull/13093#discussion_r1039173651
##########
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/enums/Status.java:
##########
@@ -243,7 +243,8 @@ public enum Status {
REVOKE_PROJECT_ERROR(10182, "revoke project error", "撤销项目授权错误"),
QUERY_AUTHORIZED_USER(10183, "query authorized user error",
"查询拥有项目权限的用户错误"),
PROJECT_NOT_EXIST(10190, "This project was not found. Please refresh
page.", "该项目不存在,请刷新页面"),
- TASK_INSTANCE_HOST_IS_NULL(10191, "task instance host is null",
"任务实例host为空"),
+ TASK_INSTANCE_WAITING_TO_BE_DISTRIBUTED(10191,
+ "task instance is waiting to be distributed, the log can not be
obtained currently", "任务实例等待分发中,当前无法获取日志"),
Review Comment:
```suggestion
"task instance is waiting to be distributed, the log can not be
obtained currently", "任务实例等待分发中,当前无法获取日志"),
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]