<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 05:10:28 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-46091] Add new failpoint to support driver testing of ResumableChangeStreamError label</title>
                <link>https://jira.mongodb.org/browse/SERVER-46091</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Driver tests designed to exercise the &lt;tt&gt;ResumableChangeStreamError&lt;/tt&gt; label introduced in &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-45505&quot; title=&quot;Add ResumableChangeStreamError error label&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-45505&quot;&gt;&lt;del&gt;SERVER-45505&lt;/del&gt;&lt;/a&gt; will need to use a failpoint to induce the desired exceptions. However, for &lt;tt&gt;getMore&lt;/tt&gt; commands, the existing generic &lt;tt&gt;failCommand&lt;/tt&gt; failpoint runs too early in the command path, long before the &lt;tt&gt;getMore&lt;/tt&gt; has checked out its cursor and set &lt;tt&gt;CurOp::_originatingCommand&lt;/tt&gt;. The error label code therefore cannot determine that this cursor is a change stream, and will not attach the error label.&lt;/p&gt;

&lt;p&gt;We should add a new &lt;tt&gt;failGetMoreAfterCursorCheckout&lt;/tt&gt; failpoint to support these tests.&lt;/p&gt;</description>
                <environment></environment>
        <key id="1143712">SERVER-46091</key>
            <summary>Add new failpoint to support driver testing of ResumableChangeStreamError label</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="13201">Fixed</resolution>
                                        <assignee username="bernard.gorman@mongodb.com">Bernard Gorman</assignee>
                                    <reporter username="bernard.gorman@mongodb.com">Bernard Gorman</reporter>
                        <labels>
                            <label>qexec-team</label>
                    </labels>
                <created>Tue, 11 Feb 2020 22:08:56 +0000</created>
                <updated>Sun, 29 Oct 2023 22:12:18 +0000</updated>
                            <resolved>Thu, 20 Feb 2020 01:08:10 +0000</resolved>
                                                    <fixVersion>4.3.4</fixVersion>
                                    <component>Aggregation Framework</component>
                                        <votes>0</votes>
                                    <watches>5</watches>
                                                                                                                <comments>
                            <comment id="2885922" author="xgen-internal-githook" created="Thu, 20 Feb 2020 01:06:16 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;gormanb&apos;, &apos;name&apos;: &apos;Bernard Gorman&apos;, &apos;email&apos;: &apos;bernard.gorman@gmail.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-46091&quot; title=&quot;Add new failpoint to support driver testing of ResumableChangeStreamError label&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-46091&quot;&gt;&lt;del&gt;SERVER-46091&lt;/del&gt;&lt;/a&gt; Add new failpoint to support driver testing of ResumableChangeStreamError label&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/82fa959d2b9686a8cd553babd0381b0e0d11574d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/82fa959d2b9686a8cd553babd0381b0e0d11574d&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2874608" author="shane.harvey" created="Wed, 12 Feb 2020 18:38:31 +0000"  >&lt;p&gt;Okay, thank you for considering it!&lt;/p&gt;</comment>
                            <comment id="2872698" author="bernard.gorman" created="Wed, 12 Feb 2020 13:28:26 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=shane.harvey&quot; class=&quot;user-hover&quot; rel=&quot;shane.harvey&quot;&gt;shane.harvey&lt;/a&gt;: I&apos;m inclined to add the &lt;tt&gt;failGetMoreAfterCursorCheckout&lt;/tt&gt; failpoint rather than doing &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-39346&quot; title=&quot;Extend failCommand to return an error after executing the command&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-39346&quot;&gt;&lt;del&gt;SERVER-39346&lt;/del&gt;&lt;/a&gt;. Firstly, because &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-39346&quot; title=&quot;Extend failCommand to return an error after executing the command&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-39346&quot;&gt;&lt;del&gt;SERVER-39346&lt;/del&gt;&lt;/a&gt; proposes a more extensive change which would take more time to implement and test, and which we would therefore have to put more thought into scheduling. Secondly, even if we did &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-39346&quot; title=&quot;Extend failCommand to return an error after executing the command&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-39346&quot;&gt;&lt;del&gt;SERVER-39346&lt;/del&gt;&lt;/a&gt; I think we would still need the &lt;tt&gt;failGetMoreAfterCursorCheckout&lt;/tt&gt; for the purposes of the change stream whitelist tests. If we were to do &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-39346&quot; title=&quot;Extend failCommand to return an error after executing the command&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-39346&quot;&gt;&lt;del&gt;SERVER-39346&lt;/del&gt;&lt;/a&gt; alone, then the whitelist tests would &lt;b&gt;have&lt;/b&gt; to use the &quot;full execution&quot; mode in order to test the error labels generated by &lt;tt&gt;getMore&lt;/tt&gt;. But this would no longer be testing just the error label generation logic; it would instead be testing the error label logic &lt;b&gt;plus&lt;/b&gt; the full change stream execution code. The change proposed in &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-39346&quot; title=&quot;Extend failCommand to return an error after executing the command&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-39346&quot;&gt;&lt;del&gt;SERVER-39346&lt;/del&gt;&lt;/a&gt; is geared towards testing the actual behaviour of a command (or more specifically, a sharded transaction), but this is not a requirement for the whitelist tests.&lt;/p&gt;</comment>
                            <comment id="2867849" author="shane.harvey" created="Tue, 11 Feb 2020 23:03:39 +0000"  >&lt;p&gt;I don&apos;t want to cause any delay but if both this ticket and &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-39346&quot; title=&quot;Extend failCommand to return an error after executing the command&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-39346&quot;&gt;&lt;del&gt;SERVER-39346&lt;/del&gt;&lt;/a&gt; are the same amount of work I would prefer the latter. I think it&apos;s at least worth looking into before we commit to a new failGetMoreAfterCursorCheckout failpoint.&lt;/p&gt;</comment>
                            <comment id="2867823" author="divjot.arora" created="Tue, 11 Feb 2020 22:55:13 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=shane.harvey&quot; class=&quot;user-hover&quot; rel=&quot;shane.harvey&quot;&gt;shane.harvey&lt;/a&gt; pointed out that doing &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-39346&quot; title=&quot;Extend failCommand to return an error after executing the command&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-39346&quot;&gt;&lt;del&gt;SERVER-39346&lt;/del&gt;&lt;/a&gt; would solve this issue without creating a new fail point. That is a much larger change, though, and would require more work.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=bernard.gorman&quot; class=&quot;user-hover&quot; rel=&quot;bernard.gorman&quot;&gt;bernard.gorman&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=shane.harvey&quot; class=&quot;user-hover&quot; rel=&quot;shane.harvey&quot;&gt;shane.harvey&lt;/a&gt; Thoughts? Do we want to potentially push this out further or go with the new fail point for now?&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10420">
                    <name>Backports</name>
                                            <outwardlinks description="backported by">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="1084646">SERVER-45505</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>5.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_12450" key="com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes">
                        <customfieldname>Backport Requested</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="16775"><![CDATA[v4.2]]></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, 11 Feb 2020 22:55:13 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        3 years, 51 weeks 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>
                            3 years, 51 weeks ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>bernard.gorman@mongodb.com</customfieldvalue>
            <customfieldvalue>divjot.arora@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>shane.harvey@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hwpyef:</customfieldvalue>

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

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