<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:51:27 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-39239] Two-phase index builds on secondaries will wait for the commitIndexBuild oplog entry before committing.</title>
                <link>https://jira.mongodb.org/browse/SERVER-39239</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;The secondary&apos;s index build thread should spin in a loop before finishing up and committing the index.&lt;/p&gt;

&lt;p&gt;The secondary will do nothing while spinning in a loop. It should drop all locks. &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-39458&quot; title=&quot;Add continuous draining on secondary&amp;#39;s index build thread while it awaits a commitIndexBuild oplog entry&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-39458&quot;&gt;&lt;del&gt;SERVER-39458&lt;/del&gt;&lt;/a&gt; will add functionality to the loop, of periodically reacquiring the lock and running side table draining.&lt;/p&gt;

&lt;p&gt;On receipt of the commitIndexBuild oplog entry, the secondary should signal the index build to commit with a timestamp passed in the oplog entry. The oplog applier thread will need to drop locks to allow the index build to take the X lock for index commit &amp;#8211; I believe this should be safe, since &apos;c&apos; oplog entries are applied serially, and so dropping the lock is OK. IndexBuildsCoordinator::commitIndexBuild will need to fetch a Future from the index build to return to the oplog applier thread to wait upon for commit completion.&lt;/p&gt;

&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; will be done after this ticket and will hook up the abortIndexBuild oplog entry so that alternatively the index build on the secondary can be aborted while it&apos;s spinning in that loop waiting for commit. In case that&apos;s a design consideration.&lt;/p&gt;

