<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:58:38 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-41778] Increase log verbosity of the COMMAND component to level 2 in jstestfuzz suites</title>
                <link>https://jira.mongodb.org/browse/SERVER-41778</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;In many jstestfuzz suites, it can often be difficult to determine exactly what command the client sent to the server, since there is often much obfuscation that occurs in the generated fuzzer files. In the case of certain failures, like a command that trips an invariant, seeing the full command object as it was received by the server would be very helpful. By increasing the verbosity of the &quot;COMMAND&quot; log component to level 2, we would be able to see all command &lt;a href=&quot;https://github.com/mongodb/mongo/blob/9bcb318c4c9f2c482413a9d85b7e7c99c0492653/src/mongo/db/service_entry_point_common.cpp#L968-L969&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;requests&lt;/a&gt; and responses in the server logs. To start, we could consider adding this for all single threaded fuzzer suites, so as not to flood the logs too aggressively in concurrency suites that run many more operations. Eventually it might make sense to increase verbosity for concurrent fuzzer suites as well. These would include the following suites:&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;jstestfuzz.yml&lt;/li&gt;
	&lt;li&gt;jstestfuzz_interrupt.yml&lt;/li&gt;
	&lt;li&gt;jstestfuzz_interrupt_replication.yml&lt;/li&gt;
	&lt;li&gt;jstestfuzz_replication.yml&lt;/li&gt;
	&lt;li&gt;jstestfuzz_replication_continuous_stepdown.yml&lt;/li&gt;
	&lt;li&gt;jstestfuzz_replication_initsync.yml&lt;/li&gt;
	&lt;li&gt;jstestfuzz_replication_session.yml&lt;/li&gt;
	&lt;li&gt;jstestfuzz_sharded.yml&lt;/li&gt;
	&lt;li&gt;jstestfuzz_sharded_causal_consistency.yml&lt;/li&gt;
	&lt;li&gt;jstestfuzz_sharded_continuous_stepdown.yml&lt;/li&gt;
	&lt;li&gt;jstestfuzz_sharded_session.yml&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment></environment>
        <key id="803836">SERVER-41778</key>
            <summary>Increase log verbosity of the COMMAND component to level 2 in jstestfuzz suites</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="9">Done</resolution>
                                        <assignee username="carl.worley@mongodb.com">Raiden Worley</assignee>
                                    <reporter username="william.schultz@mongodb.com">William Schultz</reporter>
                        <labels>
                            <label>neweng</label>
                    </labels>
                <created>Fri, 14 Jun 2019 21:30:57 +0000</created>
                <updated>Fri, 11 Oct 2019 14:23:05 +0000</updated>
                            <resolved>Fri, 11 Oct 2019 14:23:05 +0000</resolved>
                                                    <fixVersion>4.3 Required</fixVersion>
                                    <component>Replication</component>
                                        <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="2475909" author="xgen-internal-githook" created="Thu, 10 Oct 2019 15:57:56 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Carl Worley&apos;, &apos;email&apos;: &apos;carl.worley@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41778&quot; title=&quot;Increase log verbosity of the COMMAND component to level 2 in jstestfuzz suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41778&quot;&gt;&lt;del&gt;SERVER-41778&lt;/del&gt;&lt;/a&gt; Increase log verbosity of the COMMAND component to level 2 in jstestfuzz suites&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/3060375e3b6db727d726bfc37ee50dda3196e30d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/3060375e3b6db727d726bfc37ee50dda3196e30d&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2436994" author="william.schultz" created="Fri, 27 Sep 2019 18:56:32 +0000"  >&lt;p&gt;Wasn&apos;t able to get around to this so I am handing it off to TIG.&lt;/p&gt;</comment>
                            <comment id="2385148" author="william.schultz" created="Fri, 23 Aug 2019 21:17:13 +0000"  >&lt;p&gt;Started to look into this. One challenge is figuring out a way to increase the logComponentVerbosity for only the non-concurrent fuzzer suites. If we change the verbosity inside the test suite YAML file e.g. jstestfuzz.yml, then the changes will apply to the concurrent suites as well, since the concurrency versions of the suites use the &lt;a href=&quot;https://github.com/mongodb/mongo/blob/d768cef877ff502968479905a1da8f65078841d7/etc/evergreen.yml#L5380&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;same YAML test suite&lt;/a&gt; but just change the &quot;--numClientsPerFixture&quot; argument. We may be able to do this by specifying the logComponentVerbosity in the &lt;tt&gt;etc/evergreen.yml&lt;/tt&gt; file instead.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>6.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>Fri, 4 Oct 2019 13:00:12 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        4 years, 17 weeks, 6 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>carl.worley@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            4 years, 17 weeks, 6 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>carl.worley@mongodb.com</customfieldvalue>
            <customfieldvalue>william.schultz@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hv5dtr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hveduf:</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="3106">Repl 2019-08-12</customfieldvalue>
    <customfieldvalue id="3200">Repl 2019-08-26</customfieldvalue>
    <customfieldvalue id="3201">Repl 2019-09-09</customfieldvalue>
    <customfieldvalue id="3202">Repl 2019-09-23</customfieldvalue>
    <customfieldvalue id="3260">Repl 2019-10-07</customfieldvalue>
    <customfieldvalue id="3317">STM 2019-10-17</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|hv5033:</customfieldvalue>

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