<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 06:53: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-83879] Command profiling tests fail due to interferece with fcv_upgrade_downgrade_replica_sets_jscore_passthrough </title>
                <link>https://jira.mongodb.org/browse/SERVER-83879</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;During the investigating of BF-30194, a &lt;em&gt;&lt;b&gt;&lt;tt&gt;profile_lookup.js&lt;/tt&gt;&lt;/b&gt;&lt;/em&gt; failure which happens when running as part of&#160; &lt;tt&gt;&lt;b&gt;&lt;em&gt;fcv_upgrade_downgrade_replica_sets_jscore_passthrough&lt;/em&gt;&lt;/b&gt;, it was uncovered that commands other than &lt;em&gt;&lt;b&gt;setFeatureCompatibilityVersion&lt;/b&gt;&lt;/em&gt; can be emitted implicitly as part of FCV upgrade/downgrade procedures.&lt;/tt&gt;&lt;/p&gt;

&lt;p&gt;&lt;tt&gt;Tests marked as &lt;b&gt;{&lt;/b&gt;}&lt;em&gt;&lt;b&gt;require_profiling&lt;/b&gt;&lt;/em&gt; are already excluded from &lt;em&gt;&lt;b&gt;fcv_upgrade_downgrade_sharding_jscore_passthrough&lt;/b&gt;&lt;/em&gt; suites due to &lt;b&gt;&lt;em&gt;mongos&lt;/em&gt;&lt;/b&gt; lacking the &lt;em&gt;&lt;b&gt;system.profile&lt;/b&gt;&lt;/em&gt; collection, so this could only happen on &lt;em&gt;&lt;b&gt;fcv_upgrade_downgrade_replica_sets_jscore_passthrough&lt;/b&gt;&lt;/em&gt;.&#160;&lt;/tt&gt;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;For BF-30194 in particular, an unaccounted &lt;b&gt;collMod&lt;/b&gt; &lt;em&gt;command happens during the time profiling is enabled which increments the command counter on the collection targeted by the test. This later&lt;/em&gt;&#160;&#160;&lt;/p&gt;

&lt;p&gt;Looking at the&#160;&lt;a href=&quot;https://spruce.mongodb.com/task/mongodb_mongo_master_windows_debug_suggested_fcv_upgrade_downgrade_replica_sets_jscore_passthrough_2_windows_c465e20138b275940a2e8c1c09fd010fe697b819_23_11_29_07_38_53?execution=0&amp;amp;sortBy=STATUS&amp;amp;sortDir=ASC&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;latest available evergreen failure at the moment of investigating&lt;/a&gt;, we can reconstruct the following timeline from the logs:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/10gen/mongo/blob/805185560dbfbea588f3eee4f91dc06517d5800b/jstests/aggregation/sources/lookup/profile_lookup.js#L22&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;[CODE]&lt;/a&gt;&#160;Profiler gets enabled with the filter&#160;&lt;b&gt;&lt;tt&gt;&quot;filter&quot;:{&quot;command.setFeatureCompatibilityVersion&quot;:{&quot;$not&quot;:{&quot;$exists&quot;:true&lt;/tt&gt;}},&quot;db&quot;:&quot;test&quot;}}}}&lt;/b&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;div class=&apos;table-wrap&apos;&gt;
&lt;table class=&apos;confluenceTable&apos;&gt;&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;j2:prim&amp;#93;&lt;/span&gt; {&quot;t&quot;:&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;{&quot;$date&quot;:&quot;2023-11-29T09:30:37.095+00:00&quot;}&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;,&quot;s&quot;:&quot;I&quot;, &quot;c&quot;:&quot;COMMAND&quot;, &quot;id&quot;:48742, &quot;ctx&quot;:&quot;conn320&quot;,&quot;msg&quot;:&quot;Profiler settings changed&quot;,&quot;attr&quot;:{&quot;from&quot;:&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;{&quot;level&quot;:0,&quot;slowms&quot;:100,&quot;sampleRate&quot;:1}&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;,&quot;to&quot;:{&quot;level&quot;:1,&quot;slowms&quot;:100,&quot;sampleRate&quot;:1,&quot;filter&quot;:{&quot;command.setFeatureCompatibilityVersion&quot;:{&quot;$not&quot;:{&quot;$exists&quot;:true}}}},&quot;db&quot;:&quot;test&quot;}}&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;


&lt;p&gt;&#160;&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&#160;&lt;span class=&quot;error&quot;&gt;&amp;#91;Problem&amp;#93;&lt;/span&gt;&#160;A&#160;&lt;b&gt;&lt;tt&gt;collMod&lt;/tt&gt;&lt;/b&gt;&#160;on collection&#160;&lt;b&gt;&lt;tt&gt;foreign&lt;/tt&gt;&lt;/b&gt;&#160;happens right after&lt;/li&gt;
&lt;/ul&gt;


&lt;div class=&apos;table-wrap&apos;&gt;
&lt;table class=&apos;confluenceTable&apos;&gt;&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;j2:prim&amp;#93;&lt;/span&gt; {&quot;t&quot;:&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;{&quot;$date&quot;:&quot;2023-11-29T09:30:37.103+00:00&quot;}&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;,&quot;s&quot;:&quot;I&quot;, &quot;c&quot;:&quot;COMMAND&quot;, &quot;id&quot;:5324200, &quot;ctx&quot;:&quot;conn319&quot;,&quot;msg&quot;:&quot;CMD: collMod&quot;,&quot;attr&quot;:{&quot;cmdObj&quot;:&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;{&quot;collMod&quot;:&quot;foreign&quot;}&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;}}&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;


&lt;p&gt;&#160;&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/10gen/mongo/blob/805185560dbfbea588f3eee4f91dc06517d5800b/jstests/aggregation/sources/lookup/profile_lookup.js#L28]&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;[CODE&lt;/a&gt;] The test query containing&#160;&lt;b&gt;&lt;tt&gt;$lookup&lt;/tt&gt;&lt;/b&gt;&#160;executes:&lt;/li&gt;
&lt;/ul&gt;


&lt;div class=&apos;table-wrap&apos;&gt;
&lt;table class=&apos;confluenceTable&apos;&gt;&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;j2:prim&amp;#93;&lt;/span&gt; {&quot;t&quot;:&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;{&quot;$date&quot;:&quot;2023-11-29T09:30:37.103+00:00&quot;}&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;,&quot;s&quot;:&quot;I&quot;, &quot;c&quot;:&quot;COMMAND&quot;, &quot;id&quot;:51803, &quot;ctx&quot;:&quot;conn320&quot;,&quot;msg&quot;:&quot;Slow query&quot;,&quot;attr&quot;:{&quot;type&quot;:&quot;command&quot;,&quot;isFromUserConnection&quot;:true,&quot;ns&quot;:&quot;test.local&quot;,&quot;collectionType&quot;:&quot;normal&quot;,&quot;appName&quot;:&quot;MongoDB Shell&quot;,&quot;command&quot;:{&quot;aggregate&quot;:&quot;local&quot;,&quot;pipeline&quot;:&lt;a href=&quot;file://{&amp;quot;$lookup&amp;quot;:{&amp;quot;from&amp;quot;:&amp;quot;foreign&amp;quot;,&amp;quot;as&amp;quot;:&amp;quot;res&amp;quot;,&amp;quot;localField&amp;quot;:&amp;quot;a&amp;quot;,&amp;quot;foreignField&amp;quot;:&amp;quot;a&amp;quot;}}&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;\\\\\{&quot;$lookup&quot;:{&quot;from&quot;:&quot;foreign&quot;,&quot;as&quot;:&quot;res&quot;,&quot;localField&quot;:&quot;a&quot;,&quot;foreignField&quot;:&quot;a&quot;}}&lt;/a&gt;,&quot;cursor&quot;:{},&quot;lsid&quot;:{&quot;id&quot;:{&quot;$uuid&quot;:&quot;d493d41d-7190-4a35-9a12-165c9f1cd823&quot;}},&quot;$clusterTime&quot;:{&quot;clusterTime&quot;:{&quot;$timestamp&quot;:{&quot;t&quot;:1701250236,&quot;i&quot;:10}},&quot;signature&quot;:{&quot;hash&quot;:{&quot;$binary&quot;:{&quot;base64&quot;:&quot;AAAAAAAAAAAAAAAAAAAAAAAAAAA=&quot;,&quot;subType&quot;:&quot;0&quot;}},&quot;keyId&quot;:0}},&quot;$db&quot;:&quot;test&quot;},&quot;planSummary&quot;:&quot;COLLSCAN&quot;,&quot;planningTimeMicros&quot;:233,&quot;keysExamined&quot;:0,&quot;docsExamined&quot;:4,&quot;cursorExhausted&quot;:true,&quot;numYields&quot;:0,&quot;nreturned&quot;:3,&quot;queryHash&quot;:&quot;9EB1333D&quot;,&quot;planCacheKey&quot;:&quot;9B882338&quot;,&quot;queryFramework&quot;:&quot;sbe&quot;,&quot;reslen&quot;:398,&quot;locks&quot;:{&quot;FeatureCompatibilityVersion&quot;:{&quot;acquireCount&quot;:{&quot;r&quot;:1}},&quot;Global&quot;:{&quot;acquireCount&quot;:&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;{&quot;r&quot;:1}&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;}},&quot;readConcern&quot;:{&quot;level&quot;:&quot;local&quot;,&quot;provenance&quot;:&quot;implicitDefault&quot;},&quot;writeConcern&quot;:{&quot;w&quot;:&quot;majority&quot;,&quot;wtimeout&quot;:0,&quot;provenance&quot;:&quot;implicitDefault&quot;},&quot;storage&quot;:{},&quot;remote&quot;:&quot;127.0.0.1:58381&quot;,&quot;protocol&quot;:&quot;op_msg&quot;,&quot;durationMillis&quot;:4}}&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;


&lt;p&gt;&#160;&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/10gen/mongo/blob/805185560dbfbea588f3eee4f91dc06517d5800b/jstests/aggregation/sources/lookup/profile_lookup.js#L30]&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;[CODE&lt;/a&gt;] Some time later the profiler gets sopped&lt;/li&gt;
&lt;/ul&gt;


&lt;div class=&apos;table-wrap&apos;&gt;
&lt;table class=&apos;confluenceTable&apos;&gt;&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;j2:prim&amp;#93;&lt;/span&gt; {&quot;t&quot;:&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;{&quot;$date&quot;:&quot;2023-11-29T09:30:37.116+00:00&quot;}&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;,&quot;s&quot;:&quot;I&quot;, &quot;c&quot;:&quot;COMMAND&quot;, &quot;id&quot;:48742, &quot;ctx&quot;:&quot;conn320&quot;,&quot;msg&quot;:&quot;Profiler settings changed&quot;,&quot;attr&quot;:{&quot;from&quot;:{&quot;level&quot;:1,&quot;slowms&quot;:100,&quot;sampleRate&quot;:1,&quot;filter&quot;:{&quot;command.setFeatureCompatibilityVersion&quot;:{&quot;$not&quot;:{&quot;$exists&quot;:true}}}},&quot;to&quot;:{&quot;level&quot;:0,&quot;slowms&quot;:100,&quot;sampleRate&quot;:1,&quot;filter&quot;:{&quot;command.setFeatureCompatibilityVersion&quot;:{&quot;$not&quot;:{&quot;$exists&quot;:true}}}},&quot;db&quot;:&quot;test&quot;}}&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;


&lt;p&gt;&#160;&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/10gen/mongo/blob/805185560dbfbea588f3eee4f91dc06517d5800b/jstests/aggregation/sources/lookup/profile_lookup.js#L57]&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;[CODE&lt;/a&gt;] Then the test fails on the&#160;&lt;tt&gt;foreign&lt;/tt&gt;&#160;command count assertion:&lt;/li&gt;
&lt;/ul&gt;


&lt;div class=&apos;table-wrap&apos;&gt;
&lt;table class=&apos;confluenceTable&apos;&gt;&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;js_test:profile_lookup&amp;#93;&lt;/span&gt; 2023-11-29T09:30:37.137Z assert: &lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt; != &lt;span class=&quot;error&quot;&gt;&amp;#91;2&amp;#93;&lt;/span&gt; are not equal&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;js_test:profile_lookup&amp;#93;&lt;/span&gt; doassert@src/mongo/shell/assert.js:20:14&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;js_test:profile_lookup&amp;#93;&lt;/span&gt; assert.eq@src/mongo/shell/assert.js:176:17&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;js_test:profile_lookup&amp;#93;&lt;/span&gt; @jstests\aggregation\sources\lookup\profile_lookup.js:57:8&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;js_test:profile_lookup&amp;#93;&lt;/span&gt; uncaught exception: Error: &lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt; != &lt;span class=&quot;error&quot;&gt;&amp;#91;2&amp;#93;&lt;/span&gt; are not equal :&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;js_test:profile_lookup&amp;#93;&lt;/span&gt; doassert@src/mongo/shell/assert.js:20:14&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;js_test:profile_lookup&amp;#93;&lt;/span&gt; assert.eq@src/mongo/shell/assert.js:176:17&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;js_test:profile_lookup&amp;#93;&lt;/span&gt; @jstests\aggregation\sources\lookup\profile_lookup.js:57:8&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;js_test:profile_lookup&amp;#93;&lt;/span&gt; Error: &lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt; != &lt;span class=&quot;error&quot;&gt;&amp;#91;2&amp;#93;&lt;/span&gt; are not equal&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;js_test:profile_lookup&amp;#93;&lt;/span&gt; failed to load: jstests\aggregation\sources\lookup\profile_lookup.js&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;js_test:profile_lookup&amp;#93;&lt;/span&gt; exiting with code -3&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;


