You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One improvement in this task can be to keep the default number of tasks execution is equal to number of partitions in a table and we process one segment per partition (or instance) by default. This way the load gets normalised across hosts.
PR #14300 talks about the reasoning for triggering no-op minion tasks when there are table config updates.
Cons of this approach is that there will be minion tasks created for all segments for each table config update.
To overcome this problem, we can use a server side API that will return the list of segments to be refreshed. It is being developed in #14450.
The text was updated successfully, but these errors were encountered: