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
Improve incomplete tasks message in MasterService (#95321)
We assert that every `ClusterStateTaskExecutor` completes all the tasks
in each batch, but today the assertion message is phrased using the
internal terminology of the `MasterService` which makes no sense to most
folks. This commit fixes the wording to make it easier to understand the
problem.
0 commit comments