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

Minor cleanup related to WiredTigerServerStatusSection.

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 8.2.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Storage Execution
    • Fully Compatible
    • Storage Execution 2025-03-17

      Currently, all 3 implementations of `StorageEngine::Factory` use `kWiredTigerEngineName` to specify the name of the serverStatus section for the storage engine. However, this is a bit clunky since `kWiredTigerEngineName` is also used to specify the config file section name for `WiredTigerKVEngine`, similar to how ‘inMemory’ is used for `InMemoryFactory` and `queryable_wt` for `QueryableWtFactory`. This caused a bit of confusion for me. Fixing it by using a separate string literal for `WiredTigerServerStatusSection` to decouple it from the string literals used for the config file.

            Assignee:
            sandeep.dhoot@mongodb.com Sandeep Dhoot
            Reporter:
            sandeep.dhoot@mongodb.com Sandeep Dhoot
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: