jihoonson commented on pull request #10030: URL: https://github.com/apache/druid/pull/10030#issuecomment-792074314
@a2l007 would you please resolve conflicts? Also, I think this change requires a feature flag as the new behavior could affect other queries. Suppose you have a query of 100 datasources. After this change, Druid will execute the 100 subqueries simultaneously which can hog all processing threads in historicals. It can also change the priority computed by `ThresholdBasedQueryPrioritizationStrategy` as it will count all segments together to compute the query priority. ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
