Skip to content
GitLab
Next
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • GitLab GitLab
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 44,758
    • Issues 44,758
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1,329
    • Merge requests 1,329
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.orgGitLab.org
  • GitLabGitLab
  • Issues
  • #357822
Closed
Open
Issue created Apr 05, 2022 by Jan Provaznik@jprovaznik🔴Maintainer

Retry of batched background migration fails

In 14.8 if a batched background migration job fails and is retried (on background by batched migration worker), it will keep failing on next retries.

The reason is that in !73640 (merged) I added job_arguments parameter, but missed that it should be added also to split_and_retry! method.

This is addressed by !82387 (merged)

(this issue for !82387 (merged) is created backward so we can discuss if it should be backported)

UPDATE: in discussion below it was decided not to backport this to 14.8. There are possible workarounds:

  • update to 14.9
  • ignore failed batched migration when upgrading in scope of 14.8.x versions (then retry this batched migration after upgrading to 14.9)
Edited Apr 07, 2022 by Jan Provaznik
Assignee
Assign to
Time tracking