njnu-seafish commented on code in PR #17796:
URL:
https://github.com/apache/dolphinscheduler/pull/17796#discussion_r2626082820
##########
dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/exception/dispatch/WorkerGroupNotFoundException.java:
##########
@@ -19,7 +19,7 @@
public class WorkerGroupNotFoundException extends TaskDispatchException {
- public WorkerGroupNotFoundException(String workerGroup) {
- super("Cannot find worker group: " + workerGroup);
+ public WorkerGroupNotFoundException(String message) {
Review Comment:
> Why do this change?
restore, remove the task info
--
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]