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/01/17 02:30:03 UTC

[GitHub] [dolphinscheduler] janeHe13 opened a new issue #8077: [Bug] [dolphinscheduler-worker] Timeout alarm no alarm notification sent

janeHe13 opened a new issue #8077:
URL: https://github.com/apache/dolphinscheduler/issues/8077


   ### 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/95271106/149695484-099b79c2-44db-40f6-a22d-b1ef96b341f9.png)
   The worker log is as follows
   
   ![image](https://user-images.githubusercontent.com/95271106/149695562-944f5c1a-af8f-4565-a879-01d69d6840ce.png)
   
   
   ### What you expected to happen
   
   .
   
   ### How to reproduce
   
   .
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   2.0.3
   
   ### Are you willing to submit PR?
   
   - [ ] 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] zhuangchong commented on issue #8077: [Bug] [dolphinscheduler-worker] Timeout alarm no alarm notification sent

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


   This is not a bug, only one of the timeout alarm and failure alarm will occur. The current architecture is that the worker mainly handles the timeout failure, and the master mainly handles the timeout alarm. We can take this thing as an optimization work and put it on the master service for execution.
   This is not an urgent matter, it can be done later.


-- 
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 #8077: [Bug] [dolphinscheduler-worker] Timeout alarm no alarm notification sent

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


   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] JinyLeeChina commented on issue #8077: [Bug] [dolphinscheduler-worker] Timeout alarm no alarm notification sent

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


   What is the final result and whether it is related PR ? @zhuangchong 


-- 
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 #8077: [Bug] [dolphinscheduler-worker] Timeout alarm no alarm notification sent

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


   @zhuangchong can you take a look for this issue? It seems that the worker throw exception when run timeout, and the alert flag is always false.


-- 
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] zhuangchong commented on issue #8077: [Bug] [dolphinscheduler-worker] Timeout alarm no alarm notification sent

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


   The current phenomenon is that the timeout alarm is cyclically detected every 5s. When the task runs successfully or fails during the waiting period for detection, the timeout alarm will not be triggered.
   
   If the task fails, you can select the failure alarm, and select the failure alarm in the configuration notification policy option when executing the workflow.
   
   I understand that the current problem is not a problem that needs to be solved urgently and can be optimized in a later version.


-- 
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