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/10/18 03:17:54 UTC

[GitHub] [dolphinscheduler] yyh2954360585 opened a new issue, #12409: When the DS uses the data source to connect to the Spark Thrift server, the connection channel remains connected and will not be closed

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

   ### 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
   
   I found that after the server netstat spark port The worker server does not disconnect from the Sparkhrift after the connection is established I think the SQL (spark data source) task node in each workflow will remain connected after execution.Restores to normal after the DS service is stopped.
   spark version:3.2.1
   hive version:3.1.2
   
   
   ### What you expected to happen
   
   The worker server did not provide clear error information.
   tail worker log file:
   ![image](https://user-images.githubusercontent.com/65161474/196322155-f9aeae1f-d910-4b2c-b5a3-ccd453ee1abe.png)
   netstat spark thrift server pord status:
   ![511285f92dd953ac6589be74e446586](https://user-images.githubusercontent.com/65161474/196324786-ed36d602-c68b-4bf1-a64b-db234ad3c85f.jpg)
   The status and connect open num of the spark thrift port after the DS service is stopped:
   ![4b4bf2e7401b594efe30b1f2c05c7c3](https://user-images.githubusercontent.com/65161474/196325601-f918a5f9-e4ee-4236-ae6d-374ebb6898b1.jpg)
   
   
   
   ### How to reproduce
   
   1.create spark datasource
   ![image](https://user-images.githubusercontent.com/65161474/196327296-2120e122-d20e-48ff-aae9-7cc955e48538.png)
   
   2.Define workflow and create spark data source query statement in workflow
   ![ded04e548cfae293c53d3e16e485829](https://user-images.githubusercontent.com/65161474/196327321-710cf2db-3818-43ff-9d7b-c122f7c0ff09.jpg)
   
   3.run workflow
   ![bdb67f070e45d0547a261b0c4f74f07](https://user-images.githubusercontent.com/65161474/196327342-859d2d0f-f2e5-4859-b712-4bf83149a03e.jpg)
   4.Connection status of the port after execution
   ![e510703259130f01272a5310f7a5b62](https://user-images.githubusercontent.com/65161474/196327436-df824560-556b-49d1-8322-5f6f7c892fe5.jpg)
   
   
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   3.0.x
   
   ### 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] songjianet commented on issue #12409: [Bug][Worker Server ] When the DS uses the data source to connect to the Spark Thrift server, the connection channel remains connected and will not be closed

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

   Please confirm if the issue exists in 31x and dev.


-- 
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] yyh2954360585 commented on issue #12409: [Bug][Worker Server ] When the DS uses the data source to connect to the Spark Thrift server, the connection channel remains connected and will not be closed

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

   > Please confirm if the issue exists in 31x and dev.
   
   OK, I'll try it tomorrow. thank


-- 
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 #12409: [Bug][Worker Server ] When the DS uses the data source to connect to the Spark Thrift server, the connection channel remains connected and will not be closed

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #12409: [Bug][Worker Server ] When the DS uses the data source to connect to the Spark Thrift server, the connection channel remains connected and will not be closed
URL: https://github.com/apache/dolphinscheduler/issues/12409


-- 
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] yyh2954360585 commented on issue #12409: [Bug][Worker Server ] When the DS uses the data source to connect to the Spark Thrift server, the connection channel remains connected and will not be closed

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

   > > The problem still exists after I upgrade DS to version 3.1x
   > 
   > @yyh2954360585 can you fix it?
   
    will try to solve this problem when I have time.


-- 
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 #12409: [Bug][Worker Server ] When the DS uses the data source to connect to the Spark Thrift server, the connection channel remains connected and will not be closed

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #12409:
URL: https://github.com/apache/dolphinscheduler/issues/12409#issuecomment-1418313753

   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] yyh2954360585 commented on issue #12409: [Bug][Worker Server ] When the DS uses the data source to connect to the Spark Thrift server, the connection channel remains connected and will not be closed

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

   The problem still exists after I upgrade DS to version 3.1x


-- 
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] davidzollo commented on issue #12409: [Bug][Worker Server ] When the DS uses the data source to connect to the Spark Thrift server, the connection channel remains connected and will not be closed

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

   > The problem still exists after I upgrade DS to version 3.1x
   
   @yyh2954360585 can you fix it? 


-- 
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 #12409: When the DS uses the data source to connect to the Spark Thrift server, the connection channel remains connected and will not be closed

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

   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] wendongdi commented on issue #12409: [Bug][Worker Server ] When the DS uses the data source to connect to the Spark Thrift server, the connection channel remains connected and will not be closed

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

   has this bug been fixed ?


-- 
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 #12409: [Bug][Worker Server ] When the DS uses the data source to connect to the Spark Thrift server, the connection channel remains connected and will not be closed

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #12409:
URL: https://github.com/apache/dolphinscheduler/issues/12409#issuecomment-1427177994

   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] yyh2954360585 commented on issue #12409: [Bug][Worker Server ] When the DS uses the data source to connect to the Spark Thrift server, the connection channel remains connected and will not be closed

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

   > 
   
   I will try to solve this problem when I have time.


-- 
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] yyh2954360585 commented on issue #12409: [Bug][Worker Server ] When the DS uses the data source to connect to the Spark Thrift server, the connection channel remains connected and will not be closed

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

   > > The problem still exists after I upgrade DS to version 3.1x
   > 
   > @yyh2954360585 can you fix it?
   
   I will try to solve this problem when I have time.


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