You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/02/09 05:59:55 UTC

[GitHub] [dolphinscheduler] rootyu opened a new issue #8314: [Bug] [dolphinscheduler-server] 补数错误

rootyu opened a new issue #8314:
URL: https://github.com/apache/dolphinscheduler/issues/8314


   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
   ![image](https://user-images.githubusercontent.com/19474271/153130349-8d913b55-c83b-4c6c-8f4d-69e25a6641f6.png)
   ![image](https://user-images.githubusercontent.com/19474271/153130584-33f1e250-5ffb-46e7-ba27-975379e8f1c5.png)
   4,5,6 在条件节点判断失败,7号判断成功,但是7号成功后无法执行下面流程,应该dolphinscheduler本身的一个大bug
   
   ### What you expected to happen
   
   4,5,6 在条件节点判断失败,7号判断成功,但是7号成功后无法执行下面流程,7号应该要全部执行
   
   ### How to reproduce
   
   
   ![image](https://user-images.githubusercontent.com/19474271/153131065-83a11f1a-71d2-4252-9c67-04698980660b.png)
   
   运行补数的时候:4,5,6 在条件节点判断失败,7号判断成功,但是7号成功后无法执行下面流程,应该dolphinscheduler本身的一个大bug
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   2.0.2
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler] caishunfeng commented on issue #8314: [Bug] [dolphinscheduler-server] Complement error

Posted by GitBox <gi...@apache.org>.
caishunfeng commented on issue #8314:
URL: https://github.com/apache/dolphinscheduler/issues/8314#issuecomment-1063638817


   Hi @rootyu can you provide a more clear screenshot of the DAG definition and the log message?
   Complement DAGs are independent of each other and will not affect each other's results, so please check the log.
   
   BTW, it's better to use English in issue, which can make foreign developers understand. Thanks.


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #8314: [Bug] [dolphinscheduler-server] Complement error

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #8314:
URL: https://github.com/apache/dolphinscheduler/issues/8314#issuecomment-1033382305


   Hi:
   * Thank you for your feedback, we have received your issue, Please wait patiently for a reply.
   * In order for us to understand your request as soon as possible, please provide detailed information、version or pictures.
   * If you haven't received a reply for a long time, you can subscribe to the developer's email,Mail subscription steps reference https://dolphinscheduler.apache.org/en-us/community/development/subscribe.html ,Then write the issue URL in the email content and send question to dev@dolphinscheduler.apache.org.


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler] caishunfeng commented on issue #8314: [Bug] [Server] Complement error

Posted by GitBox <gi...@apache.org>.
caishunfeng commented on issue #8314:
URL: https://github.com/apache/dolphinscheduler/issues/8314#issuecomment-1063641985


   BTW, If you mean the complement range should contain the right date, it was improved in 2.0.3, see https://github.com/apache/dolphinscheduler/issues/7576.


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #8314: [Bug] [dolphinscheduler-server] Complement error

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #8314:
URL: https://github.com/apache/dolphinscheduler/issues/8314#issuecomment-1033382200


   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
   ![image](https://user-images.githubusercontent.com/19474271/153130349-8d913b55-c83b-4c6c-8f4d-69e25a6641f6.png)
   ![image](https://user-images.githubusercontent.com/19474271/153130584-33f1e250-5ffb-46e7-ba27-975379e8f1c5.png)
   4, 5, and 6 failed to judge the conditional node, and the judgment on No. 7 was successful, but the following process could not be executed after No. 7 succeeded. It should be a big bug in dolphinscheduler itself.
   
   ### What you expected to happen
   
   4, 5, and 6 fail to judge the conditional node, and the judgment on No. 7 succeeds, but the following process cannot be executed after No. 7 succeeds, and all No. 7 should be executed.
   
   ### How to reproduce
   
   
   ![image](https://user-images.githubusercontent.com/19474271/153131065-83a11f1a-71d2-4252-9c67-04698980660b.png)
   
   When running the complement number: 4, 5, 6 fail to judge the conditional node, and the judgment on the 7th succeeds, but the following process cannot be executed after the 7th succeeds, which should be a big bug in dolphinscheduler itself
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   2.0.2
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org