<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:08:07 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-25042] Start diagnostic data collection as early as possible</title>
                <link>https://jira.mongodb.org/browse/SERVER-25042</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Currently diagnostic data collection does not begin until fairly late in the startup sequence, after some potentially significant activity such as oplog stones and interrupted index builds have been done, so it can&apos;t be used to diagnose problems early in the startup sequence. Ideally it should be started as early as possible; one dependency is storage engine initialization since it collects WT internal statistics that won&apos;t be available until the storage engine is initialized, so maybe it could go right after storage engine initialization.&lt;/p&gt;</description>
                <environment></environment>
        <key id="300823">SERVER-25042</key>
            <summary>Start diagnostic data collection as early as possible</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="2" iconUrl="https://jira.mongodb.org/images/icons/priorities/critical.svg">Critical - P2</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="sara.golemon@mongodb.com">Sara Golemon</assignee>
                                    <reporter username="bruce.lucas@mongodb.com">Bruce Lucas</reporter>
                        <labels>
                            <label>SWDI</label>
                            <label>move-sec</label>
                            <label>platforms-re-triaged</label>
                    </labels>
                <created>Wed, 13 Jul 2016 17:52:44 +0000</created>
                <updated>Tue, 7 Feb 2023 20:41:08 +0000</updated>
                            <resolved>Mon, 11 Oct 2021 23:57:24 +0000</resolved>
                                                    <fixVersion>5.1.0-rc1</fixVersion>
                                    <component>Diagnostics</component>
                                        <votes>6</votes>
                                    <watches>31</watches>
                                                                                                                <comments>
                            <comment id="4672920" author="JIRAUSER1265133" created="Tue, 12 Jul 2022 09:26:21 +0000"  >&lt;p&gt;Requesting backport to v5.0 given that we have TSAN failures (BF-25790) due to race condition accessing flow control stats. If backporting all changes is risky, only the exclusion from TSAN should be backported.&lt;/p&gt;</comment>
                            <comment id="4175009" author="milkie" created="Mon, 8 Nov 2021 16:26:32 +0000"  >&lt;blockquote&gt;&lt;p&gt;Eric Milkie, now that this is complete, is there a WT ticket we should file?&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;I would first determine whether we have sufficient FTDC stats already, while RTS is running.  Sara, is there example FTDC output when server startup takes a long time due to a lengthy RTS phase?&lt;br/&gt;
(We could test this by artificially pinning the stable timestamp from moving forward, performing lots of writes, and then restarting mongod).&lt;/p&gt;</comment>
                            <comment id="4119915" author="xgen-internal-githook" created="Tue, 12 Oct 2021 19:51:43 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Sara Golemon&apos;, &apos;email&apos;: &apos;sara.golemon@mongodb.com&apos;, &apos;username&apos;: &apos;sgolemon&apos;}
&lt;p&gt;Message: Revert &quot;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-25042&quot; title=&quot;Start diagnostic data collection as early as possible&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-25042&quot;&gt;&lt;del&gt;SERVER-25042&lt;/del&gt;&lt;/a&gt; Start up FTDC earlier during server startup&quot;&lt;/p&gt;

&lt;p&gt;Partial revert of mongos portions of &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-25042&quot; title=&quot;Start diagnostic data collection as early as possible&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-25042&quot;&gt;&lt;del&gt;SERVER-25042&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/714523009107af8aebc7f142518c73a5c61c33b3&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/714523009107af8aebc7f142518c73a5c61c33b3&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4117001" author="xgen-internal-githook" created="Mon, 11 Oct 2021 21:32:41 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Sara Golemon&apos;, &apos;email&apos;: &apos;sara.golemon@mongodb.com&apos;, &apos;username&apos;: &apos;sgolemon&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-25042&quot; title=&quot;Start diagnostic data collection as early as possible&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-25042&quot;&gt;&lt;del&gt;SERVER-25042&lt;/del&gt;&lt;/a&gt; Start up FTDC earlier during server startup&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/16839edee101c1b36b6a3d1b6e33a5ec3400c40d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/16839edee101c1b36b6a3d1b6e33a5ec3400c40d&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4054662" author="xgen-internal-githook" created="Mon, 13 Sep 2021 19:14:23 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Sara Golemon&apos;, &apos;email&apos;: &apos;sara.golemon@mongodb.com&apos;, &apos;username&apos;: &apos;sgolemon&apos;}
&lt;p&gt;Message: Revert &quot;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-25042&quot; title=&quot;Start diagnostic data collection as early as possible&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-25042&quot;&gt;&lt;del&gt;SERVER-25042&lt;/del&gt;&lt;/a&gt; Start up FTDC earlier during server startup&quot;&lt;/p&gt;

&lt;p&gt;This reverts commit b7d29c204f0a4b62fc1d9bccc3ec341bbeed330c.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/d3064330ba2eac458cff9ecc7f42642e868becff&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/d3064330ba2eac458cff9ecc7f42642e868becff&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4054565" author="sara.golemon" created="Mon, 13 Sep 2021 18:45:57 +0000"  >&lt;p&gt;Reopening due to revert.&lt;/p&gt;</comment>
                            <comment id="4049840" author="xgen-internal-githook" created="Fri, 10 Sep 2021 14:23:58 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Sara Golemon&apos;, &apos;email&apos;: &apos;sara.golemon@mongodb.com&apos;, &apos;username&apos;: &apos;sgolemon&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-25042&quot; title=&quot;Start diagnostic data collection as early as possible&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-25042&quot;&gt;&lt;del&gt;SERVER-25042&lt;/del&gt;&lt;/a&gt; Start up FTDC earlier during server startup&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/b7d29c204f0a4b62fc1d9bccc3ec341bbeed330c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/b7d29c204f0a4b62fc1d9bccc3ec341bbeed330c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3368353" author="ian@10gen.com" created="Mon, 31 Aug 2020 18:24:25 +0000"  >&lt;p&gt;this also is something we need to come back to after we resolve &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-48221&quot; title=&quot;Shut down ftdc after storage engine&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-48221&quot;&gt;&lt;del&gt;SERVER-48221&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10420">
                    <name>Backports</name>
                                            <outwardlinks description="backported by">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                            <outwardlinks description="depends on">
                                                        </outwardlinks>
                                                                <inwardlinks description="is depended on by">
                                                        </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10320">
                    <name>Documented</name>
                                            <outwardlinks description="documents">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10520">
                    <name>Problem/Incident</name>
                                            <outwardlinks description="causes">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="2057430">WT-9373</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="1351584">SERVER-48221</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>8.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_12450" key="com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes">
                        <customfieldname>Backport Requested</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="21777"><![CDATA[v5.0]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10011" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Backwards Compatibility</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10011"><![CDATA[Minor Change]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_13552" key="com.go2group.jira.plugin.crm:crm_generic_field">
                        <customfieldname>Case</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[[5002K00000kpaMZQAY, 5002K00000niHdLQAU, 5002K00000s1PfaQAE, 5002K00000s0PCdQAM, 5002K00000saIJGQA2]]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 20 Jul 2016 15:37:31 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        1 year, 30 weeks, 1 day ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[<s><a href='https://jira.mongodb.org/browse/HELP-24458'>HELP-24458</a></s>]]></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-2106</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>judah.schvimer@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            1 year, 30 weeks, 1 day ago
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_16465" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Linked BF Score</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>133.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>bruce.lucas@mongodb.com</customfieldvalue>
            <customfieldvalue>milkie@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>ian@mongodb.com</customfieldvalue>
            <customfieldvalue>sara.golemon@mongodb.com</customfieldvalue>
            <customfieldvalue>yujin.kang@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrjrjz:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="5136">Security 2021-09-06</customfieldvalue>
    <customfieldvalue id="5137">Security 2021-09-20</customfieldvalue>
    <customfieldvalue id="5138">Security 2021-10-04</customfieldvalue>
    <customfieldvalue id="5139">Security 2021-10-18</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|hsesdb:</customfieldvalue>

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