Browse Source

Optimize code comments (#4933)

Co-authored-by: mengyun <mengyun@pinduoduo.com>
pull/3/MERGE
wenjun 3 years ago committed by GitHub
parent
commit
f6088f277e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/zk/ZKMasterClient.java

9
dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/zk/ZKMasterClient.java

@ -299,15 +299,6 @@ public class ZKMasterClient extends AbstractZKClient {
return false;
}
/**
* 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>

Loading…
Cancel
Save