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/09/26 17:18:13 UTC

[GitHub] [beam] reuvenlax commented on issue #21368: Reduce number of Gax related threads, likely by providing common executor to GAX clients

reuvenlax commented on issue #21368:
URL: https://github.com/apache/beam/issues/21368#issuecomment-1258367452

   Note that BigQuery now has a version of their library that allows sharing
   multiple table writes over the same connection.
   
   On Fri, Sep 23, 2022 at 8:49 AM Lukasz Cwik ***@***.***>
   wrote:
   
   > You can wrap the ScheduledExecutorService with one that wraps
   > callables/runnables with one that sets countdown latch and outside of it
   > waits for the latch to be set. This will ensure that the thread has started
   > before the method returns.
   >
   > —
   > Reply to this email directly, view it on GitHub
   > <https://github.com/apache/beam/issues/21368#issuecomment-1256381741>, or
   > unsubscribe
   > <https://github.com/notifications/unsubscribe-auth/AFAYJVPR4L6Y26GFH57WBLTV7XGRFANCNFSM5X4DNNQQ>
   > .
   > You are receiving this because you were mentioned.Message ID:
   > ***@***.***>
   >
   


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