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

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

    XMLWordPrintableJSON

Details

    • 3

    Description

      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")
      	}
      }
      

      Attachments

        Activity

          People

            jason.price@mongodb.com Jason Price
            backlog-server-pm Backlog - Core Eng Program Management Team
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              39 weeks, 1 day ago