<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:28:11 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-12309] Initial sync should build indexes while copying data</title>
                <link>https://jira.mongodb.org/browse/SERVER-12309</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Right now indexes are built after copying all data. The MultiIndexBlock allows extracting the data used to build the indexes during the insert path so we don&apos;t need to do an extra pass over the data. Initial sync should make use of this ability.&lt;/p&gt;</description>
                <environment></environment>
        <key id="105370">SERVER-12309</key>
            <summary>Initial sync should build indexes while copying data</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</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="3">Duplicate</resolution>
                                        <assignee username="scotthernandez">Scott Hernandez</assignee>
                                    <reporter username="dan@mongodb.com">Daniel Pasette</reporter>
                        <labels>
                    </labels>
                <created>Thu, 9 Jan 2014 19:43:09 +0000</created>
                <updated>Tue, 26 Sep 2017 23:30:42 +0000</updated>
                            <resolved>Fri, 24 Jun 2016 17:52:38 +0000</resolved>
                                                                    <component>Index Maintenance</component>
                    <component>Storage</component>
                                        <votes>3</votes>
                                    <watches>12</watches>
                                                                                                                <comments>
                            <comment id="1305948" author="scotthernandez" created="Fri, 24 Jun 2016 17:52:38 +0000"  >&lt;p&gt;fixed with &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-23059&quot; title=&quot;Collection and Database Cloner: Implement storage engine interface&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-23059&quot;&gt;&lt;del&gt;SERVER-23059&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="689911" author="xgen-internal-githook" created="Wed, 13 Aug 2014 21:34:16 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;RedBeard0531&apos;, u&apos;name&apos;: u&apos;Mathias Stearn&apos;, u&apos;email&apos;: u&apos;mathias@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-13951&quot; title=&quot;uncommited UnitOfWork needs to rollback&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-13951&quot;&gt;&lt;del&gt;SERVER-13951&lt;/del&gt;&lt;/a&gt; Split index building in to UnitOfWork-sized stages&lt;/p&gt;

&lt;p&gt;All index builds now go through the MultiIndexBuilder as its API was already&lt;br/&gt;
close to ideal. The following tickets have also been addressed by this commit:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-14710&quot; title=&quot;Remove dropDups support from index building&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-14710&quot;&gt;&lt;del&gt;SERVER-14710&lt;/del&gt;&lt;/a&gt; Remove dropDups&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-12309&quot; title=&quot;Initial sync should build indexes while copying data&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-12309&quot;&gt;&lt;del&gt;SERVER-12309&lt;/del&gt;&lt;/a&gt; Cloner build indexes in parallel&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-14737&quot; title=&quot;Initial sync uses background index building&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-14737&quot;&gt;&lt;del&gt;SERVER-14737&lt;/del&gt;&lt;/a&gt; Initial sync uses bg index building&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-9135&quot; title=&quot;fast index build for initial sync&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-9135&quot;&gt;&lt;del&gt;SERVER-9135&lt;/del&gt;&lt;/a&gt; fast index build for initial sync&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-2747&quot; title=&quot;can&amp;#39;t kill index build during phase (2/3) btree bottom up&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-2747&quot;&gt;&lt;del&gt;SERVER-2747&lt;/del&gt;&lt;/a&gt; can&apos;t kill index in phase 2&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-8917&quot; title=&quot;buildBottomUpPhases2And3 should check assertion code when detecting a dup&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-8917&quot;&gt;&lt;del&gt;SERVER-8917&lt;/del&gt;&lt;/a&gt; check error code rather than assuming all errors are dups&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-14820&quot; title=&quot;Compact claims not to enforce unique indexes but actually does&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-14820&quot;&gt;&lt;del&gt;SERVER-14820&lt;/del&gt;&lt;/a&gt; compact enforces unique while claiming not to&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-14746&quot; title=&quot;IndexRebuilder should only restart index builds initiated internally&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-14746&quot;&gt;&lt;del&gt;SERVER-14746&lt;/del&gt;&lt;/a&gt; IndexRebuilder should be foreground and fail fatally&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/00913e47de5aced5267e44e82ac9e976bbaac089&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/00913e47de5aced5267e44e82ac9e976bbaac089&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="271549">SERVER-23059</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="139943">SERVER-14154</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="271549">SERVER-23059</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="173170">SERVER-16449</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10220">
                    <name>Tested</name>
                                            <outwardlinks description="tested by">
                                                        </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10011" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Backwards Compatibility</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10038"><![CDATA[Fully Compatible]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_13552" key="com.go2group.jira.plugin.crm:crm_generic_field">
                        <customfieldname>Case</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[[500A000000UaV4EIAV]]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 4 Aug 2014 23:24:57 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        7 years, 33 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_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>PM-563</customfieldvalue>
                        </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_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            7 years, 33 weeks, 5 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_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>dan@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>scotthernandez</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrm48n:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4004</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_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="1018">Repl 15 (06/03/16)</customfieldvalue>
    <customfieldvalue id="1019">Repl 16 (06/24/16)</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|hsp0e7:</customfieldvalue>

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