<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:13:02 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>[DOCS-15477] [SERVER] During the upgrade path from 4.0 to 4.2, warn about legacy collMod options crashing secondary during rolling upgrade</title>
                <link>https://jira.mongodb.org/browse/DOCS-15477</link>
                <project id="10380" key="DOCS">Documentation</project>
                    <description>&lt;p&gt;As identified in &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-67924&quot; title=&quot;4.2 secondary crashes on fassert when replicating a deprecated collMod command option originating from a 4.0 primary&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-67924&quot;&gt;&lt;del&gt;SERVER-67924&lt;/del&gt;&lt;/a&gt;, applications that use the 4.0 accepted command&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;db.getSiblingDB(&quot;test&quot;).runCommand({ collMod: &quot;test_col&quot;, usePowerOf2Sizes: &amp;lt;boolean&amp;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;or&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;db.getSiblingDB(&quot;test&quot;).runCommand({ collMod: &quot;test_col&quot;, noPadding: &amp;lt;boolean&amp;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;   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;will crash any 4.2 secondaries that attempt to replicate this command.&lt;/p&gt;

&lt;p&gt;This can lead to an undesirable upgrade experience that can cause 4.2 secondary nodes to suddenly crash while following the upgrade procedure.&lt;/p&gt;

&lt;p&gt;We should recommend that users remove all instances of collMod that uses legacy options in their application.&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;&lt;a href=&quot;https://www.mongodb.com/docs/manual/release-notes/4.2-upgrade-replica-set/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://www.mongodb.com/docs/manual/release-notes/4.2-upgrade-replica-set/&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://www.mongodb.com/docs/manual/tutorial/change-replica-set-wiredtiger/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://www.mongodb.com/docs/manual/tutorial/change-replica-set-wiredtiger/&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;Note that we already document these options as deprecated in our existing &lt;a href=&quot;https://www.mongodb.com/docs/manual/reference/command/collMod/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;collMod&lt;/a&gt; documentation:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;MongoDB removes the MMAPv1 storage engine and the MMAPv1 specific options noPadding and usePowerOf2Sizes for collMod.&lt;/p&gt;&lt;/blockquote&gt;</description>
                <environment></environment>
        <key id="2088714">DOCS-15477</key>
            <summary>[SERVER] During the upgrade path from 4.0 to 4.2, warn about legacy collMod options crashing secondary during rolling upgrade</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="jason.price@mongodb.com">Jason Price</assignee>
                                    <reporter username="edwin.zhou@mongodb.com">Edwin Zhou</reporter>
                        <labels>
                    </labels>
                <created>Tue, 12 Jul 2022 17:33:14 +0000</created>
                <updated>Mon, 13 Nov 2023 17:39:35 +0000</updated>
                            <resolved>Mon, 15 Aug 2022 22:16:44 +0000</resolved>
                                    <version>4.0.0</version>
                    <version>4.2.0</version>
                    <version>5.0.0</version>
                    <version>6.0.0</version>
                                    <fixVersion>4.2.0</fixVersion>
                    <fixVersion>4.4.0</fixVersion>
                    <fixVersion>5.0.0</fixVersion>
                    <fixVersion>6.0.0</fixVersion>
                    <fixVersion>Server_Docs_20231030</fixVersion>
                    <fixVersion>Server_Docs_20231106</fixVersion>
                    <fixVersion>Server_Docs_20231105</fixVersion>
                    <fixVersion>Server_Docs_20231113</fixVersion>
                                    <component>manual</component>
                    <component>Server</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="4752108" author="xgen-internal-githook" created="Mon, 15 Aug 2022 22:15:25 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;jason-price-mongodb&apos;, &apos;email&apos;: &apos;69260375+jason-price-mongodb@users.noreply.github.com&apos;, &apos;username&apos;: &apos;jason-price-mongodb&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15477&quot; title=&quot;[SERVER] During the upgrade path from 4.0 to 4.2, warn about legacy collMod options crashing secondary during rolling upgrade&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15477&quot;&gt;&lt;del&gt;DOCS-15477&lt;/del&gt;&lt;/a&gt;-small-collMod-adjustment (#1645)&lt;/p&gt;

&lt;p&gt;Co-authored-by: jason-price-mongodb &amp;lt;jshfjghsdfgjsdjh@aolsdjfhkjsdhfkjsdf.com&amp;gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/10gen/docs-mongodb-internal/commit/b9674b37a1e68699686a5a839992ccee4c95e7f6&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/10gen/docs-mongodb-internal/commit/b9674b37a1e68699686a5a839992ccee4c95e7f6&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4752055" author="xgen-internal-githook" created="Mon, 15 Aug 2022 21:45:19 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;jason-price-mongodb&apos;, &apos;email&apos;: &apos;69260375+jason-price-mongodb@users.noreply.github.com&apos;, &apos;username&apos;: &apos;jason-price-mongodb&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15477&quot; title=&quot;[SERVER] During the upgrade path from 4.0 to 4.2, warn about legacy collMod options crashing secondary during rolling upgrade&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15477&quot;&gt;&lt;del&gt;DOCS-15477&lt;/del&gt;&lt;/a&gt; coll mod rolling upgrade (BACKPORT) (#1643)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;DOCSP-24185 repl set get status uptime&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;DOCSP-24185 repl set get status uptime&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15477&quot; title=&quot;[SERVER] During the upgrade path from 4.0 to 4.2, warn about legacy collMod options crashing secondary during rolling upgrade&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15477&quot;&gt;&lt;del&gt;DOCS-15477&lt;/del&gt;&lt;/a&gt; coll mod rolling upgrade (#1576)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15477&quot; title=&quot;[SERVER] During the upgrade path from 4.0 to 4.2, warn about legacy collMod options crashing secondary during rolling upgrade&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15477&quot;&gt;&lt;del&gt;DOCS-15477&lt;/del&gt;&lt;/a&gt;-collMod-rolling-upgrade&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15477&quot; title=&quot;[SERVER] During the upgrade path from 4.0 to 4.2, warn about legacy collMod options crashing secondary during rolling upgrade&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15477&quot;&gt;&lt;del&gt;DOCS-15477&lt;/del&gt;&lt;/a&gt;-collMod-rolling-upgrade&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15477&quot; title=&quot;[SERVER] During the upgrade path from 4.0 to 4.2, warn about legacy collMod options crashing secondary during rolling upgrade&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15477&quot;&gt;&lt;del&gt;DOCS-15477&lt;/del&gt;&lt;/a&gt;-collMod-rolling-upgrade&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15477&quot; title=&quot;[SERVER] During the upgrade path from 4.0 to 4.2, warn about legacy collMod options crashing secondary during rolling upgrade&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15477&quot;&gt;&lt;del&gt;DOCS-15477&lt;/del&gt;&lt;/a&gt;-collMod-rolling-upgrade&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15477&quot; title=&quot;[SERVER] During the upgrade path from 4.0 to 4.2, warn about legacy collMod options crashing secondary during rolling upgrade&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15477&quot;&gt;&lt;del&gt;DOCS-15477&lt;/del&gt;&lt;/a&gt;-collMod-rolling-upgrade&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15477&quot; title=&quot;[SERVER] During the upgrade path from 4.0 to 4.2, warn about legacy collMod options crashing secondary during rolling upgrade&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15477&quot;&gt;&lt;del&gt;DOCS-15477&lt;/del&gt;&lt;/a&gt;-collMod-rolling-upgrade&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15477&quot; title=&quot;[SERVER] During the upgrade path from 4.0 to 4.2, warn about legacy collMod options crashing secondary during rolling upgrade&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15477&quot;&gt;&lt;del&gt;DOCS-15477&lt;/del&gt;&lt;/a&gt;-collMod-rolling-upgrade&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Co-authored-by: jason-price-mongodb &amp;lt;jshfjghsdfgjsdjh@aolsdjfhkjsdhfkjsdf.com&amp;gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15477&quot; title=&quot;[SERVER] During the upgrade path from 4.0 to 4.2, warn about legacy collMod options crashing secondary during rolling upgrade&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15477&quot;&gt;&lt;del&gt;DOCS-15477&lt;/del&gt;&lt;/a&gt; coll mod rolling upgrade&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Co-authored-by: jason-price-mongodb &amp;lt;jshfjghsdfgjsdjh@aolsdjfhkjsdhfkjsdf.com&amp;gt;&lt;br/&gt;
Branch: v4.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/10gen/docs-mongodb-internal/commit/c8d59ef2d2f9e451125e814eef2f9984a1695866&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/10gen/docs-mongodb-internal/commit/c8d59ef2d2f9e451125e814eef2f9984a1695866&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4751580" author="xgen-internal-githook" created="Mon, 15 Aug 2022 20:05:44 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;jason-price-mongodb&apos;, &apos;email&apos;: &apos;69260375+jason-price-mongodb@users.noreply.github.com&apos;, &apos;username&apos;: &apos;jason-price-mongodb&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15477&quot; title=&quot;[SERVER] During the upgrade path from 4.0 to 4.2, warn about legacy collMod options crashing secondary during rolling upgrade&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15477&quot;&gt;&lt;del&gt;DOCS-15477&lt;/del&gt;&lt;/a&gt; coll mod rolling upgrade (BACKPORT) (#1642)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15477&quot; title=&quot;[SERVER] During the upgrade path from 4.0 to 4.2, warn about legacy collMod options crashing secondary during rolling upgrade&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15477&quot;&gt;&lt;del&gt;DOCS-15477&lt;/del&gt;&lt;/a&gt; coll mod rolling upgrade (#1576)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15477&quot; title=&quot;[SERVER] During the upgrade path from 4.0 to 4.2, warn about legacy collMod options crashing secondary during rolling upgrade&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15477&quot;&gt;&lt;del&gt;DOCS-15477&lt;/del&gt;&lt;/a&gt;-collMod-rolling-upgrade&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15477&quot; title=&quot;[SERVER] During the upgrade path from 4.0 to 4.2, warn about legacy collMod options crashing secondary during rolling upgrade&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15477&quot;&gt;&lt;del&gt;DOCS-15477&lt;/del&gt;&lt;/a&gt;-collMod-rolling-upgrade&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15477&quot; title=&quot;[SERVER] During the upgrade path from 4.0 to 4.2, warn about legacy collMod options crashing secondary during rolling upgrade&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15477&quot;&gt;&lt;del&gt;DOCS-15477&lt;/del&gt;&lt;/a&gt;-collMod-rolling-upgrade&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15477&quot; title=&quot;[SERVER] During the upgrade path from 4.0 to 4.2, warn about legacy collMod options crashing secondary during rolling upgrade&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15477&quot;&gt;&lt;del&gt;DOCS-15477&lt;/del&gt;&lt;/a&gt;-collMod-rolling-upgrade&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15477&quot; title=&quot;[SERVER] During the upgrade path from 4.0 to 4.2, warn about legacy collMod options crashing secondary during rolling upgrade&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15477&quot;&gt;&lt;del&gt;DOCS-15477&lt;/del&gt;&lt;/a&gt;-collMod-rolling-upgrade&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15477&quot; title=&quot;[SERVER] During the upgrade path from 4.0 to 4.2, warn about legacy collMod options crashing secondary during rolling upgrade&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15477&quot;&gt;&lt;del&gt;DOCS-15477&lt;/del&gt;&lt;/a&gt;-collMod-rolling-upgrade&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15477&quot; title=&quot;[SERVER] During the upgrade path from 4.0 to 4.2, warn about legacy collMod options crashing secondary during rolling upgrade&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15477&quot;&gt;&lt;del&gt;DOCS-15477&lt;/del&gt;&lt;/a&gt;-collMod-rolling-upgrade&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Co-authored-by: jason-price-mongodb &amp;lt;jshfjghsdfgjsdjh@aolsdjfhkjsdhfkjsdf.com&amp;gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15477&quot; title=&quot;[SERVER] During the upgrade path from 4.0 to 4.2, warn about legacy collMod options crashing secondary during rolling upgrade&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15477&quot;&gt;&lt;del&gt;DOCS-15477&lt;/del&gt;&lt;/a&gt; coll mod rolling upgrade&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15477&quot; title=&quot;[SERVER] During the upgrade path from 4.0 to 4.2, warn about legacy collMod options crashing secondary during rolling upgrade&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15477&quot;&gt;&lt;del&gt;DOCS-15477&lt;/del&gt;&lt;/a&gt; coll mod rolling upgrade&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15477&quot; title=&quot;[SERVER] During the upgrade path from 4.0 to 4.2, warn about legacy collMod options crashing secondary during rolling upgrade&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15477&quot;&gt;&lt;del&gt;DOCS-15477&lt;/del&gt;&lt;/a&gt; coll mod rolling upgrade&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Co-authored-by: jason-price-mongodb &amp;lt;jshfjghsdfgjsdjh@aolsdjfhkjsdhfkjsdf.com&amp;gt;&lt;br/&gt;
Branch: v5.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/10gen/docs-mongodb-internal/commit/fbb52a56a647c189800e89a8d6fcdd726308bd04&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/10gen/docs-mongodb-internal/commit/fbb52a56a647c189800e89a8d6fcdd726308bd04&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 4 Aug 2022 17:36:24 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        1 year, 25 weeks, 2 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>DOCSP-11702</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_14873" key="com.atlassian.jira.plugin.system.customfieldtypes:multiuserpicker">
                        <customfieldname>External Reviewer</customfieldname>
                        <customfieldvalues>
                                    <customfieldvalue><![CDATA[edwin.zhou@mongodb.com]]></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>emet.ozar@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            1 year, 25 weeks, 2 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>edwin.zhou@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>jason.price@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i121jz:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|i0kveg:</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_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="6128">ServerDocs2022: Jun14 - Jun28</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10555" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3.0</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_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i11npb:</customfieldvalue>

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