<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:39:02 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>[GODRIVER-2620] Failure on Hostname Parsing for SRV Polling</title>
                <link>https://jira.mongodb.org/browse/GODRIVER-2620</link>
                <project id="14289" key="GODRIVER">Go Driver</project>
                    <description>&lt;p&gt;In the investigation of HELP-38552, it turned out that the driver did not &lt;a href=&quot;https://github.com/mongodb/mongo-go-driver/blob/master/x/mongo/driver/topology/topology.go#L577-L581&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;parse the SRV hostname&lt;/a&gt; correctly for any URI with a username and password. e.g, for a URI of&#160;&lt;tt&gt;mongodb+srv://&amp;lt;USER:PASS&amp;gt;@&amp;lt;HOST&amp;gt;/&amp;lt;PATH&amp;gt;&lt;/tt&gt;, the&#160;&lt;tt&gt;hosts&lt;/tt&gt;&#160;was set to&#160;&lt;tt&gt;&amp;lt;USER:PASS&amp;gt;&lt;/tt&gt;&#160;instead of&#160;&lt;tt&gt;&amp;lt;HOST&amp;gt;&lt;/tt&gt;. Therefore, the driver could not connect to the SRV server to get topology updates after the initial SRV call. The connecting error was not returned or logged, either.&lt;/p&gt;</description>
                <environment></environment>
        <key id="2168646">GODRIVER-2620</key>
            <summary>Failure on Hostname Parsing for SRV Polling</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="10300" iconUrl="https://jira.mongodb.org/images/icons/priorities/medium.svg">Unknown</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="qingyang.hu@mongodb.com">Qingyang Hu</assignee>
                                    <reporter username="qingyang.hu@mongodb.com">Qingyang Hu</reporter>
                        <labels>
                    </labels>
                <created>Thu, 27 Oct 2022 15:51:59 +0000</created>
                <updated>Sat, 28 Oct 2023 11:37:26 +0000</updated>
                            <resolved>Fri, 28 Oct 2022 22:05:22 +0000</resolved>
                                                    <fixVersion>1.11.0</fixVersion>
                    <fixVersion>1.8.6</fixVersion>
                    <fixVersion>1.9.3</fixVersion>
                    <fixVersion>1.10.4</fixVersion>
                                                        <votes>0</votes>
                                    <watches>8</watches>
                                                                                                                <comments>
                            <comment id="4945777" author="xgen-internal-githook" created="Tue, 1 Nov 2022 20:08:07 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Qingyang Hu&apos;, &apos;email&apos;: &apos;103950869+qingyang-hu@users.noreply.github.com&apos;, &apos;username&apos;: &apos;qingyang-hu&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-2620&quot; title=&quot;Failure on Hostname Parsing for SRV Polling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-2620&quot;&gt;&lt;del&gt;GODRIVER-2620&lt;/del&gt;&lt;/a&gt; Fix hostname parsing for SRV polling. (#1112)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-2620&quot; title=&quot;Failure on Hostname Parsing for SRV Polling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-2620&quot;&gt;&lt;del&gt;GODRIVER-2620&lt;/del&gt;&lt;/a&gt; Fix hostname parsing for SRV polling.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Co-authored-by: Preston Vasquez &amp;lt;24281431+prestonvasquez@users.noreply.github.com&amp;gt;&lt;br/&gt;
Co-authored-by: Kevin Albertson &amp;lt;kevin.albertson@10gen.com&amp;gt;&lt;br/&gt;
Branch: release/1.10&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-go-driver/commit/861364b2ec885826130592c239524bdd09af5026&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-go-driver/commit/861364b2ec885826130592c239524bdd09af5026&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4945065" author="xgen-internal-githook" created="Tue, 1 Nov 2022 17:26:12 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Qingyang Hu&apos;, &apos;email&apos;: &apos;103950869+qingyang-hu@users.noreply.github.com&apos;, &apos;username&apos;: &apos;qingyang-hu&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-2620&quot; title=&quot;Failure on Hostname Parsing for SRV Polling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-2620&quot;&gt;&lt;del&gt;GODRIVER-2620&lt;/del&gt;&lt;/a&gt; Fix hostname parsing for SRV polling. (#1112)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-2620&quot; title=&quot;Failure on Hostname Parsing for SRV Polling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-2620&quot;&gt;&lt;del&gt;GODRIVER-2620&lt;/del&gt;&lt;/a&gt; Fix hostname parsing for SRV polling.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Co-authored-by: Preston Vasquez &amp;lt;24281431+prestonvasquez@users.noreply.github.com&amp;gt;&lt;br/&gt;
Co-authored-by: Kevin Albertson &amp;lt;kevin.albertson@10gen.com&amp;gt;&lt;br/&gt;
Branch: release/1.9&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-go-driver/commit/fd3b03006482b231aefac143a0d2e25b85236543&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-go-driver/commit/fd3b03006482b231aefac143a0d2e25b85236543&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4944404" author="xgen-internal-githook" created="Tue, 1 Nov 2022 14:46:06 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Qingyang Hu&apos;, &apos;email&apos;: &apos;103950869+qingyang-hu@users.noreply.github.com&apos;, &apos;username&apos;: &apos;qingyang-hu&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-2620&quot; title=&quot;Failure on Hostname Parsing for SRV Polling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-2620&quot;&gt;&lt;del&gt;GODRIVER-2620&lt;/del&gt;&lt;/a&gt; Fix hostname parsing for SRV polling. (#1112)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-2620&quot; title=&quot;Failure on Hostname Parsing for SRV Polling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-2620&quot;&gt;&lt;del&gt;GODRIVER-2620&lt;/del&gt;&lt;/a&gt; Fix hostname parsing for SRV polling.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Co-authored-by: Preston Vasquez &amp;lt;24281431+prestonvasquez@users.noreply.github.com&amp;gt;&lt;br/&gt;
Co-authored-by: Kevin Albertson &amp;lt;kevin.albertson@10gen.com&amp;gt;&lt;br/&gt;
Branch: release/1.8&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-go-driver/commit/2952197df8a3bca314888e855067c0d64e3c2ffa&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-go-driver/commit/2952197df8a3bca314888e855067c0d64e3c2ffa&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4937263" author="xgen-internal-githook" created="Fri, 28 Oct 2022 22:03:16 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Qingyang Hu&apos;, &apos;email&apos;: &apos;103950869+qingyang-hu@users.noreply.github.com&apos;, &apos;username&apos;: &apos;qingyang-hu&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-2620&quot; title=&quot;Failure on Hostname Parsing for SRV Polling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-2620&quot;&gt;&lt;del&gt;GODRIVER-2620&lt;/del&gt;&lt;/a&gt; Fix hostname parsing for SRV polling. (#1112)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-2620&quot; title=&quot;Failure on Hostname Parsing for SRV Polling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-2620&quot;&gt;&lt;del&gt;GODRIVER-2620&lt;/del&gt;&lt;/a&gt; Fix hostname parsing for SRV polling.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Co-authored-by: Preston Vasquez &amp;lt;24281431+prestonvasquez@users.noreply.github.com&amp;gt;&lt;br/&gt;
Co-authored-by: Kevin Albertson &amp;lt;kevin.albertson@10gen.com&amp;gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-go-driver/commit/e4853fbfafb698453919ca083d1b3beddd53f75c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-go-driver/commit/e4853fbfafb698453919ca083d1b3beddd53f75c&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                                        </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                    <customfield id="customfield_13552" key="com.go2group.jira.plugin.crm:crm_generic_field">
                        <customfieldname>Case</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[[5006R00001nKGRBQA4]]]></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_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|i0ycpk:</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>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>