Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-13180

upgradeCheck hits BSONObj limit when trying to check indexkey size

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major - P3 Major - P3
    • 2.6.0-rc2
    • None
    • Shell
    • ALL

    Description

      This happens because of how the javascript hooks into c++. By the current method, we can only pass in a single BSONObj, so we put both the object and the index spec into a single BSONObj which can end up being oversize.

      Instead, the code should allow us to pass the two BSONObjs directly, avoiding the oversized BSONObj error.

      Attachments

        Activity

          People

            matt.dannenberg Matt Dannenberg
            matt.dannenberg Matt Dannenberg
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: