Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] DEPENDENT node type is not supported since version 1.2.1-SNAPSHOT #3067

Closed
adadfa2 opened this issue Jun 28, 2020 · 8 comments
Closed
Labels
bug Something isn't working

Comments

@adadfa2
Copy link

adadfa2 commented Jun 28, 2020

version 【1.2.1 】

When choosing to use the dependent node task, an error is reported during execution
[ERROR] 2020-06-28 15:27:22.118-[taskAppId=TASK-341-240188-431977]:[75]-unsupport task type: DEPENDENT

See below

微信图片_20200628175138

code show as below

微信图片_20200628174034

==》https://github.com/apache/incubator-dolphinscheduler/blob/4946e88872ef943b5d0a739f213831daca3facd8/dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/worker/task/TaskManager.java

@adadfa2 adadfa2 added the bug Something isn't working label Jun 28, 2020
@yangyichao-mango
Copy link
Contributor

Hi,
What you mean is in the version 1.2.0 or bigger than version 1.2.0
Can you describe the detail how to reproduce this bug?
Thx a lot.

@adadfa2 adadfa2 changed the title [BUG] DEPENDENT node type is not supported since version 1.2.0 [BUG] DEPENDENT node type is not supported since version 1.2.1 Jun 29, 2020
@adadfa2 adadfa2 changed the title [BUG] DEPENDENT node type is not supported since version 1.2.1 [BUG] DEPENDENT node type is not supported since version 1.2.1-SNAPSHOT Jun 29, 2020
@adadfa2
Copy link
Author

adadfa2 commented Jun 29, 2020

In version 1.2.1, I got it wrong

Remove the version submitted by DEPENDENT here
==》

7f94122#diff-b75d01d2ea0e1cbee19329bfd4f9d78a

@BoYiZhang
Copy link
Contributor

now dev branch
dependent and conditions has moved to master server

@yangyichao-mango
Copy link
Contributor

If using 1.2.1, use 1.2.1-release version
https://github.com/apache/incubator-dolphinscheduler/blob/1.2.1-release/dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/worker/task/TaskManager.java
image

1.2.1-release version is ok ,But I see that the 1.3 tag still has the same problem ==》https://github.com/apache/incubator-dolphinscheduler/blob/1.3.0/dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/worker/task/TaskManager.java

Hi,
Because we move the dependent task to master server, you can check this commit [1].

[1]4946e88

@adadfa2
Copy link
Author

adadfa2 commented Jun 29, 2020

If using 1.2.1, use 1.2.1-release version
https://github.com/apache/incubator-dolphinscheduler/blob/1.2.1-release/dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/worker/task/TaskManager.java
image

1.2.1-release version is ok ,But I see that the 1.3 tag still has the same problem ==》https://github.com/apache/incubator-dolphinscheduler/blob/1.3.0/dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/worker/task/TaskManager.java

Hi,
Because we move the dependent task to master server, you can check this commit [1].

[1]4946e88

Oh, thanks, we tested the latest version and 1.2.1-release version

@adadfa2 adadfa2 closed this as completed Jun 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants