<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:01:43 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-2973] Namespace length past 79 characters results in an assertion error in mongodb 1.8 and prevents dumping of data using mongodump</title>
                <link>https://jira.mongodb.org/browse/SERVER-2973</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Commands to Reproduce&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt; mongo commands with failure&lt;br/&gt;
$ mongo&lt;br/&gt;
$ use customername_productname_environment&lt;br/&gt;
$ db.a_collection_that_should_have_a_shorter_name.insert(&lt;/p&gt;
{name: &apos;Wintesa&apos;}
&lt;p&gt;)&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;New Shell&lt;br/&gt;
$ mongodump -d customername_productname_environment&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;2&amp;#93;&lt;/span&gt; mongodump commands, mongodump demonstrating workaround&lt;br/&gt;
$ mongo&lt;br/&gt;
$ use customername_productname_environment&lt;br/&gt;
$ db.a_collection_that_should_have_a_shorter_name.renameCollection(&quot;a_collection_that_should_have_a_shor&quot;)&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;New Shell&lt;br/&gt;
$ mongodump -d customername_productname_environment&lt;/li&gt;
&lt;/ol&gt;




&lt;p&gt;Logs&lt;/p&gt;

&lt;p&gt;mongod (-vvvvv) - Run Mongo Commands &lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;Thu Apr 21 10:29:52 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn12&amp;#93;&lt;/span&gt; query: customername_productname_environment.system.indexes{ query: {}, $snapshot: true }&lt;br/&gt;
Thu Apr 21 10:29:52 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn12&amp;#93;&lt;/span&gt;    used cursor: 0x100b26850&lt;br/&gt;
Thu Apr 21 10:29:52 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn12&amp;#93;&lt;/span&gt; query customername_productname_environment.system.indexes reslen:172 nreturned:1 0ms&lt;br/&gt;
Thu Apr 21 10:29:52 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn12&amp;#93;&lt;/span&gt; query: customername_productname_environment.$cmd{ count: &quot;a_collection_that_should_have_a_shorter_name.$&lt;em&gt;id&lt;/em&gt;&quot;, query: {} }&lt;br/&gt;
Thu Apr 21 10:29:52 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn12&amp;#93;&lt;/span&gt; run command customername_productname_environment.$cmd { count: &quot;a_collection_that_should_have_a_shorter_name.$&lt;em&gt;id&lt;/em&gt;&quot;, query: {} }&lt;br/&gt;
Thu Apr 21 10:29:52 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn12&amp;#93;&lt;/span&gt; query customername_productname_environment.$cmd ntoreturn:1 command: { count: &quot;a_collection_that_should_have_a_shorter_name.$&lt;em&gt;id&lt;/em&gt;&quot;, query: {} } reslen:64 0ms&lt;br/&gt;
Thu Apr 21 10:29:52 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn12&amp;#93;&lt;/span&gt; query: customername_productname_environment.a_collection_that_should_have_a_shorter_name.$&lt;em&gt;id&lt;/em&gt;{ query: {}, $snapshot: true }&lt;br/&gt;
Thu Apr 21 10:29:52 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn12&amp;#93;&lt;/span&gt; warning: no &lt;em&gt;id index on $snapshot query, ns:customername_productname_environment.a_collection_that_should_have_a_shorter_name.$_id&lt;/em&gt;&lt;br/&gt;
Thu Apr 21 10:29:52 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn12&amp;#93;&lt;/span&gt; Assertion: 10334:Invalid BSONObj size: -1 (0xFFFFFFFF) first element: EOO&lt;br/&gt;
0x10008de9b 0x10000d3f3 0x1002f1788 0x10019c65b 0x1002f9476 0x100300cc8 0x100307964 0x100309ab1 0x10030a99a 0x100182c78 0x1002b9e89 0x1002c3f18 0x100433888 0x100446d74 0x7fff811894f6 0x7fff811893a9 &lt;br/&gt;
 0   mongod                              0x000000010008de9b _ZN5mongo11msgassertedEiPKc + 315&lt;br/&gt;
 1   mongod                              0x000000010000d3f3 _ZNK5mongo7BSONObj14_assertInvalidEv + 1059&lt;br/&gt;
 2   mongod                              0x00000001002f1788 _ZN5mongo11BasicCursor7currentEv + 104&lt;br/&gt;
 3   mongod                              0x000000010019c65b _ZN5mongo11UserQueryOp4nextEv + 5867&lt;br/&gt;
 4   mongod                              0x00000001002f9476 _ZN5mongo12QueryPlanSet6Runner6nextOpERNS_7QueryOpE + 70&lt;br/&gt;
 5   mongod                              0x0000000100300cc8 _ZN5mongo12QueryPlanSet6Runner3runEv + 1720&lt;br/&gt;
 6   mongod                              0x0000000100307964 _ZN5mongo12QueryPlanSet5runOpERNS_7QueryOpE + 868&lt;br/&gt;
 7   mongod                              0x0000000100309ab1 _ZN5mongo16MultiPlanScanner9runOpOnceERNS_7QueryOpE + 113&lt;br/&gt;
 8   mongod                              0x000000010030a99a _ZN5mongo16MultiPlanScanner5runOpERNS_7QueryOpE + 26&lt;br/&gt;
 9   mongod                              0x0000000100182c78 &lt;em&gt;ZN5mongo8runQueryERNS_7MessageERNS_12QueryMessageERNS_5CurOpES1&lt;/em&gt; + 3976&lt;br/&gt;
 10  mongod                              0x00000001002b9e89 _ZN5mongo13receivedQueryERNS_6ClientERNS_10DbResponseERNS_7MessageE + 569&lt;br/&gt;
 11  mongod                              0x00000001002c3f18 _ZN5mongo16assembleResponseERNS_7MessageERNS_10DbResponseERKNS_8SockAddrE + 1528&lt;br/&gt;
 12  mongod                              0x0000000100433888 _ZN5mongo10connThreadEPNS_13MessagingPortE + 616&lt;br/&gt;
 13  mongod                              0x0000000100446d74 thread_proxy + 132&lt;br/&gt;
 14  libSystem.B.dylib                   0x00007fff811894f6 _pthread_start + 331&lt;br/&gt;
 15  libSystem.B.dylib                   0x00007fff811893a9 thread_start + 13&lt;br/&gt;
