<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:15:01 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-27382] Remove usages of DBConfig::reload</title>
                <link>https://jira.mongodb.org/browse/SERVER-27382</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;The &lt;tt&gt;DBConfig::reload&lt;/tt&gt; call performs blocking reads while holding the cache entry&apos;s mutex. It should be replaced with invalidations instead so that the full reload logic is concentrated in one place.&lt;/p&gt;</description>
                <environment></environment>
        <key id="338176">SERVER-27382</key>
            <summary>Remove usages of DBConfig::reload</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="9">Done</resolution>
                                        <assignee username="kaloian.manassiev@mongodb.com">Kaloian Manassiev</assignee>
                                    <reporter username="kaloian.manassiev@mongodb.com">Kaloian Manassiev</reporter>
                        <labels>
                    </labels>
                <created>Mon, 12 Dec 2016 18:51:09 +0000</created>
                <updated>Thu, 24 Aug 2017 14:07:06 +0000</updated>
                            <resolved>Thu, 9 Feb 2017 13:23:04 +0000</resolved>
                                    <version>3.5.1</version>
                                    <fixVersion>3.4.3</fixVersion>
                    <fixVersion>3.5.3</fixVersion>
                                    <component>Sharding</component>
                                        <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="1656086" author="ramon.fernandez" created="Thu, 24 Aug 2017 14:07:06 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: u&apos;kaloianm&apos;, &apos;name&apos;: u&apos;Kaloian Manassiev&apos;, &apos;email&apos;: u&apos;kaloian.manassiev@mongodb.com&apos;}
&lt;p&gt;Message:&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-27382&quot; title=&quot;Remove usages of DBConfig::reload&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-27382&quot;&gt;&lt;del&gt;SERVER-27382&lt;/del&gt;&lt;/a&gt; Remove usages of DBConfig::reload/getChunkManagerOrPrimary from legacy code paths&lt;br/&gt;
Branch:master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/58292592979ff9277ec34390469a1541315104c0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/58292592979ff9277ec34390469a1541315104c0&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1656085" author="ramon.fernandez" created="Thu, 24 Aug 2017 14:07:04 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: u&apos;kaloianm&apos;, &apos;name&apos;: u&apos;Kaloian Manassiev&apos;, &apos;email&apos;: u&apos;kaloian.manassiev@mongodb.com&apos;}
&lt;p&gt;Message:Revert &quot;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-27382&quot; title=&quot;Remove usages of DBConfig::reload&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-27382&quot;&gt;&lt;del&gt;SERVER-27382&lt;/del&gt;&lt;/a&gt; Remove usages of DBConfig::reload/getChunkManagerOrPrimary from legacy code paths&quot;&lt;/p&gt;

&lt;p&gt;This reverts commit 58292592979ff9277ec34390469a1541315104c0.&lt;br/&gt;
Branch:master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/c5f52fb3265ef68ffe2741f88758082dda393a4b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/c5f52fb3265ef68ffe2741f88758082dda393a4b&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1511130" author="xgen-internal-githook" created="Tue, 28 Feb 2017 13:18:50 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;kaloianm&apos;, u&apos;name&apos;: u&apos;Kaloian Manassiev&apos;, u&apos;email&apos;: u&apos;kaloian.manassiev@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-27382&quot; title=&quot;Remove usages of DBConfig::reload&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-27382&quot;&gt;&lt;del&gt;SERVER-27382&lt;/del&gt;&lt;/a&gt; Get rid of the DBConfig::reload method&lt;/p&gt;

&lt;p&gt;(cherry picked from commit bae38e4ebedfe66f66f3cef6ee0e9d12ad79b116)&lt;br/&gt;
Branch: v3.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/caf8f474b6f1de4cd36b9132354d95a6a6430e03&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/caf8f474b6f1de4cd36b9132354d95a6a6430e03&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1511129" author="xgen-internal-githook" created="Tue, 28 Feb 2017 13:18:49 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;kaloianm&apos;, u&apos;name&apos;: u&apos;Kaloian Manassiev&apos;, u&apos;email&apos;: u&apos;kaloian.manassiev@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-27382&quot; title=&quot;Remove usages of DBConfig::reload&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-27382&quot;&gt;&lt;del&gt;SERVER-27382&lt;/del&gt;&lt;/a&gt; Get rid of DBConfig::reload from ParallelSortClusteredCursor&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 92b04fe8dc31e7ec90bc97ad8722768d7732717e)&lt;br/&gt;
Branch: v3.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/fc21db2f01a38ad13389bc9f032b6e206758d144&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/fc21db2f01a38ad13389bc9f032b6e206758d144&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1511128" author="xgen-internal-githook" created="Tue, 28 Feb 2017 13:18:48 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;kaloianm&apos;, u&apos;name&apos;: u&apos;Kaloian Manassiev&apos;, u&apos;email&apos;: u&apos;kaloian.manassiev@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-27382&quot; title=&quot;Remove usages of DBConfig::reload&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-27382&quot;&gt;&lt;del&gt;SERVER-27382&lt;/del&gt;&lt;/a&gt; Get rid of DBConfig::getChunkManagerOrPrimary&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 7f71474649f01b8914b4284be44cbe325c1458d0)&lt;br/&gt;
Branch: v3.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/0dc94169560fbab9e1761b110c1c4a6a978ac414&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/0dc94169560fbab9e1761b110c1c4a6a978ac414&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1511127" author="xgen-internal-githook" created="Tue, 28 Feb 2017 13:18:47 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;kaloianm&apos;, u&apos;name&apos;: u&apos;Kaloian Manassiev&apos;, u&apos;email&apos;: u&apos;kaloian.manassiev@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-27382&quot; title=&quot;Remove usages of DBConfig::reload&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-27382&quot;&gt;&lt;del&gt;SERVER-27382&lt;/del&gt;&lt;/a&gt; Remove usages of DBConfig::reload/getChunkManagerOrPrimary from legacy code paths&lt;/p&gt;

&lt;p&gt;This reverts commit c5f52fb3265ef68ffe2741f88758082dda393a4b.&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 027b8038e23a6e32d1cd35bb27f5f6286a813d86)&lt;br/&gt;
Branch: v3.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/533fde5e13e39486b8b59e1361f1ce497f32c75e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/533fde5e13e39486b8b59e1361f1ce497f32c75e&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1511126" author="xgen-internal-githook" created="Tue, 28 Feb 2017 13:18:45 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;kaloianm&apos;, u&apos;name&apos;: u&apos;Kaloian Manassiev&apos;, u&apos;email&apos;: u&apos;kaloian.manassiev@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-27382&quot; title=&quot;Remove usages of DBConfig::reload&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-27382&quot;&gt;&lt;del&gt;SERVER-27382&lt;/del&gt;&lt;/a&gt; Remove usage of DBConfig::reload from ClusterFind&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 970fdd08aa92e5393d3f616fd6270ea1fb688640)&lt;br/&gt;
Branch: v3.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/b31ad82d25366264f886422dad38f67794a66c35&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/b31ad82d25366264f886422dad38f67794a66c35&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1511125" author="xgen-internal-githook" created="Tue, 28 Feb 2017 13:18:44 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;kaloianm&apos;, u&apos;name&apos;: u&apos;Kaloian Manassiev&apos;, u&apos;email&apos;: u&apos;kaloian.manassiev@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-27382&quot; title=&quot;Remove usages of DBConfig::reload&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-27382&quot;&gt;&lt;del&gt;SERVER-27382&lt;/del&gt;&lt;/a&gt; Remove usage of DBConfig::reload from ChunkManagerTargeter&lt;/p&gt;

&lt;p&gt;(cherry picked from commit a82df5012ee9c1d48197af81abc921f717227323)&lt;br/&gt;
Branch: v3.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/989a4a90143da181232dabaf777e69c27ebd9295&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/989a4a90143da181232dabaf777e69c27ebd9295&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1495086" author="xgen-internal-githook" created="Wed, 8 Feb 2017 17:27:38 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;kaloianm&apos;, u&apos;name&apos;: u&apos;Kaloian Manassiev&apos;, u&apos;email&apos;: u&apos;kaloian.manassiev@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-27382&quot; title=&quot;Remove usages of DBConfig::reload&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-27382&quot;&gt;&lt;del&gt;SERVER-27382&lt;/del&gt;&lt;/a&gt; Get rid of the DBConfig::reload method&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/bae38e4ebedfe66f66f3cef6ee0e9d12ad79b116&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/bae38e4ebedfe66f66f3cef6ee0e9d12ad79b116&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1495040" author="xgen-internal-githook" created="Wed, 8 Feb 2017 16:54:43 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;kaloianm&apos;, u&apos;name&apos;: u&apos;Kaloian Manassiev&apos;, u&apos;email&apos;: u&apos;kaloian.manassiev@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-27382&quot; title=&quot;Remove usages of DBConfig::reload&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-27382&quot;&gt;&lt;del&gt;SERVER-27382&lt;/del&gt;&lt;/a&gt; Get rid of DBConfig::reload from ParallelSortClusteredCursor&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/92b04fe8dc31e7ec90bc97ad8722768d7732717e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/92b04fe8dc31e7ec90bc97ad8722768d7732717e&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1494606" author="xgen-internal-githook" created="Wed, 8 Feb 2017 03:44:00 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;kaloianm&apos;, u&apos;name&apos;: u&apos;Kaloian Manassiev&apos;, u&apos;email&apos;: u&apos;kaloian.manassiev@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-27382&quot; title=&quot;Remove usages of DBConfig::reload&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-27382&quot;&gt;&lt;del&gt;SERVER-27382&lt;/del&gt;&lt;/a&gt; Get rid of DBConfig::getChunkManagerOrPrimary&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/7f71474649f01b8914b4284be44cbe325c1458d0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/7f71474649f01b8914b4284be44cbe325c1458d0&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1493444" author="xgen-internal-githook" created="Mon, 6 Feb 2017 23:11:25 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;kaloianm&apos;, u&apos;name&apos;: u&apos;Kaloian Manassiev&apos;, u&apos;email&apos;: u&apos;kaloian.manassiev@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-27382&quot; title=&quot;Remove usages of DBConfig::reload&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-27382&quot;&gt;&lt;del&gt;SERVER-27382&lt;/del&gt;&lt;/a&gt; Remove usages of DBConfig::reload/getChunkManagerOrPrimary from legacy code paths&lt;/p&gt;

&lt;p&gt;This reverts commit c5f52fb3265ef68ffe2741f88758082dda393a4b.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/027b8038e23a6e32d1cd35bb27f5f6286a813d86&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/027b8038e23a6e32d1cd35bb27f5f6286a813d86&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1490952" author="xgen-internal-githook" created="Thu, 2 Feb 2017 16:00:02 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;kaloianm&apos;, u&apos;name&apos;: u&apos;Kaloian Manassiev&apos;, u&apos;email&apos;: u&apos;kaloian.manassiev@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-27382&quot; title=&quot;Remove usages of DBConfig::reload&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-27382&quot;&gt;&lt;del&gt;SERVER-27382&lt;/del&gt;&lt;/a&gt; Remove usage of DBConfig::reload from ClusterFind&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/970fdd08aa92e5393d3f616fd6270ea1fb688640&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/970fdd08aa92e5393d3f616fd6270ea1fb688640&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1490951" author="xgen-internal-githook" created="Thu, 2 Feb 2017 16:00:00 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;kaloianm&apos;, u&apos;name&apos;: u&apos;Kaloian Manassiev&apos;, u&apos;email&apos;: u&apos;kaloian.manassiev@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-27382&quot; title=&quot;Remove usages of DBConfig::reload&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-27382&quot;&gt;&lt;del&gt;SERVER-27382&lt;/del&gt;&lt;/a&gt; Remove usage of DBConfig::reload from ChunkManagerTargeter&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/a82df5012ee9c1d48197af81abc921f717227323&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/a82df5012ee9c1d48197af81abc921f717227323&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10420">
                    <name>Backports</name>
                                            <outwardlinks description="backported by">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                        <issuelink>
            <issuekey id="233818">SERVER-20854</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>14.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_12450" key="com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes">
                        <customfieldname>Backport Requested</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="14340"><![CDATA[v3.4]]></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>Thu, 2 Feb 2017 16:00:00 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        6 years, 24 weeks, 6 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>
                            6 years, 24 weeks, 6 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>kaloian.manassiev@mongodb.com</customfieldvalue>
            <customfieldvalue>ramon.fernandez@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrjouf:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hrbnfz:</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="1316">Sharding 2017-01-02</customfieldvalue>
    <customfieldvalue id="1452">Sharding 2017-02-13</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|hs4m1j:</customfieldvalue>

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