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

The collMod command with non-existent UUID doesn't fail on time-series collection

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 8.0.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Storage Execution
    • Fully Compatible
    • ALL
    • v7.3, v7.0, v6.0
    • Hide
      > db.createCollection("ts", {timeseries: {timeField: "time"}})
      { "ok" : 1 }
      > db.runCommand({collMod: "ts", collectionUUID: UUID()})
      { "ok" : 1 }
      Show
      > db.createCollection("ts", {timeseries: {timeField: "time"}}) { "ok" : 1 } > db.runCommand({collMod: "ts", collectionUUID: UUID()}) { "ok" : 1 }
    • Execution Team 2024-02-05

      Search for todo after finishing the investigation.

            Assignee:
            haley.connelly@mongodb.com Haley Connelly
            Reporter:
            yuhong.zhang@mongodb.com Yuhong Zhang
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: