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

Update $listCatalog 'expireAfterSeconds' behavior in catalog/README.md

    • Type: Icon: Task Task
    • Resolution: Unresolved
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Catalog and Routing

      The 'Examples of differences between listIndexes and $listCatalog results' section claims 

      db.t.createIndex({created: 1}, {expireAfterSeconds: 10.23}) 

      will have $listCatalog output 

      { "v" : 2, "key" : { "created" : 1 }, "name" : "created_1", "expireAfterSeconds" : 10.23 } 

      However, 7.3.0+, $listCatalog output shows the same 'expireAfterSeconds' output as $listIndexes

      { "v" : 2, "key" : { "created" : 1 }, "name" : "created_1", "expireAfterSeconds" : 10 }  

       

            Assignee:
            Unassigned Unassigned
            Reporter:
            haley.connelly@mongodb.com Haley Connelly
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: