<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:02:25 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-23116] Add versioning scheme to the KVCatalog to handle upgrade/downgrade with new 3.4 features</title>
                <link>https://jira.mongodb.org/browse/SERVER-23116</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;The &lt;tt&gt;KVCatalog::FeatureTracker&lt;/tt&gt; manages a document in the &lt;tt&gt;KVCatalog&lt;/tt&gt; of the following form&lt;/p&gt;

&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;{&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;    isFeatureDoc:  true,&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;    ns:            null,&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;    repairable:    0b0000...0000,  // 64 bits&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;    nonRepairable: 0b0000...0000,  // 64 bits&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;}&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;

&lt;p&gt;The &quot;ns&quot; field has a value of &lt;tt&gt;null&lt;/tt&gt; in order to make &lt;a href=&quot;https://github.com/mongodb/mongo/blob/r3.2.6/src/mongo/db/storage/kv/kv_catalog.cpp#L136&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;calls to &lt;tt&gt;obj[&quot;ns&quot;].String()&lt;/tt&gt; in &lt;tt&gt;KVCatalog::init()&lt;/tt&gt;&lt;/a&gt; massert on versions of MongoDB earlier than the fixVersion of &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-23117&quot; title=&quot;Remove path-level multikey information from KVCatalog when downgrading to 3.2&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-23117&quot;&gt;&lt;del&gt;SERVER-23117&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;A version of mongod will fail to start up if an unrecognized feature is marked as in-use on the data files. This allows a breaking change to be made between two major versions of MongoDB and require users to downgrade to a newer version of the older major release in order to be able to downgrade cleanly. The feature document is inserted into the &lt;tt&gt;KVCatalog&lt;/tt&gt; only after the first feature is enabled on the data files, e.g. the feature document will be inserted when a new index is created after upgrading to 3.4 (&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-24095&quot; title=&quot;Set a feature bit in the KVCatalog when tracking path-level multikey info becomes enabled for an index&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-24095&quot;&gt;&lt;del&gt;SERVER-24095&lt;/del&gt;&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;The distinction between the &quot;repairable&quot; and &quot;nonRepairable&quot; feature bits is that special handling (&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-24097&quot; title=&quot;Add special handling for --repair and &amp;quot;repairable&amp;quot; feature bits set in the KVCatalog&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-24097&quot;&gt;&lt;del&gt;SERVER-24097&lt;/del&gt;&lt;/a&gt;) could be done for the &quot;repairable&quot; feature bits when the mongod is started with &lt;tt&gt;&amp;#45;&amp;#45;repair&lt;/tt&gt;, e.g. if the feature only affects indexes and not collection data.&lt;/p&gt;</description>
                <environment></environment>
        <key id="272242">SERVER-23116</key>
            <summary>Add versioning scheme to the KVCatalog to handle upgrade/downgrade with new 3.4 features</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="9">Done</resolution>
                                        <assignee username="max.hirschhorn@mongodb.com">Max Hirschhorn</assignee>
                                    <reporter username="max.hirschhorn@mongodb.com">Max Hirschhorn</reporter>
                        <labels>
                            <label>code-and-test</label>
                    </labels>
                <created>Mon, 14 Mar 2016 14:38:47 +0000</created>
                <updated>Mon, 17 May 2021 18:36:51 +0000</updated>
                            <resolved>Tue, 24 May 2016 13:35:52 +0000</resolved>
                                                    <fixVersion>3.2.7</fixVersion>
                    <fixVersion>3.3.8</fixVersion>
                                    <component>Storage</component>
                                        <votes>0</votes>
                                    <watches>5</watches>
                                                                                                                <comments>
                            <comment id="1277786" author="xgen-internal-githook" created="Fri, 27 May 2016 16:56:24 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;visemet&apos;, u&apos;name&apos;: u&apos;Max Hirschhorn&apos;, u&apos;email&apos;: u&apos;max.hirschhorn@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-23116&quot; title=&quot;Add versioning scheme to the KVCatalog to handle upgrade/downgrade with new 3.4 features&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-23116&quot;&gt;&lt;del&gt;SERVER-23116&lt;/del&gt;&lt;/a&gt; Skip over the feature document when listing all the idents.&lt;/p&gt;

&lt;p&gt;(cherry picked from commit dbbb77673cc252517aa1222fed1981c5a12e89cd)&lt;br/&gt;
Branch: v3.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/54d2b72a8d9a375be82b4e74408eb18dfb8ce2b1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/54d2b72a8d9a375be82b4e74408eb18dfb8ce2b1&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1277785" author="xgen-internal-githook" created="Fri, 27 May 2016 16:56:23 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;milkie&apos;, u&apos;name&apos;: u&apos;Eric Milkie&apos;, u&apos;email&apos;: u&apos;milkie@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-23116&quot; title=&quot;Add versioning scheme to the KVCatalog to handle upgrade/downgrade with new 3.4 features&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-23116&quot;&gt;&lt;del&gt;SERVER-23116&lt;/del&gt;&lt;/a&gt; remove pessimizing moves&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 68d2943e7eebb0c969567f6435f71b39a336a1a2)&lt;br/&gt;
Branch: v3.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/852661e1eda6d4b46686a2f0a0d2cc85a1d0499f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/852661e1eda6d4b46686a2f0a0d2cc85a1d0499f&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1277784" author="xgen-internal-githook" created="Fri, 27 May 2016 16:56:22 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;visemet&apos;, u&apos;name&apos;: u&apos;Max Hirschhorn&apos;, u&apos;email&apos;: u&apos;max.hirschhorn@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-23116&quot; title=&quot;Add versioning scheme to the KVCatalog to handle upgrade/downgrade with new 3.4 features&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-23116&quot;&gt;&lt;del&gt;SERVER-23116&lt;/del&gt;&lt;/a&gt; Add versioning scheme to the KVCatalog.&lt;/p&gt;

&lt;p&gt;The feature document is inserted into the KVCatalog only after the first&lt;br/&gt;
feature is enabled on the data files.&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 77d99b27649d4f81302fde2cb7cd7f4967b9646c)&lt;/p&gt;

&lt;p&gt;This commit differs slightly from&lt;br/&gt;
77d99b27649d4f81302fde2cb7cd7f4967b9646c in order to handle the&lt;br/&gt;
StatusWith&amp;lt;RecordId&amp;gt; returned by RecordStore::updateRecord().&lt;br/&gt;
Branch: v3.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/122c68170adc1dd8bb50a98436a92aacaf7b6e00&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/122c68170adc1dd8bb50a98436a92aacaf7b6e00&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1277783" author="xgen-internal-githook" created="Fri, 27 May 2016 16:56:21 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;visemet&apos;, u&apos;name&apos;: u&apos;Max Hirschhorn&apos;, u&apos;email&apos;: u&apos;max.hirschhorn@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-23116&quot; title=&quot;Add versioning scheme to the KVCatalog to handle upgrade/downgrade with new 3.4 features&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-23116&quot;&gt;&lt;del&gt;SERVER-23116&lt;/del&gt;&lt;/a&gt; Change currentFilesCompatible() to return a Status.&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 07b62ebc131c720b29d3a76dabe950e3935fbcc1)&lt;/p&gt;

&lt;p&gt;Conflicts:&lt;br/&gt;
	src/mongo/base/error_codes.err&lt;br/&gt;
	src/mongo/db/db.cpp&lt;br/&gt;
	src/mongo/db/storage/mmap_v1/mmap_v1_database_catalog_entry.cpp&lt;br/&gt;
Branch: v3.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/55f6baf3247532d0f40337fcbeb04e935c978b5b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/55f6baf3247532d0f40337fcbeb04e935c978b5b&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1273333" author="xgen-internal-githook" created="Tue, 24 May 2016 13:35:38 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;visemet&apos;, u&apos;name&apos;: u&apos;Max Hirschhorn&apos;, u&apos;email&apos;: u&apos;max.hirschhorn@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-23116&quot; title=&quot;Add versioning scheme to the KVCatalog to handle upgrade/downgrade with new 3.4 features&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-23116&quot;&gt;&lt;del&gt;SERVER-23116&lt;/del&gt;&lt;/a&gt; Skip over the feature document when listing all the idents.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/dbbb77673cc252517aa1222fed1981c5a12e89cd&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/dbbb77673cc252517aa1222fed1981c5a12e89cd&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1271044" author="max.hirschhorn@10gen.com" created="Sat, 21 May 2016 19:54:20 +0000"  >&lt;p&gt;Reopening to address a gap found while working on &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-23117&quot; title=&quot;Remove path-level multikey information from KVCatalog when downgrading to 3.2&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-23117&quot;&gt;&lt;del&gt;SERVER-23117&lt;/del&gt;&lt;/a&gt; and &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-24095&quot; title=&quot;Set a feature bit in the KVCatalog when tracking path-level multikey info becomes enabled for an index&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-24095&quot;&gt;&lt;del&gt;SERVER-24095&lt;/del&gt;&lt;/a&gt;. &lt;tt&gt;KVCatalog::getAllIdents()&lt;/tt&gt; needs to skip over the feature document when iterating over the records in the KVCatalog because &lt;a href=&quot;https://github.com/mongodb/mongo/blob/68d2943e7eebb0c969567f6435f71b39a336a1a2/src/mongo/db/storage/kv/kv_catalog.cpp#L613&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;it doesn&apos;t have an &quot;ident&quot; field&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="1266148" author="xgen-internal-githook" created="Tue, 17 May 2016 13:35:37 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;milkie&apos;, u&apos;name&apos;: u&apos;Eric Milkie&apos;, u&apos;email&apos;: u&apos;milkie@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-23116&quot; title=&quot;Add versioning scheme to the KVCatalog to handle upgrade/downgrade with new 3.4 features&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-23116&quot;&gt;&lt;del&gt;SERVER-23116&lt;/del&gt;&lt;/a&gt; remove pessimizing moves&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/68d2943e7eebb0c969567f6435f71b39a336a1a2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/68d2943e7eebb0c969567f6435f71b39a336a1a2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1266118" author="xgen-internal-githook" created="Tue, 17 May 2016 13:08:01 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;visemet&apos;, u&apos;name&apos;: u&apos;Max Hirschhorn&apos;, u&apos;email&apos;: u&apos;max.hirschhorn@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-23116&quot; title=&quot;Add versioning scheme to the KVCatalog to handle upgrade/downgrade with new 3.4 features&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-23116&quot;&gt;&lt;del&gt;SERVER-23116&lt;/del&gt;&lt;/a&gt; Add versioning scheme to the KVCatalog.&lt;/p&gt;

&lt;p&gt;The feature document is inserted into the KVCatalog only after the first&lt;br/&gt;
feature is enabled on the data files.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/77d99b27649d4f81302fde2cb7cd7f4967b9646c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/77d99b27649d4f81302fde2cb7cd7f4967b9646c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1266117" author="xgen-internal-githook" created="Tue, 17 May 2016 13:08:00 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;visemet&apos;, u&apos;name&apos;: u&apos;Max Hirschhorn&apos;, u&apos;email&apos;: u&apos;max.hirschhorn@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-23116&quot; title=&quot;Add versioning scheme to the KVCatalog to handle upgrade/downgrade with new 3.4 features&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-23116&quot;&gt;&lt;del&gt;SERVER-23116&lt;/del&gt;&lt;/a&gt; Change currentFilesCompatible() to return a Status.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/07b62ebc131c720b29d3a76dabe950e3935fbcc1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/07b62ebc131c720b29d3a76dabe950e3935fbcc1&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                        <issuelink>
            <issuekey id="285348">SERVER-24097</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="272243">SERVER-23117</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="285346">SERVER-24095</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="290245">SERVER-24313</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="280123">SERVER-23761</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1714873">SERVER-56929</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                                        </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_12451" key="com.atlassian.jira.plugin.system.customfieldtypes:multiversion">
                        <customfieldname>Backport Completed</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="16890">3.2.7</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>Tue, 17 May 2016 13:08:00 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        7 years, 37 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_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>PM-270</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>benety.goh@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            7 years, 37 weeks, 5 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>max.hirschhorn@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrkdqf:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hrd667:</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="973">Query 13 (04/22/16)</customfieldvalue>
    <customfieldvalue id="1040">Query 14 (05/13/16)</customfieldvalue>
    <customfieldvalue id="1084">Query 15 (06/03/16)</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_11861" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>User Summary</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="11856"><![CDATA[Not Needed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hsf5iv:</customfieldvalue>

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