<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 05:03:17 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-43465] Remove InvalidBSON try/catch blocks for ReplSetGetStatus wall clock times</title>
                <link>https://jira.mongodb.org/browse/SERVER-43465</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;These &lt;a href=&quot;https://github.com/mongodb/mongo/blob/89f0a9ab0b0328937ceeb9af5f55566421447759/buildscripts/resmokelib/testing/fixtures/replicaset.py#L255-L257&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;try/catch blocks&lt;/a&gt; are no longer necessary as of &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-40737&quot; title=&quot;Use Date_t() as default wallTime value in OpTimeAndWallTimes&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-40737&quot;&gt;&lt;del&gt;SERVER-40737&lt;/del&gt;&lt;/a&gt;. All try/catch blocks labeled with &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-40078&quot; title=&quot;Add wall clock time corresponding to lastCommitted optime to optimes subdocument&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-40078&quot;&gt;&lt;del&gt;SERVER-40078&lt;/del&gt;&lt;/a&gt; should be removed, since ReplSetGetStatus should no longer output InvalidBSON for the wall clock times.&lt;/p&gt;</description>
                <environment></environment>
        <key id="935572">SERVER-43465</key>
            <summary>Remove InvalidBSON try/catch blocks for ReplSetGetStatus wall clock times</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</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="maria.vankeulen@mongodb.com">Maria van Keulen</assignee>
                                    <reporter username="dbeng-pm-bot">PM Bot</reporter>
                        <labels>
                            <label>autogen-todo</label>
                    </labels>
                <created>Mon, 23 Sep 2019 16:58:02 +0000</created>
                <updated>Sun, 29 Oct 2023 22:16:57 +0000</updated>
                            <resolved>Tue, 3 Dec 2019 21:57:35 +0000</resolved>
                                                    <fixVersion>4.3.3</fixVersion>
                                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="2580929" author="xgen-internal-githook" created="Tue, 3 Dec 2019 21:53:43 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Maria van Keulen&apos;, &apos;username&apos;: &apos;mvankeulen94&apos;, &apos;email&apos;: &apos;maria.vankeulen@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-43465&quot; title=&quot;Remove InvalidBSON try/catch blocks for ReplSetGetStatus wall clock times&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-43465&quot;&gt;&lt;del&gt;SERVER-43465&lt;/del&gt;&lt;/a&gt; Remove unnecessary InvalidBSON replSetGetStatus handling&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/e4347d57e5e1d6e2090417d4560d713f2cd2743e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/e4347d57e5e1d6e2090417d4560d713f2cd2743e&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2429083" author="maria.vankeulen" created="Mon, 23 Sep 2019 21:28:37 +0000"  >&lt;p&gt;Acknowledged. It looks like those TODOs were added as part of &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-32295&quot; title=&quot;Support python 3&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-32295&quot;&gt;&lt;del&gt;SERVER-32295&lt;/del&gt;&lt;/a&gt;. They are all of the &lt;a href=&quot;https://github.com/mongodb/mongo/blob/89f0a9ab0b0328937ceeb9af5f55566421447759/buildscripts/resmokelib/testing/fixtures/replicaset.py#L255-L257&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;following format&lt;/a&gt;. As of &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-40737&quot; title=&quot;Use Date_t() as default wallTime value in OpTimeAndWallTimes&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-40737&quot;&gt;&lt;del&gt;SERVER-40737&lt;/del&gt;&lt;/a&gt;, I don&apos;t think the invalid BSON should be a problem anymore.&lt;/p&gt;

&lt;p&gt;I will update the ticket description.&lt;/p&gt;</comment>
                            <comment id="2429053" author="judah.schvimer" created="Mon, 23 Sep 2019 21:11:32 +0000"  >&lt;p&gt;The TODO bot does not create tickets for TODOs that a ticket introduces. It creates tickets for TODOs a ticket was supposed to address, but did not address. &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-40078&quot; title=&quot;Add wall clock time corresponding to lastCommitted optime to optimes subdocument&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-40078&quot;&gt;&lt;del&gt;SERVER-40078&lt;/del&gt;&lt;/a&gt; did not address 3 TODOs, including &lt;a href=&quot;https://github.com/mongodb/mongo/blob/125ce74beb1f5465ce40bef2dc85cf5fd974ec71/buildscripts/resmokelib/testing/fixtures/replicaset.py#L255-L257&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;this one&lt;/a&gt;. Grep for &quot;40078&quot; in the codebase to see. Assigning back since you closed the ticket.&lt;/p&gt;</comment>
                            <comment id="2428581" author="maria.vankeulen" created="Mon, 23 Sep 2019 17:15:04 +0000"  >&lt;p&gt;The &lt;a href=&quot;https://github.com/mongodb/mongo/commit/a738647a7281a892f1b35fba8b4e1cdf47bccf56&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;patch&lt;/a&gt; for &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-40078&quot; title=&quot;Add wall clock time corresponding to lastCommitted optime to optimes subdocument&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-40078&quot;&gt;&lt;del&gt;SERVER-40078&lt;/del&gt;&lt;/a&gt; did not add any TODO comments. If anything, the TODO bot may have picked up &lt;a href=&quot;https://github.com/mongodb/mongo/blob/125ce74beb1f5465ce40bef2dc85cf5fd974ec71/src/mongo/db/repl/replication_coordinator_impl_test.cpp#L2869&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;this todo&lt;/a&gt;, which predates this patch. I will send this to the replication team to investigate.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="714882">SERVER-40078</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="741887">SERVER-40737</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>4.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3.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>Mon, 23 Sep 2019 17:15:04 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        4 years, 10 weeks, 1 day 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>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, 10 weeks, 1 day ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>judah.schvimer@mongodb.com</customfieldvalue>
            <customfieldvalue>maria.vankeulen@mongodb.com</customfieldvalue>
            <customfieldvalue>dbeng-pm-bot</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hvrprb:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hvhhpz:</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="3345">Execution Team 2019-11-18</customfieldvalue>
    <customfieldvalue id="3400">Execution Team 2019-12-02</customfieldvalue>
    <customfieldvalue id="3401">Execution Team 2019-12-16</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|hvrc0n:</customfieldvalue>

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