CalvinKirs commented on a change in pull request #4320:
URL: 
https://github.com/apache/incubator-dolphinscheduler/pull/4320#discussion_r549903397



##########
File path: 
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/enums/Status.java
##########
@@ -36,7 +36,7 @@
     USER_NAME_NULL(10004, "user name is null", "用户名不能为空"),
     HDFS_OPERATION_ERROR(10006, "hdfs operation error", "hdfs操作错误"),
     TASK_INSTANCE_NOT_FOUND(10008, "task instance not found", "任务实例不存在"),
-    TENANT_CODE_EXIST(10009, "tenant code {0} already exists", "租户编码[{0}]已存在"),
+    TENANT_CODE_EXIST(10009, "os tenant code {0} already exists", 
"操作系统租户[{0}]已存在"),

Review comment:
       It is best to modify all TENANT_CODE_EXIST to OS_TENANT_CODE_EXIST




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to