[ML] Changes wording of awaiting ML nodes messages#167306
[ML] Changes wording of awaiting ML nodes messages#167306jgowdyelastic merged 6 commits intoelastic:mainfrom
Conversation
|
Pinging @elastic/ml-ui (:ml) |
| <FormattedMessage | ||
| id="xpack.ml.jobsAwaitingNodeWarning.noMLNodesAvailableDescription" | ||
| defaultMessage="There {jobCount, plural, one {is} other {are}} {jobCount, plural, one {# job} other {# jobs}} waiting for machine learning nodes to start." | ||
| defaultMessage="There {jobCount, plural, one {is} other {are}} {jobCount, plural, one {# job} other {# jobs}} waiting for autoscaling to add ML capacity. Please wait up to 5 minutes for this to happen." |
There was a problem hiding this comment.
@droberts195 can we guarantee that this will happen within 5 minutes? Is it safer to remove the second sentence altogether?
There was a problem hiding this comment.
No, it's not guaranteed. On classic Cloud the poll of the autoscaling API is every 5 minutes, and then there's the time taken for a plan change after that, so if you're unlucky it could be 10 minutes. Serverless should react much faster.
I think it's good to give some idea of timing. Maybe, "This may take several minutes." for the second sentence?
There was a problem hiding this comment.
This may take several minutes. for the second sentence sounds good to me.
...s/ml/public/application/components/jobs_awaiting_node_warning/jobs_awaiting_node_warning.tsx
Outdated
Show resolved
Hide resolved
...nts/jobs_awaiting_node_warning/new_job_awaiting_node_shared/new_job_awaiting_node_shared.tsx
Outdated
Show resolved
Hide resolved
…node_warning/jobs_awaiting_node_warning.tsx Co-authored-by: István Zoltán Szabó <istvan.szabo@elastic.co>
…node_warning/new_job_awaiting_node_shared/new_job_awaiting_node_shared.tsx Co-authored-by: István Zoltán Szabó <istvan.szabo@elastic.co>
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
Updates the text for the info callouts which are displayed when anomaly detection jobs are waiting for a node.
@szabosteve would you mind having a review of the text?
Jobs list

Creating a new job

Fixes #165472