You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/14 21:39:16 UTC

[GitHub] [beam] lostluck opened a new issue, #21869: [Bug]: [Go-SDK] Harness connections aren't cleaned up, leaving hanging goroutines

lostluck opened a new issue, #21869:
URL: https://github.com/apache/beam/issues/21869

   ### What happened?
   
   Run several tests in loopback mode or similar, this can leave a large number of grpc related goroutines dangling, since they're never cleaned up. 
   
   This shouldn't be a problem during production runs as the worker is more likely to be terminated. However, an abundance of goroutines can make panic traces larger and harder to read, making other bugs harder to find. 
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: sdk-go


-- 
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: github-unsubscribe@beam.apache.org.apache.org

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


[GitHub] [beam] lostluck closed issue #21869: [Bug]: [Go-SDK] Harness connections aren't cleaned up, leaving hanging goroutines

Posted by GitBox <gi...@apache.org>.
lostluck closed issue #21869: [Bug]: [Go-SDK] Harness connections aren't cleaned up, leaving hanging goroutines
URL: https://github.com/apache/beam/issues/21869


-- 
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: github-unsubscribe@beam.apache.org

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