Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-15974

[Server] Add tracking for when change stream event exceeds 16Mb

    • 3

      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:
            jason.price@mongodb.com Jason Price
            Reporter:
            backlog-server-pm Backlog - Core Eng Program Management Team
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:
              49 weeks, 3 days ago