diff options
author | Esha Maharishi <esha.maharishi@mongodb.com> | 2018-10-31 21:54:33 -0400 |
---|---|---|
committer | Esha Maharishi <esha.maharishi@mongodb.com> | 2018-11-07 13:35:21 -0500 |
commit | 56248d50536a25d63526662683b221df8137ab36 (patch) | |
tree | b27ad0452c7fdf9acb76ed45c6bf7770b6f2da42 /src/mongo/shell/servers.js | |
parent | 2a23784057167cbd74321155fc169cd08f562405 (diff) | |
download | mongo-56248d50536a25d63526662683b221df8137ab36.tar.gz |
SERVER-37882 Switch the distributed transaction commit protocol to the RPC protocol
Diffstat (limited to 'src/mongo/shell/servers.js')
-rw-r--r-- | src/mongo/shell/servers.js | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mongo/shell/servers.js b/src/mongo/shell/servers.js index 2c30b10e632..2119e5cef2f 100644 --- a/src/mongo/shell/servers.js +++ b/src/mongo/shell/servers.js @@ -1121,16 +1121,6 @@ var MongoRunner, _startMongod, startMongoProgram, runMongoProgram, startMongoPro } } - // New mongod-specific options in 4.1.x. - if (!programMajorMinorVersion || programMajorMinorVersion >= 410) { - if (jsTest.options().setSkipShardingPartsOfPrepareTransactionFailpoint && - jsTest.options().enableTestCommands) { - argArray.push( - ...["--setParameter", - "failpoint.skipShardingPartsOfPrepareTransaction={mode:'alwaysOn'}"]); - } - } - // New mongod-specific options in 4.0.x if (!programMajorMinorVersion || programMajorMinorVersion >= 400) { if (jsTest.options().transactionLifetimeLimitSeconds !== undefined) { |