<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:50: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-39002] killOp against a primary index build command or index build thread must abort the index build across the replica set</title>
                <link>https://jira.mongodb.org/browse/SERVER-39002</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Keep in mind, from the design: &quot;An index build that is aborted will write an abortIndexBuilds oplog entry prior to exiting so that the index build is aborted across all replica set members. The abortIndexBuilds oplog entry will be written in the same WUOW that deletes the index catalog entry and config.system.indexBuilds entry.&quot;&lt;/p&gt;</description>
                <environment></environment>
        <key id="672489">SERVER-39002</key>
            <summary>killOp against a primary index build command or index build thread must abort the index build across the replica set</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</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="13201">Fixed</resolution>
                                        <assignee username="benety.goh@mongodb.com">Benety Goh</assignee>
                                    <reporter username="dianna.hohensee@mongodb.com">Dianna Hohensee</reporter>
                        <labels>
                    </labels>
                <created>Tue, 15 Jan 2019 04:47:20 +0000</created>
                <updated>Sun, 29 Oct 2023 22:25:07 +0000</updated>
                            <resolved>Wed, 9 Oct 2019 22:38:06 +0000</resolved>
                                                    <fixVersion>4.3.1</fixVersion>
                                    <component>Storage</component>
                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="2473796" author="xgen-internal-githook" created="Wed, 9 Oct 2019 14:45:27 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;benety&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;name&apos;: &apos;Benety Goh&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-39002&quot; title=&quot;killOp against a primary index build command or index build thread must abort the index build across the replica set&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-39002&quot;&gt;&lt;del&gt;SERVER-39002&lt;/del&gt;&lt;/a&gt; clean up index builds on the secondary using the timestamp from the abortIndexBuild oplog entry&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/3cb9e7903a73e0bbcd1b00823bbd53e0f4341acd&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/3cb9e7903a73e0bbcd1b00823bbd53e0f4341acd&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2473486" author="xgen-internal-githook" created="Wed, 9 Oct 2019 12:10:10 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;benety&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;name&apos;: &apos;Benety Goh&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-39002&quot; title=&quot;killOp against a primary index build command or index build thread must abort the index build across the replica set&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-39002&quot;&gt;&lt;del&gt;SERVER-39002&lt;/del&gt;&lt;/a&gt; write abortIndexBuild oplog entry in same WUOW as index build cleanup&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/9471cc8ad18cc5f1da025c291e03adfde434ab8d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/9471cc8ad18cc5f1da025c291e03adfde434ab8d&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2473434" author="xgen-internal-githook" created="Wed, 9 Oct 2019 11:12:12 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;username&apos;: &apos;benety&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-39002&quot; title=&quot;killOp against a primary index build command or index build thread must abort the index build across the replica set&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-39002&quot;&gt;&lt;del&gt;SERVER-39002&lt;/del&gt;&lt;/a&gt; IndexBuildsCoordinator checks replication state before writing abortIndexBuild oplog entry&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/342d72abd4b40d5325e7a252ca1c71bada457a9b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/342d72abd4b40d5325e7a252ca1c71bada457a9b&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2473180" author="xgen-internal-githook" created="Wed, 9 Oct 2019 03:55:53 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;benety&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;name&apos;: &apos;Benety Goh&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-39002&quot; title=&quot;killOp against a primary index build command or index build thread must abort the index build across the replica set&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-39002&quot;&gt;&lt;del&gt;SERVER-39002&lt;/del&gt;&lt;/a&gt; add IndexBuildsCoordinator::joinIndexBuild()&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/e3c434d49714eb460b5c35b9d9202cf88082b743&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/e3c434d49714eb460b5c35b9d9202cf88082b743&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2472934" author="xgen-internal-githook" created="Wed, 9 Oct 2019 02:09:56 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;username&apos;: &apos;benety&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-39002&quot; title=&quot;killOp against a primary index build command or index build thread must abort the index build across the replica set&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-39002&quot;&gt;&lt;del&gt;SERVER-39002&lt;/del&gt;&lt;/a&gt; IndexBuildsCoordinator::abortIndexBuildByBuildUUID() returns void&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/78a6b5895d43ba751a6f87127af30ab7e61cf79a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/78a6b5895d43ba751a6f87127af30ab7e61cf79a&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2471929" author="xgen-internal-githook" created="Tue, 8 Oct 2019 16:50:14 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;benety&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;name&apos;: &apos;Benety Goh&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-39002&quot; title=&quot;killOp against a primary index build command or index build thread must abort the index build across the replica set&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-39002&quot;&gt;&lt;del&gt;SERVER-39002&lt;/del&gt;&lt;/a&gt; IndexBuildsManager::tearDownIndexBuild() accepts MultiIndexBuild::OnCleanUpFn&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/265bdc7e2358eac75cc61943d97c8cb6860e667c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/265bdc7e2358eac75cc61943d97c8cb6860e667c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2471208" author="xgen-internal-githook" created="Tue, 8 Oct 2019 10:19:47 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;benety&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;name&apos;: &apos;Benety Goh&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-39002&quot; title=&quot;killOp against a primary index build command or index build thread must abort the index build across the replica set&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-39002&quot;&gt;&lt;del&gt;SERVER-39002&lt;/del&gt;&lt;/a&gt; MultiIndexBlock::cleanUpAfterBuild() accepts a post-catalog update callback&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/24801040674811d777db91508419522e933e0b1e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/24801040674811d777db91508419522e933e0b1e&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2447573" author="benety.goh" created="Wed, 2 Oct 2019 15:57:57 +0000"  >&lt;p&gt;Code review url: &lt;a href=&quot;http://mongodbcr.appspot.com/497700039&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://mongodbcr.appspot.com/497700039&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2416399" author="benety.goh" created="Wed, 11 Sep 2019 14:13:41 +0000"  >&lt;p&gt;&lt;tt&gt;IndexBuildsCoordinator::abortIndexBuildByBuildUUID()&lt;/tt&gt; was implemented in &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41870&quot; title=&quot;Implement IndexBuildsCoordinator::abortIndexBuildBy* functions&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41870&quot;&gt;&lt;del&gt;SERVER-41870&lt;/del&gt;&lt;/a&gt;. A &lt;b&gt;killOp&lt;/b&gt; against a primary index build command will relay the abort signal to the active index build managed by the IndexBuildsCoordinator.&lt;/p&gt;</comment>
                            <comment id="2413798" author="benety.goh" created="Tue, 10 Sep 2019 00:09:21 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-39533&quot; title=&quot;Hook up abortIndexBuild such that primaries write it on simul index build failure, and secondaries handle its receipt.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-39533&quot;&gt;&lt;del&gt;SERVER-39533&lt;/del&gt;&lt;/a&gt; writes to the oplog an &lt;tt&gt;abortIndexBuild&lt;/tt&gt;  entry when an index build fails. This ticket ensures that removal of the index from the mdb catalog is performed with the same timestamp as the oplog entry.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                            <outwardlinks description="depends on">
                                        <issuelink>
            <issuekey id="688629">SERVER-39533</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is depended on by">
                                        <issuelink>
            <issuekey id="943441">SERVER-43692</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="959721">SERVER-43837</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="810813">SERVER-41870</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>10.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_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 10 Sep 2019 00:09:21 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        4 years, 18 weeks ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[<s><a href='https://jira.mongodb.org/browse/SERVER-39533'>SERVER-39533</a></s>]]></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_17050" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Downstream Team Attention</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="16941"><![CDATA[Not Needed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>PM-253</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_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>luke.bonanomi@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            4 years, 18 weeks ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>benety.goh@mongodb.com</customfieldvalue>
            <customfieldvalue>dianna.hohensee@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hujc07:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</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="3212">Execution Team 2019-10-07</customfieldvalue>
    <customfieldvalue id="3213">Execution Team 2019-10-21</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|huiy9j:</customfieldvalue>

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