<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:41:44 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-16632] Change WiredTiger index key format to no longer use BSON</title>
                <link>https://jira.mongodb.org/browse/SERVER-16632</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Change index key format to no longer use BSON in WiredTiger.&lt;br/&gt;
Benefits include:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;much faster key comparison&lt;/li&gt;
	&lt;li&gt;reduced storage size for indexes&lt;/li&gt;
	&lt;li&gt;take much better advantage of WT key prefix compression&lt;/li&gt;
	&lt;li&gt;no longer require custom collator, which means stock WT tools like repair work with no modification&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;As this is an on-disk format change, indexes created before this change with WT will no longer be usable without running:&lt;br/&gt;
&lt;tt&gt;mongod --storageEngine wiredTiger --repair&lt;/tt&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="175787">SERVER-16632</key>
            <summary>Change WiredTiger index key format to no longer use BSON</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="2" iconUrl="https://jira.mongodb.org/images/icons/priorities/critical.svg">Critical - P2</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="mathias@mongodb.com">Mathias Stearn</assignee>
                                    <reporter username="dan@mongodb.com">Daniel Pasette</reporter>
                        <labels>
                    </labels>
                <created>Mon, 22 Dec 2014 17:14:07 +0000</created>
                <updated>Tue, 27 Oct 2015 14:06:45 +0000</updated>
                            <resolved>Tue, 13 Jan 2015 17:58:52 +0000</resolved>
                                                    <fixVersion>2.8.0-rc5</fixVersion>
                                    <component>Index Maintenance</component>
                    <component>Storage</component>
                                        <votes>0</votes>
                                    <watches>22</watches>
                                                                                                                <comments>
                            <comment id="807139" author="ramon.fernandez" created="Sat, 17 Jan 2015 16:05:41 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=redbeard0531&quot; class=&quot;user-hover&quot; rel=&quot;redbeard0531&quot;&gt;redbeard0531&lt;/a&gt;, is the above code review for this ticket? It would be very confusing to have a commit in a ticket after it has been resolved &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.mongodb.org/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;</comment>
                            <comment id="803519" author="redbeard0531" created="Tue, 13 Jan 2015 17:58:52 +0000"  >&lt;p&gt;@Docs: Two things that need mention: upgrading WT data from older RCs will require --repair. Also, when doing a covered index query, if the result is a double with the value NaN, we no longer guarantee &lt;b&gt;which&lt;/b&gt; NaN you get back.&lt;/p&gt;</comment>
                            <comment id="802994" author="xgen-internal-githook" created="Mon, 12 Jan 2015 23:49:46 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;RedBeard0531&apos;, u&apos;name&apos;: u&apos;Mathias Stearn&apos;, u&apos;email&apos;: u&apos;mathias@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-16632&quot; title=&quot;Change WiredTiger index key format to no longer use BSON&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-16632&quot;&gt;&lt;del&gt;SERVER-16632&lt;/del&gt;&lt;/a&gt; Encode TypeBits along with KeyStrings in WT indexes&lt;/p&gt;

&lt;p&gt;This allows covered queries to recover the original data, without collapsing&lt;br/&gt;
cases that compare equally (such as 1 and 1.0, or 0.0 and -0.0). However, no&lt;br/&gt;
attempt is made to preserve specific versions of NaN, they all become&lt;br/&gt;
quiet_NaN().&lt;/p&gt;

&lt;p&gt;This resolves this issue discussed in &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-16762&quot; title=&quot;Loss of type information for covered queries in WiredTiger&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-16762&quot;&gt;&lt;del&gt;SERVER-16762&lt;/del&gt;&lt;/a&gt;.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/a9cacdf8762ed197b1de1fd5d4ff2b47692e5a92&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/a9cacdf8762ed197b1de1fd5d4ff2b47692e5a92&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="802993" author="xgen-internal-githook" created="Mon, 12 Jan 2015 23:49:44 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;RedBeard0531&apos;, u&apos;name&apos;: u&apos;Mathias Stearn&apos;, u&apos;email&apos;: u&apos;mathias@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-16632&quot; title=&quot;Change WiredTiger index key format to no longer use BSON&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-16632&quot;&gt;&lt;del&gt;SERVER-16632&lt;/del&gt;&lt;/a&gt; Improve WT index cursors&lt;/p&gt;

&lt;p&gt;Now only fetches data from WT at most once. Also avoids converting back and&lt;br/&gt;
forth between KeyString and BSON.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/743051d82afc04d9e236a6519c50f7b1526f991d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/743051d82afc04d9e236a6519c50f7b1526f991d&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="802992" author="xgen-internal-githook" created="Mon, 12 Jan 2015 23:49:43 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;RedBeard0531&apos;, u&apos;name&apos;: u&apos;Mathias Stearn&apos;, u&apos;email&apos;: u&apos;mathias@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-16632&quot; title=&quot;Change WiredTiger index key format to no longer use BSON&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-16632&quot;&gt;&lt;del&gt;SERVER-16632&lt;/del&gt;&lt;/a&gt; Split WT index cursor into classes for unique and non-unique&lt;/p&gt;

&lt;p&gt;This commit is largely code motion and reorganization. The actual operations&lt;br/&gt;
performed haven&apos;t changed, other than no longer checking if the index is&lt;br/&gt;
unique now that different functions are executed. The next commit will take&lt;br/&gt;
advantage of this to improve how these cursors work.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/2a84c1955e5f127c0befe9b8851ae7eeaba3f220&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/2a84c1955e5f127c0befe9b8851ae7eeaba3f220&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="802991" author="xgen-internal-githook" created="Mon, 12 Jan 2015 23:49:42 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;RedBeard0531&apos;, u&apos;name&apos;: u&apos;Mathias Stearn&apos;, u&apos;email&apos;: u&apos;mathias@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-16632&quot; title=&quot;Change WiredTiger index key format to no longer use BSON&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-16632&quot;&gt;&lt;del&gt;SERVER-16632&lt;/del&gt;&lt;/a&gt; Test more interesting numeric cases for KeyString&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/f436133aa0460fd5fd6cd7f6b91b61208645f867&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/f436133aa0460fd5fd6cd7f6b91b61208645f867&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="802989" author="xgen-internal-githook" created="Mon, 12 Jan 2015 23:49:40 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;RedBeard0531&apos;, u&apos;name&apos;: u&apos;Mathias Stearn&apos;, u&apos;email&apos;: u&apos;mathias@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-16632&quot; title=&quot;Change WiredTiger index key format to no longer use BSON&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-16632&quot;&gt;&lt;del&gt;SERVER-16632&lt;/del&gt;&lt;/a&gt; Support strings with NUL bytes in KeyString&lt;/p&gt;

&lt;p&gt;Resolves issue &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-16798&quot; title=&quot;KeyString needs to support NUL bytes in Strings&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-16798&quot;&gt;&lt;del&gt;SERVER-16798&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/ebe9daa834a1b1e59194a2c91d8a6962c62c7770&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/ebe9daa834a1b1e59194a2c91d8a6962c62c7770&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="799209" author="xgen-internal-githook" created="Wed, 7 Jan 2015 17:21:37 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;RedBeard0531&apos;, u&apos;name&apos;: u&apos;Mathias Stearn&apos;, u&apos;email&apos;: u&apos;mathias@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-16632&quot; title=&quot;Change WiredTiger index key format to no longer use BSON&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-16632&quot;&gt;&lt;del&gt;SERVER-16632&lt;/del&gt;&lt;/a&gt; Remove unneeded kEquals byte after each field in KeyString&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/331911d3f31cf93c82bfaab3b6db0a77fdb80374&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/331911d3f31cf93c82bfaab3b6db0a77fdb80374&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="799208" author="xgen-internal-githook" created="Wed, 7 Jan 2015 17:21:35 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;RedBeard0531&apos;, u&apos;name&apos;: u&apos;Mathias Stearn&apos;, u&apos;email&apos;: u&apos;mathias@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-16632&quot; title=&quot;Change WiredTiger index key format to no longer use BSON&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-16632&quot;&gt;&lt;del&gt;SERVER-16632&lt;/del&gt;&lt;/a&gt; Compress index keys in KeyString&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Bools are now completely encoded in the type byte&lt;/li&gt;
	&lt;li&gt;BinData size is stored in a single byte if &amp;lt; 255&lt;/li&gt;
	&lt;li&gt;Numeric encoding improvements:
	&lt;ul&gt;
		&lt;li&gt;Maximum encoded size including type byte is now 9 bytes&lt;/li&gt;
		&lt;li&gt;The &quot;size-class&quot; of each number is now stored in the type byte&lt;/li&gt;
		&lt;li&gt;Integers and the integer part of Doubles use variable numbers of bytes&lt;/li&gt;
		&lt;li&gt;Doubles &amp;gt; 1 with a fractional part implicitly store their exponent in the&lt;br/&gt;
   integer part and use a variable number of bytes for the fractional part&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/5d46a3a9f7b7f8b17ae1cbe73dd9f8d056350b81&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/5d46a3a9f7b7f8b17ae1cbe73dd9f8d056350b81&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="799207" author="xgen-internal-githook" created="Wed, 7 Jan 2015 17:21:34 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;RedBeard0531&apos;, u&apos;name&apos;: u&apos;Mathias Stearn&apos;, u&apos;email&apos;: u&apos;mathias@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-16632&quot; title=&quot;Change WiredTiger index key format to no longer use BSON&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-16632&quot;&gt;&lt;del&gt;SERVER-16632&lt;/del&gt;&lt;/a&gt; Compress small RecordIds in KeyString&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/4075f40df4fcb86ce6c8c6ea9565a4699769e4ed&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/4075f40df4fcb86ce6c8c6ea9565a4699769e4ed&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="799205" author="xgen-internal-githook" created="Wed, 7 Jan 2015 17:21:32 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;RedBeard0531&apos;, u&apos;name&apos;: u&apos;Mathias Stearn&apos;, u&apos;email&apos;: u&apos;mathias@10gen.com&apos;}
