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

Blacklist migration_ignore_interrupts_3.js and migration_ignore_interrupts_4.js from the stepdown suite

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 3.4.0-rc1
    • Affects Version/s: None
    • Component/s: Sharding
    • Labels:
      None
    • Fully Compatible
    • ALL
    • Sharding 2016-10-10
    • 0

      These two JS tests use killOp on the migration on a shard. This results in the config server receiving a ErrorCodes::Interrupted error on the moveChunk command it sent. ErrorCodes::Interrupted will not be retried. However, if there is a step down between receiving a response on the config server from the moveChunk command and removing the config.migrations document for that migration, the migration document is kept and the moveChunk command is retried.

      Without config stepdown, killOp will behave as expected.

            Assignee:
            dianna.hohensee@mongodb.com Dianna Hohensee (Inactive)
            Reporter:
            dianna.hohensee@mongodb.com Dianna Hohensee (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: