POST system feature migration request returns before migration is in progress #79680
Labels
>bug
:Core/Infra/Core
Core issues without another label
Team:Core/Infra
Meta label for core/infra team
v7.16.0
v8.0.0-rc1
v8.1.0
The POST request to
/_migration/system_features
returns after the migration task has been submitted, but before it actually begins. This means that an immediately subsequent call toGET /_migration/system_features
may returnMIGRATION_NEEDED
rather thanIN_PROGRESS
. This, in fact, happens consistently in the Upgrade Assistant. We should find a way to make sure that a call toGET /_migration/system_features
returns state relevant to the most recent POST request.cc @sabarasaba
The text was updated successfully, but these errors were encountered: