<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:45:33 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-37289] Use authenticated client to run the refreshLogicalSessionCacheNow command in resmoke sharded cluster fixture</title>
                <link>https://jira.mongodb.org/browse/SERVER-37289</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;To be able to use PyMongo 3.6+ with resmoke, we need to use an authenticated client to run the &lt;tt&gt;refreshLogicalSessionCacheNow&lt;/tt&gt;. Since PyMongo 3.6+ will use implicit sessions, if the command is run unauthenticated then we hit &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-34820&quot; title=&quot;buildInfo fails when no users are authenticated&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-34820&quot;&gt;&lt;del&gt;SERVER-34820&lt;/del&gt;&lt;/a&gt; and fail with a &quot;there are no users authenticated&quot; message.&lt;/p&gt;</description>
                <environment></environment>
        <key id="608981">SERVER-37289</key>
            <summary>Use authenticated client to run the refreshLogicalSessionCacheNow command in resmoke sharded cluster fixture</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="max.hirschhorn@mongodb.com">Max Hirschhorn</assignee>
                                    <reporter username="yves.duhem">Yves Duhem</reporter>
                        <labels>
                            <label>tig-resmoke</label>
                    </labels>
                <created>Mon, 24 Sep 2018 15:12:33 +0000</created>
                <updated>Sun, 29 Oct 2023 22:27:57 +0000</updated>
                            <resolved>Fri, 30 Nov 2018 22:38:21 +0000</resolved>
                                                    <fixVersion>3.6.10</fixVersion>
                                    <component>Testing Infrastructure</component>
                                        <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="2077454" author="xgen-internal-githook" created="Fri, 30 Nov 2018 22:37:43 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Max Hirschhorn&apos;, &apos;email&apos;: &apos;max.hirschhorn@mongodb.com&apos;, &apos;username&apos;: &apos;visemet&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-37289&quot; title=&quot;Use authenticated client to run the refreshLogicalSessionCacheNow command in resmoke sharded cluster fixture&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-37289&quot;&gt;&lt;del&gt;SERVER-37289&lt;/del&gt;&lt;/a&gt; Work around how refreshLogicalSessionCacheNow requires auth.&lt;br/&gt;
Branch: v3.6&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/2734b452c2eb4cecc8c0dc1d21152488abfbaee6&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/2734b452c2eb4cecc8c0dc1d21152488abfbaee6&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2077196" author="blake.oler" created="Fri, 30 Nov 2018 19:36:11 +0000"  >&lt;p&gt;This has been making a decent amount of noise in 3.6 builds. Is it possible we could schedule this soon? &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=max.hirschhorn&quot; class=&quot;user-hover&quot; rel=&quot;max.hirschhorn&quot;&gt;max.hirschhorn&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2012057" author="max.hirschhorn@10gen.com" created="Mon, 24 Sep 2018 15:54:26 +0000"  >&lt;p&gt;Per a Slack conversation with &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=ben.caimano&quot; class=&quot;user-hover&quot; rel=&quot;ben.caimano&quot;&gt;ben.caimano&lt;/a&gt;, the plan is for &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-36152&quot; title=&quot;Update requirements.txt&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-36152&quot;&gt;&lt;del&gt;SERVER-36152&lt;/del&gt;&lt;/a&gt; to not upgrade the version of PyMongo we&apos;re running. This would be problematic on Windows because we aren&apos;t always installing additional dependencies into a virtual environment and are instead sometimes installing additional dependencies into the system Python.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=yves.duhem&quot; class=&quot;user-hover&quot; rel=&quot;yves.duhem&quot;&gt;yves.duhem&lt;/a&gt;, with regard to the &lt;tt&gt;refreshLogicalSessionCacheNow&lt;/tt&gt; command, we could also backport the &lt;tt&gt;requiresAuth()&lt;/tt&gt;-related changes from &lt;a href=&quot;https://github.com/mongodb/mongo/commit/85dc8dd191cbfcddd94a0ac0216f07c7be616cd6&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;85dc8dd&lt;/a&gt; as part of &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-34653&quot; title=&quot;don&amp;#39;t even parse requiresAuth commands unless client is authenticated&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-34653&quot;&gt;&lt;del&gt;SERVER-34653&lt;/del&gt;&lt;/a&gt;. This came up on &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=jack.mulrow&quot; class=&quot;user-hover&quot; rel=&quot;jack.mulrow&quot;&gt;jack.mulrow&lt;/a&gt;&apos;s code review for backporting &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-32604&quot; title=&quot;prevent adding a binary last-stable shard if the cluster is upgrading or downgrading&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-32604&quot;&gt;&lt;del&gt;SERVER-32604&lt;/del&gt;&lt;/a&gt; to the 3.6 branch and he is planning to follow up with the Platforms team about this. More explicitly, we would only need to change resmoke.py to auth on the 3.6 branch if we don&apos;t plan on changing the server&apos;s behavior on the 3.6 branch. There shouldn&apos;t be any issue with the &lt;tt&gt;refreshLogicalSessionCacheNow&lt;/tt&gt; command, logical sessions, and auth on later branches.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                                        </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                                        </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="572114">SERVER-36152</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>3.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_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, 24 Sep 2018 15:54:26 +0000</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>blake.oler@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>max.hirschhorn@mongodb.com</customfieldvalue>
            <customfieldvalue>yves.duhem</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hu8p9j:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hr92rj:</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="2689">STM 2018-12-17</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10555" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</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|hu8biv:</customfieldvalue>

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