<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:13:24 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-7017] Rename of DB can cause overflow of namespace length</title>
                <link>https://jira.mongodb.org/browse/SERVER-7017</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;If you rename a collection such that the length of the full collection namespace + the name of the index is &amp;gt; 128 characters you will get a namespace error.&lt;/p&gt;

&lt;p&gt;The move of the collection will succeed but you will be left with an index floating that cannot be removed.&lt;/p&gt;

&lt;p&gt;Have attached a set of commands which will create a stuck index for a collection which no longer exists.&lt;/p&gt;</description>
                <environment></environment>
        <key id="50285">SERVER-7017</key>
            <summary>Rename of DB can cause overflow of namespace length</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="david.hows">David Hows</assignee>
                                    <reporter username="david.hows">David Hows</reporter>
                        <labels>
                            <label>buildbot</label>
                            <label>neweng</label>
                    </labels>
                <created>Wed, 12 Sep 2012 03:19:20 +0000</created>
                <updated>Mon, 11 Jul 2016 17:59:18 +0000</updated>
                            <resolved>Tue, 16 Oct 2012 15:28:19 +0000</resolved>
                                    <version>2.0.7</version>
                    <version>2.2.0</version>
                                    <fixVersion>2.3.0</fixVersion>
                                    <component>Index Maintenance</component>
                                        <votes>8</votes>
                                    <watches>9</watches>
                                                                                                                <comments>
                            <comment id="175467" author="auto" created="Tue, 16 Oct 2012 15:25:50 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-10-15T15:00:10-07:00&apos;, u&apos;email&apos;: u&apos;tad@10gen.com&apos;, u&apos;name&apos;: u&apos;Tad Marshall&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-7017&quot; title=&quot;Rename of DB can cause overflow of namespace length&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-7017&quot;&gt;&lt;del&gt;SERVER-7017&lt;/del&gt;&lt;/a&gt; split rename2.js into two tests for multiVersion&lt;/p&gt;

&lt;p&gt;Revert jstests/rename2.js to the way it was before, add rename6.js&lt;br/&gt;
for the new tests, make multi_version_sharding_passthrough.js skip&lt;br/&gt;
rename6.js since it is new functionality.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/309cf5f83fa75357a89844e42923a0c907f52edc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/309cf5f83fa75357a89844e42923a0c907f52edc&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="174907" author="tad" created="Mon, 15 Oct 2012 15:35:04 +0000"  >&lt;p&gt;I talked to Greg about this.  Since this test is exercising functionality that was not present in older versions, it needs to be added to one of the lists in multi_version_sharding_passthrough.js .  Probably the first list in the file, &quot;testsToIgnore&quot;, is the right one for it.&lt;/p&gt;

&lt;p&gt;Probably a better option is to split the rename2.js file into two files; one would be the old version of this file (that will pass the multi-version test) and one will be the new test that will not pass in version 2.0.  This way we don&apos;t lose the old test for multi-version testing.&lt;/p&gt;</comment>
                            <comment id="174879" author="milkie" created="Mon, 15 Oct 2012 15:11:09 +0000"  >&lt;p&gt;The code submission broke the multiversion unit tests as part of multi_version_sharing_passthrough.js:&lt;br/&gt;
&lt;a href=&quot;http://buildbot.mongodb.org/builders/Linux%2064-bit%20multiVersion/builds/402&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://buildbot.mongodb.org/builders/Linux%2064-bit%20multiVersion/builds/402&lt;/a&gt;&lt;/p&gt;
</comment>
                            <comment id="174850" author="auto" created="Mon, 15 Oct 2012 14:15:06 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-10-15T07:14:51-07:00&apos;, u&apos;name&apos;: u&apos;Tad Marshall&apos;, u&apos;email&apos;: u&apos;tad@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-7017&quot; title=&quot;Rename of DB can cause overflow of namespace length&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-7017&quot;&gt;&lt;del&gt;SERVER-7017&lt;/del&gt;&lt;/a&gt; fix duplicate ID&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/b525bc684b8b1277228249c30a7db9fad5dece76&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/b525bc684b8b1277228249c30a7db9fad5dece76&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="174824" author="auto" created="Mon, 15 Oct 2012 13:40:55 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-10-15T06:40:49-07:00&apos;, u&apos;name&apos;: u&apos;Ian Whalen&apos;, u&apos;email&apos;: u&apos;ian.whalen@gmail.com&apos;}
&lt;p&gt;Message: Merge pull request #315 from daveh86/&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-7017&quot; title=&quot;Rename of DB can cause overflow of namespace length&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-7017&quot;&gt;&lt;del&gt;SERVER-7017&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Fix for &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-7017&quot; title=&quot;Rename of DB can cause overflow of namespace length&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-7017&quot;&gt;&lt;del&gt;SERVER-7017&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/ce7dcaea452ad5c17d8901154f7d23b78f10430c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/ce7dcaea452ad5c17d8901154f7d23b78f10430c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="174823" author="auto" created="Mon, 15 Oct 2012 13:40:54 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-10-15T06:40:49-07:00&apos;, u&apos;name&apos;: u&apos;Ian Whalen&apos;, u&apos;email&apos;: u&apos;ian.whalen@gmail.com&apos;}
&lt;p&gt;Message: Merge pull request #315 from daveh86/&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-7017&quot; title=&quot;Rename of DB can cause overflow of namespace length&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-7017&quot;&gt;&lt;del&gt;SERVER-7017&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Fix for &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-7017&quot; title=&quot;Rename of DB can cause overflow of namespace length&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-7017&quot;&gt;&lt;del&gt;SERVER-7017&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/ce7dcaea452ad5c17d8901154f7d23b78f10430c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/ce7dcaea452ad5c17d8901154f7d23b78f10430c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="174822" author="auto" created="Mon, 15 Oct 2012 13:40:52 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-10-04T20:39:23-07:00&apos;, u&apos;name&apos;: u&apos;daveh86&apos;, u&apos;email&apos;: u&apos;howsdav@gmail.com&apos;}
&lt;p&gt;Message: Fix for &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-7017&quot; title=&quot;Rename of DB can cause overflow of namespace length&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-7017&quot;&gt;&lt;del&gt;SERVER-7017&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/5c18832af5f97b52826098d6f71f29531a50f614&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/5c18832af5f97b52826098d6f71f29531a50f614&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="166804" author="eliot" created="Fri, 21 Sep 2012 17:42:52 +0000"  >&lt;p&gt;We cannot truncate index names, so should just fail fast.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="52434">SERVER-7282</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="19907" name="RecreateIssue" size="595" author="david.hows" created="Wed, 12 Sep 2012 03:19:20 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>8.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 21 Sep 2012 17:42:52 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        11 years, 18 weeks, 1 day 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>
                            11 years, 18 weeks, 1 day 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>auto</customfieldvalue>
            <customfieldvalue>david.hows</customfieldvalue>
            <customfieldvalue>eliot</customfieldvalue>
            <customfieldvalue>milkie@mongodb.com</customfieldvalue>
            <customfieldvalue>tad</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrnp07:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>16351</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_10166" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Tests Written</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10154"><![CDATA[Complete]]></customfieldvalue>

                        </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|ht02uf:</customfieldvalue>

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