@@ -96,22 +96,25 @@ The command returns the following output:
9696 "MONGODB-X509",
9797 "SCRAM-SHA-1"
9898 ],
99+ "clientCursorMonitorFrequencySecs" : 4,
99100 "clusterAuthMode" : "undefined",
100101 "connPoolMaxConnsPerHost" : 200,
101102 "connPoolMaxShardedConnsPerHost" : 200,
102103 "cursorTimeoutMillis" : 600000,
103- "diagnosticDataCollectionDirectorySizeMB" : 100 ,
104+ "diagnosticDataCollectionDirectorySizeMB" : 200 ,
104105 "diagnosticDataCollectionEnabled" : true,
105106 "diagnosticDataCollectionFileSizeMB" : 10,
106107 "diagnosticDataCollectionPeriodMillis" : 1000,
107108 "diagnosticDataCollectionSamplesPerChunk" : 300,
108109 "diagnosticDataCollectionSamplesPerInterimUpdate" : 10,
109110 "disableJavaScriptJIT" : false,
110- "enableCollectionLocking" : true,
111111 "enableLocalhostAuthBypass" : true,
112112 "enableReplSnapshotThread" : false,
113113 "enableTestCommands" : false,
114114 "failIndexKeyTooLong" : true,
115+ "featureCompatibilityVersion" : "3.4",
116+ "initialSyncOplogBuffer" : "collection",
117+ "internalDocumentSourceCursorBatchSizeBytes" : 16777216,
115118 "internalGeoNearQuery2DMaxCoveringCells" : 16,
116119 "internalGeoPredicateQuery2DMaxCoveringCells" : 16,
117120 "internalQueryCacheEvictionRatio" : 10,
@@ -122,6 +125,7 @@ The command returns the following output:
122125 "internalQueryExecMaxBlockingSortBytes" : 33554432,
123126 "internalQueryExecYieldIterations" : 128,
124127 "internalQueryExecYieldPeriodMS" : 10,
128+ "internalQueryFacetBufferSizeBytes" : 104857600,
125129 "internalQueryForceIntersectionPlans" : false,
126130 "internalQueryMaxScansToExplode" : 200,
127131 "internalQueryPlanEvaluationCollFraction" : 0.3,
@@ -134,9 +138,9 @@ The command returns the following output:
134138 "internalQueryS2GeoCoarsestLevel" : 0,
135139 "internalQueryS2GeoFinestLevel" : 23,
136140 "internalQueryS2GeoMaxCells" : 20,
137- "internalSCCAllowFastestAuthConfigReads" : false,
138- "internalSCCAllowFastestMetadataConfigReads" : false,
141+ "javascriptProtection" : false,
139142 "journalCommitInterval" : 0,
143+ "jsHeapLimitMB" : 1100,
140144 "logComponentVerbosity" : {
141145 "verbosity" : 0,
142146 "accessControl" : {
@@ -190,35 +194,46 @@ The command returns the following output:
190194 },
191195 "logLevel" : 0,
192196 "logUserIds" : false,
197+ "maxLogSizeKB" : 10,
193198 "maxSyncSourceLagSecs" : 30,
199+ "messagePortImpl" : "legacy",
194200 "newCollectionsUsePowerOf2Sizes" : true,
195201 "notablescan" : false,
196- "queueForMigrationCommit" : true,
202+ "numInitialSyncAttempts" : 10,
203+ "numInitialSyncCollectionFindAttempts" : 3,
204+ "numInitialSyncConnectAttempts" : 10,
205+ "numInitialSyncListCollectionsAttempts" : 3,
206+ "numInitialSyncListDatabasesAttempts" : 3,
207+ "numInitialSyncListIndexesAttempts" : 3,
208+ "numInitialSyncOplogFindAttempts" : 3,
209+ "oplogFetcherMaxFetcherRestarts" : 10,
197210 "quiet" : false,
198- "recoverShardingState" : true,
199211 "replApplyBatchSize" : 1,
212+ "replBatchLimitOperations" : 50000,
200213 "replElectionTimeoutOffsetLimitFraction" : 0.15,
201214 "replIndexPrefetch" : "uninitialized",
202- "replMonitorMaxFailedChecks" : 30,
203215 "replSnapshotThreadThrottleMicros" : 1000,
204216 "replWriterThreadCount" : 16,
205- "saslHostName" : "www.example.net:27017 ",
217+ "saslHostName" : "www.example.net:27018 ",
206218 "saslServiceName" : "mongodb",
207219 "saslauthdPath" : "",
208220 "scramIterationCount" : 10000,
221+ "scriptingEngineInterruptIntervalMS" : 1000,
209222 "skipCorruptDocumentsWhenCloning" : false,
210223 "sslMode" : "disabled",
224+ "startupAuthSchemaValidation" : true,
211225 "syncdelay" : 60,
212226 "taskExecutorPoolSize" : 0,
213227 "testingSnapshotBehaviorInIsolation" : false,
214- "textSearchEnabled" : true,
215228 "traceExceptions" : false,
216229 "traceWriteConflictExceptions" : false,
217230 "ttlMonitorEnabled" : true,
218231 "ttlMonitorSleepSecs" : 60,
232+ "use3dot2InitialSync" : false,
219233 "wiredTigerConcurrentReadTransactions" : 128,
220234 "wiredTigerConcurrentWriteTransactions" : 128,
221235 "wiredTigerEngineRuntimeConfig" : "",
236+ "writePeriodicNoops" : true,
222237 "ok" : 1
223238 }
224239
0 commit comments