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

certain new extent sizes may crash the server

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 2.1.1
    • Affects Version/s: 2.0.2
    • Component/s: Storage
    • Labels:
      None
    • Environment:
      32bit
    • ALL

      If you attempt to set an oplog size of 512mb on a 32-bit system, the database will abort with an assert.
      This is due to the extent splitter code not using the same max-extent value that the extent creation code is using.
      Since it seems unlikely to create an extent size that fits between the two sizes, this bug doesn't affect many users. Note that the max extent size is affected by --smallfiles (and, by extension, 32-bit platforms).

            Assignee:
            milkie@mongodb.com Eric Milkie
            Reporter:
            milkie@mongodb.com Eric Milkie
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: