<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:13:47 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-7159] Change DataRecord allocation strategy to quantize within freelist buckets</title>
                <link>https://jira.mongodb.org/browse/SERVER-7159</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Update allocation strategy to quantize within existing freelist bucket sizes by rounding to closest 1/16th boundary of that bucket range (powers of 2 from 32b to 8MB).&lt;/p&gt;

&lt;p&gt;For example, if need to allocate 578b, instead allocate 608b (512 + (3 * (1/16 * 512)).&lt;/p&gt;

&lt;p&gt;Need to test if 1/16 is the proper constant.&lt;/p&gt;</description>
                <environment></environment>
        <key id="51441">SERVER-7159</key>
            <summary>Change DataRecord allocation strategy to quantize within freelist buckets</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="benjamin.becker">Ben Becker</assignee>
                                    <reporter username="dan@mongodb.com">Daniel Pasette</reporter>
                        <labels>
                    </labels>
                <created>Tue, 25 Sep 2012 22:19:44 +0000</created>
                <updated>Tue, 27 Oct 2015 14:07:19 +0000</updated>
                            <resolved>Tue, 20 Nov 2012 20:47:21 +0000</resolved>
                                    <version>2.2.0</version>
                                    <fixVersion>2.3.1</fixVersion>
                                    <component>Storage</component>
                                        <votes>0</votes>
                                    <watches>10</watches>
                                                                                                                <comments>
                            <comment id="290292" author="auto" created="Fri, 15 Mar 2013 17:45:28 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2013-03-15T10:13:48Z&apos;, u&apos;name&apos;: u&apos;aaron&apos;, u&apos;email&apos;: u&apos;aaron@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-7159&quot; title=&quot;Change DataRecord allocation strategy to quantize within freelist buckets&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-7159&quot;&gt;&lt;del&gt;SERVER-7159&lt;/del&gt;&lt;/a&gt; Unit tests for record size quantization and record allocation.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/b3e4a86d28b0bec87358e9460183dbb1fab2d159&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/b3e4a86d28b0bec87358e9460183dbb1fab2d159&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="284582" author="auto" created="Fri, 8 Mar 2013 19:01:32 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2013-03-08T16:05:41Z&apos;, u&apos;name&apos;: u&apos;aaron&apos;, u&apos;email&apos;: u&apos;aaron@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-7159&quot; title=&quot;Change DataRecord allocation strategy to quantize within freelist buckets&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-7159&quot;&gt;&lt;del&gt;SERVER-7159&lt;/del&gt;&lt;/a&gt; Enhance auditing support for record size quantization and deleted list.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/9791f3f0e8229acb54d763ae0b5788eb41a34d0d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/9791f3f0e8229acb54d763ae0b5788eb41a34d0d&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="284550" author="auto" created="Fri, 8 Mar 2013 18:20:52 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2013-02-27T23:31:04Z&apos;, u&apos;name&apos;: u&apos;aaron&apos;, u&apos;email&apos;: u&apos;aaron@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-7159&quot; title=&quot;Change DataRecord allocation strategy to quantize within freelist buckets&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-7159&quot;&gt;&lt;del&gt;SERVER-7159&lt;/del&gt;&lt;/a&gt; Adjust comments and add minor refactoring for record size quantization code.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/c156062309f03e4f5392b877af2df06b288b827f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/c156062309f03e4f5392b877af2df06b288b827f&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="284549" author="auto" created="Fri, 8 Mar 2013 18:20:50 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2013-02-27T23:27:29Z&apos;, u&apos;name&apos;: u&apos;aaron&apos;, u&apos;email&apos;: u&apos;aaron@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-7159&quot; title=&quot;Change DataRecord allocation strategy to quantize within freelist buckets&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-7159&quot;&gt;&lt;del&gt;SERVER-7159&lt;/del&gt;&lt;/a&gt; Add Random.genNormal() for generating random normal values in tests.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/51c0ec740e7dc3eb112ae39e7d248e98e1571622&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/51c0ec740e7dc3eb112ae39e7d248e98e1571622&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="194006" author="auto" created="Mon, 19 Nov 2012 19:10:12 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-11-19T19:10:03Z&apos;, u&apos;email&apos;: u&apos;ben.becker@10gen.com&apos;, u&apos;name&apos;: u&apos;Ben Becker&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-7159&quot; title=&quot;Change DataRecord allocation strategy to quantize within freelist buckets&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-7159&quot;&gt;&lt;del&gt;SERVER-7159&lt;/del&gt;&lt;/a&gt;: use isCapped() accessor method&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/74da78e550430d742a29439bf7d126ea0ff3e739&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/74da78e550430d742a29439bf7d126ea0ff3e739&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="194005" author="auto" created="Mon, 19 Nov 2012 19:10:10 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-11-19T19:08:33Z&apos;, u&apos;email&apos;: u&apos;ben.becker@10gen.com&apos;, u&apos;name&apos;: u&apos;Ben Becker&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-7159&quot; title=&quot;Change DataRecord allocation strategy to quantize within freelist buckets&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-7159&quot;&gt;&lt;del&gt;SERVER-7159&lt;/del&gt;&lt;/a&gt;: use 1mb boundary for ^2 allocs larger than 4mb&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/d4c087bcafbd94ae038dc9cd2523bac3f98ebafd&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/d4c087bcafbd94ae038dc9cd2523bac3f98ebafd&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="191902" author="auto" created="Sat, 17 Nov 2012 02:05:15 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-11-17T02:04:54Z&apos;, u&apos;email&apos;: u&apos;ben.becker@10gen.com&apos;, u&apos;name&apos;: u&apos;Ben Becker&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-7159&quot; title=&quot;Change DataRecord allocation strategy to quantize within freelist buckets&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-7159&quot;&gt;&lt;del&gt;SERVER-7159&lt;/del&gt;&lt;/a&gt;: compensate for increased liklihood of in-place updates due to quantization&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/e79049861baa58b2e8292eb3c70d6a7859b84336&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/e79049861baa58b2e8292eb3c70d6a7859b84336&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="191863" author="auto" created="Sat, 17 Nov 2012 00:34:00 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-11-17T00:32:27Z&apos;, u&apos;email&apos;: u&apos;ben.becker@10gen.com&apos;, u&apos;name&apos;: u&apos;Ben Becker&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-7159&quot; title=&quot;Change DataRecord allocation strategy to quantize within freelist buckets&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-7159&quot;&gt;&lt;del&gt;SERVER-7159&lt;/del&gt;&lt;/a&gt;: don&apos;t quantize capped allocations&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/f8f684a8a3e727ed5baad22433333963e2817346&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/f8f684a8a3e727ed5baad22433333963e2817346&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="191758" author="benjamin.becker" created="Fri, 16 Nov 2012 22:21:30 +0000"  >&lt;p&gt;One future change we could look into is modifying the best match logic to prefer the &apos;lowest&apos; DiskLoc.  This may help keep the &apos;highest&apos; files empty, which could make for a simple way of letting the OS reclaim some file space (with additional work of course).&lt;/p&gt;</comment>
                            <comment id="191727" author="auto" created="Fri, 16 Nov 2012 21:43:12 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-11-16T21:42:31Z&apos;, u&apos;email&apos;: u&apos;ben.becker@10gen.com&apos;, u&apos;name&apos;: u&apos;Ben Becker&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-7159&quot; title=&quot;Change DataRecord allocation strategy to quantize within freelist buckets&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-7159&quot;&gt;&lt;del&gt;SERVER-7159&lt;/del&gt;&lt;/a&gt; error codes&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/9d268547290aed31dcccd4cc9fe4dfaf7effc3e7&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/9d268547290aed31dcccd4cc9fe4dfaf7effc3e7&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="191726" author="auto" created="Fri, 16 Nov 2012 21:43:10 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-11-16T21:13:47Z&apos;, u&apos;email&apos;: u&apos;ben.becker@10gen.com&apos;, u&apos;name&apos;: u&apos;Ben Becker&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-7159&quot; title=&quot;Change DataRecord allocation strategy to quantize within freelist buckets&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-7159&quot;&gt;&lt;del&gt;SERVER-7159&lt;/del&gt;&lt;/a&gt;: return early if a DeletedRecord matches the requested size&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/294bce818add5c4bc59f7a7e8f5680bcdecff6e3&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/294bce818add5c4bc59f7a7e8f5680bcdecff6e3&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="191725" author="auto" created="Fri, 16 Nov 2012 21:43:08 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-11-16T21:11:27Z&apos;, u&apos;email&apos;: u&apos;ben.becker@10gen.com&apos;, u&apos;name&apos;: u&apos;Ben Becker&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-7159&quot; title=&quot;Change DataRecord allocation strategy to quantize within freelist buckets&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-7159&quot;&gt;&lt;del&gt;SERVER-7159&lt;/del&gt;&lt;/a&gt;: quantize record allocation to nearest 1/16th bucket size&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/0265277c79d818d09ed54ea815717c7b4d041778&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/0265277c79d818d09ed54ea815717c7b4d041778&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="191724" author="auto" created="Fri, 16 Nov 2012 21:43:07 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-11-16T21:05:50Z&apos;, u&apos;email&apos;: u&apos;ben.becker@10gen.com&apos;, u&apos;name&apos;: u&apos;Ben Becker&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-7159&quot; title=&quot;Change DataRecord allocation strategy to quantize within freelist buckets&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-7159&quot;&gt;&lt;del&gt;SERVER-7159&lt;/del&gt;&lt;/a&gt;: make largest freelist bucket 16mb&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/6b5cf42aeebe056b8905ad82b79d0612e7d8d7c3&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/6b5cf42aeebe056b8905ad82b79d0612e7d8d7c3&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="190704" author="benjamin.becker" created="Thu, 15 Nov 2012 21:15:50 +0000"  >&lt;p&gt;Thanks, I&apos;m going to move forward with the storage stats as it&apos;s going in v2.4, so no need for counters in NSD.&lt;/p&gt;</comment>
                            <comment id="189206" author="milkie" created="Wed, 14 Nov 2012 15:35:23 +0000"  >&lt;p&gt;Regarding storing counters, they will need to go in the &quot;reserved&quot; section of NamespaceDetails, and will be an on-disk format change (but one that is easily backwards compatible).  Note that you&apos;ll need to use the write-intents wrapper when you store the counter, so that journaling works correctly.&lt;/p&gt;</comment>
                            <comment id="187025" author="milkie" created="Mon, 12 Nov 2012 21:32:53 +0000"  >&lt;p&gt;On the whole, it sounds reasonable but we&apos;d have to do a full analysis of the performance implications of it.  So I would perhaps leave it for later so that we can do smaller incremental changes and more easily see the effects of what we&apos;ve changed.&lt;/p&gt;</comment>
                            <comment id="186630" author="milkie" created="Mon, 12 Nov 2012 16:07:05 +0000"  >&lt;p&gt;I like the idea of increasing the quantization interval for the larger buckets.  In particular, the last bucket, which ranges from 4mb to 16mb, needs to have more than 16 quantization boundaries I think.&lt;/p&gt;

&lt;p&gt;For the first idea, doesn&apos;t that mean that you may sometimes get a record that is smaller than requestedSize+padding?  I&apos;m having trouble visualizing the math for it.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                        <issuelink>
            <issuekey id="16492">SERVER-3022</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="71170">DOCS-1357</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="16175">SERVER-2958</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>17.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, 5 Nov 2012 19:12:03 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        10 years, 48 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_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>ian@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            10 years, 48 weeks, 5 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10000" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Old_Backport</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10000"><![CDATA[No]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>auto</customfieldvalue>
            <customfieldvalue>benjamin.becker</customfieldvalue>
            <customfieldvalue>dan@mongodb.com</customfieldvalue>
            <customfieldvalue>milkie@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrnn9j:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5768</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_10166" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Tests Written</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10340"><![CDATA[Pending Test Framework Changes]]></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|ht02tb:</customfieldvalue>

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