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

The DDL lock manager acquires db/collection locks by string

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Minor - P4 Minor - P4
    • 8.1.0-rc0, 8.0.0-rc2
    • Affects Version/s: None
    • Component/s: Concurrency
    • Labels:
      None
    • Catalog and Routing
    • Fully Compatible
    • ALL
    • v8.0
    • CAR Team 2024-04-15

      The DDL lock manager takes DDL resource locks for databases and collections, but does so by serializing them to strings rather than directly using the appropriately-typed constructors.

      Switching that will allow us to also remove these ResourceId constructors.

      There is also some dead leftover code.

            Assignee:
            kaloian.manassiev@mongodb.com Kaloian Manassiev
            Reporter:
            kaloian.manassiev@mongodb.com Kaloian Manassiev
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: