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

GridFS::setChunkSize rejects all sizes but 0

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major - P3
    • Resolution: Fixed
    • None
    • 2.1.2
    • Internal Client
    • Debain Wheezy 64-bit
    • Fully Compatible
    • ALL

    Description

      Method GridFS::setChunkSize in mongo/client/gridfs.cpp rejects all values but 0.
      There is an assertion in that method that checks for "size == 0" whilst it should check for "size != 0".

      Attachments

        Activity

          People

            randolph@mongodb.com Randolph Tan
            artemgr Artem
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: