Description
On the server parameter page, https://docs.mongodb.com/manual/reference/parameters/#param.transactionLifetimeLimitSeconds I notice that some parameters are documented as being "available for mongod only". transactionLifetimeLimitSeconds does not have such an annotation, however passing it to a 4.1 mongos apparently fails:
speed% /usr/local/m/versions/4.1/mongos --logpath "/mnt/zram/mongodb/4.1-scm/mongos/mongos_27570.log" --port 27570 --configdb configRepl/localhost:27576 --setParameter ttlMonitorEnabled=false --setParameter transactionLifetimeLimitSeconds=15 --setParameter enableTestCommands=1 --setParameter diagnosticDataCollectionEnabled=false --filePermissions 0666 --fork
|
|
BadValue: Illegal --setParameter parameter: "transactionLifetimeLimitSeconds"
|
try '/usr/local/m/versions/4.1/mongos --help' for more information
|
Scope of changes
Impact to Other Docs
MVP (Work and Date)
Resources (Scope or Design Docs, Invision, etc.)
|