You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An error should be observed because the preparation would create indices for older schema versions which the NodeIndexHandler rejects (since it deems them to no longer be active).
Solutions
Ignore NodeIndexHandler checks and create the index.
Update NodeIndexHandler to also check for older not migrated nodes (could be a performance issue since all NGFC or SchemaVersions would need to be checked)
The text was updated successfully, but these errors were encountered:
Situation
/api/v1/:project/branches/:branchUuid/migrateSchemas
or
/api/v1/:project/branches/:branchUuid/migrateSchemas
Issue
An error should be observed because the preparation would create indices for older schema versions which the
NodeIndexHandler
rejects (since it deems them to no longer be active).Solutions
NodeIndexHandler
checks and create the index.NodeIndexHandler
to also check for older not migrated nodes (could be a performance issue since all NGFC or SchemaVersions would need to be checked)The text was updated successfully, but these errors were encountered: