<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:34:52 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-750] MaxConnIdleTime not working</title>
                <link>https://jira.mongodb.org/browse/GODRIVER-750</link>
                <project id="14289" key="GODRIVER">Go Driver</project>
                    <description>&lt;p&gt;mOpt := options.Client()&lt;br/&gt;
mOpt.SetSingle(false)&lt;br/&gt;
mOpt.SetHeartbeatInterval(15 * time.Second)&lt;br/&gt;
mOpt.SetMaxConnIdleTime(5000)&lt;br/&gt;
mOpt.SetMaxPoolSize(100)&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;that is my code , but I find the connection never release after the max idle time .&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</description>
                <environment></environment>
        <key id="666198">GODRIVER-750</key>
            <summary>MaxConnIdleTime not working</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="kris.brandow@mongodb.com">Kristofer Brandow</assignee>
                                    <reporter username="wzhsh">wzhsh90</reporter>
                        <labels>
                    </labels>
                <created>Sun, 6 Jan 2019 05:26:07 +0000</created>
                <updated>Mon, 28 Jan 2019 21:13:04 +0000</updated>
                            <resolved>Mon, 28 Jan 2019 21:13:04 +0000</resolved>
                                                                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="2108792" author="kris.brandow" created="Tue, 8 Jan 2019 17:00:55 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=wzhsh&quot; class=&quot;user-hover&quot; rel=&quot;wzhsh&quot;&gt;wzhsh&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;The connection pool implementation is lazy, so expired idle connections will only be closed once an attempt to retrieve a connection is made. Does this answer your inquiry?&lt;/p&gt;

&lt;p&gt;You can follow along with &lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-755&quot; title=&quot;Add background goroutine per server to close expired, idle connections&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-755&quot;&gt;&lt;del&gt;GODRIVER-755&lt;/del&gt;&lt;/a&gt; for a potential change in the pool implementation.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;/p&gt;

&lt;p&gt;Kris&lt;/p&gt;</comment>
                            <comment id="2106547" author="wzhsh" created="Sun, 6 Jan 2019 05:28:06 +0000"  >&lt;p&gt;that is not work, I type the wrong word&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|hu8ban:</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>