<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:33:27 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[SERVER-13971] Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.</title>
                <link>https://jira.mongodb.org/browse/SERVER-13971</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;I am having a document containing 13+ array of embedded documents. while updating the document in the array using &quot;Update.Set(&quot;Tasks.$.TaskMangerPID&quot;, aTaskManagerPID);&quot; make crash MongoDB 2.6.0. and giving error &quot;Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.&quot;&lt;br/&gt;
MongoDB shell creates the dump file( 2 of them) which I am uploading and I am also uploading the document on which I was updating.&lt;/p&gt;

&lt;p&gt;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 &quot;var mUpdate = Update.Set(&quot;Tasks.$.TaskMangerPID&quot;, aTaskManagerPID).Set(&quot;Tasks.$.PID&quot;, aTaskPID); &quot;&lt;/p&gt;

&lt;p&gt;Advice, how to resolve this issue?&lt;/p&gt;</description>
                <environment>C#, .NET 4.5.</environment>
        <key id="136747">SERVER-13971</key>
            <summary>Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="9">Done</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="jain.kumar.pankaj@gmail.com">Pankaj Jain</reporter>
                        <labels>
                            <label>crash</label>
                    </labels>
                <created>Fri, 16 May 2014 17:16:26 +0000</created>
                <updated>Wed, 10 Dec 2014 23:11:38 +0000</updated>
                            <resolved>Fri, 16 May 2014 21:29:12 +0000</resolved>
                                                                                        <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="586853" author="jain.kumar.pankaj@gmail.com" created="Fri, 16 May 2014 20:28:50 +0000"  >&lt;p&gt;Craig,&lt;/p&gt;

&lt;p&gt;All the issue said in my post have been fixed using MongoDB 2.6.1 and&lt;br/&gt;
taking new MongoDB C# driver.&lt;/p&gt;

&lt;p&gt;Thanks you very much.&lt;/p&gt;

&lt;p&gt;-Pankaj&lt;/p&gt;


</comment>
                            <comment id="586722" author="jain.kumar.pankaj@gmail.com" created="Fri, 16 May 2014 19:10:47 +0000"  >&lt;p&gt;Thanks Craig,&lt;/p&gt;

&lt;p&gt;I would test it with 2.6.1 to let you know.&lt;/p&gt;

&lt;p&gt;Thanks.&lt;br/&gt;
Pankaj&lt;/p&gt;


</comment>
                            <comment id="586703" author="craiggwilson" created="Fri, 16 May 2014 18:59:31 +0000"  >&lt;p&gt;Thanks Pankaj,&lt;br/&gt;
  If this is the case, that mongod is crashing even when run from the shell, then this isn&apos;t a CSHARP driver ticket.  I&apos;ll be moving it to the SERVER project and someone will work with you there.  It&apos;s possible this has already been reported and may be a duplicate. A possible candidates is &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-13516&quot; title=&quot;Array updates on documents with more than 128 BSON elements may crash mongod&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-13516&quot;&gt;&lt;del&gt;SERVER-13516&lt;/del&gt;&lt;/a&gt;. As this was fixed in server version 2.6.1, which is available now, would you mind pulling down the 2.6.1 binaries and testing with those? They can be downloaded from here: &lt;a href=&quot;http://www.mongodb.org/downloads&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://www.mongodb.org/downloads&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Craig&lt;/p&gt;</comment>
                            <comment id="586691" author="jain.kumar.pankaj@gmail.com" created="Fri, 16 May 2014 18:54:51 +0000"  >&lt;p&gt;Hi Craig,&lt;/p&gt;

&lt;p&gt;1. Yes, Mongod.exe also crash.&lt;br/&gt;
2. Yes. If I run double set command from shell also. But single update succeed. I felt that crash is related to size of the document. I was able to make this command successfully with 2 array elements from shell.&lt;br/&gt;
3. I am using .net framework 4.5. &lt;br/&gt;
Thanks,&lt;br/&gt;
Pankaj&lt;/p&gt;

&lt;p&gt;Sent from my iPhone&lt;/p&gt;


</comment>
                            <comment id="586672" author="craiggwilson" created="Fri, 16 May 2014 18:45:41 +0000"  >&lt;p&gt;Hi Jain,&lt;br/&gt;
  Sorry you are experiencing these issues. If you wouldn&apos;t mind, could you  clarify a couple of things.&lt;/p&gt;

&lt;p&gt;1) Are you saying the mongod binaries crash? As in, the mongodb server is no longer running after you run this command?&lt;br/&gt;
2) Does this happen when you run these updates from the shell as well?&lt;br/&gt;
3) What version of the .NET driver are you using?&lt;/p&gt;

&lt;p&gt;Craig&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="43589" name="IS_Batches.json" size="5094411" author="jain.kumar.pankaj@gmail.com" created="Fri, 16 May 2014 17:16:26 +0000"/>
                            <attachment id="43588" name="mongod.2014-05-13T17-22-33.mdmp" size="699018" author="jain.kumar.pankaj@gmail.com" created="Fri, 16 May 2014 17:16:26 +0000"/>
                            <attachment id="43587" name="mongod.2014-05-16T16-55-51.mdmp" size="800731" author="jain.kumar.pankaj@gmail.com" created="Fri, 16 May 2014 17:16:26 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 16 May 2014 18:45:41 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        9 years, 39 weeks, 5 days ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>ramon.fernandez@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            9 years, 39 weeks, 5 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10032" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Operating System</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10022"><![CDATA[Windows]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>craig.wilson@mongodb.com</customfieldvalue>
            <customfieldvalue>jain.kumar.pankaj@gmail.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrlutz:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hryvav:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>117681</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_23361" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Requested By</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_22870" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Triagers</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrhx3j:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                    </customfields>
    </item>
</channel>
</rss>