<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:29:00 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-32040] MongoS clients not seeing databases after config server change to CSRS, cannot authenticate</title>
                <link>https://jira.mongodb.org/browse/SERVER-32040</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;The three config servers were migrated to CSRS and WiredTiger last week. Followed the documentation here : &lt;a href=&quot;https://docs.mongodb.com/manual/tutorial/upgrade-config-servers-to-replica-set/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://docs.mongodb.com/manual/tutorial/upgrade-config-servers-to-replica-set/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Since the change, when connection to a mongoS, we cannot see the databases after using show dbs and we cannot connect using --authenticationDatabase admin  --username root --password xxxxx --authenticationMechanism SCRAM-SHA-1&lt;/p&gt;

&lt;p&gt;There are no errors in any logs, neither mongos, on the config servers, on the mongod machines. rs.conf and rs.status are OK.&lt;/p&gt;

&lt;p&gt;The mongos have been stopped and restarted a few times to try and rectify this, with no luck.&lt;/p&gt;</description>
                <environment></environment>
        <key id="461319">SERVER-32040</key>
            <summary>MongoS clients not seeing databases after config server change to CSRS, cannot authenticate</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</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="13203">Gone away</resolution>
                                        <assignee username="mark.agarunov">Mark Agarunov</assignee>
                                    <reporter username="mattbunter">Matt Bunter</reporter>
                        <labels>
                    </labels>
                <created>Mon, 20 Nov 2017 10:02:39 +0000</created>
                <updated>Fri, 27 Oct 2023 20:43:47 +0000</updated>
                            <resolved>Tue, 28 Nov 2017 17:30:06 +0000</resolved>
                                    <version>3.2.5</version>
                                                    <component>Security</component>
                    <component>Usability</component>
                                        <votes>0</votes>
                                    <watches>6</watches>
                                                                                                                <comments>
                            <comment id="1736268" author="mark.agarunov" created="Tue, 28 Nov 2017 17:29:44 +0000"  >&lt;p&gt;Hello &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=mattbunter&quot; class=&quot;user-hover&quot; rel=&quot;mattbunter&quot;&gt;mattbunter&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;Thank you for the additional information. I&apos;m glad to hear the migration was successful and I apologize that the documentation was unclear. If possible, could you please &lt;a href=&quot;https://jira.mongodb.org/projects/DOCS&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;open a DOCS ticket&lt;/a&gt; detailing the issues you&apos;ve found with the documentation? We appreciate any feedback on how we can make this process more clear, so no time was wasted at all.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
Mark&lt;/p&gt;</comment>
                            <comment id="1732718" author="mattbunter" created="Wed, 22 Nov 2017 11:12:59 +0000"  >&lt;p&gt;We have successfully migrated to CSRS and WiredTiger for the config servers.&lt;/p&gt;

&lt;p&gt;Both myself and my colleague found the migration procedure a bit confusing, in particular the modifications done on confServer1:port1&lt;/p&gt;

&lt;p&gt;We feel that stressing that the dbpath and port of this server should not change throughout the migration procedure would help future readers. We also feel that a suggestion to start the 3rd &apos;new&apos; config server on the same machine as confServer1:port1 would ensure that the same architecture as before the migration is maintained.&lt;/p&gt;

&lt;p&gt;Apologies for &apos;wasting&apos; your time with this.&lt;/p&gt;</comment>
                            <comment id="1731892" author="mark.agarunov" created="Tue, 21 Nov 2017 18:18:35 +0000"  >&lt;p&gt;Hello &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=mattbunter&quot; class=&quot;user-hover&quot; rel=&quot;mattbunter&quot;&gt;mattbunter&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;Thank you for the report and update on the status. I&apos;m glad to hear you&apos;ve found a solution. If this is still an issue once you&apos;ve made another attempt, please provide the complete logs from the nodes involved so we can diagnose the cause of the issue.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
Mark&lt;/p&gt;</comment>
                            <comment id="1731760" author="mattbunter" created="Tue, 21 Nov 2017 16:52:24 +0000"  >&lt;p&gt;We may have found the issue. Will be re-playing the migration procedure and will update here if it works.&lt;/p&gt;</comment>
                            <comment id="1731385" author="mattbunter" created="Tue, 21 Nov 2017 10:24:49 +0000"  >&lt;p&gt;We have fallen back to the old non-replica set (SCCC) setup. We now see the full list of databases under the mongoS, and we can use the authentification.&lt;/p&gt;

&lt;p&gt;We would still like any feedback on why this migration following the published procedure didn&apos;t work, and why there is no error message to search for that points us in the right direction.&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>5.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 21 Nov 2017 18:18:35 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        6 years, 11 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_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>
                            6 years, 11 weeks, 1 day ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10032" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Operating System</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10026"><![CDATA[ALL]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>mark.agarunov</customfieldvalue>
            <customfieldvalue>mattbunter</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|htkfd3:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|htc40n:</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_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|htk1gv:</customfieldvalue>

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