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/07/13 05:32:14 UTC

[GitHub] [dolphinscheduler] 704237006 opened a new issue, #10924: [Bug] [Module Name] Bug title

704237006 opened a new issue, #10924:
URL: https://github.com/apache/dolphinscheduler/issues/10924

   ### 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
   
   After the task is executed, it is always in the state of submit success, and the worker has no new log. In the past, it's good to restart the worker. This time, it's still abnormal. There are no logs in the worker. Why?
   
   任务执行后一直处于 submit success状态,worker一直没有新的日志。以前这种情况重启worker就好了,这次重启后还是不正常,worker 里面没有日志,这是为什么呢?
   master log
   ![c939ee0ee168f17fcee18fde6cbf565](https://user-images.githubusercontent.com/42430068/178647023-689e04dd-a094-4137-b557-ec8e5c33fcf4.png)
   worker log
   ![image](https://user-images.githubusercontent.com/42430068/178647256-d873f792-a509-476f-a3a3-66eb11b381e7.png)
   
   
   
   
   ### What you expected to happen
   
   The worker can receive the communication from the master and execute it.
   
   worker能接收到master的通信,执行下去。
   
   ### How to reproduce
   
   I don't know how to reproduce it
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   2.0.5
   
   ### 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.apache.org

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


[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #10924: [Question] worker does not work

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

   This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.


-- 
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 #10924: [Bug] [Module Name] Bug title

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

   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 [join our slack](https://s.apache.org/dolphinscheduler-slack) and send your question to channel `#troubleshooting`


-- 
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 #10924: [Question] worker does not work

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

   This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.


-- 
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] ruanwenjun commented on issue #10924: worker does not work

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

   Has the task dispatched to worker?


-- 
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] ruanwenjun commented on issue #10924: worker does not work

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

   > > Has the task dispatched to worker?
   > 
   > From the first picture, it is dispatched , and the table t_ ds_ task_ Instance has a new row.
   
   In fact, the task will first submit to db and then really dispatch to worker, I guess, the task hadn't been dispatched to worker, you may need to provide more logs.


-- 
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] closed issue #10924: [Question] worker does not work

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed issue #10924: [Question] worker does not work
URL: https://github.com/apache/dolphinscheduler/issues/10924


-- 
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 #10924: [Bug] [Module Name] Bug title

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

   ### 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
   
   After the task is executed, it is always in the state of submit success, and the worker has no new log. In the past, it's good to restart the worker. This time, it's still abnormal. There are no logs in the worker. Why?
   
   After the task is executed, it has been in the submit success state, and the worker has no new log. In the past, it was fine to restart the worker. After this restart, it is still abnormal. There is no log in the worker. Why is this?
   master log
   ![c939ee0ee168f17fcee18fde6cbf565](https://user-images.githubusercontent.com/42430068/178647023-689e04dd-a094-4137-b557-ec8e5c33fcf4.png)
   worker log
   ![image](https://user-images.githubusercontent.com/42430068/178647256-d873f792-a509-476f-a3a3-66eb11b381e7.png)
   
   
   
   
   ### What you expected to happen
   
   The worker can receive the communication from the master and execute it.
   
   The worker can receive the communication from the master and execute it.
   
   ### How to reproduce
   
   I don't know how to reproduce it
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   2.0.5
   
   ### 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] 704237006 commented on issue #10924: worker does not work

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

   
   
   
   > Has the task dispatched to worker?
   
   
   From the first picture, it is distributed, and the table t_ ds_ task_ Instance has a new row.
   
   


-- 
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] 704237006 commented on issue #10924: worker does not work

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

   > 
   
   From the first picture, it is distributed, and the table t_ ds_ task_ Instance has a new row.


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