Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[data.search] Remove warning toast #117252

Merged
merged 7 commits into from
Nov 9, 2021

Conversation

lukasolson
Copy link
Member

Summary

Resolves #116949.

In #103744 we added a notification for warnings that are returned from ES APIs (see elastic/elasticsearch#17804). These turned out to be spammy and unhelpful in some scenarios, so we are turning them off until we can review which warnings should actually be surfaced to end users. These warnings will still show up in the ES deprecation logs.

Checklist

Delete any items that are not applicable to this PR.

Risk Matrix

Delete this section if it is not applicable to this PR.

Before closing this PR, invite QA, stakeholders, and other developers to identify risks that should be tested prior to the change/feature release.

When forming the risk matrix, consider some of the following examples and how they may potentially impact the change:

Risk Probability Severity Mitigation/Notes
Multiple Spaces—unexpected behavior in non-default Kibana Space. Low High Integration tests will verify that all features are still supported in non-default Kibana Space and when user switches between spaces.
Multiple nodes—Elasticsearch polling might have race conditions when multiple Kibana nodes are polling for the same tasks. High Low Tasks are idempotent, so executing them multiple times will not result in logical error, but will degrade performance. To test for this case we add plenty of unit tests around this logic and document manual testing procedure.
Code should gracefully handle cases when feature X or plugin Y are disabled. Medium High Unit tests will verify that any feature flag or plugin combination still results in our service operational.
See more potential risk examples

For maintainers

@lukasolson lukasolson added Feature:Search Querying infrastructure in Kibana v8.0.0 Team:AppServicesSv release_note:skip Skip the PR/issue when compiling release notes auto-backport Deprecated - use backport:version if exact versions are needed v7.16.0 labels Nov 3, 2021
@lukasolson lukasolson requested a review from a team as a code owner November 3, 2021 02:12
@lukasolson lukasolson self-assigned this Nov 3, 2021
@lukasolson lukasolson requested review from ppisljar and Dosant November 3, 2021 21:16
Copy link
Contributor

@Dosant Dosant left a comment

Choose a reason for hiding this comment

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

LGTM,

please note that backport will have to be manual because of #115945 that went only into 7.16 and 7.15, but not 8.0

@Dosant
Copy link
Contributor

Dosant commented Nov 9, 2021

@elasticmachine merge upstream

@lukasolson
Copy link
Member Author

@elasticmachine merge upstream

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

Page load bundle

Size of the bundles that are downloaded on every page load. Target size is below 100kb

id before after diff
data 431.0KB 430.9KB -178.0B

History

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

cc @lukasolson

@lukasolson lukasolson merged commit ed19a9c into elastic:main Nov 9, 2021
@lukasolson lukasolson removed the auto-backport Deprecated - use backport:version if exact versions are needed label Nov 9, 2021
@kibanamachine
Copy link
Contributor

The following labels were identified as gaps in your version labels and will be added automatically:

  • v8.1.0

If any of these should not be on your pull request, please manually remove them.

kibanamachine added a commit to kibanamachine/kibana that referenced this pull request Nov 9, 2021
* [data.search] Remove toast notification for warnings

* Update docs

* Review feedback

Co-authored-by: Kibana Machine <[email protected]>
@kibanamachine
Copy link
Contributor

💔 Backport failed

Status Branch Result
8.0
7.16 Commit could not be cherrypicked due to conflicts

Successful backport PRs will be merged automatically after passing CI.

To backport manually run:
node scripts/backport --pr 117252

kibanamachine added a commit that referenced this pull request Nov 10, 2021
* [data.search] Remove toast notification for warnings

* Update docs

* Review feedback

Co-authored-by: Kibana Machine <[email protected]>

Co-authored-by: Lukas Olson <[email protected]>
lukasolson added a commit to lukasolson/kibana that referenced this pull request Nov 10, 2021
* [data.search] Remove toast notification for warnings

* Update docs

* Review feedback

Co-authored-by: Kibana Machine <[email protected]>
# Conflicts:
#	src/plugins/data/public/search/fetch/handle_response.tsx
lukasolson added a commit that referenced this pull request Nov 12, 2021
* [data.search] Remove toast notification for warnings

* Update docs

* Review feedback

Co-authored-by: Kibana Machine <[email protected]>
# Conflicts:
#	src/plugins/data/public/search/fetch/handle_response.tsx

Co-authored-by: Kibana Machine <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Search Querying infrastructure in Kibana release_note:skip Skip the PR/issue when compiling release notes v7.16.0 v8.0.0 v8.1.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Only show CCS-related ES warnings to the user
4 participants