<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:30:16 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-12982] Could not restore backup data due to &quot;key too large to index&quot;</title>
                <link>https://jira.mongodb.org/browse/SERVER-12982</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;When I&apos;m trying to restore DB from backup, it throws error that index is too large. Version 2.4 is restoring such data without any problem and just warns that some data won&apos;t be indexed.&lt;/p&gt;

&lt;p&gt;I&apos;m getting following error message:&lt;br/&gt;
2014-03-01T10:47:54.232+0000 &lt;span class=&quot;error&quot;&gt;&amp;#91;tools&amp;#93;&lt;/span&gt; Btree::insert: key too large to index, failing **&lt;b&gt;FILTERED&lt;/b&gt;*&lt;b&gt;.contacts.$search_meta_1 1052 { : &quot;&lt;/b&gt;*&lt;b&gt;FILTERED&lt;/b&gt;**...&quot; }&lt;br/&gt;
2014-03-01T10:47:54.483+0000 &lt;span class=&quot;error&quot;&gt;&amp;#91;tools&amp;#93;&lt;/span&gt; index build failed. spec: { v: 1, key: &lt;/p&gt;
{ search_meta: 1 }
&lt;p&gt;, name: &quot;search_meta_1&quot;, ns: &quot;**&lt;b&gt;FILTERED&lt;/b&gt;*&lt;b&gt;.contacts&quot; } error: 17282 Btree::insert: key too large to index, failing ***FILTERED&lt;/b&gt;*&lt;b&gt;.contacts.$search_meta_1 1052 { : &quot;&lt;/b&gt;*&lt;b&gt;FILTERED&lt;/b&gt;**...&quot; }&lt;br/&gt;
2014-03-01T10:47:55.056+0000 &lt;span class=&quot;error&quot;&gt;&amp;#91;tools&amp;#93;&lt;/span&gt; insert **&lt;b&gt;FILTERED&lt;/b&gt;*&lt;b&gt;.system.indexes keyUpdates:0 exception: Btree::insert: key too large to index, failing ***FILTERED&lt;/b&gt;*&lt;b&gt;.contacts.$search_meta_1 1052 { : &quot;&lt;/b&gt;*&lt;b&gt;FILTERED&lt;/b&gt;**...&quot; } code:17282 numYields:0 locks(micros) w:131243872 131243ms&lt;br/&gt;
Error creating index **&lt;b&gt;FILTERED&lt;/b&gt;*&lt;b&gt;.contacts: 17282 err: &quot;&lt;/b&gt;*&lt;b&gt;FILTERED&lt;/b&gt;**...&quot;&lt;/p&gt;</description>
                <environment></environment>
        <key id="116154">SERVER-12982</key>
            <summary>Could not restore backup data due to &quot;key too large to index&quot;</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="2">Won&apos;t Fix</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="pawelsmolinski">Pawe? Smoli?ski</reporter>
                        <labels>
                    </labels>
                <created>Sat, 1 Mar 2014 10:56:18 +0000</created>
                <updated>Wed, 10 Dec 2014 23:15:13 +0000</updated>
                            <resolved>Sat, 1 Mar 2014 23:59:53 +0000</resolved>
                                    <version>2.6.0-rc0</version>
                                                    <component>Shell</component>
                    <component>Tools</component>
                                        <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="507743" author="dan@10gen.com" created="Sat, 1 Mar 2014 23:59:53 +0000"  >&lt;p&gt;Hi Pawel,&lt;br/&gt;
This is a result of the changes made in &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-5290&quot; title=&quot;fail to insert docs with fields too long to index, and fail to create indexes where doc keys are too big&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-5290&quot;&gt;&lt;del&gt;SERVER-5290&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;See the documentation regarding this change here:&lt;br/&gt;
&lt;a href=&quot;http://docs.mongodb.org/master//release-notes/2.6/#stricter-enforcement-of-index-key-length-limit&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://docs.mongodb.org/master//release-notes/2.6/#stricter-enforcement-of-index-key-length-limit&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Starting in rc1, it will be possible to disable this check for the server and restore pre-2.6 behavior.  See &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-12834&quot; title=&quot;Create flag to allow mongod to ignore &amp;quot;index too long&amp;quot; errors&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-12834&quot;&gt;&lt;del&gt;SERVER-12834&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="116239">SERVER-12983</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="112993">SERVER-12834</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="32794">SERVER-5290</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Sat, 1 Mar 2014 23:59:53 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        9 years, 50 weeks, 4 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, 50 weeks, 4 days 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>dan@mongodb.com</customfieldvalue>
            <customfieldvalue>pawelsmolinski</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrm053:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>103395</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_10750" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Steps To Reproduce</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>&lt;p&gt;1. Backup data from working 2.4 instance&lt;br/&gt;
2. Try to restore it in version 2.6&lt;/p&gt;</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|hsh4b3:</customfieldvalue>

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