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

Fix formula for calculating programMajorMinorVersion in servers.js

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 8.1.0-rc0, 8.0.5
    • Affects Version/s: None
    • Component/s: None
    • None
    • Cluster Scalability
    • Fully Compatible
    • ALL
    • v8.0, v7.0, v6.0
    • Cluster Scalability 2024-12-23

      Credit to joan.bruguera-mico@mongodb.com who caught that we are incorrectly calculating the programMajorMinorVersion.

      Current formula is `major * 100 + minor + 10`
      The correct formula based on who the code is used should be `major * 100 + minor * 10`

            Assignee:
            ben.gawel@mongodb.com Ben Gawel
            Reporter:
            ben.gawel@mongodb.com Ben Gawel
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: