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

killOp in migration_ignore_interrupts.js is failing to thoroughly kill a moveChunk because now the moveChunk gets retried on ErrorCodes::Interrupted

    • Type: Icon: Bug Bug
    • Resolution: Won't Fix
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Sharding
    • Labels:
      None
    • Fully Compatible
    • ALL

      This is a testing failure, and not code failure.

      killOp is done on a moveChunk operation on a shard, and an Interrupted error is returned to the balancer, which converts such errors into a retriable BalancerInterrupted error to return to the mongos. So the mongos retries the moveChunk command that the test wants to have completely aborted.

            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: