<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:34:16 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-460] Attempt to grow connection readBuf before allocating new buffer.</title>
                <link>https://jira.mongodb.org/browse/GODRIVER-460</link>
                <project id="14289" key="GODRIVER">Go Driver</project>
                    <description>&lt;p&gt;Currently when we attempt to read a wire message from a &lt;tt&gt;connection.Connection&lt;/tt&gt; the &lt;tt&gt;c.readBuf&lt;/tt&gt; will either be the correct size already or it will be shrunk. If either of these cannot be done, then a new buffer is allocated. This wastes allocation because the buffer that was allocated could have a capacity that is of the correct size, meaning that we only actually need to allocate a buffer if the message we are going to read is larger than the largest message we&apos;ve ever read.&lt;/p&gt;

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

&lt;p&gt;Update the &lt;tt&gt;ReadWireMessage&lt;/tt&gt; method of the &lt;tt&gt;connection.Connection&lt;/tt&gt; type to check the capacity of the &lt;tt&gt;readBuf&lt;/tt&gt; and if the capacity is large enough, reslice the slice to that size.&lt;/p&gt;</description>
                <environment></environment>
        <key id="557652">GODRIVER-460</key>
            <summary>Attempt to grow connection readBuf before allocating new buffer.</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="4" iconUrl="https://jira.mongodb.org/images/icons/priorities/minor.svg">Minor - P4</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="matthew.chiaravalloti@mongodb.com">Matthew Chiaravalloti</assignee>
                                    <reporter username="kris.brandow@mongodb.com">Kristofer Brandow</reporter>
                        <labels>
                            <label>neweng</label>
                    </labels>
                <created>Mon, 11 Jun 2018 19:53:42 +0000</created>
                <updated>Sat, 28 Oct 2023 11:39:32 +0000</updated>
                            <resolved>Mon, 10 Sep 2018 14:58:17 +0000</resolved>
                                    <version>0.0.6</version>
                                    <fixVersion>0.0.14</fixVersion>
                                    <component>Connections</component>
                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                        <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|hr8c3j:</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>