&lt;p&gt;Message: Make BSONObj::woCompare a total ordering&lt;/p&gt;

&lt;p&gt;Changes:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Date and Timestamp are now distinct with all Dates before all Timestamps.&lt;/li&gt;
	&lt;li&gt;Numeric comparisons now correctly handle Doubles and Long &amp;gt; 2**53.&lt;/li&gt;
	&lt;li&gt;CodeWScope doesn&apos;t strcmp BSONObjs or strings which may contain NULs.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;There should be no changes in any of the cases where woCompare defined a&lt;br/&gt;
correct total ordering before. The new behavior matches the ordering defined&lt;br/&gt;
by KeyString.&lt;/p&gt;

&lt;p&gt;Related tickets:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-3304&quot; title=&quot;Change comparison order so all Dates sort before all Timestamps&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-3304&quot;&gt;&lt;del&gt;SERVER-3304&lt;/del&gt;&lt;/a&gt; Error comparing Date and Timestamp&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-3719&quot; title=&quot;woCompare does not provide a total order over doubles and longs.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-3719&quot;&gt;&lt;del&gt;SERVER-3719&lt;/del&gt;&lt;/a&gt; Total ordering over Longs and Doubles&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-7804&quot; title=&quot;compareElementValues for CodeWScope is broken&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-7804&quot;&gt;&lt;del&gt;SERVER-7804&lt;/del&gt;&lt;/a&gt; CodeWScope comparisons are broken&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-16632&quot; title=&quot;Change WiredTiger index key format to no longer use BSON&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-16632&quot;&gt;&lt;del&gt;SERVER-16632&lt;/del&gt;&lt;/a&gt; Change WiredTiger index key format&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Changes to the comparison function for aggregation will be handled separately&lt;br/&gt;
as &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-16708&quot; title=&quot;Adjust Value::compare() to reflect changes to BSON::woCompare()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-16708&quot;&gt;&lt;del&gt;SERVER-16708&lt;/del&gt;&lt;/a&gt;.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/f58fa5f78a91ce36d8e31d6730ebfdaa6cc1d5ab&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/f58fa5f78a91ce36d8e31d6730ebfdaa6cc1d5ab&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="795883" author="xgen-internal-githook" created="Wed, 31 Dec 2014 20:03:07 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;erh&apos;, u&apos;name&apos;: u&apos;Eliot Horowitz&apos;, u&apos;email&apos;: u&apos;eliot@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-16632&quot; title=&quot;Change WiredTiger index key format to no longer use BSON&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-16632&quot;&gt;&lt;del&gt;SERVER-16632&lt;/del&gt;&lt;/a&gt;: fix os x compile with signed/unsigned&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/d3e04458eb1d59e5e83be86cfaec288e7dda7139&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/d3e04458eb1d59e5e83be86cfaec288e7dda7139&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="795861" author="xgen-internal-githook" created="Wed, 31 Dec 2014 19:11:34 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;erh&apos;, u&apos;name&apos;: u&apos;Eliot Horowitz&apos;, u&apos;email&apos;: u&apos;eliot@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-16632&quot; title=&quot;Change WiredTiger index key format to no longer use BSON&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-16632&quot;&gt;&lt;del&gt;SERVER-16632&lt;/del&gt;&lt;/a&gt;: use KeyString for WiredTiger index keys&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/23dc8ce626613cf9d92cb58dcf877407fd668d5b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/23dc8ce626613cf9d92cb58dcf877407fd668d5b&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="795860" author="xgen-internal-githook" created="Wed, 31 Dec 2014 19:11:33 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;erh&apos;, u&apos;name&apos;: u&apos;Eliot Horowitz&apos;, u&apos;email&apos;: u&apos;eliot@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-16632&quot; title=&quot;Change WiredTiger index key format to no longer use BSON&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-16632&quot;&gt;&lt;del&gt;SERVER-16632&lt;/del&gt;&lt;/a&gt;: introduct KeyString, a memcmpable version of a index key&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/24706753ff3682714abe6e3468b68379eed9a526&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/24706753ff3682714abe6e3468b68379eed9a526&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                        <issuelink>
            <issuekey id="175477">SERVER-16604</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10320">
                    <name>Documented</name>
                                                                <inwardlinks description="is documented by">
                                        <issuelink>
            <issuekey id="178668">DOCS-4664</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="177432">SERVER-16762</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="180015">SERVER-16975</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="179276">SERVER-16916</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10220">
                    <name>Tested</name>
                                            <outwardlinks description="tested by">
                                                        </outwardlinks>
                                                        </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_10011" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Backwards Compatibility</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10012"><![CDATA[Major Change]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 31 Dec 2014 19:11:33 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        9 years, 4 weeks, 4 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>
                            9 years, 4 weeks, 4 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>dan@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>mathias@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|hrlg5j:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>154104</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_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|hrkzf3:</customfieldvalue>

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