gianm opened a new pull request, #19222:
URL: https://github.com/apache/druid/pull/19222

   Previously, the pre-planned mode for Dart was missing the logic to add the 
server default timeout, meaning those queries would run with no timeout at all 
unless the user specified one. This patch fixes it by moving the timeout 
setting to initQueryContext, which runs in any prePlanned mode.
   
   This patch also reworks common context handling by separating truly common 
context from task-specific context. The truly common context now lives in 
MultiStageQueryContext#withCommonContext. One of the things this function does 
is set the queryDeadline key, to represent the time that the query should time 
out.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to