This is an automated email from the ASF dual-hosted git repository.
lidongdai pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new f6088f2 Optimize code comments (#4933)
f6088f2 is described below
commit f6088f277e5ddbe777f415a0cc695684e01c7326
Author: wenjun <[email protected]>
AuthorDate: Tue Mar 2 22:02:44 2021 +0800
Optimize code comments (#4933)
Co-authored-by: mengyun <[email protected]>
---
.../org/apache/dolphinscheduler/server/zk/ZKMasterClient.java | 9 ---------
1 file changed, 9 deletions(-)
diff --git
a/dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/zk/ZKMasterClient.java
b/dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/zk/ZKMasterClient.java
index 28b752a..665a62c 100644
---
a/dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/zk/ZKMasterClient.java
+++
b/dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/zk/ZKMasterClient.java
@@ -301,15 +301,6 @@ public class ZKMasterClient extends AbstractZKClient {
/**
* failover worker tasks
- *
- * 1. kill yarn job if there are yarn jobs in tasks.
- * 2. change task state from running to need failover.
- * 3. failover all tasks when workerHost is null
- * @param workerHost worker host
- */
-
- /**
- * failover worker tasks
* <p>
* 1. kill yarn job if there are yarn jobs in tasks.
* 2. change task state from running to need failover.