Thu Apr 21 10:29:52 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn12&amp;#93;&lt;/span&gt; assertion 10334 Invalid BSONObj size: -1 (0xFFFFFFFF) first element: EOO ns:customername_productname_environment.a_collection_that_should_have_a_shorter_name.$&lt;em&gt;id&lt;/em&gt; query:{ query: {}, $snapshot: true }&lt;br/&gt;
Thu Apr 21 10:29:52 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn12&amp;#93;&lt;/span&gt; query customername_productname_environment.a_collection_that_should_have_a_shorter_name.$&lt;em&gt;id&lt;/em&gt; exception  1ms&lt;br/&gt;
Thu Apr 21 10:29:52 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn12&amp;#93;&lt;/span&gt; MessagingPort recv() conn closed? 127.0.0.1:50588&lt;br/&gt;
Thu Apr 21 10:29:52 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn12&amp;#93;&lt;/span&gt; SocketException: remote:  error: 9001 socket exception &lt;span class=&quot;error&quot;&gt;&amp;#91;0&amp;#93;&lt;/span&gt; &lt;br/&gt;
Thu Apr 21 10:29:52 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn12&amp;#93;&lt;/span&gt; end connection 127.0.0.1:50588&lt;/p&gt;



&lt;p&gt;mongod (-vvvvv) - Rename Collection and run mongodump &lt;span class=&quot;error&quot;&gt;&amp;#91;2&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;Thu Apr 21 10:30:32 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; connection accepted from 127.0.0.1:50590 #14&lt;br/&gt;
Thu Apr 21 10:30:32 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn14&amp;#93;&lt;/span&gt; query: admin.$cmd&lt;/p&gt;
{ whatsmyuri: 1 }
&lt;p&gt;Thu Apr 21 10:30:32 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn14&amp;#93;&lt;/span&gt; run command admin.$cmd &lt;/p&gt;
{ whatsmyuri: 1 }
&lt;p&gt;Thu Apr 21 10:30:32 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn14&amp;#93;&lt;/span&gt; query admin.$cmd ntoreturn:1 command: &lt;/p&gt;
{ whatsmyuri: 1 }
&lt;p&gt; reslen:78 0ms&lt;br/&gt;
Thu Apr 21 10:30:32 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn14&amp;#93;&lt;/span&gt; query: admin.$cmd&lt;/p&gt;
{ replSetGetStatus: 1, forShell: 1 }
&lt;p&gt;Thu Apr 21 10:30:32 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn14&amp;#93;&lt;/span&gt; run command admin.$cmd &lt;/p&gt;
{ replSetGetStatus: 1, forShell: 1 }
&lt;p&gt;Thu Apr 21 10:30:32 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn14&amp;#93;&lt;/span&gt; command: &lt;/p&gt;
{ replSetGetStatus: 1, forShell: 1 }
&lt;p&gt;Thu Apr 21 10:30:32 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn14&amp;#93;&lt;/span&gt; query admin.$cmd ntoreturn:1 command: &lt;/p&gt;
{ replSetGetStatus: 1, forShell: 1 }
&lt;p&gt; reslen:92 0ms&lt;br/&gt;
Thu Apr 21 10:30:38 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn14&amp;#93;&lt;/span&gt; query: admin.$cmd&lt;/p&gt;
{ replSetGetStatus: 1, forShell: 1 }
&lt;p&gt;Thu Apr 21 10:30:38 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn14&amp;#93;&lt;/span&gt; run command admin.$cmd &lt;/p&gt;
{ replSetGetStatus: 1, forShell: 1 }
&lt;p&gt;Thu Apr 21 10:30:38 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn14&amp;#93;&lt;/span&gt; command: &lt;/p&gt;
{ replSetGetStatus: 1, forShell: 1 }
&lt;p&gt;Thu Apr 21 10:30:38 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn14&amp;#93;&lt;/span&gt; query admin.$cmd ntoreturn:1 command: &lt;/p&gt;
{ replSetGetStatus: 1, forShell: 1 }
&lt;p&gt; reslen:92 0ms&lt;br/&gt;
Thu Apr 21 10:30:48 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn14&amp;#93;&lt;/span&gt; query: customername_productname_environment.system.namespaces{}&lt;br/&gt;
Thu Apr 21 10:30:48 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn14&amp;#93;&lt;/span&gt;    used cursor: 0x100e06950&lt;br/&gt;
Thu Apr 21 10:30:48 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn14&amp;#93;&lt;/span&gt; query customername_productname_environment.system.namespaces reslen:303 nreturned:3 0ms&lt;br/&gt;
Thu Apr 21 10:30:48 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn14&amp;#93;&lt;/span&gt; query: customername_productname_environment.system.namespaces{}&lt;br/&gt;
Thu Apr 21 10:30:48 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn14&amp;#93;&lt;/span&gt;    used cursor: 0x100c0b030&lt;br/&gt;
Thu Apr 21 10:30:48 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn14&amp;#93;&lt;/span&gt; query customername_productname_environment.system.namespaces reslen:303 nreturned:3 0ms&lt;br/&gt;
Thu Apr 21 10:30:49 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn14&amp;#93;&lt;/span&gt; query: customername_productname_environment.system.namespaces{}&lt;br/&gt;
Thu Apr 21 10:30:49 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn14&amp;#93;&lt;/span&gt;    used cursor: 0x100c0b9f0&lt;br/&gt;
Thu Apr 21 10:30:49 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn14&amp;#93;&lt;/span&gt; query customername_productname_environment.system.namespaces reslen:303 nreturned:3 0ms&lt;br/&gt;
Thu Apr 21 10:30:50 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn14&amp;#93;&lt;/span&gt; query: customername_productname_environment.system.namespaces{}&lt;br/&gt;
Thu Apr 21 10:30:50 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn14&amp;#93;&lt;/span&gt;    used cursor: 0x100c0ae80&lt;br/&gt;
Thu Apr 21 10:30:50 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn14&amp;#93;&lt;/span&gt; query customername_productname_environment.system.namespaces reslen:303 nreturned:3 0ms&lt;br/&gt;
Thu Apr 21 10:31:10 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn14&amp;#93;&lt;/span&gt; query: admin.$cmd&lt;/p&gt;
{ renameCollection: &quot;customername_productname_environment.a_collection_that_should_have_a_s...&quot;, to: &quot;customername_productname_environment.a_collection_that_should_have_a_shor&quot;, dropTarget: undefined }
&lt;p&gt;Thu Apr 21 10:31:10 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn14&amp;#93;&lt;/span&gt; run command admin.$cmd &lt;/p&gt;
{ renameCollection: &quot;customername_productname_environment.a_collection_that_should_have_a_s...&quot;, to: &quot;customername_productname_environment.a_collection_that_should_have_a_shor&quot;, dropTarget: undefined }
&lt;p&gt;Thu Apr 21 10:31:10 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn14&amp;#93;&lt;/span&gt; command: &lt;/p&gt;
{ renameCollection: &quot;customername_productname_environment.a_collection_that_should_have_a_s...&quot;, to: &quot;customername_productname_environment.a_collection_that_should_have_a_shor&quot;, dropTarget: undefined }
&lt;p&gt;Thu Apr 21 10:31:10 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn14&amp;#93;&lt;/span&gt; New namespace: customername_productname_environment.a_collection_that_should_have_a_shor&lt;br/&gt;
New namespace: customername_productname_environment.a_collection_that_should_have_a_shor.$&lt;em&gt;id&lt;/em&gt;&lt;br/&gt;
query admin.$cmd ntoreturn:1 command: &lt;/p&gt;
{ renameCollection: &quot;customername_productname_environment.a_collection_that_should_have_a_s...&quot;, to: &quot;customername_productname_environment.a_collection_that_should_have_a_shor&quot;, dropTarget: undefined }
&lt;p&gt; reslen:53 1ms&lt;br/&gt;
Thu Apr 21 10:31:10 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn14&amp;#93;&lt;/span&gt; query: admin.$cmd&lt;/p&gt;
{ replSetGetStatus: 1, forShell: 1 }
&lt;p&gt;Thu Apr 21 10:31:10 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn14&amp;#93;&lt;/span&gt; run command admin.$cmd &lt;/p&gt;
{ replSetGetStatus: 1, forShell: 1 }
&lt;p&gt;Thu Apr 21 10:31:10 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn14&amp;#93;&lt;/span&gt; command: &lt;/p&gt;
{ replSetGetStatus: 1, forShell: 1 }
&lt;p&gt;Thu Apr 21 10:31:10 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn14&amp;#93;&lt;/span&gt; query admin.$cmd ntoreturn:1 command: &lt;/p&gt;
{ replSetGetStatus: 1, forShell: 1 }
&lt;p&gt; reslen:92 0ms&lt;br/&gt;
Thu Apr 21 10:31:14 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; connection accepted from 127.0.0.1:50594 #15&lt;br/&gt;
Thu Apr 21 10:31:14 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn15&amp;#93;&lt;/span&gt; query: admin.$cmd&lt;/p&gt;
{ isdbgrid: 1 }
&lt;p&gt;Thu Apr 21 10:31:14 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn15&amp;#93;&lt;/span&gt; run command admin.$cmd &lt;/p&gt;
{ isdbgrid: 1 }
&lt;p&gt;Thu Apr 21 10:31:14 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn15&amp;#93;&lt;/span&gt; query admin.$cmd ntoreturn:1 command: &lt;/p&gt;
{ isdbgrid: 1 }
&lt;p&gt; reslen:115 0ms&lt;br/&gt;
Thu Apr 21 10:31:14 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn15&amp;#93;&lt;/span&gt; query: customername_productname_environment.system.namespaces{}&lt;br/&gt;
Thu Apr 21 10:31:14 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn15&amp;#93;&lt;/span&gt;    used cursor: 0x100b15640&lt;br/&gt;
Thu Apr 21 10:31:14 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn15&amp;#93;&lt;/span&gt; query customername_productname_environment.system.namespaces reslen:287 nreturned:3 0ms&lt;br/&gt;
Thu Apr 21 10:31:14 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn15&amp;#93;&lt;/span&gt; query: customername_productname_environment.$cmd{ count: &quot;system.indexes&quot;, query: {} }&lt;br/&gt;
Thu Apr 21 10:31:14 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn15&amp;#93;&lt;/span&gt; run command customername_productname_environment.$cmd { count: &quot;system.indexes&quot;, query: {} }&lt;br/&gt;
Thu Apr 21 10:31:14 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn15&amp;#93;&lt;/span&gt; query customername_productname_environment.$cmd ntoreturn:1 command: { count: &quot;system.indexes&quot;, query: {} } reslen:64 0ms&lt;br/&gt;
Thu Apr 21 10:31:14 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn15&amp;#93;&lt;/span&gt; query: admin.$cmd&lt;/p&gt;
{ availablequeryoptions: 1 }
&lt;p&gt;Thu Apr 21 10:31:14 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn15&amp;#93;&lt;/span&gt; run command admin.$cmd &lt;/p&gt;
{ availablequeryoptions: 1 }
&lt;p&gt;Thu Apr 21 10:31:14 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn15&amp;#93;&lt;/span&gt; query admin.$cmd ntoreturn:1 command: &lt;/p&gt;
{ availablequeryoptions: 1 }
&lt;p&gt; reslen:66 0ms&lt;br/&gt;
Thu Apr 21 10:31:14 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn15&amp;#93;&lt;/span&gt; query: customername_productname_environment.system.indexes{ query: {}, $snapshot: true }&lt;br/&gt;
Thu Apr 21 10:31:14 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn15&amp;#93;&lt;/span&gt;    used cursor: 0x100b39c30&lt;br/&gt;
Thu Apr 21 10:31:14 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn15&amp;#93;&lt;/span&gt; query customername_productname_environment.system.indexes reslen:164 nreturned:1 0ms&lt;br/&gt;
Thu Apr 21 10:31:14 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn15&amp;#93;&lt;/span&gt; query: customername_productname_environment.$cmd{ count: &quot;a_collection_that_should_have_a_shor&quot;, query: {} }&lt;br/&gt;
Thu Apr 21 10:31:14 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn15&amp;#93;&lt;/span&gt; run command customername_productname_environment.$cmd { count: &quot;a_collection_that_should_have_a_shor&quot;, query: {} }&lt;br/&gt;
Thu Apr 21 10:31:14 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn15&amp;#93;&lt;/span&gt; query customername_productname_environment.$cmd ntoreturn:1 command: { count: &quot;a_collection_that_should_have_a_shor&quot;, query: {} } reslen:64 0ms&lt;br/&gt;
Thu Apr 21 10:31:14 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn15&amp;#93;&lt;/span&gt; query: customername_productname_environment.a_collection_that_should_have_a_shor{ query: {}, $snapshot: true }&lt;br/&gt;
Thu Apr 21 10:31:14 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn15&amp;#93;&lt;/span&gt;    used cursor: 0x100e12ae0&lt;br/&gt;
Thu Apr 21 10:31:14 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn15&amp;#93;&lt;/span&gt; query customername_productname_environment.a_collection_that_should_have_a_shor reslen:76 nreturned:1 0ms&lt;br/&gt;
Thu Apr 21 10:31:14 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn15&amp;#93;&lt;/span&gt; MessagingPort recv() conn closed? 127.0.0.1:50594&lt;br/&gt;
Thu Apr 21 10:31:14 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn15&amp;#93;&lt;/span&gt; SocketException: remote:  error: 9001 socket exception &lt;span class=&quot;error&quot;&gt;&amp;#91;0&amp;#93;&lt;/span&gt; &lt;br/&gt;
Thu Apr 21 10:31:14 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn15&amp;#93;&lt;/span&gt; end connection 127.0.0.1:50594&lt;br/&gt;
Thu Apr 21 10:31:15 &lt;span class=&quot;error&quot;&gt;&amp;#91;DataFileSync&amp;#93;&lt;/span&gt; flushing mmap took 60ms  for 13 files&lt;/p&gt;



