SnowMoon-Dev commented on code in PR #10224:
URL: https://github.com/apache/dolphinscheduler/pull/10224#discussion_r880283646


##########
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", "查询告警插件为空, 请检查告警组件是否启动相关告警插件是否注册成功"),

Review Comment:
   yes, I optimized it according to your suggestion



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

Reply via email to