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/06/10 01:49:37 UTC

[GitHub] [dolphinscheduler] wangchuang07 opened a new issue, #10393: [Bug] [workflow definition] the request of http is time out

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

   ### 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
   
   工作流定义中,调用http任务节点时,运行1分钟后,如下错误:
   connection failed:java.net.SocketTimeoutException: Read timed out
   java.net.SocketTimeoutException: Read timed out
   	at java.net.SocketInputStream.socketRead0(Native Method)
   	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   
   ### What you expected to happen
   
   如何重新配置max_connection_milliseconds 这个参数
   
   
   ### How to reproduce
   
   调用 http 任务节点,get请求方式,超过1分钟就报错
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   1.3.8
   
   ### 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] SbloodyS commented on issue #10393: [Bug] [workflow definition] the request of http is time out

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

   Currently version 1.3.8 was not in the maitaining list. You can try upgrade to the latest stable version to see if this problem still exists.


-- 
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 #10393: [Bug] [workflow definition] the request of http is time out

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed issue #10393: [Bug] [workflow definition] the request of http is time out 
URL: https://github.com/apache/dolphinscheduler/issues/10393


-- 
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 #10393: [Bug] [workflow definition] the request of http is time out

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

   ### 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
   
   In the workflow definition, when calling the http task node, after running for 1 minute, the following error occurs:
   connection failed: java.net.SocketTimeoutException: Read timed out
   java.net.SocketTimeoutException: Read timed out
   at java.net.SocketInputStream.socketRead0(Native Method)
   at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   
   ### What you expected to happen
   
   How to reconfigure max_connection_milliseconds this parameter
   
   
   ### How to reproduce
   
   Call the http task node, get the request method, and an error will be reported after more than 1 minute
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   1.3.8
   
   ### 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] github-actions[bot] commented on issue #10393: [Bug] [workflow definition] the request of http is time out

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

   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 #10393: [Bug] [workflow definition] the request of http is time out

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

   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 #10393: [Bug] [workflow definition] the request of http is time out

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

   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