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

GridFS::setChunkSize rejects all sizes but 0

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 2.1.2
    • Affects Version/s: None
    • Component/s: Internal Client
    • Labels:
    • Environment:
      Debain Wheezy 64-bit
    • Fully Compatible
    • ALL

      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".

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

              Created:
              Updated:
              Resolved: