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

Clean start with 8.0 prints warnings about deprecated server parameters that were not passed in

    • Type: Icon: Bug Bug
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Server Triage
    • ALL

      This is building commit b7d9ec86f5 which is basically the same as the tip of v8.0 right now. I am building with --dbg, but that shouldn't affect this (and if it is, that is probably a bug in itself). If I had to guess, somewhere that we are specifying defaults is specifying them in the deprecated format.

      $ rm -r /data/db/upgrade/*
      $ bin/mongod-8 --dbpath /data/db/upgrade/
      {"t":{"$date":"2024-08-27T11:21:09.389+00:00"},"s":"I",  "c":"CONTROL",  "id":23285,   "ctx":"main","msg":"Automatically disabling TLS 1.0, to force-enable TLS 1.0 specify --sslDisabledProtocols 'none'"}
      {"t":{"$date":"2024-08-27T11:21:09.389+00:00"},"s":"I",  "c":"CONTROL",  "id":5945603, "ctx":"main","msg":"Multi threading initialized"}
      {"t":{"$date":"2024-08-27T11:21:09.389+00:00"},"s":"I",  "c":"NETWORK",  "id":4648602, "ctx":"main","msg":"Implicit TCP FastOpen in use."}
      {"t":{"$date":"2024-08-27T11:21:09.390+00:00"},"s":"I",  "c":"NETWORK",  "id":4915701, "ctx":"main","msg":"Initialized wire specification","attr":{"spec":{"incomingExternalClient":{"minWireVersion":0,"maxWireVersion":25},"incomingInternalClient":{"minWireVersion":0,"maxWireVersion":25},"outgoing":{"minWireVersion":6,"maxWireVersion":25},"isInternalClient":true}}}
      {"t":{"$date":"2024-08-27T11:21:09.391+00:00"},"s":"I",  "c":"TENANT_M", "id":7091600, "ctx":"main","msg":"Starting TenantMigrationAccessBlockerRegistry"}
      {"t":{"$date":"2024-08-27T11:21:09.391+00:00"},"s":"I",  "c":"CONTROL",  "id":4615611, "ctx":"initandlisten","msg":"MongoDB starting","attr":{"pid":3617827,"port":27017,"dbPath":"/data/db/upgrade","architecture":"64-bit","host":"ip-10-0-78-61"}}
      {"t":{"$date":"2024-08-27T11:21:09.391+00:00"},"s":"I",  "c":"CONTROL",  "id":20533,   "ctx":"initandlisten","msg":"DEBUG build (which is slower)"}
      {"t":{"$date":"2024-08-27T11:21:09.391+00:00"},"s":"I",  "c":"CONTROL",  "id":23403,   "ctx":"initandlisten","msg":"Build Info","attr":{"buildInfo":{"version":"8.0.99-pre","gitVersion":"unknown","openSSLVersion":"OpenSSL 3.0.2 15 Mar 2022","modules":["enterprise"],"allocator":"tcmalloc-google","environment":{"distarch":"aarch64","target_arch":"aarch64"}}}}
      {"t":{"$date":"2024-08-27T11:21:09.391+00:00"},"s":"I",  "c":"CONTROL",  "id":51765,   "ctx":"initandlisten","msg":"Operating System","attr":{"os":{"name":"Ubuntu","version":"22.04"}}}
      {"t":{"$date":"2024-08-27T11:21:09.391+00:00"},"s":"I",  "c":"CONTROL",  "id":21951,   "ctx":"initandlisten","msg":"Options set by command line","attr":{"options":{"storage":{"dbPath":"/data/db/upgrade/"}}}}
       
      ...
      
      {"t":{"$date":"2024-08-27T11:21:11.004+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-08-27T11:21:11.004+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-08-27T11:21:11.004+00:00"},"s":"W",  "c":"NETWORK",  "id":23803,   "ctx":"ftdc","msg":"Use of deprecated server parameter 'sslMode', please use 'tlsMode' instead."}
      {"t":{"$date":"2024-08-27T11:21:11.004+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-08-27T11:21:11.004+00:00"},"s":"W",  "c":"CONTROL",  "id":636300,  "ctx":"ftdc","msg":"Use of deprecated server parameter name","attr":{"deprecatedName":"wiredTigerConcurrentWriteTransactions","canonicalName":"storageEngineConcurrentWriteTransactions"}}
      

            Assignee:
            Unassigned Unassigned
            Reporter:
            mathias@mongodb.com Mathias Stearn
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: