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

collMod (replset) ignores collectionUUID parameter against time-series

    • Type: Icon: Bug Bug
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Storage Execution
    • ALL
    • Hide
      db.createCollection("weather", { timeseries: { timeField: "theTime" } })
      
      db.runCommand({"collMod": "weather", collectionUUID: new UUID("02ecf875-f790-4641-86e1-85c368e0857c"), expireAfterSeconds: 12344123 } )
      
      Show
      db.createCollection( "weather" , { timeseries: { timeField: "theTime" } }) db.runCommand({ "collMod" : "weather" , collectionUUID: new UUID( "02ecf875-f790-4641-86e1-85c368e0857c" ), expireAfterSeconds: 12344123 } )
    • Execution Team 2024-03-04

      Curiously, collMod on sharded clusters works as expected; this failure is specific to replica sets.

            Assignee:
            haley.connelly@mongodb.com Haley Connelly
            Reporter:
            felipe.gasper@mongodb.com Felipe Gasper
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: