-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: 8.1.0-rc0, 8.0.0-rc18
-
Component/s: None
-
None
-
Networking & Observability
-
ALL
-
Security 2024-06-24
-
None
-
None
-
None
-
None
-
None
-
None
-
None
When I start mongod I see the following warnings from FTDC:
{"t":{"$date":"2024-05-06T21:04:12.070+00:00"},"s":"W", "c":"CONTROL", "id":636300, "ctx":"ftdc","msg":"Use of deprecated server parameter name","attr":{"deprecatedName":"internalQueryCacheSize","canonicalName":"internalQueryCacheMaxEntriesPerCollection"}} {"t":{"$date":"2024-05-06T21:04:12.075+00:00"},"s":"W", "c":"CONTROL", "id":636300, "ctx":"ftdc","msg":"Use of deprecated server parameter name","attr":{"deprecatedName":"oplogSamplingLogIntervalSeconds","canonicalName":"collectionSamplingLogIntervalSeconds"}} {"t":{"$date":"2024-05-06T21:04:12.075+00:00"},"s":"W", "c":"NETWORK", "id":23803, "ctx":"ftdc","msg":"Use of deprecated server parameter 'sslMode', please use 'tlsMode' instead."} {"t":{"$date":"2024-05-06T21:04:12.075+00:00"},"s":"W", "c":"CONTROL", "id":636300, "ctx":"ftdc","msg":"Use of deprecated server parameter name","attr":{"deprecatedName":"wiredTigerConcurrentReadTransactions","canonicalName":"storageEngineConcurrentReadTransactions"}} {"t":{"$date":"2024-05-06T21:04:12.075+00:00"},"s":"W", "c":"CONTROL", "id":636300, "ctx":"ftdc","msg":"Use of deprecated server parameter name","attr":{"deprecatedName":"wiredTigerConcurrentWriteTransactions","canonicalName":"storageEngineConcurrentWriteTransactions"}}
I don't see these parameters actually being used, so I think there's a bug somewhere that these are being printed.
- is duplicated by
-
SERVER-94061 Clean start with 8.0 prints warnings about deprecated server parameters that were not passed in
-
- Closed
-
- is related to
-
SERVER-102881 Authorize FTDC to collect buildInfo
-
- In Progress
-