<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 05:09:50 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-45838] Rename/restructure mongo_process_interface classes/files</title>
                <link>https://jira.mongodb.org/browse/SERVER-45838</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Two problems:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;The filenames are inconsistent in their naming conventions and it&apos;s hard to remember and navigate. For example, there&apos;s &lt;a href=&quot;https://github.com/mongodb/mongo/blob/7442016d9fd45928370084da1899bc63240a3486/src/mongo/db/pipeline/process_interface_shardsvr.h&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;process_interface_shardsvr.h&lt;/a&gt; but also &lt;a href=&quot;https://github.com/mongodb/mongo/blob/master/src/mongo/db/pipeline/mongos_process_interface.h&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;mongos_process_interface.h&lt;/a&gt;.&lt;/li&gt;
	&lt;li&gt;The class hierarchy is unintuitive. Namely, &lt;a href=&quot;https://github.com/mongodb/mongo/blob/7442016d9fd45928370084da1899bc63240a3486/src/mongo/db/pipeline/process_interface_shardsvr.h#L41&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;MongoInterfaceShardServer inherits from MongoInterfaceStandalone&lt;/a&gt;. I would recommend instead having both of these inherit from a sort of MongodInterface base which has the common functionality between the two.&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment></environment>
        <key id="1120007">SERVER-45838</key>
            <summary>Rename/restructure mongo_process_interface classes/files</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="13201">Fixed</resolution>
                                        <assignee username="charlie.swanson@mongodb.com">Charlie Swanson</assignee>
                                    <reporter username="charlie.swanson@mongodb.com">Charlie Swanson</reporter>
                        <labels>
                            <label>qopt-team</label>
                    </labels>
                <created>Wed, 29 Jan 2020 14:50:24 +0000</created>
                <updated>Sun, 29 Oct 2023 22:12:46 +0000</updated>
                            <resolved>Wed, 5 Feb 2020 21:22:22 +0000</resolved>
                                                    <fixVersion>4.3.4</fixVersion>
                                    <component>Aggregation Framework</component>
                    <component>Internal Code</component>
                                        <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="2785971" author="xgen-internal-githook" created="Wed, 5 Feb 2020 22:05:08 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Mark Benvenuto&apos;, &apos;username&apos;: &apos;markbenvenuto&apos;, &apos;email&apos;: &apos;mark.benvenuto@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-45838&quot; title=&quot;Rename/restructure mongo_process_interface classes/files&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-45838&quot;&gt;&lt;del&gt;SERVER-45838&lt;/del&gt;&lt;/a&gt; Fix lint&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/c4321a36a9fe94cd9cd26af681b938db3d175352&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/c4321a36a9fe94cd9cd26af681b938db3d175352&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2785809" author="xgen-internal-githook" created="Wed, 5 Feb 2020 21:21:53 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;cswanson310&apos;, &apos;name&apos;: &apos;Charlie Swanson&apos;, &apos;email&apos;: &apos;charlie.swanson@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-45838&quot; title=&quot;Rename/restructure mongo_process_interface classes/files&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-45838&quot;&gt;&lt;del&gt;SERVER-45838&lt;/del&gt;&lt;/a&gt; Rename/restructure mongo_process_interface classes and files&lt;/p&gt;

&lt;p&gt; create mode 100644 src/mongo/db/pipeline/process_interface/SConscript&lt;br/&gt;
 rename src/mongo/db/pipeline/&lt;/p&gt;
{process_interface_standalone.cpp =&amp;gt; process_interface/common_mongod_process_interface.cpp}
&lt;p&gt; (72%)&lt;br/&gt;
 rename src/mongo/db/pipeline/&lt;/p&gt;
{process_interface_standalone.h =&amp;gt; process_interface/common_mongod_process_interface.h}
&lt;p&gt; (69%)&lt;br/&gt;
 rename src/mongo/db/pipeline/&lt;/p&gt;
{mongo_process_common.cpp =&amp;gt; process_interface/common_process_interface.cpp}
&lt;p&gt; (91%)&lt;br/&gt;
 rename src/mongo/db/pipeline/&lt;/p&gt;
{mongo_process_common.h =&amp;gt; process_interface/common_process_interface.h}
&lt;p&gt; (91%)&lt;br/&gt;
 rename src/mongo/db/pipeline/&lt;/p&gt;
{ =&amp;gt; process_interface}/mongo_process_interface.cpp (96%)&lt;br/&gt;
 rename src/mongo/db/pipeline/{ =&amp;gt; process_interface}
&lt;p&gt;/mongo_process_interface.h (100%)&lt;br/&gt;
 rename src/mongo/db/pipeline/&lt;/p&gt;
{process_interface_factory_mongod.cpp =&amp;gt; process_interface/mongod_process_interface_factory.cpp}
&lt;p&gt; (84%)&lt;br/&gt;
 rename src/mongo/db/pipeline/&lt;/p&gt;
{ =&amp;gt; process_interface}/mongos_process_interface.cpp (93%)&lt;br/&gt;
 rename src/mongo/db/pipeline/{ =&amp;gt; process_interface}
&lt;p&gt;/mongos_process_interface.h (97%)&lt;br/&gt;
 rename src/mongo/db/pipeline/&lt;/p&gt;
{ =&amp;gt; process_interface}/mongos_process_interface_test.cpp (84%)&lt;br/&gt;
 create mode 100644 src/mongo/db/pipeline/process_interface/non_shardsvr_process_interface.cpp&lt;br/&gt;
 create mode 100644 src/mongo/db/pipeline/process_interface/non_shardsvr_process_interface.h&lt;br/&gt;
 rename src/mongo/db/pipeline/{process_interface_shardsvr.cpp =&amp;gt; process_interface/shardsvr_process_interface.cpp} (88%)&lt;br/&gt;
 rename src/mongo/db/pipeline/{process_interface_shardsvr.h =&amp;gt; process_interface/shardsvr_process_interface.h} (95%)&lt;br/&gt;
 rename src/mongo/db/pipeline/{process_interface_standalone_test.cpp =&amp;gt; process_interface/shardsvr_process_interface_test.cpp} (95%)&lt;br/&gt;
 rename src/mongo/db/pipeline/{stub_mongo_process_interface_lookup_single_document.cpp =&amp;gt; process_interface/stub_lookup_single_document_process_interface.cpp} (89%)&lt;br/&gt;
 rename src/mongo/db/pipeline/{stub_mongo_process_interface_lookup_single_document.h =&amp;gt; process_interface/stub_lookup_single_document_process_interface.h} (93%)&lt;br/&gt;
 rename src/mongo/db/pipeline/{ =&amp;gt; process_interface}
&lt;p&gt;/stub_mongo_process_interface.h (99%)&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/8d6496fe97e9b8f5c709778cd975071ad0a69e1c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/8d6496fe97e9b8f5c709778cd975071ad0a69e1c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2785807" author="xgen-internal-githook" created="Wed, 5 Feb 2020 21:21:46 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;cswanson310&apos;, &apos;name&apos;: &apos;Charlie Swanson&apos;, &apos;email&apos;: &apos;charlie.swanson@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-45838&quot; title=&quot;Rename/restructure mongo_process_interface classes/files&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-45838&quot;&gt;&lt;del&gt;SERVER-45838&lt;/del&gt;&lt;/a&gt; Enterprise changes for process interface refactors&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/10gen/mongo-enterprise-modules/commit/5f0cf694cb2a2dbedabbfd6bbceb8c08755769da&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/10gen/mongo-enterprise-modules/commit/5f0cf694cb2a2dbedabbfd6bbceb8c08755769da&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                        <issuelink>
            <issuekey id="1088712">SERVER-45538</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1129614">SERVER-45963</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="1041866">SERVER-45022</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3.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_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>Wed, 5 Feb 2020 21:21:46 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        4 years, 1 week 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_17050" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Downstream Team Attention</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="16941"><![CDATA[Not Needed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>PM-1157</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>luke.bonanomi@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            4 years, 1 week ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>charlie.swanson@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|hwm1vj:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hr5pa7:</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="3291">Query 2020-02-10</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|hwlo4v:</customfieldvalue>

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