-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Fleet] Fix concurent package policies create #178993
[Fleet] Fix concurent package policies create #178993
Conversation
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
/ci |
/ci |
Pinging @elastic/fleet (Team:Fleet) |
💚 Build Succeeded
Metrics [docs]
To update your PR or re-run it, just comment with: cc @nchaulet |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Should we backport this to 8.13 branch? |
As we are at the end of the 8.13 cycle it may be safer to not backport it, this touch a very critical part of the code and while I tested it carefully and we have some automated tests, I feel like releasing it for 8.14 will be safer |
Description
Resolve elastic/elastic-agent#4102
Fix concurrent package policies create, when two custom log package policies are create at the same time it happen to have a conflict where we try to retrieve the package from ES before it's installed this should fix it.
Todo