&lt;p&gt;Do not try to act on abort/commit signals earlier in the index build on secondaries than that spinning loop that waits for commit/abort. This is the simple first iteration implementation, we&apos;ll make it fancier in a subsequent ticket.&lt;/p&gt;</description>
                <environment></environment>
        <key id="679260">SERVER-39239</key>
            <summary>Two-phase index builds on secondaries will wait for the commitIndexBuild oplog entry before committing.</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>Mon, 28 Jan 2019 22:25:50 +0000</created>
                <updated>Sun, 29 Oct 2023 22:24:42 +0000</updated>
                            <resolved>Mon, 23 Sep 2019 14:49:03 +0000</resolved>
                                                    <fixVersion>4.3.1</fixVersion>
                                    <component>Storage</component>
                                        <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="2427469" author="xgen-internal-githook" created="Sun, 22 Sep 2019 14:21:18 +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-39239&quot; title=&quot;Two-phase index builds on secondaries will wait for the commitIndexBuild oplog entry before committing.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-39239&quot;&gt;&lt;del&gt;SERVER-39239&lt;/del&gt;&lt;/a&gt; secondary index build waits for commitIndexBuild or abortIndexBuild&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/1d310fa818fd8b0357e7ac7d0c0edcbe46b37772&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/1d310fa818fd8b0357e7ac7d0c0edcbe46b37772&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2427346" author="xgen-internal-githook" created="Sat, 21 Sep 2019 17:20:50 +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-39239&quot; title=&quot;Two-phase index builds on secondaries will wait for the commitIndexBuild oplog entry before committing.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-39239&quot;&gt;&lt;del&gt;SERVER-39239&lt;/del&gt;&lt;/a&gt; IndexBuild() IndexBuildsCoordinator::commitIndexBuild() updates commit information in ReplIndexBuildState&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/56f001f2ec7499531690857f2846d64e6a01dd6f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/56f001f2ec7499531690857f2846d64e6a01dd6f&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2427318" author="xgen-internal-githook" created="Sat, 21 Sep 2019 13:47:54 +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-39239&quot; title=&quot;Two-phase index builds on secondaries will wait for the commitIndexBuild oplog entry before committing.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-39239&quot;&gt;&lt;del&gt;SERVER-39239&lt;/del&gt;&lt;/a&gt; IndexBuildsCoordinator::abortIndexBuildByBuildUUID() updates abort information in ReplIndexBuildState&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/e90239daa9ca865e178fa3982b880cf5517e1c23&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/e90239daa9ca865e178fa3982b880cf5517e1c23&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2427300" author="xgen-internal-githook" created="Sat, 21 Sep 2019 11:13: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-39239&quot; title=&quot;Two-phase index builds on secondaries will wait for the commitIndexBuild oplog entry before committing.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-39239&quot;&gt;&lt;del&gt;SERVER-39239&lt;/del&gt;&lt;/a&gt; add js test for commitIndexBuild handling on secondaries&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/0ab1e3d4a143625ea4fbf5033eb869994d8b1fb0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/0ab1e3d4a143625ea4fbf5033eb869994d8b1fb0&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2427237" author="xgen-internal-githook" created="Sat, 21 Sep 2019 02:09:20 +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-39239&quot; title=&quot;Two-phase index builds on secondaries will wait for the commitIndexBuild oplog entry before committing.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-39239&quot;&gt;&lt;del&gt;SERVER-39239&lt;/del&gt;&lt;/a&gt; move IndexBuildsCoordinatorMongod::commitIndexBuild() into base class and make non-virtual&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/b9474feee8945304cccacd3b18c2d3a46e427176&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/b9474feee8945304cccacd3b18c2d3a46e427176&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2427229" author="xgen-internal-githook" created="Sat, 21 Sep 2019 01:03:55 +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-39239&quot; title=&quot;Two-phase index builds on secondaries will wait for the commitIndexBuild oplog entry before committing.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-39239&quot;&gt;&lt;del&gt;SERVER-39239&lt;/del&gt;&lt;/a&gt; IndexBuildsCoordinator::_buildIndex() accepts indexBuildOptions&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/0fb8601535e37e5fedbcec4649502a01de80f00a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/0fb8601535e37e5fedbcec4649502a01de80f00a&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2427215" author="xgen-internal-githook" created="Fri, 20 Sep 2019 23:36:35 +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-39239&quot; title=&quot;Two-phase index builds on secondaries will wait for the commitIndexBuild oplog entry before committing.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-39239&quot;&gt;&lt;del&gt;SERVER-39239&lt;/del&gt;&lt;/a&gt; IndexBuildsCoordinator::abortIndexBuildByBuildUUID() accepts opCtx&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/5e282411b35eae601e9e1d52b3030957528246ae&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/5e282411b35eae601e9e1d52b3030957528246ae&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2427197" author="xgen-internal-githook" created="Fri, 20 Sep 2019 22:50:36 +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-39239&quot; title=&quot;Two-phase index builds on secondaries will wait for the commitIndexBuild oplog entry before committing.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-39239&quot;&gt;&lt;del&gt;SERVER-39239&lt;/del&gt;&lt;/a&gt; add fields to ReplIndexBuildState to support commitIndexBuild and abortIndexBuild&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/43b3d71af00922f7ebc1958f54ad39f0622a7c97&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/43b3d71af00922f7ebc1958f54ad39f0622a7c97&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2427162" author="xgen-internal-githook" created="Fri, 20 Sep 2019 21:48:24 +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-39239&quot; title=&quot;Two-phase index builds on secondaries will wait for the commitIndexBuild oplog entry before committing.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-39239&quot;&gt;&lt;del&gt;SERVER-39239&lt;/del&gt;&lt;/a&gt; add IndexBuildsCoordinator::_getIndexBuild()&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/328d1877ce3ab19538d8f19eee8f8867d90742e8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/328d1877ce3ab19538d8f19eee8f8867d90742e8&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                            <outwardlinks description="depends on">
                                        <issuelink>
            <issuekey id="918391">SERVER-43192</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="653035">SERVER-38605</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="674257">SERVER-39068</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="688629">SERVER-39533</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="890924">SERVER-42760</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="890930">SERVER-42762</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="890932">SERVER-42763</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="890950">SERVER-42764</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="905320">SERVER-43023</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="905323">SERVER-43024</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="905325">SERVER-43025</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="905328">SERVER-43026</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="918373">SERVER-43190</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="918380">SERVER-43191</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="924384">SERVER-43295</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is depended on by">
                                        <issuelink>
            <issuekey id="936618">TOOLS-2374</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="686034">SERVER-39458</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="686171">SERVER-39462</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="924595">SERVER-43301</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10520">
                    <name>Problem/Incident</name>
                                            <outwardlinks description="causes">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="938986">SERVER-43612</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                                        </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9.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>Fri, 13 Sep 2019 14:49:51 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        4 years, 20 weeks, 3 days 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-39068'>SERVER-39068</a></s>, <s><a href='https://jira.mongodb.org/browse/SERVER-42760'>SERVER-42760</a></s>, <s><a href='https://jira.mongodb.org/browse/SERVER-42762'>SERVER-42762</a></s>, <s><a href='https://jira.mongodb.org/browse/SERVER-42763'>SERVER-42763</a></s>, <s><a href='https://jira.mongodb.org/browse/SERVER-42764'>SERVER-42764</a></s>, <s><a href='https://jira.mongodb.org/browse/SERVER-43023'>SERVER-43023</a></s>, <s><a href='https://jira.mongodb.org/browse/SERVER-43024'>SERVER-43024</a></s>, <s><a href='https://jira.mongodb.org/browse/SERVER-43025'>SERVER-43025</a></s>, <s><a href='https://jira.mongodb.org/browse/SERVER-43026'>SERVER-43026</a></s>, <s><a href='https://jira.mongodb.org/browse/SERVER-43190'>SERVER-43190</a></s>, <s><a href='https://jira.mongodb.org/browse/SERVER-43191'>SERVER-43191</a></s>, <s><a href='https://jira.mongodb.org/browse/SERVER-43192'>SERVER-43192</a></s>, <s><a href='https://jira.mongodb.org/browse/SERVER-39533'>SERVER-39533</a></s>, <s><a href='https://jira.mongodb.org/browse/SERVER-38605'>SERVER-38605</a></s>, <s><a href='https://jira.mongodb.org/browse/SERVER-43295'>SERVER-43295</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, 20 weeks, 3 days ago
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_16465" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Linked BF Score</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>31.0</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hr6od3:</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="2763">Storage NYC 2019-03-11</customfieldvalue>
    <customfieldvalue id="3211">Execution Team 2019-09-23</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10555" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5.0</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|huk2uf:</customfieldvalue>

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