-
Type: Bug
-
Resolution: Works as Designed
-
Priority: Blocker - P1
-
None
-
Affects Version/s: 2.4.3
-
Component/s: Error Handling, GridFS
-
Environment:OS:Windows Server 2008 R2
Sharding Environment
We are running load test with MongoDB V3.2.12 and below mentioned error is thrown when reading the binary file from GridFS.
I had raised a bug. Refer:https://jira.mongodb.org/browse/CSHARP-1970 and it is one of the target for 2.4.4.
While testing the above mentioned bug fix with the fixed code(created release build by getting code from GitHub) and in the same environment, I got below error.
Type:GridFSChunkException,Message:GridFS chunk 0 of file id 222448ab20170509181609bd is missing.
場所 MongoDB.Driver.GridFS.GridFSForwardOnlyDownloadStream`1.ProcessNextBatch(List`1 batch)
場所 MongoDB.Driver.GridFS.GridFSForwardOnlyDownloadStream`1.GetNextBatch(CancellationToken cancellationToken)
場所 MongoDB.Driver.GridFS.GridFSForwardOnlyDownloadStream`1.GetFirstBatch(CancellationToken cancellationToken)
場所 MongoDB.Driver.GridFS.GridFSForwardOnlyDownloadStream`1.GetSegment(CancellationToken cancellationToken)
場所 MongoDB.Driver.GridFS.GridFSForwardOnlyDownloadStream`1.Read(Byte[] buffer, Int32 offset, Int32 count)
Please assist.
Thanks in advance.
Irshad.
- related to
-
CSHARP-2304 Type:GridFSChunkException,Message:GridFS chunk 0 of file id 001f7c182018061320020001 is missing
- Closed