Investigate changes in SERVER-99175: Implement forceSpill method in DocumentSourceBucketAuto

XMLWordPrintableJSON

    • Type: Investigation
    • Resolution: Done
    • Priority: Major - P3
    • No version
    • Affects Version/s: None
    • Component/s: None
    • None
    • Not Needed
    • Developer Tools

      Original Downstream Change Summary

      New server status counters:

      metrics.query.bucketAuto.spills
      metrics.query.bucketAuto.spilledBytes
      metrics.query.bucketAuto.spilledRecords
      metrics.query.bucketAuto.spilledDataStorageSize
      

      If $bucketAuto spills to disk, corresponding metrics will appear in "Slow query" log line:

      	"bucketAutoSpilledBytes" : 1234,
      	"bucketAutoSpilledDataStorageSize" : 619,
      	"bucketAutoSpilledRecords" : 13,
      	"bucketAutoSpills" : 7,
      	"usedDisk" : true
      

      Description of Linked Ticket

      The forceSpill method will make sure that DocumentSourceBucketAuto spills all its data.

              Assignee:
              Unassigned
              Reporter:
              Backlog - Core Eng Program Management Team
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: