<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:10:28 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-735] Aggregations executed twice on MongoDB &lt; 2.6</title>
                <link>https://jira.mongodb.org/browse/CDRIVER-735</link>
                <project id="10030" key="CDRIVER">C Driver</project>
                    <description>&lt;p&gt;The driver should check if maxWireVersion &amp;gt;= 1 and if so pass &quot;cursor: {}&quot; to the &quot;aggregate&quot; command. Instead it doesn&apos;t check the wire version; it always passes &quot;cursor: {batchSize: 100}&quot; and if it gets an error it tries again without the &quot;cursor&quot; field, doing another round trip on every aggregation.&lt;/p&gt;</description>
                <environment></environment>
        <key id="215238">CDRIVER-735</key>
            <summary>Aggregations executed twice on MongoDB &lt; 2.6</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="jesse@mongodb.com">A. Jesse Jiryu Davis</assignee>
                                    <reporter username="jesse@mongodb.com">A. Jesse Jiryu Davis</reporter>
                        <labels>
                    </labels>
                <created>Tue, 7 Jul 2015 13:56:21 +0000</created>
                <updated>Wed, 19 Oct 2016 14:15:10 +0000</updated>
                            <resolved>Fri, 28 Aug 2015 19:26:31 +0000</resolved>
                                                    <fixVersion>1.2-beta1</fixVersion>
                                    <component>libmongoc</component>
                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="1131729" author="xgen-internal-githook" created="Mon, 11 Jan 2016 22:05:27 +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: leak in collection_aggregate&lt;/p&gt;

&lt;p&gt;Introduced while fixing &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-735&quot; title=&quot;Aggregations executed twice on MongoDB &amp;lt; 2.6&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-735&quot;&gt;&lt;del&gt;CDRIVER-735&lt;/del&gt;&lt;/a&gt;.&lt;br/&gt;
Branch: 1.3.0-dev&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/7888eed8bf404418a5211e0ba3bad8850d8fdba1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/7888eed8bf404418a5211e0ba3bad8850d8fdba1&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1131725" author="xgen-internal-githook" created="Mon, 11 Jan 2016 22:05:22 +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-735&quot; title=&quot;Aggregations executed twice on MongoDB &amp;lt; 2.6&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-735&quot;&gt;&lt;del&gt;CDRIVER-735&lt;/del&gt;&lt;/a&gt; only test allowDiskUse on new mongods&lt;/p&gt;

&lt;p&gt;The &quot;aggregate&quot; command only accepts allowDiskUse in mongod 2.6+.&lt;br/&gt;
Branch: 1.3.0-dev&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/84907a127eab493beb922e0c48c7966f053c0ed9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/84907a127eab493beb922e0c48c7966f053c0ed9&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1131724" author="xgen-internal-githook" created="Mon, 11 Jan 2016 22:05:21 +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-735&quot; title=&quot;Aggregations executed twice on MongoDB &amp;lt; 2.6&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-735&quot;&gt;&lt;del&gt;CDRIVER-735&lt;/del&gt;&lt;/a&gt; fix aggregate test&lt;/p&gt;

&lt;p&gt;A reused index variable meant not all of the test was ever run. Also,&lt;br/&gt;
remove some test code for MongoDB 2.0, now long obsolete, that might&lt;br/&gt;
have masked future regressions.&lt;br/&gt;
Branch: 1.3.0-dev&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/35312faa91e4ab29fe3bce01c1ea8e7221d8465f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/35312faa91e4ab29fe3bce01c1ea8e7221d8465f&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1131723" author="xgen-internal-githook" created="Mon, 11 Jan 2016 22:05:20 +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-735&quot; title=&quot;Aggregations executed twice on MongoDB &amp;lt; 2.6&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-735&quot;&gt;&lt;del&gt;CDRIVER-735&lt;/del&gt;&lt;/a&gt; segfault in aggregate&lt;/p&gt;

&lt;p&gt;And update doc for mongoc_topology_select to warn that some pointer&lt;br/&gt;
parameters cannot be NULL.&lt;br/&gt;
Branch: 1.3.0-dev&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/5607a298f35a403dd446091bcdd4757d4e0fe1d7&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/5607a298f35a403dd446091bcdd4757d4e0fe1d7&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1070865" author="xgen-internal-githook" created="Mon, 26 Oct 2015 20:33:52 +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: leak in collection_aggregate&lt;/p&gt;

&lt;p&gt;Introduced while fixing &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-735&quot; title=&quot;Aggregations executed twice on MongoDB &amp;lt; 2.6&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-735&quot;&gt;&lt;del&gt;CDRIVER-735&lt;/del&gt;&lt;/a&gt;.&lt;br/&gt;
Branch: debian&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/7888eed8bf404418a5211e0ba3bad8850d8fdba1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/7888eed8bf404418a5211e0ba3bad8850d8fdba1&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1024620" author="xgen-internal-githook" created="Tue, 8 Sep 2015 22:41:27 +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: leak in collection_aggregate&lt;/p&gt;

&lt;p&gt;Introduced while fixing &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-735&quot; title=&quot;Aggregations executed twice on MongoDB &amp;lt; 2.6&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-735&quot;&gt;&lt;del&gt;CDRIVER-735&lt;/del&gt;&lt;/a&gt;.&lt;br/&gt;
Branch: 1.2.0-dev&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/7888eed8bf404418a5211e0ba3bad8850d8fdba1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/7888eed8bf404418a5211e0ba3bad8850d8fdba1&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1021181" author="xgen-internal-githook" created="Wed, 2 Sep 2015 23:29:17 +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-735&quot; title=&quot;Aggregations executed twice on MongoDB &amp;lt; 2.6&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-735&quot;&gt;&lt;del&gt;CDRIVER-735&lt;/del&gt;&lt;/a&gt; only test allowDiskUse on new mongods&lt;/p&gt;

&lt;p&gt;The &quot;aggregate&quot; command only accepts allowDiskUse in mongod 2.6+.&lt;br/&gt;
Branch: 1.2.0-dev&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/84907a127eab493beb922e0c48c7966f053c0ed9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/84907a127eab493beb922e0c48c7966f053c0ed9&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1021180" author="xgen-internal-githook" created="Wed, 2 Sep 2015 23:29:16 +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-735&quot; title=&quot;Aggregations executed twice on MongoDB &amp;lt; 2.6&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-735&quot;&gt;&lt;del&gt;CDRIVER-735&lt;/del&gt;&lt;/a&gt; fix aggregate test&lt;/p&gt;

&lt;p&gt;A reused index variable meant not all of the test was ever run. Also,&lt;br/&gt;
remove some test code for MongoDB 2.0, now long obsolete, that might&lt;br/&gt;
have masked future regressions.&lt;br/&gt;
Branch: 1.2.0-dev&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/35312faa91e4ab29fe3bce01c1ea8e7221d8465f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/35312faa91e4ab29fe3bce01c1ea8e7221d8465f&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1021153" author="xgen-internal-githook" created="Wed, 2 Sep 2015 22:19: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-735&quot; title=&quot;Aggregations executed twice on MongoDB &amp;lt; 2.6&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-735&quot;&gt;&lt;del&gt;CDRIVER-735&lt;/del&gt;&lt;/a&gt; segfault in aggregate&lt;/p&gt;

