Uploaded image for project: 'MongoDB Database Tools'
  1. MongoDB Database Tools
  2. TOOLS-3274

Investigate changes in SERVER-67699: Add tracking for when change stream event exceeds 16Mb

    • Type: Icon: Investigation Investigation
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None

      Original Downstream Change Summary

      This change changes the output of the serverStatus command.

      Description of Linked Ticket

      Add counter to the db.serverStatus() when change stream encounters error
      "Executor error during getMore :: caused by :: BSONObj size: 20000501 (0x1312EF5) is invalid. Size must be between 0 and 16793600(16MB) ".

      Something like this

      metrics: {
      	errors: {
          	    "changeStreamBSONObjSizeTooLarge": Long("2")
      	}
      }
      

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

              Created:
              Updated:
              Resolved: