You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/05/24 08:23:43 UTC

[GitHub] [dolphinscheduler] SbloodyS commented on a diff in pull request #10224: [fix-10207] When the registered alarm plugin is empty, the error message is not clear

SbloodyS commented on code in PR #10224:
URL: https://github.com/apache/dolphinscheduler/pull/10224#discussion_r880208662


##########
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/enums/Status.java:
##########
@@ -330,7 +330,7 @@ public enum Status {
 
     //plugin
     PLUGIN_NOT_A_UI_COMPONENT(110001, "query plugin error, this plugin has no UI component", "查询插件错误,此插件无UI组件"),
-    QUERY_PLUGINS_RESULT_IS_NULL(110002, "query plugins result is null", "查询插件为空"),
+    QUERY_PLUGINS_RESULT_IS_NULL(110002, "query alarm plugins result is empty, please check whether the alarm component is started and the plugin is successfully registered", "查询告警插件为空, please check whether the alarm component is started and the relevant alarm plug-in is successfully registered"),

Review Comment:
   Did the chinese part finished?



-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org