<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:09:47 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>[CDRIVER-531] 1.1.0 post release bump breaks --with-libbson=system</title>
                <link>https://jira.mongodb.org/browse/CDRIVER-531</link>
                <project id="10030" key="CDRIVER">C Driver</project>
                    <description>&lt;p&gt;This commit &lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/ed4980d00bdaf2957cc41b80c087589aabee6147&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/ed4980d00bdaf2957cc41b80c087589aabee6147&lt;/a&gt; bumps the minimum libbson version to 1.1.1, which doesn&apos;t exist yet. This means it will always build with bundled libbson, which breaks packaging the libraries separately.&lt;/p&gt;</description>
                <environment></environment>
        <key id="184581">CDRIVER-531</key>
            <summary>1.1.0 post release bump breaks --with-libbson=system</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="9">Done</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="jonathan.reams@mongodb.com">Jonathan Reams</reporter>
                        <labels>
                    </labels>
                <created>Tue, 17 Feb 2015 15:15:43 +0000</created>
                <updated>Wed, 3 May 2017 22:13:52 +0000</updated>
                            <resolved>Mon, 23 Feb 2015 14:57:36 +0000</resolved>
                                                                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="997317" author="xgen-internal-githook" created="Wed, 5 Aug 2015 17:22:05 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;ajdavis&apos;, u&apos;name&apos;: u&apos;A. Jesse Jiryu Davis&apos;, u&apos;email&apos;: u&apos;jesse@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-531&quot; title=&quot;1.1.0 post release bump breaks --with-libbson=system&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-531&quot;&gt;&lt;del&gt;CDRIVER-531&lt;/del&gt;&lt;/a&gt; remove debugging printfs&lt;br/&gt;
Branch: 1.2.0-dev&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/8ef31e5b0c69d1b8dbde37df06d2b458735f7ddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/8ef31e5b0c69d1b8dbde37df06d2b458735f7ddc&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="997316" author="xgen-internal-githook" created="Wed, 5 Aug 2015 17:22:04 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;ajdavis&apos;, u&apos;name&apos;: u&apos;A. Jesse Jiryu Davis&apos;, u&apos;email&apos;: u&apos;jesse@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-531&quot; title=&quot;1.1.0 post release bump breaks --with-libbson=system&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-531&quot;&gt;&lt;del&gt;CDRIVER-531&lt;/del&gt;&lt;/a&gt; don&apos;t retry a host during one RS reconnect&lt;/p&gt;

&lt;p&gt;Fix scenarios like:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;We get disconnected from primary and start reconnecting&lt;/li&gt;
	&lt;li&gt;Check primary, it&apos;s down, time out after N seconds&lt;/li&gt;
	&lt;li&gt;Check secondary, it&apos;s up and tells us about primary&lt;/li&gt;
	&lt;li&gt;We re-register primary and try it again&lt;/li&gt;
	&lt;li&gt;It&apos;s still down, time out after another N seconds&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;To fix this, remember we&apos;ve tried host &quot;H&quot; during this reconnect and&lt;br/&gt;
don&apos;t retry it, even if another host&apos;s peer list tells us to&lt;br/&gt;
re-register &quot;H&quot;.&lt;br/&gt;
Branch: 1.2.0-dev&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/d4a56e7e6ee990930bf7054a384fde019d816bd9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/d4a56e7e6ee990930bf7054a384fde019d816bd9&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="925129" author="xgen-internal-githook" created="Wed, 27 May 2015 19:48:03 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;ajdavis&apos;, u&apos;name&apos;: u&apos;A. Jesse Jiryu Davis&apos;, u&apos;email&apos;: u&apos;jesse@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-531&quot; title=&quot;1.1.0 post release bump breaks --with-libbson=system&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-531&quot;&gt;&lt;del&gt;CDRIVER-531&lt;/del&gt;&lt;/a&gt; remove debugging printfs&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/8ef31e5b0c69d1b8dbde37df06d2b458735f7ddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/8ef31e5b0c69d1b8dbde37df06d2b458735f7ddc&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="834751" author="xgen-internal-githook" created="Mon, 23 Feb 2015 14:43:45 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;TylerBrock&apos;, u&apos;name&apos;: u&apos;Tyler Brock&apos;, u&apos;email&apos;: u&apos;tyler.brock@gmail.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-531&quot; title=&quot;1.1.0 post release bump breaks --with-libbson=system&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-531&quot;&gt;&lt;del&gt;CDRIVER-531&lt;/del&gt;&lt;/a&gt; Correct libbson_required_version to 1.1.0&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/59548f9ecdc7593d7df7ecf0473c82b71c149a91&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/59548f9ecdc7593d7df7ecf0473c82b71c149a91&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <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|hs6cnj:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>162321</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>