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

test_resharding_test_fixture_shutdown_retry_needed.js can run full validation concurrently with resharding

    • 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-07
    • 0

      test_resharding_test_fixture_shutdown_retry_needed.js (and possibly other tests using the resharding test fixture) restarts a node while a resharding operation is in progress. However before the node is shut down it runs full validation, which can cause the reads (and subsequently the resharding operation) to fail with ObjectIsBusy.

      A few options:

      1. Run non-full validation here instead
      2. Make the test fixture accept this error and retry
      3. Internally have the server retry reads for resharding 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: