cp2587 opened a new issue #12197: URL: https://github.com/apache/druid/issues/12197
Please provide a detailed title (e.g. "Broker crashes when using TopN query with Bound filter" instead of just "Broker crashes"). ### Affected Version 0.21.1 ### Description it seems that the query context timeout setting is not well respected. Using pyhton requests library to run an http SCAN query request with stream=True (to have a streaming request and not load in memory the whole response), druid stops the query well before the theorical timeout. `2022-01-25 12:24:49 rune.exceptions.RuneException: [Rune version 10.9.0b2] Unexpected end of stream for query [9838466c-2a93-490e-b317-e235f41a70ae], spent 21.73s for a 30s timeout setting,` and the related druid log for this query  How does the timeout works on the broker ? Is it possible for druid to stop the stream before the timeout value ? -- 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]