&lt;p&gt;mongodump&lt;/p&gt;

&lt;p&gt;Fails:&lt;br/&gt;
Mac-i5:Desktop peter$ mongodump -d customername_productname_environment&lt;br/&gt;
connected to: 127.0.0.1&lt;br/&gt;
DATABASE: customername_productname_environment	 to 	dump/customername_productname_environment&lt;br/&gt;
	customername_productname_environment.a_collection_that_should_have_a_shorter_name to dump/customername_productname_environment/a_collection_that_should_have_a_shorter_name.bson&lt;br/&gt;
		 1 objects&lt;br/&gt;
	customername_productname_environment.system.indexes to dump/customername_productname_environment/system.indexes.bson&lt;br/&gt;
		 1 objects&lt;br/&gt;
	customername_productname_environment.a_collection_that_should_have_a_shorter_name.$&lt;em&gt;id&lt;/em&gt; to dump/customername_productname_environment/a_collection_that_should_have_a_shorter_name.$&lt;em&gt;id&lt;/em&gt;.bson&lt;br/&gt;
assertion: 13106 nextSafe(): &lt;/p&gt;
{ $err: &quot;Invalid BSONObj size: -1 (0xFFFFFFFF) first element: EOO&quot;, code: 10334 }

&lt;p&gt;Works:&lt;br/&gt;
Mac-i5:Desktop peter$ mongodump -d customername_productname_environment&lt;br/&gt;
connected to: 127.0.0.1&lt;br/&gt;
DATABASE: customername_productname_environment	 to 	dump/customername_productname_environment&lt;br/&gt;
	customername_productname_environment.system.indexes to dump/customername_productname_environment/system.indexes.bson&lt;br/&gt;
		 1 objects&lt;br/&gt;
	customername_productname_environment.a_collection_that_should_have_a_shor to dump/customername_productname_environment/a_collection_that_should_have_a_shor.bson&lt;br/&gt;
		 1 objects&lt;/p&gt;</description>
                <environment>OSX 1.6.7 64bit untested under other OS&amp;#39;s; </environment>
        <key id="16223">SERVER-2973</key>
            <summary>Namespace length past 79 characters results in an assertion error in mongodb 1.8 and prevents dumping of data using mongodump</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="1" iconUrl="https://jira.mongodb.org/images/icons/priorities/blocker.svg">Blocker - P1</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="spencer@mongodb.com">Spencer Brody</assignee>
                                    <reporter username="wintesa">sam winterton</reporter>
                        <labels>
                    </labels>
                <created>Thu, 21 Apr 2011 02:45:05 +0000</created>
                <updated>Tue, 12 Jul 2016 00:18:51 +0000</updated>
                            <resolved>Wed, 17 Aug 2011 16:16:21 +0000</resolved>
                                    <version>1.8.0</version>
                    <version>1.8.1</version>
                                    <fixVersion>1.9.1</fixVersion>
                                    <component>Internal Code</component>
                                        <votes>5</votes>
                                    <watches>5</watches>
                                                                                                                <comments>
                            <comment id="49042" author="spencer" created="Wed, 17 Aug 2011 16:51:13 +0000"  >&lt;p&gt;There were no backwards-breaking changes to mongodump in 1.9.1, so it should be fine to use a 1.9.1 mongodump with a 1.8 mongod.&lt;/p&gt;</comment>
                            <comment id="49039" author="ralf.kistner@gmail.com" created="Wed, 17 Aug 2011 16:46:20 +0000"  >&lt;p&gt;I can also confirm that the issue is with mongodump, not mongod. It works with mongodump from 1.9.1 and mongod from 1.8.x, but not with mongodump from 1.8.x and mongod from 1.9.1.&lt;/p&gt;

