<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:54:09 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-1253] AggregationOutput should not throw IllegalArgumentException on command failure</title>
                <link>https://jira.mongodb.org/browse/JAVA-1253</link>
                <project id="10006" key="JAVA">Java Driver</project>
                    <description>&lt;p&gt;Currently the &lt;tt&gt;DBCollection.aggregate(final List&amp;lt;DBObject&amp;gt; pipeline)&lt;/tt&gt; method which returns an &lt;tt&gt;AggregationOutput&lt;/tt&gt; will throw an IllegalArgumentException to clients.&lt;/p&gt;

&lt;p&gt;I would instead expect the command result to be checked with &lt;tt&gt;CommandResult.throwOnError()&lt;/tt&gt; as is done for the other overloaded aggregate methods returning a &lt;tt&gt;DBCursor&lt;/tt&gt;.&lt;/p&gt;</description>
                <environment></environment>
        <key id="137565">JAVA-1253</key>
            <summary>AggregationOutput should not throw IllegalArgumentException on command failure</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="ross@mongodb.com">Ross Lawley</assignee>
                                    <reporter username="john.morales@mongodb.com">John Morales</reporter>
                        <labels>
                    </labels>
                <created>Wed, 21 May 2014 20:21:25 +0000</created>
                <updated>Fri, 1 Apr 2016 21:13:55 +0000</updated>
                            <resolved>Wed, 25 Jun 2014 10:32:35 +0000</resolved>
                                    <version>2.12.0</version>
                                    <fixVersion>2.12.3</fixVersion>
                                    <component>Command Operations</component>
                                        <votes>1</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="678706" author="xgen-internal-githook" created="Fri, 1 Aug 2014 14:37:11 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;rozza&apos;, u&apos;name&apos;: u&apos;Ross Lawley&apos;, u&apos;email&apos;: u&apos;ross.lawley@gmail.com&apos;}
&lt;p&gt;Message: Ensure collection.aggregate throws on error&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/JAVA-1253&quot; title=&quot;AggregationOutput should not throw IllegalArgumentException on command failure&quot; class=&quot;issue-link&quot; data-issue-key=&quot;JAVA-1253&quot;&gt;&lt;del&gt;JAVA-1253&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/cdfafe5a45e839faea6c46406461640f15cf526c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-java-driver/commit/cdfafe5a45e839faea6c46406461640f15cf526c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="633534" author="xgen-internal-githook" created="Wed, 25 Jun 2014 09:38:07 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;rozza&apos;, u&apos;name&apos;: u&apos;Ross Lawley&apos;, u&apos;email&apos;: u&apos;ross.lawley@gmail.com&apos;}
&lt;p&gt;Message: Ensure collection.aggregate throws on error&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/JAVA-1253&quot; title=&quot;AggregationOutput should not throw IllegalArgumentException on command failure&quot; class=&quot;issue-link&quot; data-issue-key=&quot;JAVA-1253&quot;&gt;&lt;del&gt;JAVA-1253&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: 2.12.x&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-java-driver/commit/cdfafe5a45e839faea6c46406461640f15cf526c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-java-driver/commit/cdfafe5a45e839faea6c46406461640f15cf526c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="596617" author="ms@addwish.com" created="Mon, 26 May 2014 11:16:06 +0000"  >&lt;p&gt;I have experienced the same issue with an aggregation which took a long time to run. Changing the code to use DBCollection.aggregate(final List&amp;lt;DBObject&amp;gt; pipeline, AggregationOptions options) instead fixed the problem for me.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="159156">JAVA-1458</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|hrg9gn:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>8438</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="202">Sprint 4 - June 16 - July 3</customfieldvalue>

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