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/04/12 22:07:36 UTC

[GitHub] [beam] arunpandianp commented on pull request #17333: [BEAM-14283] BigQueryServicesImpl: reduce number of threads spawned by BoundedExecutorService

arunpandianp commented on PR #17333:
URL: https://github.com/apache/beam/pull/17333#issuecomment-1097276526

   > Is the intended change meant to chain futures whenever executor.submit(callable) is called?
   
   Yes the release is chained with the future. `semaphore.acquire();` runs on taskSubmitExecutor and `semaphore::release` runs on taskExecutor.
   
   


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