Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-63946

tenant_migration_donor_resume_on_stepup_and_restart.js can run full validation concurrently with tenant migration

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 6.0.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Fully Compatible
    • ALL
    • v5.3
    • Execution Team 2022-03-21
    • 0

      tenant_migration_donor_resume_on_stepup_and_restart.js restarts a node while a tenant migration is in progress. However before the node is shut down it runs full validation, which can cause the reads (and subsequently the tenant migration) to fail with ObjectIsBusy.

      A few options:

      1. Run non-full validation here instead
      2. Make the test accept this error and retry
      3. Internally have the server retry reads for tenant migration on this error

            Assignee:
            gregory.noma@mongodb.com Gregory Noma
            Reporter:
            gregory.noma@mongodb.com Gregory Noma
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: