gianm commented on issue #7231: Brokers to catch repetitive queries URL: https://github.com/apache/incubator-druid/issues/7231#issuecomment-471786849 A wrinkle to consider for anyone implementing this: some queries involve streaming results back, and the Broker does not buffer them. Meaning that it could be in the middle of running a query but unable to allow new requests to jump on board (since some portion of the results have already been returned and forgotten).
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
