<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:34:09 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-407] implicit readPreference not allowed</title>
                <link>https://jira.mongodb.org/browse/GODRIVER-407</link>
                <project id="14289" key="GODRIVER">Go Driver</project>
                    <description>&lt;p&gt;A seg-fault occurred when running documentation example test.&#160; I determined that &quot;readPreference&quot; was assumed to always be explicit in connection string, and if missing server selection for read operations failed due to use of an undefined ```ReadPref``` context.&lt;/p&gt;</description>
                <environment>go version go1.10.2 darwin/amd64&lt;br/&gt;
MongoDB server version: 3.6.4 at &lt;a href=&quot;mongodb://127.0.0.1:27017&quot;&gt;mongodb://127.0.0.1:27017&lt;/a&gt;&lt;br/&gt;
&lt;br/&gt;
</environment>
        <key id="539786">GODRIVER-407</key>
            <summary>implicit readPreference not allowed</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="13201">Fixed</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="tjgerk">Tim Gerk</reporter>
                        <labels>
                    </labels>
                <created>Sat, 5 May 2018 23:36:33 +0000</created>
                <updated>Sat, 28 Oct 2023 11:39:36 +0000</updated>
                            <resolved>Thu, 10 May 2018 17:27:52 +0000</resolved>
                                    <version>0.0.4</version>
                                    <fixVersion>0.0.5</fixVersion>
                                    <component>Connections</component>
                    <component>Options &amp;amp; Configuration</component>
                    <component>Server Selection</component>
                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="1888331" author="xgen-internal-githook" created="Thu, 10 May 2018 17:26:48 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Tim Gerk&apos;, &apos;email&apos;: &apos;tjgerk@gmail.com&apos;, &apos;username&apos;: &apos;tgerk&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-407&quot; title=&quot;implicit readPreference not allowed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-407&quot;&gt;&lt;del&gt;GODRIVER-407&lt;/del&gt;&lt;/a&gt;: add test for readPreference implicit&lt;/p&gt;

&lt;p&gt;includes reviewer&apos;s requested change&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-go-driver/commit/9d404daf2f211108df63340e1ccf86411ed4a442&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-go-driver/commit/9d404daf2f211108df63340e1ccf86411ed4a442&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1888330" author="xgen-internal-githook" created="Thu, 10 May 2018 17:26:45 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Tim Gerk&apos;, &apos;email&apos;: &apos;tjgerk@gmail.com&apos;, &apos;username&apos;: &apos;tgerk&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-407&quot; title=&quot;implicit readPreference not allowed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-407&quot;&gt;&lt;del&gt;GODRIVER-407&lt;/del&gt;&lt;/a&gt;: allow readPreference to be implicit in connection string&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-go-driver/commit/2381ee46c72e7f89cbd5a761b1bf9f2f3786f53e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-go-driver/commit/2381ee46c72e7f89cbd5a761b1bf9f2f3786f53e&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1888109" author="kris.brandow" created="Thu, 10 May 2018 15:26:14 +0000"  >&lt;p&gt;Code Review: &lt;a href=&quot;https://github.com/mongodb/mongo-go-driver/pull/52&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-go-driver/pull/52&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="1884051" author="tjgerk" created="Sun, 6 May 2018 00:03:04 +0000"  >&lt;p&gt;Oops, introduced by case 396&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10520">
                    <name>Problem/Incident</name>
                                                                <inwardlinks description="is caused by">
                                        <issuelink>
            <issuekey id="537099">GODRIVER-396</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                                                <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|htoe5z:</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>