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

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

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

   > ...  thus all threads within the threadpool are blocked and no more tasks can be scheduled into it
   
   so basically, there are dependencies between tasks from different stages, and a fixed thread pool might have led to dead lock among them, like those taking threads and running might actually wait for tasks waiting in the queue to complete.  
   


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