Propagate collectionType for getMore slow query logs

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Query Integration
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      As of SERVER-119978, we store a collectionType field on OpDebug and use this to derive whether or not the collection is a view. If this information is not populated, the collectionType will be excluded from the operation's slow query log.

      Currently, getMore's exclude the collectionType because they do not have view information. If we stored this collectionType value on the cursor and reapplied it to the getMore's OpDebug, we could report it in the slow query log. 

            Assignee:
            Unassigned
            Reporter:
            Alyssa Clark (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: