<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:26:35 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>[SERVER-11727] While updating/inserting a large number of document through js file through shell prompt I get error: BufBuilder attempted to grow() to 134217728 bytes , past the 64MB limit.</title>
                <link>https://jira.mongodb.org/browse/SERVER-11727</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;I am trying to load a js file to insert/update around 5000 documents below error is thrown:&lt;/p&gt;

&lt;p&gt;&amp;gt; load(&quot;C:/Data/UpdateAllLinkData.js&quot;)&lt;br/&gt;
Fri Nov 15 11:45:35.949 Assertion: 13548:BufBuilder attempted to grow() to 13421&lt;br/&gt;
7728 bytes, past the 64MB limit.&lt;br/&gt;
Fri Nov 15 11:45:35.975 mongo.exe    ???&lt;br/&gt;
Fri Nov 15 11:45:35.975 mongo.exe    ???&lt;br/&gt;
Fri Nov 15 11:45:35.976 mongo.exe    ???&lt;br/&gt;
Fri Nov 15 11:45:35.977 mongo.exe    ???&lt;br/&gt;
Fri Nov 15 11:45:35.978 mongo.exe    ???&lt;br/&gt;
Fri Nov 15 11:45:35.979 mongo.exe    ???&lt;br/&gt;
Fri Nov 15 11:45:35.980 mongo.exe    ???&lt;br/&gt;
Fri Nov 15 11:45:35.981 mongo.exe    ???&lt;br/&gt;
Fri Nov 15 11:45:35.982 mongo.exe    ???&lt;br/&gt;
Fri Nov 15 11:45:35.983 mongo.exe    ???&lt;br/&gt;
Fri Nov 15 11:45:35.983              ???&lt;br/&gt;
Fri Nov 15 11:45:35.984              ???&lt;br/&gt;
Fri Nov 15 11:45:35.985              ???&lt;br/&gt;
Fri Nov 15 11:45:35.986              ???&lt;br/&gt;
Fri Nov 15 11:45:35.987              ???&lt;br/&gt;
Fri Nov 15 11:45:35.988              ???&lt;br/&gt;
Fri Nov 15 11:45:35.989              ???&lt;br/&gt;
Fri Nov 15 11:45:35.990              ???&lt;br/&gt;
Fri Nov 15 11:45:35.991              ???&lt;br/&gt;
Fri Nov 15 11:45:35.992              ???&lt;br/&gt;
Fri Nov 15 11:45:35.998 Error: BufBuilder attempted to grow() to 134217728 bytes&lt;br/&gt;
, past the 64MB limit. at src/mongo/shell/collection.js:244&lt;br/&gt;
Fri Nov 15 11:45:36.005 Error: error loading js file: C:/Data/UpdateAllLinkData.&lt;br/&gt;
js&lt;/p&gt;</description>
                <environment>Windows, MongoDB 2.4.8</environment>
        <key id="98567">SERVER-11727</key>
            <summary>While updating/inserting a large number of document through js file through shell prompt I get error: BufBuilder attempted to grow() to 134217728 bytes , past the 64MB limit.</summary>
                <type id="6" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14720&amp;avatarType=issuetype">Question</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="ramon.fernandez@mongodb.com">Ramon Fernandez Marina</assignee>
                                    <reporter username="mishrask06">Santosh Mishra</reporter>
                        <labels>
                    </labels>
                <created>Fri, 15 Nov 2013 17:59:51 +0000</created>
                <updated>Wed, 10 Dec 2014 23:11:45 +0000</updated>
                            <resolved>Tue, 17 Jun 2014 18:50:32 +0000</resolved>
                                                                    <component>Storage</component>
                                        <votes>4</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="624982" author="ramon.fernandez" created="Tue, 17 Jun 2014 18:48:57 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=mishrask06&quot; class=&quot;user-hover&quot; rel=&quot;mishrask06&quot;&gt;mishrask06&lt;/a&gt;, it looks like you&apos;re trying to write to the database a document that exceeds the 16MB limit, so while the error may be a bit terse it is definitely expected. You can run the &lt;tt&gt;db.WGTM.save()&lt;/tt&gt; directly, or investigate the use of tools like &lt;a href=&quot;http://docs.mongodb.org/manual/reference/program/mongoimport/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;&lt;tt&gt;mongoimport&lt;/tt&gt;&lt;/a&gt; to populate your database.&lt;/p&gt;

&lt;p&gt;If you have further questions on this issue please post on the &lt;a href=&quot;http://groups.google.com/group/mongodb-user&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;mongodb-users group&lt;/a&gt; or on &lt;a href=&quot;http://stackoverflow.com/questions/tagged/mongodb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Stack Overflow with the &lt;tt&gt;mongodb&lt;/tt&gt; tag&lt;/a&gt; &amp;#8211; the SERVER project is for reporting bugs and suggesting enhancements to MongoDB.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="33919" name="UpdateAllLinkData.js" size="78229645" author="mishrask06" created="Fri, 15 Nov 2013 17:59:51 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 17 Jun 2014 18:48:57 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        9 years, 35 weeks, 1 day ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></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_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>ramon.fernandez@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            9 years, 35 weeks, 1 day ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10000" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Old_Backport</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10000"><![CDATA[No]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>ramon.fernandez@mongodb.com</customfieldvalue>
            <customfieldvalue>mishrask06</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrm7db:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hrwlw7:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>104285</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_22870" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Triagers</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hsp4p3:</customfieldvalue>

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