<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 06:38:12 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-78384] mongos should allow --port 0</title>
                <link>https://jira.mongodb.org/browse/SERVER-78384</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;&lt;tt&gt;mongos&lt;/tt&gt;, unlike &lt;tt&gt;mongod&lt;/tt&gt;, does not allow listening on an arbitrary OS-assigned port by specifying &lt;tt&gt;--port 0&lt;/tt&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/commit/12646d15a2b22f3ec5e35d7db322818571a0518a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;In ancient times (2010)&lt;/a&gt;, validation for &lt;tt&gt;--port&lt;/tt&gt; was added to the server. &lt;/p&gt;

&lt;p&gt;Then, &lt;a href=&quot;https://github.com/mongodb/mongo/commit/6fc951d492881a32754bc3e38e8b5eca78929197&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;in slightly less ancient times (2013)&lt;/a&gt;, this validation was split into separate validation code for mongod and mongos.&lt;/p&gt;

&lt;p&gt;And then, &lt;a href=&quot;https://github.com/mongodb/mongo/commit/f8cb28f58485f89758a3cdca27186aa762313088&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;in not-even-all-that-long-ago times (2017)&lt;/a&gt;, the validation for mongod was updated to allow port 0, but no such update was done for the corresponding mongos argument validation.&lt;/p&gt;

&lt;p&gt;We should apply that update there as well.&lt;/p&gt;</description>
                <environment></environment>
        <key id="2375733">SERVER-78384</key>
            <summary>mongos should allow --port 0</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.mongodb.org/images/icons/priorities/minor.svg">Minor - P4</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="13201">Fixed</resolution>
                                        <assignee username="amirsaman.memaripour@mongodb.com">Amirsaman Memaripour</assignee>
                                    <reporter username="anna.henningsen@mongodb.com">Anna Henningsen</reporter>
                        <labels>
                    </labels>
                <created>Fri, 23 Jun 2023 14:37:20 +0000</created>
                <updated>Mon, 6 Nov 2023 04:14:47 +0000</updated>
                            <resolved>Fri, 30 Jun 2023 15:55:46 +0000</resolved>
                                                    <fixVersion>7.1.0-rc0</fixVersion>
                    <fixVersion>5.0.22</fixVersion>
                    <fixVersion>7.0.3</fixVersion>
                    <fixVersion>4.4.26</fixVersion>
                    <fixVersion>6.0.12</fixVersion>
                                                        <votes>0</votes>
                                    <watches>7</watches>
                                                                                                                <comments>
                            <comment id="5855749" author="xgen-internal-githook" created="Mon, 6 Nov 2023 04:14:47 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Saman Memaripour&apos;, &apos;email&apos;: &apos;amirsaman.memaripour@mongodb.com&apos;, &apos;username&apos;: &apos;samanca&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-78384&quot; title=&quot;mongos should allow --port 0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-78384&quot;&gt;&lt;del&gt;SERVER-78384&lt;/del&gt;&lt;/a&gt; Refactor validation logic for `net.port`&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 7e059e2b54cbab335d4d5d3d7b66ced74c4424f5)&lt;/p&gt;

&lt;p&gt;GitOrigin-RevId: 1336e91500cf661a4a63a7c388bd7f38e75658ad&lt;br/&gt;
Branch: v4.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/fc98983f4054cb1258ca4d2708b4fc3d8e20cc52&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/fc98983f4054cb1258ca4d2708b4fc3d8e20cc52&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5855624" author="xgen-internal-githook" created="Sun, 5 Nov 2023 23:48:05 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Saman Memaripour&apos;, &apos;email&apos;: &apos;amirsaman.memaripour@mongodb.com&apos;, &apos;username&apos;: &apos;samanca&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-78384&quot; title=&quot;mongos should allow --port 0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-78384&quot;&gt;&lt;del&gt;SERVER-78384&lt;/del&gt;&lt;/a&gt; Refactor validation logic for `net.port`&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 7e059e2b54cbab335d4d5d3d7b66ced74c4424f5)&lt;/p&gt;

&lt;p&gt;GitOrigin-RevId: f4b6a1339727ca3aee6fc7cbe33fbbb74167d9c5&lt;br/&gt;
Branch: v4.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/1336e91500cf661a4a63a7c388bd7f38e75658ad&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/1336e91500cf661a4a63a7c388bd7f38e75658ad&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5854772" author="xgen-internal-githook" created="Sun, 5 Nov 2023 04:20:36 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Saman Memaripour&apos;, &apos;email&apos;: &apos;amirsaman.memaripour@mongodb.com&apos;, &apos;username&apos;: &apos;samanca&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-78384&quot; title=&quot;mongos should allow --port 0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-78384&quot;&gt;&lt;del&gt;SERVER-78384&lt;/del&gt;&lt;/a&gt; Refactor validation logic for `net.port`&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 7e059e2b54cbab335d4d5d3d7b66ced74c4424f5)&lt;/p&gt;

&lt;p&gt;GitOrigin-RevId: 239b9638dba2209e18c8ea91e3567f190b3781cc&lt;br/&gt;
Branch: v4.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/f4b6a1339727ca3aee6fc7cbe33fbbb74167d9c5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/f4b6a1339727ca3aee6fc7cbe33fbbb74167d9c5&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5853995" author="xgen-internal-githook" created="Sat, 4 Nov 2023 04:25:52 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Saman Memaripour&apos;, &apos;email&apos;: &apos;amirsaman.memaripour@mongodb.com&apos;, &apos;username&apos;: &apos;samanca&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-78384&quot; title=&quot;mongos should allow --port 0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-78384&quot;&gt;&lt;del&gt;SERVER-78384&lt;/del&gt;&lt;/a&gt; Refactor validation logic for `net.port`&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 7e059e2b54cbab335d4d5d3d7b66ced74c4424f5)&lt;/p&gt;

&lt;p&gt;GitOrigin-RevId: 38713499c32d4d937b5085183824491e83223c82&lt;br/&gt;
Branch: v4.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/239b9638dba2209e18c8ea91e3567f190b3781cc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/239b9638dba2209e18c8ea91e3567f190b3781cc&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5778118" author="xgen-internal-githook" created="Sat, 14 Oct 2023 00:06:18 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Saman Memaripour&apos;, &apos;email&apos;: &apos;amirsaman.memaripour@mongodb.com&apos;, &apos;username&apos;: &apos;samanca&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-78384&quot; title=&quot;mongos should allow --port 0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-78384&quot;&gt;&lt;del&gt;SERVER-78384&lt;/del&gt;&lt;/a&gt; Refactor validation logic for `net.port`&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 7e059e2b54cbab335d4d5d3d7b66ced74c4424f5)&lt;/p&gt;

&lt;p&gt;GitOrigin-RevId: c01215d47aa8566f0da914203659d57c17d4212f&lt;br/&gt;
Branch: v4.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/38713499c32d4d937b5085183824491e83223c82&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/38713499c32d4d937b5085183824491e83223c82&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5777573" author="xgen-internal-githook" created="Fri, 13 Oct 2023 18:53:57 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Saman Memaripour&apos;, &apos;email&apos;: &apos;amirsaman.memaripour@mongodb.com&apos;, &apos;username&apos;: &apos;samanca&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-78384&quot; title=&quot;mongos should allow --port 0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-78384&quot;&gt;&lt;del&gt;SERVER-78384&lt;/del&gt;&lt;/a&gt; Refactor validation logic for `net.port`&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 7e059e2b54cbab335d4d5d3d7b66ced74c4424f5)&lt;br/&gt;
Branch: v6.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/9b35daae3f5fd3a32aa9d22c6ce65724f681cf3c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/9b35daae3f5fd3a32aa9d22c6ce65724f681cf3c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5777556" author="xgen-internal-githook" created="Fri, 13 Oct 2023 18:46:46 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Saman Memaripour&apos;, &apos;email&apos;: &apos;amirsaman.memaripour@mongodb.com&apos;, &apos;username&apos;: &apos;samanca&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-78384&quot; title=&quot;mongos should allow --port 0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-78384&quot;&gt;&lt;del&gt;SERVER-78384&lt;/del&gt;&lt;/a&gt; Refactor validation logic for `net.port`&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 7e059e2b54cbab335d4d5d3d7b66ced74c4424f5)&lt;br/&gt;
Branch: v5.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/d1040316ed5483fc21ab5f766496a3a4ae1b802e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/d1040316ed5483fc21ab5f766496a3a4ae1b802e&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5768812" author="xgen-internal-githook" created="Tue, 10 Oct 2023 19:35:58 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Saman Memaripour&apos;, &apos;email&apos;: &apos;amirsaman.memaripour@mongodb.com&apos;, &apos;username&apos;: &apos;samanca&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-78384&quot; title=&quot;mongos should allow --port 0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-78384&quot;&gt;&lt;del&gt;SERVER-78384&lt;/del&gt;&lt;/a&gt; Refactor validation logic for `net.port`&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 7e059e2b54cbab335d4d5d3d7b66ced74c4424f5)&lt;br/&gt;
Branch: v7.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/2be3147ca448e6ad50930eec9c9100bb0b770d48&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/2be3147ca448e6ad50930eec9c9100bb0b770d48&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5539515" author="xgen-internal-githook" created="Mon, 3 Jul 2023 00:06:02 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Saman Memaripour&apos;, &apos;email&apos;: &apos;amirsaman.memaripour@mongodb.com&apos;, &apos;username&apos;: &apos;samanca&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-78384&quot; title=&quot;mongos should allow --port 0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-78384&quot;&gt;&lt;del&gt;SERVER-78384&lt;/del&gt;&lt;/a&gt; Refactor validation logic for `net.port`&lt;br/&gt;
Branch: EVG-17874-taskgen-test&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/7e059e2b54cbab335d4d5d3d7b66ced74c4424f5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/7e059e2b54cbab335d4d5d3d7b66ced74c4424f5&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5532431" author="xgen-internal-githook" created="Wed, 28 Jun 2023 21:00:46 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Saman Memaripour&apos;, &apos;email&apos;: &apos;amirsaman.memaripour@mongodb.com&apos;, &apos;username&apos;: &apos;samanca&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-78384&quot; title=&quot;mongos should allow --port 0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-78384&quot;&gt;&lt;del&gt;SERVER-78384&lt;/del&gt;&lt;/a&gt; Refactor validation logic for `net.port`&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/7e059e2b54cbab335d4d5d3d7b66ced74c4424f5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/7e059e2b54cbab335d4d5d3d7b66ced74c4424f5&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5531369" author="JIRAUSER1272372" created="Wed, 28 Jun 2023 16:00:09 +0000"  >&lt;p&gt;How possible would it be to allow mongod &amp;amp; mongos to accept a pre-created socket, e.g. `--port=fd5`? That&#8217;d look like:&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;Create the socket, with its cloexec flag off.&lt;/li&gt;
	&lt;li&gt;Bind it to port 0.&lt;/li&gt;
	&lt;li&gt;Grab the bound port via getsockname().&lt;/li&gt;
	&lt;li&gt;exec(mongod, ... &quot;--port=fd&quot; . fileno(socket))&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;&#8230; then mongod/mongos would just take that fd rather than creating/binding their own.&lt;/p&gt;

&lt;p&gt;That&#8217;s a much cleaner way of achieving the same result that I, at least, am looking for.&lt;/p&gt;</comment>
                            <comment id="5531354" author="milkie" created="Wed, 28 Jun 2023 15:54:33 +0000"  >&lt;p&gt;That last commit from 2017 that started to allow port 0 almost seems like a mistake, since the rest of the changes are only tangentially related and no mention of the new behavior was made in either the Jira ticket or the commit description.&lt;/p&gt;</comment>
                            <comment id="5531337" author="JIRAUSER1272372" created="Wed, 28 Jun 2023 15:49:18 +0000"  >&lt;p&gt;(Really, the &lt;em&gt;best&lt;/em&gt; for testing would be if mongod &amp;amp; mongos could accept a socket on a file descriptor, but fishing the port out of the log works for now.)&lt;/p&gt;</comment>
                            <comment id="5531333" author="JIRAUSER1272372" created="Wed, 28 Jun 2023 15:47:53 +0000"  >&lt;p&gt;While working on REP-2831 I ran across this problem independently of this ticket.&lt;/p&gt;

&lt;p&gt;`--port 0` is useful for reliably starting a mongos without needing to pre-allocate a port. It&#8217;s possible, of course, to pre-bind to port 0, read that socket&#8217;s actual port, close the socket, then reuse the port, but that&#8217;s not race-safe.&lt;/p&gt;</comment>
                            <comment id="5526168" author="JIRAUSER1268551" created="Mon, 26 Jun 2023 21:21:16 +0000"  >&lt;p&gt;Moving to service arch since this is C++ startup params.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10420">
                    <name>Backports</name>
                                            <outwardlinks description="backported by">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                                        </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10320">
                    <name>Documented</name>
                                                                <inwardlinks description="is documented by">
                                        <issuelink>
            <issuekey id="2381523">DOCS-16233</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="2379633">SERVER-78520</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>15.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_12751" key="com.atlassian.jira.plugin.system.customfieldtypes:multiselect">
                        <customfieldname>Assigned Teams</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="25132"><![CDATA[Service Arch]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12450" key="com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes">
                        <customfieldname>Backport Requested</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="25578"><![CDATA[v7.0]]></customfieldvalue>
    <customfieldvalue key="23470"><![CDATA[v6.0]]></customfieldvalue>
    <customfieldvalue key="21777"><![CDATA[v5.0]]></customfieldvalue>
    <customfieldvalue key="18953"><![CDATA[v4.4]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10011" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Backwards Compatibility</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10038"><![CDATA[Fully Compatible]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 26 Jun 2023 21:21:16 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        13 weeks, 3 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_17052" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Downstream Changes Summary</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Consolidates the verification logic for the listening port (i.e. {{net.port}}), so that it accepts values in the following range for {{mongod}}, {{mongos}}, and {{mongoq}}: [0, 65535]</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_17050" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Downstream Team Attention</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="16942"><![CDATA[Needed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>xgen-internal-githook</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            13 weeks, 3 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10032" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Operating System</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10026"><![CDATA[ALL]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>alex.neben@mongodb.com</customfieldvalue>
            <customfieldvalue>amirsaman.memaripour@mongodb.com</customfieldvalue>
            <customfieldvalue>anna.henningsen@mongodb.com</customfieldvalue>
            <customfieldvalue>milkie@mongodb.com</customfieldvalue>
            <customfieldvalue>felipe.gasper@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i2f5n3:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_23361" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Requested By</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_22250" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Special Downgrade Instructions Required</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="23343"><![CDATA[Not Needed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="7353">Service Arch 2023-07-10</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10750" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Steps To Reproduce</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>&lt;p&gt;&lt;tt&gt;mongos --port 0&lt;/tt&gt;&lt;/p&gt;</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_17051" key="com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes">
                        <customfieldname>Teams Impacted</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="16943"><![CDATA[Cloud]]></customfieldvalue>
    <customfieldvalue key="16944"><![CDATA[Docs]]></customfieldvalue>
    <customfieldvalue key="16946"><![CDATA[Triage and Release]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_22870" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Triagers</customfieldname>
                        <customfieldvalues>
                                

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

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