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

Statistics retrieval from WiredTiger uses wrong type

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Trivial - P5 Trivial - P5
    • 4.1.9
    • Affects Version/s: None
    • Component/s: Storage
    • Fully Compatible
    • ALL
    • Storage NYC 2019-03-11
    • 1
    • None
    • 0
    • None
    • None
    • None
    • None
    • None
    • None

      The WiredTigerOperationStats::fetchStats method uses a uint32_t when retrieving statistics from WiredTiger, but the actual statistics are signed values, we should switch to an int32_t.

      This is follow on from SERVER-39026, and the code change should be similar.

            Assignee:
            divjot.arora@mongodb.com Divjot Arora (Inactive)
            Reporter:
            alexander.gorrod@mongodb.com Alexander Gorrod
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: