LakshSingla commented on issue #14514: URL: https://github.com/apache/druid/issues/14514#issuecomment-1650189358
There have been instances in the past where the query timeout is not respected properly. > I already added timeout=120000 in the context, but it had no effect. It has been running on the historical server for more than 10 hours and still hasn't terminated This shouldn't be happening. Even if the query is non-performant (fixing it is a different task), it should always respect the timeout. I suppose it should be a bug in the `TimeseriesQueryEngine` rather than the PostJoinCursor. Will see if its reproducible locally for small values of timeout. -- 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]
