Skip to content

Ignore unused columns at elastic_reindexing_tasks

Dmitry Gruzd requested to merge ignore-reindex-task-columns into master

What does this MR do?

In #290956 (closed) we created a new model Elastic::ReindexingSubtask and migrated some fields from Elastic::ReindexingTask. In this MR we're going to ignore the old, unused columns per the process outlined in https://docs.gitlab.com/ee/development/what_requires_downtime.html#step-1-ignoring-the-column-release-m

Screenshots (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team
Edited by Dmitry Gruzd

Merge request reports