[Ingest Manager] Implement concurrency control for package configs#70680
Merged
jen-huang merged 4 commits intoelastic:masterfrom Jul 6, 2020
Merged
[Ingest Manager] Implement concurrency control for package configs#70680jen-huang merged 4 commits intoelastic:masterfrom
jen-huang merged 4 commits intoelastic:masterfrom
Conversation
Contributor
|
Pinging @elastic/ingest-management (Team:Ingest Management) |
jfsiii
approved these changes
Jul 6, 2020
Contributor
jfsiii
left a comment
There was a problem hiding this comment.
LGTM. I can submit a follow up PR which uses a custom error instead of status code
Contributor
Author
|
@elasticmachine merge upstream |
jen-huang
added a commit
that referenced
this pull request
Jul 6, 2020
…70680) (#70835) * Send SO version field as part of package configs, enforce it during package config update * Fix typings, extend response error to include optional status code * Revert unnecessary version fields in tests, fix schema Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
21 tasks
Contributor
💛 Build succeeded, but was flaky
Test FailuresKibana Pipeline / kibana-xpack-agent / Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/dashboard/_async_dashboard·ts.dashboard sample data dashboard "before all" hook for "should launch sample flights data set dashboard"Standard OutStack TraceKibana Pipeline / kibana-xpack-agent / Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/dashboard/_async_dashboard·ts.dashboard sample data dashboard "after all" hook for "toggle from Discover to Dashboard attempt 2"Standard OutStack TraceBuild metrics
History
To update your PR or re-run it, just comment with: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Resolves #69992. This PR enables concurrency control on package config saved objects by:
versionfield provided by saved objects to get package config(s) requestsversionfield as part of the payload for update package config requests, where the saved object client will perform version check and throw a 409 if there is a conflictTesting: