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

XMLWordPrintableJSON

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

      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
            Reporter:
            Haley Connelly
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: