<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 06:19:55 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-71771] Defragmenter should cap chunk size estimation</title>
                <link>https://jira.mongodb.org/browse/SERVER-71771</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;The defragmenter in phase1 (&quot;MergeAndMesure&quot;) &lt;a href=&quot;https://github.com/mongodb/mongo/blob/362f7088aabd9e6f49e5f99525a0296723b3a9c3/src/mongo/db/s/balancer/balancer_defragmentation_policy_impl.cpp#L222-L223&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;issue dataSize commands to the shard&lt;/a&gt; in order to estimate the size of the chunks.&lt;/p&gt;

&lt;p&gt;Phase2 use this estimation to:&lt;br/&gt;
&#160;- &lt;a href=&quot;https://github.com/mongodb/mongo/blob/362f7088aabd9e6f49e5f99525a0296723b3a9c3/src/mongo/db/s/balancer/balancer_defragmentation_policy_impl.cpp#L824-L826&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ignore all the chunks bigger &lt;/a&gt;than &lt;a href=&quot;https://github.com/mongodb/mongo/blob/362f7088aabd9e6f49e5f99525a0296723b3a9c3/src/mongo/db/s/balancer/balancer_defragmentation_policy_impl.cpp#L753&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a certain threshold&lt;/a&gt; &lt;br/&gt;
&#160;- order and process all the remaining chunks &lt;a href=&quot;https://github.com/mongodb/mongo/blob/362f7088aabd9e6f49e5f99525a0296723b3a9c3/src/mongo/db/s/balancer/balancer_defragmentation_policy_impl.cpp#L828-L831&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;from the smaller to the bigger&lt;/a&gt;.&lt;/p&gt;


&lt;p&gt;Since we need an estimation of the data size just for smaller chunks we can avoid calculating it&#160; for the bigger ones (they will be ignored by phase 2 in any case).&lt;/p&gt;

&lt;p&gt;In order to so we could send the dataSize command with the &lt;a href=&quot;https://github.com/mongodb/mongo/blob/362f7088aabd9e6f49e5f99525a0296723b3a9c3/src/mongo/db/dbcommands.idl#L182-L187&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;maxSize&lt;/a&gt; parameter so that if the shard reach this limit it will stop scanning the index and will set the &lt;a href=&quot;https://github.com/mongodb/mongo/blob/362f7088aabd9e6f49e5f99525a0296723b3a9c3/src/mongo/db/dbcommands.idl#L55-L58&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;maxReached&lt;/a&gt; flag in the reply.&lt;/p&gt;</description>
                <environment></environment>
        <key id="2199898">SERVER-71771</key>
            <summary>Defragmenter should cap chunk size estimation</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="13201">Fixed</resolution>
                                        <assignee username="paolo.polato@mongodb.com">Paolo Polato</assignee>
                                    <reporter username="tommaso.tocci@mongodb.com">Tommaso Tocci</reporter>
                        <labels>
                            <label>collection-defrag-bugs</label>
                    </labels>
                <created>Thu, 1 Dec 2022 18:49:34 +0000</created>
                <updated>Sun, 29 Oct 2023 21:29:49 +0000</updated>
                            <resolved>Mon, 16 Jan 2023 20:46:39 +0000</resolved>
                                    <version>6.0.3</version>
                    <version>6.1.0-rc4</version>
                    <version>6.2.0-rc2</version>
                                    <fixVersion>6.3.0-rc0</fixVersion>
                    <fixVersion>6.0.5</fixVersion>
                                                        <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="5111565" author="xgen-internal-githook" created="Fri, 13 Jan 2023 13:57:48 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Paolo Polato&apos;, &apos;email&apos;: &apos;paolo.polato@mongodb.com&apos;, &apos;username&apos;: &apos;ppolato&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-71771&quot; title=&quot;Defragmenter should cap chunk size estimation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-71771&quot;&gt;&lt;del&gt;SERVER-71771&lt;/del&gt;&lt;/a&gt; Fix overflow error in Collection Defragmentation Algorithm&lt;/p&gt;

