tibrewalpratik17 opened a new pull request, #12459: URL: https://github.com/apache/pinot/pull/12459
Iabel: - `feature` - `release-notes` (**) Currently, all minion-scheduled jobs run on `minion_untagged` node instaces. This doesn't allow isolation among tables / tasks at minion level. Adhoc-minion-tasks already acknowledge a task-config `minionInstanceTag` and schedule those adhoc-runs only on those set of instances. Extending the same for periodic-scheduled tasks. Resolving some TODOs / bugs in this PR itself where if `generateTasks` schedules tasks for some tables we still end up emitting a failed metric for all the tables. This PR makes the change of iterating through all tables and emitting metrics for each one of them. Will update the PR for review post-testing in our clusters. Raising a draft PR for any early feedback / review. -- 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]
