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

Command request failed on source shard during fcv upgrade downgrade test

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 7.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Fully Compatible
    • ALL
    • 2

      Test bucket_unpacking_with_sort.js, in suite fcv_upgrade_downgrade_sharded_collections_jscore_passthrough, fails with:

      2023-07-08T01:05:25.732Z assert: command failed: {
              "ok" : 0,
              "errmsg" : "Command request failed on source shard. :: caused by :: operation was interrupted",
              "code" : 11601,
              "codeName" : "Interrupted",
              "$clusterTime" : {
                      "clusterTime" : Timestamp(1688778325, 2),
                      "signature" : {
                              "hash" : BinData(0,"AAAAAAAAAAAAAAAAAAAAAAAAAAA="),
                              "keyId" : NumberLong(0)
                      }
              },
              "operationTime" : Timestamp(1688778325, 1)
      } with original command request: {
              "movechunk" : "test.system.buckets.bucket_unpacking_with_sort_with_meta",
              "find" : {
                      "control.min.t" : ISODate("1970-01-01T00:50:00Z") 
              },
              "to" : "shard-rs0",
              "_waitForDelete" : true,
              "lsid" : {
                      "id" : UUID("5377a9bb-97ad-4203-9054-ff58895008e6")
              },
              "$clusterTime" : {
                      "clusterTime" : Timestamp(1688778321, 10),
                      "signature" : {
                              "hash" : BinData(0,"AAAAAAAAAAAAAAAAAAAAAAAAAAA="),
                              "keyId" : NumberLong(0)
                      }
              }
      } on connection: connection to localhost:20755
      _getErrorWithCode@src/mongo/shell/utils.js:24:13
      doassert@src/mongo/shell/assert.js:18:14
      _assertCommandWorked@src/mongo/shell/assert.js:766:25
      assert.commandWorked@src/mongo/shell/assert.js:860:16
      ensureDataIsDistributedIfSharded@Z:\data\mci\49ceadba3cbad208216a3e2fab9821cd\src\jstests\core\timeseries\libs\timeseries.js:225:24
      setupColl@jstests\core\timeseries\bucket_unpacking_with_sort.js:69:20

      Evergreen run:
      https://parsley.mongodb.com/resmoke/22ab4b94a0ea511641f011e93aee2f70/test/176fbee746735d0448a0dec6d06af1b6?bookmarks=0,54,127&shareLine=0

            Assignee:
            adi.zaimi@mongodb.com Adi Zaimi
            Reporter:
            adi.zaimi@mongodb.com Adi Zaimi
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: