gianm opened a new pull request, #19280: URL: https://github.com/apache/druid/pull/19280
This patch reduces `QueryKitSpec` to simply a `QueryKit` plus a desired query ID. All parallelism configs are removed. This is useful because `QueryKitSpec` is not used at all in pre-planned decoupled planning. Therefore, this change helps better align plans created in decoupled mode from plans created with `QueryKit`. The parameters have been migrated to other locations: - `maxLeafWorkerCount` is moved to `WorkerManager#maxWorkerCount`. - `maxNonLeafWorkerCount` is moved to `ControllerContext`. - `targetPartitionsPerWorker` is moved to `ControllerContext`. Planners can signify that they want their partition counts set to `maxWorkerCount * targetPartitionsPerWorker` by using the new `adjustable` parameter on various `ShuffleSpec`. -- 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]