&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;The test assumed that the pipeline will be the sole command involving collection&#160;&lt;b&gt;&lt;tt&gt;foreign&lt;/tt&gt;&lt;/b&gt;&#160;between the profiler start / stop calls, and therefore expected the command count on&#160;&lt;b&gt;&lt;tt&gt;foreign&lt;/tt&gt;&lt;/b&gt; to be equal to 1 (classic engine). This however wasn&apos;t the case due to the additional `&lt;b&gt;collMod&lt;/b&gt;` command.&lt;/p&gt;</description>
                <environment></environment>
        <key id="2516459">SERVER-83879</key>
            <summary>Command profiling tests fail due to interferece with fcv_upgrade_downgrade_replica_sets_jscore_passthrough </summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</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="adi.zaimi@mongodb.com">Adi Zaimi</assignee>
                                    <reporter username="catalin.sumanaru@mongodb.com">Catalin Sumanaru</reporter>
                        <labels>
                    </labels>
                <created>Tue, 5 Dec 2023 10:16:05 +0000</created>
                <updated>Fri, 26 Jan 2024 23:57:29 +0000</updated>
                            <resolved>Fri, 26 Jan 2024 23:43:40 +0000</resolved>
                                    <version>7.3.0-rc0</version>
                                    <fixVersion>8.0.0-rc0</fixVersion>
                    <fixVersion>7.3.0-rc2</fixVersion>
                                                        <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="6046225" author="xgen-internal-githook" created="Fri, 26 Jan 2024 23:57:29 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Adi Zaimi&apos;, &apos;email&apos;: &apos;adizaimi@yahoo.com&apos;, &apos;username&apos;: &apos;adizaimi&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-83879&quot; title=&quot;Command profiling tests fail due to interferece with fcv_upgrade_downgrade_replica_sets_jscore_passthrough &quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-83879&quot;&gt;&lt;del&gt;SERVER-83879&lt;/del&gt;&lt;/a&gt;: Omit running profile_lookup.js in fcv up/down suite (#18267)&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-83879&quot; title=&quot;Command profiling tests fail due to interferece with fcv_upgrade_downgrade_replica_sets_jscore_passthrough &quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-83879&quot;&gt;&lt;del&gt;SERVER-83879&lt;/del&gt;&lt;/a&gt;: Omit running profile_lookup.js in fcv up/down suite&lt;br/&gt;
GitOrigin-RevId: a9e2a6516cfb9da91262c1b82c0c254539d27749&lt;br/&gt;
Branch: v7.3&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/3debbda0ff675fde1f80099d7e994f70b0757d78&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/3debbda0ff675fde1f80099d7e994f70b0757d78&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="6042909" author="xgen-internal-githook" created="Thu, 25 Jan 2024 21:28:36 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Adi Zaimi&apos;, &apos;email&apos;: &apos;adizaimi@yahoo.com&apos;, &apos;username&apos;: &apos;adizaimi&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-83879&quot; title=&quot;Command profiling tests fail due to interferece with fcv_upgrade_downgrade_replica_sets_jscore_passthrough &quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-83879&quot;&gt;&lt;del&gt;SERVER-83879&lt;/del&gt;&lt;/a&gt;: Omit running profile_lookup.js in fcv up/down suite (#18267)&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-83879&quot; title=&quot;Command profiling tests fail due to interferece with fcv_upgrade_downgrade_replica_sets_jscore_passthrough &quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-83879&quot;&gt;&lt;del&gt;SERVER-83879&lt;/del&gt;&lt;/a&gt;: Omit running profile_lookup.js in fcv up/down suite&lt;br/&gt;
GitOrigin-RevId: 0b80a1d04f647c056d160fd7c563c3b33ecb594c&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/85f557da72250d0c384c20439e5872569b6d9ea9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/85f557da72250d0c384c20439e5872569b6d9ea9&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5925866" author="huayu.ouyang" created="Tue, 5 Dec 2023 12:16:08 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=catalin.sumanaru%40mongodb.com&quot; class=&quot;user-hover&quot; rel=&quot;catalin.sumanaru@mongodb.com&quot;&gt;catalin.sumanaru@mongodb.com&lt;/a&gt; I&apos;m happy to work on it, but I believe this passthrough suite is actually owned by the Cluster Scalability team (I only worked on the previous ticket since it was a quick fix)&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="11220">
                    <name>Fix</name>
                                            <outwardlinks description="fixes">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="2454627">SERVER-81563</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>3.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_12751" key="com.atlassian.jira.plugin.system.customfieldtypes:multiselect">
                        <customfieldname>Assigned Teams</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="26583"><![CDATA[Cluster Scalability]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12450" key="com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes">
                        <customfieldname>Backport Requested</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="27038"><![CDATA[v7.3]]></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, 5 Dec 2023 12:16:08 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        1 week, 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_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_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>
                            1 week, 5 days ago
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_16465" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Linked BF Score</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>35.0</customfieldvalue>

                        </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>adi.zaimi@mongodb.com</customfieldvalue>
            <customfieldvalue>catalin.sumanaru@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>huayu.ouyang@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i337uf:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|i2kzzg:</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_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|i32tzr:</customfieldvalue>

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