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
When calling the get-jobs-stats action with _all the tasks are not filtered properly. All ES tasks match resulting in loads of cluster traffic and the accumulation of the individual task responses can add up to a lot of memory. This is a hard issue to reproduce.
The text was updated successfully, but these errors were encountered:
When requesting job stats for `_all`, all ES tasks are accepted
resulting to loads of cluster traffic and a memory overhead.
This commit correctly filters out non ML job tasks.
Closes#33515
When requesting job stats for `_all`, all ES tasks are accepted
resulting to loads of cluster traffic and a memory overhead.
This commit correctly filters out non ML job tasks.
Closes#33515
When requesting job stats for `_all`, all ES tasks are accepted
resulting to loads of cluster traffic and a memory overhead.
This commit correctly filters out non ML job tasks.
Closes#33515
When calling the get-jobs-stats action with
_all
the tasks are not filtered properly. All ES tasks match resulting in loads of cluster traffic and the accumulation of the individual task responses can add up to a lot of memory. This is a hard issue to reproduce.The text was updated successfully, but these errors were encountered: