<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:54:01 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>[JAVA-1200] Ensure getServer and getConnection are non blocking for async bindings</title>
                <link>https://jira.mongodb.org/browse/JAVA-1200</link>
                <project id="10006" key="JAVA">Java Driver</project>
                    <description></description>
                <environment></environment>
        <key id="134429">JAVA-1200</key>
            <summary>Ensure getServer and getConnection are non blocking for async bindings</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="9">Done</resolution>
                                        <assignee username="jeff.yemin@mongodb.com">Jeffrey Yemin</assignee>
                                    <reporter username="ross@mongodb.com">Ross Lawley</reporter>
                        <labels>
                    </labels>
                <created>Thu, 1 May 2014 17:58:13 +0000</created>
                <updated>Fri, 4 Nov 2016 18:10:49 +0000</updated>
                            <resolved>Tue, 25 Nov 2014 22:39:35 +0000</resolved>
                                                    <fixVersion>3.0.0</fixVersion>
                                    <component>Connection Management</component>
                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="818030" author="xgen-internal-githook" created="Fri, 30 Jan 2015 18:45:47 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;jyemin&apos;, u&apos;name&apos;: u&apos;Jeff Yemin&apos;, u&apos;email&apos;: u&apos;jeff.yemin@10gen.com&apos;}
&lt;p&gt;Message: DefaultConnectionPool.getAsync now opens each connection asynchronously.&lt;/p&gt;

&lt;p&gt; &lt;a href=&quot;https://jira.mongodb.org/browse/JAVA-1200&quot; title=&quot;Ensure getServer and getConnection are non blocking for async bindings&quot; class=&quot;issue-link&quot; data-issue-key=&quot;JAVA-1200&quot;&gt;&lt;del&gt;JAVA-1200&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-java-driver/commit/27e75da8ec9a3aa1488d9c9827cf8c62b5b3c2ad&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-java-driver/commit/27e75da8ec9a3aa1488d9c9827cf8c62b5b3c2ad&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="818029" author="xgen-internal-githook" created="Fri, 30 Jan 2015 18:45:46 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;jyemin&apos;, u&apos;name&apos;: u&apos;Jeff Yemin&apos;, u&apos;email&apos;: u&apos;jeff.yemin@10gen.com&apos;}
&lt;p&gt;Message: Added Server.getConnectionAsync and supporting implementation in DefaultServer and DefaultConnectionPool&lt;br/&gt;
The connection pool implements it with a single threaded executor service and handles wait queue size and timeout enforcement&lt;/p&gt;

&lt;p&gt;  &lt;a href=&quot;https://jira.mongodb.org/browse/JAVA-1200&quot; title=&quot;Ensure getServer and getConnection are non blocking for async bindings&quot; class=&quot;issue-link&quot; data-issue-key=&quot;JAVA-1200&quot;&gt;&lt;del&gt;JAVA-1200&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-java-driver/commit/3b544aad086ea9b11039e1d188fbfa5ce12f7795&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-java-driver/commit/3b544aad086ea9b11039e1d188fbfa5ce12f7795&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="818026" author="xgen-internal-githook" created="Fri, 30 Jan 2015 18:45:42 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;jyemin&apos;, u&apos;name&apos;: u&apos;Jeff Yemin&apos;, u&apos;email&apos;: u&apos;jeff.yemin@10gen.com&apos;}
&lt;p&gt;Message: Added selectServerAsync method to Cluster for efficient asynchronous server selection.&lt;br/&gt;
The BaseCluster implementation maintains a concurrent deque of pending server selection request&lt;br/&gt;
and a single background thread to iterate through them whenever a new cluster description has been published.&lt;br/&gt;
It supports logging, timeouts and a max wait queue size&lt;/p&gt;

&lt;p&gt;   &lt;a href=&quot;https://jira.mongodb.org/browse/JAVA-1200&quot; title=&quot;Ensure getServer and getConnection are non blocking for async bindings&quot; class=&quot;issue-link&quot; data-issue-key=&quot;JAVA-1200&quot;&gt;&lt;del&gt;JAVA-1200&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-java-driver/commit/2fa496aad39945a7f8bda84e3660b6ce6bd0d0a1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-java-driver/commit/2fa496aad39945a7f8bda84e3660b6ce6bd0d0a1&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="818025" author="xgen-internal-githook" created="Fri, 30 Jan 2015 18:45:41 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;jyemin&apos;, u&apos;name&apos;: u&apos;Jeff Yemin&apos;, u&apos;email&apos;: u&apos;jeff.yemin@10gen.com&apos;}
&lt;p&gt;Message: Setting maxWaitQueueSize property correctly from MongoClientOptions for both ConnectionPoolSettings and ClusterSettings&lt;/p&gt;

&lt;p&gt; &lt;a href=&quot;https://jira.mongodb.org/browse/JAVA-1200&quot; title=&quot;Ensure getServer and getConnection are non blocking for async bindings&quot; class=&quot;issue-link&quot; data-issue-key=&quot;JAVA-1200&quot;&gt;&lt;del&gt;JAVA-1200&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-java-driver/commit/df3328712cb8d695380544d691d8b6af8013f875&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-java-driver/commit/df3328712cb8d695380544d691d8b6af8013f875&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="818024" author="xgen-internal-githook" created="Fri, 30 Jan 2015 18:45:40 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;jyemin&apos;, u&apos;name&apos;: u&apos;Jeff Yemin&apos;, u&apos;email&apos;: u&apos;jeff.yemin@10gen.com&apos;}
&lt;p&gt;Message: Added maxWaitQueueSize property to ClusterSettings&lt;/p&gt;

&lt;p&gt;  &lt;a href=&quot;https://jira.mongodb.org/browse/JAVA-1200&quot; title=&quot;Ensure getServer and getConnection are non blocking for async bindings&quot; class=&quot;issue-link&quot; data-issue-key=&quot;JAVA-1200&quot;&gt;&lt;del&gt;JAVA-1200&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-java-driver/commit/3d808f87e302dc61a66aa375fcb0bfc6d8be3e77&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-java-driver/commit/3d808f87e302dc61a66aa375fcb0bfc6d8be3e77&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="772885" author="xgen-internal-githook" created="Tue, 25 Nov 2014 22:39:22 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;jyemin&apos;, u&apos;name&apos;: u&apos;Jeff Yemin&apos;, u&apos;email&apos;: u&apos;jeff.yemin@10gen.com&apos;}
&lt;p&gt;Message: DefaultConnectionPool.getAsync now opens each connection asynchronously.&lt;/p&gt;

&lt;p&gt; &lt;a href=&quot;https://jira.mongodb.org/browse/JAVA-1200&quot; title=&quot;Ensure getServer and getConnection are non blocking for async bindings&quot; class=&quot;issue-link&quot; data-issue-key=&quot;JAVA-1200&quot;&gt;&lt;del&gt;JAVA-1200&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: 3.0.x&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-java-driver/commit/27e75da8ec9a3aa1488d9c9827cf8c62b5b3c2ad&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-java-driver/commit/27e75da8ec9a3aa1488d9c9827cf8c62b5b3c2ad&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="772884" author="xgen-internal-githook" created="Tue, 25 Nov 2014 22:39:21 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;jyemin&apos;, u&apos;name&apos;: u&apos;Jeff Yemin&apos;, u&apos;email&apos;: u&apos;jeff.yemin@10gen.com&apos;}
&lt;p&gt;Message: Added Server.getConnectionAsync and supporting implementation in DefaultServer and DefaultConnectionPool&lt;br/&gt;
The connection pool implements it with a single threaded executor service and handles wait queue size and timeout enforcement&lt;/p&gt;

&lt;p&gt;  &lt;a href=&quot;https://jira.mongodb.org/browse/JAVA-1200&quot; title=&quot;Ensure getServer and getConnection are non blocking for async bindings&quot; class=&quot;issue-link&quot; data-issue-key=&quot;JAVA-1200&quot;&gt;&lt;del&gt;JAVA-1200&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: 3.0.x&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-java-driver/commit/3b544aad086ea9b11039e1d188fbfa5ce12f7795&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-java-driver/commit/3b544aad086ea9b11039e1d188fbfa5ce12f7795&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="770235" author="xgen-internal-githook" created="Fri, 21 Nov 2014 19:26:15 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;jyemin&apos;, u&apos;name&apos;: u&apos;Jeff Yemin&apos;, u&apos;email&apos;: u&apos;jeff.yemin@10gen.com&apos;}
&lt;p&gt;Message: Added selectServerAsync method to Cluster for efficient asynchronous server selection.&lt;br/&gt;
The BaseCluster implementation maintains a concurrent deque of pending server selection request&lt;br/&gt;
and a single background thread to iterate through them whenever a new cluster description has been published.&lt;br/&gt;
It supports logging, timeouts and a max wait queue size&lt;/p&gt;

&lt;p&gt;   &lt;a href=&quot;https://jira.mongodb.org/browse/JAVA-1200&quot; title=&quot;Ensure getServer and getConnection are non blocking for async bindings&quot; class=&quot;issue-link&quot; data-issue-key=&quot;JAVA-1200&quot;&gt;&lt;del&gt;JAVA-1200&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: 3.0.x&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-java-driver/commit/2fa496aad39945a7f8bda84e3660b6ce6bd0d0a1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-java-driver/commit/2fa496aad39945a7f8bda84e3660b6ce6bd0d0a1&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="770234" author="xgen-internal-githook" created="Fri, 21 Nov 2014 19:26:14 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;jyemin&apos;, u&apos;name&apos;: u&apos;Jeff Yemin&apos;, u&apos;email&apos;: u&apos;jeff.yemin@10gen.com&apos;}
&lt;p&gt;Message: Setting maxWaitQueueSize property correctly from MongoClientOptions for both ConnectionPoolSettings and ClusterSettings&lt;/p&gt;

&lt;p&gt; &lt;a href=&quot;https://jira.mongodb.org/browse/JAVA-1200&quot; title=&quot;Ensure getServer and getConnection are non blocking for async bindings&quot; class=&quot;issue-link&quot; data-issue-key=&quot;JAVA-1200&quot;&gt;&lt;del&gt;JAVA-1200&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: 3.0.x&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-java-driver/commit/df3328712cb8d695380544d691d8b6af8013f875&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-java-driver/commit/df3328712cb8d695380544d691d8b6af8013f875&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="770233" author="xgen-internal-githook" created="Fri, 21 Nov 2014 19:26:13 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;jyemin&apos;, u&apos;name&apos;: u&apos;Jeff Yemin&apos;, u&apos;email&apos;: u&apos;jeff.yemin@10gen.com&apos;}
&lt;p&gt;Message: Added maxWaitQueueSize property to ClusterSettings&lt;/p&gt;

&lt;p&gt;  &lt;a href=&quot;https://jira.mongodb.org/browse/JAVA-1200&quot; title=&quot;Ensure getServer and getConnection are non blocking for async bindings&quot; class=&quot;issue-link&quot; data-issue-key=&quot;JAVA-1200&quot;&gt;&lt;del&gt;JAVA-1200&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: 3.0.x&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-java-driver/commit/3d808f87e302dc61a66aa375fcb0bfc6d8be3e77&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-java-driver/commit/3d808f87e302dc61a66aa375fcb0bfc6d8be3e77&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="153252">JAVA-1387</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_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>JAVA-774</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hs42jr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>148668</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="338">Java Sprint 11</customfieldvalue>

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