&lt;p&gt;And update doc for mongoc_topology_select to warn that some pointer&lt;br/&gt;
parameters cannot be NULL.&lt;br/&gt;
Branch: 1.2.0-dev&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/5607a298f35a403dd446091bcdd4757d4e0fe1d7&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/5607a298f35a403dd446091bcdd4757d4e0fe1d7&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1017320" author="xgen-internal-githook" created="Fri, 28 Aug 2015 19:24:28 +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-735&quot; title=&quot;Aggregations executed twice on MongoDB &amp;lt; 2.6&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-735&quot;&gt;&lt;del&gt;CDRIVER-735&lt;/del&gt;&lt;/a&gt; aggregate uses cursor if wire version &amp;gt; 0&lt;br/&gt;
Branch: 1.2.0-dev&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/346349d8d1e721e782d154df01c1a1935b4d6b90&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/346349d8d1e721e782d154df01c1a1935b4d6b90&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1017319" author="xgen-internal-githook" created="Fri, 28 Aug 2015 19:24:25 +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-735&quot; title=&quot;Aggregations executed twice on MongoDB &amp;lt; 2.6&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-735&quot;&gt;&lt;del&gt;CDRIVER-735&lt;/del&gt;&lt;/a&gt; aggregate shouldn&apos;t override default batchSize&lt;br/&gt;
Branch: 1.2.0-dev&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/c9e75914e6456361f13a3443459a6dcd99057d99&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/c9e75914e6456361f13a3443459a6dcd99057d99&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1017317" author="xgen-internal-githook" created="Fri, 28 Aug 2015 19:24:22 +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-735&quot; title=&quot;Aggregations executed twice on MongoDB &amp;lt; 2.6&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-735&quot;&gt;&lt;del&gt;CDRIVER-735&lt;/del&gt;&lt;/a&gt; show that aggregate ignores wire version&lt;br/&gt;
Branch: 1.2.0-dev&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/79ad44f89d578e23e917d5848fe4f301b938706f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/79ad44f89d578e23e917d5848fe4f301b938706f&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1017314" author="xgen-internal-githook" created="Fri, 28 Aug 2015 19:23:45 +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-735&quot; title=&quot;Aggregations executed twice on MongoDB &amp;lt; 2.6&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-735&quot;&gt;&lt;del&gt;CDRIVER-735&lt;/del&gt;&lt;/a&gt; aggregate uses cursor if wire version &amp;gt; 0&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-735&quot; title=&quot;Aggregations executed twice on MongoDB &amp;lt; 2.6&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-735&quot;&gt;&lt;del&gt;CDRIVER-735&lt;/del&gt;&lt;/a&gt;-aggregation-wire-version&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/346349d8d1e721e782d154df01c1a1935b4d6b90&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/346349d8d1e721e782d154df01c1a1935b4d6b90&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1017313" author="xgen-internal-githook" created="Fri, 28 Aug 2015 19:23:44 +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-735&quot; title=&quot;Aggregations executed twice on MongoDB &amp;lt; 2.6&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-735&quot;&gt;&lt;del&gt;CDRIVER-735&lt;/del&gt;&lt;/a&gt; aggregate shouldn&apos;t override default batchSize&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-735&quot; title=&quot;Aggregations executed twice on MongoDB &amp;lt; 2.6&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-735&quot;&gt;&lt;del&gt;CDRIVER-735&lt;/del&gt;&lt;/a&gt;-aggregation-wire-version&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/c9e75914e6456361f13a3443459a6dcd99057d99&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/c9e75914e6456361f13a3443459a6dcd99057d99&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1017312" author="xgen-internal-githook" created="Fri, 28 Aug 2015 19:23:43 +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-735&quot; title=&quot;Aggregations executed twice on MongoDB &amp;lt; 2.6&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-735&quot;&gt;&lt;del&gt;CDRIVER-735&lt;/del&gt;&lt;/a&gt; show that aggregate ignores wire version&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-735&quot; title=&quot;Aggregations executed twice on MongoDB &amp;lt; 2.6&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-735&quot;&gt;&lt;del&gt;CDRIVER-735&lt;/del&gt;&lt;/a&gt;-aggregation-wire-version&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/79ad44f89d578e23e917d5848fe4f301b938706f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/79ad44f89d578e23e917d5848fe4f301b938706f&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="84771">CDRIVER-227</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|hree3j:</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>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="676">C Driver 2015Q2 sprint 6</customfieldvalue>

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