[SERVER-78794] Command request failed on source shard during fcv upgrade downgrade test Created: 08/Jul/23  Updated: 29/Oct/23  Resolved: 13/Jul/23

Status: Closed
Project: Core Server
Component/s: None
Affects Version/s: None
Fix Version/s: 7.1.0-rc0

Type: Bug Priority: Major - P3
Reporter: Adi Zaimi Assignee: Adi Zaimi
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Backwards Compatibility: Fully Compatible
Operating System: ALL
Participants:
Story Points: 2

 Description   

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



 Comments   
Comment by Githook User [ 12/Jul/23 ]

Author:

{'name': 'Adi Zaimi', 'email': 'adi.zaimi@mongodb.com', 'username': 'adizaimi'}

Message: SERVER-78794 Retry movechunk commands that were interrupted in test suite

Catch and retry movechunk command in the case it failed with 'operation was interrupted'
error for the fcv upgrade downgrade test suite.
Branch: master
https://github.com/mongodb/mongo/commit/c0d16de3e963efc4fe9f5584fc5f2ac6f9cf4a09

Generated at Thu Feb 08 06:39:16 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.