wangbo opened a new pull request, #28781:
URL: https://github.com/apache/doris/pull/28781

   ## Proposed changes
   
   Fix query may hang when set enable_workload_group_for_scan = true, this 
because there bug in BlockingPriorityQueue.blocking_get.
   When set timeout_ms > 0  and calling method 
BlockingPriorityQueue.blocking_get, if queue is not empty,  then 
wait_successful could never be called, then caller can never get a task even 
queue is not empty.
   
   
   


-- 
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-unsubscr...@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to