&lt;p&gt;(cherry picked from commit daa6fb3e8fdae969996e211a2e83e1b35ef80992)&lt;br/&gt;
Branch: v6.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/9f75b518e341c3e867418f16e06647ffa58bc82f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/9f75b518e341c3e867418f16e06647ffa58bc82f&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5111242" author="xgen-internal-githook" created="Fri, 13 Jan 2023 10:25:34 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Paolo Polato&apos;, &apos;email&apos;: &apos;paolo.polato@mongodb.com&apos;, &apos;username&apos;: &apos;ppolato&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-71771&quot; title=&quot;Defragmenter should cap chunk size estimation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-71771&quot;&gt;&lt;del&gt;SERVER-71771&lt;/del&gt;&lt;/a&gt; Fix overflow error in Collection Defragmentation Algorithm&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/daa6fb3e8fdae969996e211a2e83e1b35ef80992&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/daa6fb3e8fdae969996e211a2e83e1b35ef80992&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5092209" author="xgen-internal-githook" created="Thu, 5 Jan 2023 09:13:04 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Paolo Polato&apos;, &apos;email&apos;: &apos;paolo.polato@mongodb.com&apos;, &apos;username&apos;: &apos;ppolato&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-71771&quot; title=&quot;Defragmenter should cap chunk size estimation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-71771&quot;&gt;&lt;del&gt;SERVER-71771&lt;/del&gt;&lt;/a&gt; Defragmenter should cap chunk size estimation&lt;br/&gt;
Branch: v6.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/3d7cb234e07f7d6e027f0c355fc6bd8aa9e1f965&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/3d7cb234e07f7d6e027f0c355fc6bd8aa9e1f965&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5092188" author="xgen-internal-githook" created="Thu, 5 Jan 2023 09:01:02 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Paolo Polato&apos;, &apos;email&apos;: &apos;paolo.polato@mongodb.com&apos;, &apos;username&apos;: &apos;ppolato&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-71771&quot; title=&quot;Defragmenter should cap chunk size estimation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-71771&quot;&gt;&lt;del&gt;SERVER-71771&lt;/del&gt;&lt;/a&gt; Defragmenter should cap chunk size estimation&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/9ef944976420211a063f5b502e38991f0490eb65&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/9ef944976420211a063f5b502e38991f0490eb65&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5089280" author="xgen-internal-githook" created="Wed, 4 Jan 2023 10:26:39 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Paolo Polato&apos;, &apos;email&apos;: &apos;paolo.polato@mongodb.com&apos;, &apos;username&apos;: &apos;ppolato&apos;}
&lt;p&gt;Message: Revert &quot;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-71771&quot; title=&quot;Defragmenter should cap chunk size estimation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-71771&quot;&gt;&lt;del&gt;SERVER-71771&lt;/del&gt;&lt;/a&gt; Defragmenter should cap chunk size estimation&quot;&lt;/p&gt;

&lt;p&gt;This reverts commit d0d9e95c07df276f4fa3cef07982803d689da5c7.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/1eb33d31a32bb7d1a1a18e07c78239b90a9dd5d3&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/1eb33d31a32bb7d1a1a18e07c78239b90a9dd5d3&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5081203" author="xgen-internal-githook" created="Thu, 29 Dec 2022 08:26:25 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Paolo Polato&apos;, &apos;email&apos;: &apos;paolo.polato@mongodb.com&apos;, &apos;username&apos;: &apos;ppolato&apos;}
&lt;p&gt;Message: Revert &quot;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-71771&quot; title=&quot;Defragmenter should cap chunk size estimation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-71771&quot;&gt;&lt;del&gt;SERVER-71771&lt;/del&gt;&lt;/a&gt; Defragmenter should cap chunk size estimation&quot;&lt;/p&gt;

&lt;p&gt;This reverts commit 43221bcda3d39d58b8ef648185c63d3840791b4f.&lt;br/&gt;
Branch: v6.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/6d8ebdbe466580ef90af022f5946c93608d627ad&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/6d8ebdbe466580ef90af022f5946c93608d627ad&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5080894" author="xgen-internal-githook" created="Wed, 28 Dec 2022 22:56:55 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Paolo Polato&apos;, &apos;email&apos;: &apos;paolo.polato@mongodb.com&apos;, &apos;username&apos;: &apos;ppolato&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-71771&quot; title=&quot;Defragmenter should cap chunk size estimation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-71771&quot;&gt;&lt;del&gt;SERVER-71771&lt;/del&gt;&lt;/a&gt; Defragmenter should cap chunk size estimation&lt;/p&gt;

&lt;p&gt;(cherry picked from commit d0d9e95c07df276f4fa3cef07982803d689da5c7)&lt;br/&gt;
Branch: v6.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/1cc097075cc9531cf24a43ed249012d719b2b4fe&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/1cc097075cc9531cf24a43ed249012d719b2b4fe&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5080410" author="xgen-internal-githook" created="Wed, 28 Dec 2022 17:58:24 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Paolo Polato&apos;, &apos;email&apos;: &apos;paolo.polato@mongodb.com&apos;, &apos;username&apos;: &apos;ppolato&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-71771&quot; title=&quot;Defragmenter should cap chunk size estimation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-71771&quot;&gt;&lt;del&gt;SERVER-71771&lt;/del&gt;&lt;/a&gt; Defragmenter should cap chunk size estimation&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/d0d9e95c07df276f4fa3cef07982803d689da5c7&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/d0d9e95c07df276f4fa3cef07982803d689da5c7&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">
                                                        </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="2199507">SERVER-71756</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2199538">SERVER-71759</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>8.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_12450" key="com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes">
                        <customfieldname>Backport Requested</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="25041"><![CDATA[v6.2]]></customfieldvalue>
    <customfieldvalue key="24444"><![CDATA[v6.1]]></customfieldvalue>
    <customfieldvalue key="23470"><![CDATA[v6.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>Mon, 12 Dec 2022 15:47:45 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        1 year, 3 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_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_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>
                            1 year, 3 weeks, 5 days ago
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_16465" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Linked BF Score</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>170.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10032" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Operating System</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10026"><![CDATA[ALL]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>paolo.polato@mongodb.com</customfieldvalue>
            <customfieldvalue>tommaso.tocci@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i1kxh3:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|i13uzq:</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_22250" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Special Downgrade Instructions Required</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="23343"><![CDATA[Not Needed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="6663">Sharding EMEA 2022-12-12</customfieldvalue>
    <customfieldvalue id="6664">Sharding EMEA 2022-12-26</customfieldvalue>
    <customfieldvalue id="6810">Sharding EMEA 2023-01-09</customfieldvalue>
    <customfieldvalue id="6811">Sharding EMEA 2023-01-23</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|i1kjmf:</customfieldvalue>

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