C# GridFS driver fails for large files >2GB

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Done
    • Priority: Minor - P4
    • 1.5
    • Affects Version/s: 1.4.2
    • Component/s: None
    • Environment:
      Windows 2003 Server x64
    • None
    • Fully Compatible
    • None
    • None
    • None
    • None
    • None
    • None

      Files larger than 2GB size uploads with incorrect size in header due to (integer) truncation problem Download of the same file subsequently fails with message about MD5 failure. The problem is file MongoGridFS, Upload method, line 788. The line "var length = 0" should be changed to "long length = 0;" or force the 0 value to a long.

              Assignee:
              Robert Stam
              Reporter:
              gani.agabin@kla-tencor.com
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: