<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 02:56:43 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-1333] eval failing</title>
                <link>https://jira.mongodb.org/browse/SERVER-1333</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;&amp;gt;&amp;gt;&amp;gt; db.eval(map)&lt;br/&gt;
Traceback (most recent call last):&lt;br/&gt;
  File &quot;&amp;lt;stdin&amp;gt;&quot;, line 1, in &amp;lt;module&amp;gt;&lt;br/&gt;
  File &quot;/Library/Frameworks/Python.framework/Versions/6.2/lib/python2.6/site-packages/pymongo-1.7-py2.6-macosx-10.5-i386.egg/pymongo/database.py&quot;, line 566, in eval&lt;br/&gt;
    result = self.command(&quot;$eval&quot;, code, args=args)&lt;br/&gt;
  File &quot;/Library/Frameworks/Python.framework/Versions/6.2/lib/python2.6/site-packages/pymongo-1.7-py2.6-macosx-10.5-i386.egg/pymongo/database.py&quot;, line 294, in command&lt;br/&gt;
    (command, result&lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;quot;errmsg&amp;quot;&amp;#93;&lt;/span&gt;))&lt;br/&gt;
pymongo.errors.OperationFailure: command SON([(&apos;$eval&apos;, Code(&apos;map = function() &lt;/p&gt;
{emit( this.xfer_id_end, this.nl_intvl );}
&lt;p&gt;&apos;, {})), (&apos;args&apos;, ())]) failed: db assertion failure&lt;/p&gt;</description>
                <environment>Mac OS X, PyMongo (python driver for MongoDB)</environment>
        <key id="12301">SERVER-1333</key>
            <summary>eval failing</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="5">Cannot Reproduce</resolution>
                                        <assignee username="eliot">Eliot Horowitz</assignee>
                                    <reporter username="nmjinn">Nicole Jinn</reporter>
                        <labels>
                    </labels>
                <created>Wed, 30 Jun 2010 13:52:44 +0000</created>
                <updated>Fri, 30 Mar 2012 14:37:08 +0000</updated>
                            <resolved>Sat, 17 Jul 2010 02:19:26 +0000</resolved>
                                    <version>1.5.3</version>
                                                                        <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="15889" author="eliot" created="Sat, 17 Jul 2010 02:19:11 +0000"  >&lt;p&gt;notice:&lt;/p&gt;


&lt;p&gt;Wed Jun 30 11:17:27 JS Error: SyntaxError: syntax error nofile_a:0 &lt;/p&gt;


&lt;p&gt;looks like you&apos;ve got a syntax error in your js code&lt;/p&gt;</comment>
                            <comment id="15252" author="nmjinn" created="Wed, 30 Jun 2010 14:31:36 +0000"  >&lt;p&gt;Actually, I started all things new, so the following code is everything from the server (running &apos;mongodb&apos;)&lt;/p&gt;


&lt;p&gt;Wed Jun 30 11:10:43 MongoDB starting : pid=722 port=27017 dbpath=/data/db/ 32-bit &lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;
	&lt;ul&gt;
		&lt;li&gt;NOTE: This is a development version (1.5.4-pre-) of MongoDB.&lt;/li&gt;
		&lt;li&gt;Not recommended for production.&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;
	&lt;ul&gt;
		&lt;li&gt;NOTE: when using MongoDB 32 bit, you are limited to about 2 gigabytes of data&lt;/li&gt;
		&lt;li&gt;see &lt;a href=&quot;http://blog.mongodb.org/post/137788967/32-bit-limitations&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://blog.mongodb.org/post/137788967/32-bit-limitations&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Wed Jun 30 11:10:43 db version v1.5.4-pre-, pdfile version 4.5&lt;br/&gt;
Wed Jun 30 11:10:43 git version: 8f8a32469c5279d5c847033b1653fd723b7933be&lt;br/&gt;
Wed Jun 30 11:10:43 sys info: Darwin broadway.local 9.8.0 Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386 i386 BOOST_LIB_VERSION=1_40&lt;br/&gt;
Wed Jun 30 11:10:43 waiting for connections on port 27017&lt;br/&gt;
Wed Jun 30 11:10:43 web admin interface listening on port 28017&lt;br/&gt;
Wed Jun 30 11:11:08 connection accepted from 127.0.0.1:50820 #1&lt;br/&gt;
Wed Jun 30 11:11:08 end connection 127.0.0.1:50820&lt;br/&gt;
Wed Jun 30 11:11:08 connection accepted from 127.0.0.1:50821 #2&lt;br/&gt;
Wed Jun 30 11:17:27 JS Error: SyntaxError: syntax error nofile_a:0&lt;br/&gt;
Wed Jun 30 11:17:27 mr failed, removing collection&lt;br/&gt;
Wed Jun 30 11:17:27 CMD: drop application.tmp.mr.mapreduce_1277921847_1&lt;br/&gt;
Wed Jun 30 11:17:27 CMD: drop application.tmp.mr.mapreduce_1277921847_1_inc&lt;br/&gt;
Wed Jun 30 11:18:13 mr failed, removing collection&lt;br/&gt;
Wed Jun 30 11:18:13 CMD: drop application.tmp.mr.mapreduce_1277921893_2&lt;br/&gt;
Wed Jun 30 11:18:13 CMD: drop application.tmp.mr.mapreduce_1277921893_2_inc&lt;/p&gt;</comment>
                            <comment id="15249" author="eliot" created="Wed, 30 Jun 2010 14:16:07 +0000"  >&lt;p&gt;That&apos;s very weird..&lt;/p&gt;

&lt;p&gt;Can you send 20 lines before and after the other one you pasted&lt;/p&gt;</comment>
                            <comment id="15248" author="nmjinn" created="Wed, 30 Jun 2010 14:12:37 +0000"  >&lt;p&gt;No, there isn&apos;t a line with an assertion message.&lt;/p&gt;</comment>
                            <comment id="15247" author="eliot" created="Wed, 30 Jun 2010 14:01:52 +0000"  >&lt;p&gt;There should be a line with an assertion message.&lt;br/&gt;
Probably right above what you posted above.&lt;/p&gt;</comment>
                            <comment id="15246" author="nmjinn" created="Wed, 30 Jun 2010 14:00:31 +0000"  >&lt;p&gt;The following is from the server (running &apos;mongod&apos;):&lt;/p&gt;

&lt;p&gt;Wed Jun 30 10:31:56 mr failed, removing collection&lt;br/&gt;
Wed Jun 30 10:31:56 CMD: drop application.tmp.mr.mapreduce_1277919116_1&lt;br/&gt;
Wed Jun 30 10:31:56 CMD: drop application.tmp.mr.mapreduce_1277919116_1_inc&lt;/p&gt;

&lt;p&gt;What do you mean by the relevant server log portion?&lt;/p&gt;</comment>
                            <comment id="15243" author="eliot" created="Wed, 30 Jun 2010 13:54:33 +0000"  >&lt;p&gt;Can you attach the relevant server log portion?&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>7.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 30 Jun 2010 13:54:33 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        13 years, 31 weeks, 5 days 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>ian@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            13 years, 31 weeks, 5 days 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_10032" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Operating System</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10021"><![CDATA[OS X]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>eliot</customfieldvalue>
            <customfieldvalue>nmjinn</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrpkif:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>22025</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_23361" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Requested By</customfieldname>
                        <customfieldvalues>
                                

                        </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|ht0cf3:</customfieldvalue>

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