[SERVER-13971] Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. Created: 16/May/14 Updated: 10/Dec/14 Resolved: 16/May/14 |
|
| Status: | Closed |
| Project: | Core Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major - P3 |
| Reporter: | Pankaj Jain | Assignee: | Unassigned |
| Resolution: | Done | Votes: | 0 |
| Labels: | crash | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
C#, .NET 4.5. |
||
| Attachments: |
|
| Operating System: | Windows |
| Participants: |
| Description |
|
I am having a document containing 13+ array of embedded documents. while updating the document in the array using "Update.Set("Tasks.$.TaskMangerPID", aTaskManagerPID);" make crash MongoDB 2.6.0. and giving error "Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host." I am able get the crash all the time when I run the my own binary from command from. But from debugging from MS-Visual Studio 2012. I am able to run single set command. but crash all the time is I use two set command "var mUpdate = Update.Set("Tasks.$.TaskMangerPID", aTaskManagerPID).Set("Tasks.$.PID", aTaskPID); " Advice, how to resolve this issue? |
| Comments |
| Comment by Pankaj Jain [ 16/May/14 ] |
|
Craig, All the issue said in my post have been fixed using MongoDB 2.6.1 and Thanks you very much. -Pankaj |
| Comment by Pankaj Jain [ 16/May/14 ] |
|
Thanks Craig, I would test it with 2.6.1 to let you know. Thanks. |
| Comment by Craig Wilson [ 16/May/14 ] |
|
Thanks Pankaj, Craig |
| Comment by Pankaj Jain [ 16/May/14 ] |
|
Hi Craig, 1. Yes, Mongod.exe also crash. Sent from my iPhone |
| Comment by Craig Wilson [ 16/May/14 ] |
|
Hi Jain, 1) Are you saying the mongod binaries crash? As in, the mongodb server is no longer running after you run this command? Craig |