[Fleet] Fleet server migrations SavedObjectsClient#delete
race-condition
#89252
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Fleet
Fleet team's agent central management project
Team:Fleet
Team label for Observability Data Collection Fleet team
The Fleet server migrations call
SavedObjectsClient#delete
after creating the.fleet-enrollment-api-keys
document:kibana/x-pack/plugins/fleet/server/services/fleet_server_migration.ts
Line 72 in 3b728b7
When multiple Kibana instances are running the migrations in parallel, there's a race-condition and the second call to
SavedObjectsClient#delete
will cause an error to the thrown. At the moment, this error being thrown will crash Kibana until #89251 is resolved.The text was updated successfully, but these errors were encountered: