Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-90245

FTDC logs warnings about deprecated server parameters at startup

    • Type: Icon: Bug Bug
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 8.0.0-rc18
    • Component/s: None
    • None
    • Server Security
    • ALL
    • Security 2024-06-24, Security Frozen Work

      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.

            Assignee:
            sophia.tan@mongodb.com Sophia Tan
            Reporter:
            louis.williams@mongodb.com Louis Williams
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated: