Skip to content

[ML] DF Analytics: stop status polling when job stopped#71159

Merged
alvarezmelissa87 merged 3 commits intoelastic:masterfrom
alvarezmelissa87:ml-dfanalytics-stop-polling
Jul 10, 2020
Merged

[ML] DF Analytics: stop status polling when job stopped#71159
alvarezmelissa87 merged 3 commits intoelastic:masterfrom
alvarezmelissa87:ml-dfanalytics-stop-polling

Conversation

@alvarezmelissa87
Copy link
Copy Markdown
Contributor

@alvarezmelissa87 alvarezmelissa87 commented Jul 8, 2020

Summary

Related meta issue: #66661
Fixes #70714

This PR

  • clears interval for job status polling if the job has stopped
  • ensures AnalysisFieldsTable (includes table) error messages are up to date by clearing out old unsupported field error when no fields are selected

Checklist

Delete any items that are not applicable to this PR.

@alvarezmelissa87 alvarezmelissa87 added :ml release_note:skip Skip the PR/issue when compiling release notes Feature:Data Frame Analytics ML data frame analytics features v7.9.0 labels Jul 8, 2020
@alvarezmelissa87 alvarezmelissa87 requested a review from a team as a code owner July 8, 2020 21:32
@alvarezmelissa87 alvarezmelissa87 self-assigned this Jul 8, 2020
@elasticmachine
Copy link
Copy Markdown
Contributor

Pinging @elastic/ml-ui (:ml)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Think both of these might already be defined by DATA_FRAME_TASK_STATE

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or alternatively can you use the JOB_STATE values from common/constants/states.ts ?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch - updated in d77fbbbe42d984d53aafe1462a9b5669fbc8a435

@qn895
Copy link
Copy Markdown
Member

qn895 commented Jul 9, 2020

Tested and LGTM. Just left a minor comment.

Copy link
Copy Markdown
Contributor

@peteharverson peteharverson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just left one comment. Otherwise LGTM.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or alternatively can you use the JOB_STATE values from common/constants/states.ts ?

@alvarezmelissa87 alvarezmelissa87 force-pushed the ml-dfanalytics-stop-polling branch from 1d22f2e to 7f72f74 Compare July 9, 2020 17:38
@alvarezmelissa87 alvarezmelissa87 force-pushed the ml-dfanalytics-stop-polling branch from d77fbbb to 469e59f Compare July 9, 2020 20:43
@kibanamachine
Copy link
Copy Markdown
Contributor

💚 Build Succeeded

Build metrics

✅ unchanged

History

  • 💔 Build #60368 failed d77fbbbe42d984d53aafe1462a9b5669fbc8a435
  • 💚 Build #59970 succeeded 1d22f2e6a63b67df57f7638fe01b705c6064b305

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@alvarezmelissa87 alvarezmelissa87 merged commit 87c8de8 into elastic:master Jul 10, 2020
@alvarezmelissa87 alvarezmelissa87 deleted the ml-dfanalytics-stop-polling branch July 10, 2020 00:38
alvarezmelissa87 added a commit to alvarezmelissa87/kibana that referenced this pull request Jul 10, 2020
* clear interval if job stopped

* ensure analysisFieldsTable error messages up to date

* use shared constant for job state
jloleysens added a commit to jloleysens/kibana that referenced this pull request Jul 10, 2020
…11y-overlay

* 'master' of github.com:elastic/kibana: (33 commits)
  address index templates feedback (elastic#71353)
  Upgrade EUI to v26.3.1 (elastic#70243)
  [build] Creates Linux aarch64 archive (elastic#69165)
  [SIEM][Detection Engine] Fixes skipped tests (elastic#71347)
  [SIEM][Detection Engine][Lists] Adds read_privileges route for lists and list items
  [kbn/optimizer] implement "requiredBundles" property of KP plugins (elastic#70911)
  [Security Solution][Exceptions] - Exceptions modal pt 2 (elastic#70886)
  [ML] DF Analytics:  stop status polling when job stopped (elastic#71159)
  [SIEM][CASE] IBM Resilient Connector (elastic#66385)
  jenkins_xpack_saved_objects_field_metrics.sh expects to be run from the KIBANA_DIR in CI
  Deduplication of entries and items before sending to endpoint (elastic#71297)
  [services/remote/webdriver] fix eslint error (elastic#71346)
  send slack notifications on visual baseline failures
  fix visual regression job (elastic#70999)
  [Ingest Manager] Add schema to usageCollector. (elastic#71219)
  [ftr] use typed chromeOptions object, adding TEST_BROWSER_BINARY_PATH (elastic#71279)
  [Ingest Manager] Fix limited packages incorrect response (elastic#71292)
  Support multiple features declaring same properties (elastic#71106)
  [Security_Solution][Resolver]Add beta badge to Resolver panel (elastic#71183)
  [DOCS] Clarify trial subscription levels (elastic#70636)
  ...
alvarezmelissa87 added a commit that referenced this pull request Jul 10, 2020
)

* clear interval if job stopped

* ensure analysisFieldsTable error messages up to date

* use shared constant for job state
gmmorris added a commit to gmmorris/kibana that referenced this pull request Jul 13, 2020
* master: (78 commits)
  Bump lodash package version (elastic#71392)
  refactor: 💡 use allow-list in AppArch codebase (elastic#71400)
  improve bugfix 7198 test stability (elastic#71250)
  [Security Solution][Ingest Manager][Endpoint] Optional ingest manager (elastic#71198)
  [Metrics UI] Round metric threshold time buckets to nearest unit (elastic#71172)
  [Security Solution][Endpoint] Policy creation callback fixes + Improved error handling in user manifest loop (elastic#71269)
  [Security Solution] Allow to configure Event Renderers settings (elastic#69693)
  Fix a11y keyboard overlay (elastic#71214)
  [APM] UI text updates (elastic#71333)
  [Logs UI] Limit `extendDatemath` to valid ranges (elastic#71113)
  [SIEM] fix tooltip of notes (elastic#71342)
  address index templates feedback (elastic#71353)
  Upgrade EUI to v26.3.1 (elastic#70243)
  [build] Creates Linux aarch64 archive (elastic#69165)
  [SIEM][Detection Engine] Fixes skipped tests (elastic#71347)
  [SIEM][Detection Engine][Lists] Adds read_privileges route for lists and list items
  [kbn/optimizer] implement "requiredBundles" property of KP plugins (elastic#70911)
  [Security Solution][Exceptions] - Exceptions modal pt 2 (elastic#70886)
  [ML] DF Analytics:  stop status polling when job stopped (elastic#71159)
  [SIEM][CASE] IBM Resilient Connector (elastic#66385)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Feature:Data Frame Analytics ML data frame analytics features :ml release_note:skip Skip the PR/issue when compiling release notes v7.9.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ML] DFA if job start fails, progress poll still runs

5 participants