You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "walterddr (via GitHub)" <gi...@apache.org> on 2023/06/06 17:34:39 UTC

[GitHub] [pinot] walterddr commented on pull request #10858: [hotfix] use proper threadpool for test

walterddr commented on PR #10858:
URL: https://github.com/apache/pinot/pull/10858#issuecomment-1579187444

   > Why did the unit tests not using cached thread pool lead to the tests occasionally failing?
   
   GHA servers only has 2 virtual core, and in the pipeline breaker scenario we will have more stages deployed (waiting for pipeline breaker to finish) than the number of cores on the fly, thus all threads within the threadpool are blocked and no more tasks can be scheduled into 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@pinot.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org