&lt;p&gt;Is it generally safe to use mongodump (or other utilities such as mongoexport) with a server of a different version?&lt;/p&gt;</comment>
                            <comment id="49029" author="eliot" created="Wed, 17 Aug 2011 16:16:21 +0000"  >&lt;p&gt;It will be in 2.0 when it comes out&lt;/p&gt;</comment>
                            <comment id="49025" author="ralf.kistner@gmail.com" created="Wed, 17 Aug 2011 15:51:20 +0000"  >&lt;p&gt;I&apos;m getting the same issue (tested on Ubuntu 11.04 64bit), MongoDB 1.8.1. It seems to be fixed in 1.9.1. Any idea when this will be fixed in a stable release? This is a major issue for me, as I use mongodump for backups, and have some long collection names.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                                        </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 17 Aug 2011 15:51:20 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        12 years, 27 weeks 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>
                            12 years, 27 weeks ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10000" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Old_Backport</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10000"><![CDATA[No]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10032" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Operating System</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10026"><![CDATA[ALL]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>eliot</customfieldvalue>
            <customfieldvalue>ralf.kistner@gmail.com</customfieldvalue>
            <customfieldvalue>wintesa</customfieldvalue>
            <customfieldvalue>spencer@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrp15r:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>21077</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|ht0shz:</customfieldvalue>

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