<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 22:02:14 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>[CXX-1338] Capped size in bytes is limited to 32bit integer, need 64bit integer</title>
                <link>https://jira.mongodb.org/browse/CXX-1338</link>
                <project id="11980" key="CXX">C++ Driver</project>
                    <description>&lt;p&gt;for capped collection size: &lt;br/&gt;
legacy driver correctly use a long long in bool mongo::DBClientWithCommands::createCollection&lt;br/&gt;
new driver use int instead: &lt;br/&gt;
create_collection&amp;amp; mongocxx::options::create_collection::size	(	int 	max_size	)	&lt;/p&gt;</description>
                <environment></environment>
        <key id="382649">CXX-1338</key>
            <summary>Capped size in bytes is limited to 32bit integer, need 64bit integer</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="13201">Fixed</resolution>
                                        <assignee username="rassi">J Rassi</assignee>
                                    <reporter username="michele.lunardi">Michele</reporter>
                        <labels>
                            <label>neweng</label>
                    </labels>
                <created>Thu, 11 May 2017 08:44:57 +0000</created>
                <updated>Sat, 28 Oct 2023 11:27:45 +0000</updated>
                            <resolved>Thu, 18 May 2017 16:57:16 +0000</resolved>
                                    <version>3.1.1</version>
                                    <fixVersion>3.2.0-rc0</fixVersion>
                                    <component>API</component>
                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="1574710" author="xgen-internal-githook" created="Thu, 18 May 2017 17:16:52 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;jrassi&apos;, u&apos;name&apos;: u&apos;J. Rassi&apos;, u&apos;email&apos;: u&apos;rassi@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CXX-1338&quot; title=&quot;Capped size in bytes is limited to 32bit integer, need 64bit integer&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CXX-1338&quot;&gt;&lt;del&gt;CXX-1338&lt;/del&gt;&lt;/a&gt; Account for type changes in to_document test for create_coll&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-cxx-driver/commit/a486c29e9ed901e4eb71698fb268976c13b8c5c7&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-cxx-driver/commit/a486c29e9ed901e4eb71698fb268976c13b8c5c7&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1574699" author="xgen-internal-githook" created="Thu, 18 May 2017 16:57:09 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;jrassi&apos;, u&apos;name&apos;: u&apos;J. Rassi&apos;, u&apos;email&apos;: u&apos;rassi@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CXX-1338&quot; title=&quot;Capped size in bytes is limited to 32bit integer, need 64bit integer&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CXX-1338&quot;&gt;&lt;del&gt;CXX-1338&lt;/del&gt;&lt;/a&gt; create_collection integral options should be std::int64_t&lt;/p&gt;

&lt;p&gt;This is an API/ABI-breaking change which changes the type of the&lt;br/&gt;
following options::create_collection members (and the associated&lt;br/&gt;
getter/setter types) from `int` to `std::int64_t`:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;options::create_collection::_max&lt;/li&gt;
	&lt;li&gt;options::create_collection::_size&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-cxx-driver/commit/60543d7c47020ee52dfaac8e2ead50454f1d454f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-cxx-driver/commit/60543d7c47020ee52dfaac8e2ead50454f1d454f&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="1568889" author="david.golden" created="Thu, 11 May 2017 12:22:22 +0000"  >&lt;p&gt;Thanks for the report.  We&apos;ll get this fixed in the next release of the driver.  In the meantime, you can use &lt;a href=&quot;https://mongodb.github.io/mongo-cxx-driver/api/current/classmongocxx_1_1database.html#a1ce8581871d060bce35739a682fc35e9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;run_command&lt;/a&gt; directly to create the collection with the &lt;a href=&quot;https://docs.mongodb.com/manual/reference/command/create/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;create command&lt;/a&gt;.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="266732">CXX-849</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                        <customfield id="customfield_10011" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Backwards Compatibility</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10011"><![CDATA[Minor Change]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <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|hszgcn:</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="1715">Perl/CXX 2017-05-26</customfieldvalue>

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