<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 02:53:04 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-115] Setting assoc array properties doesn&apos;t work</title>
                <link>https://jira.mongodb.org/browse/SERVER-115</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Adding a new field fails:&lt;/p&gt;

&lt;p&gt;&amp;gt; p=db.playlists.findOne()&lt;br/&gt;
{&quot;_id&quot; : &quot;4a4270125fac18127c8c858c&quot; , &quot;songlist&quot; : [&lt;/p&gt;
{&quot;$ref&quot; : &quot;x.y&quot; , &quot;$id&quot; : 6}
&lt;p&gt;]}&lt;br/&gt;
&amp;gt; p.username = &quot;me&quot;&lt;br/&gt;
me&lt;br/&gt;
&amp;gt; p&lt;br/&gt;
{&quot;_id&quot; : &quot;4a4270125fac18127c8c858c&quot; , &quot;songlist&quot; : [&lt;/p&gt;
{&quot;$ref&quot; : &quot;x.y&quot; , &quot;$id&quot; : 6}
&lt;p&gt;] , &quot;username&quot; : &quot;me&quot;}&lt;br/&gt;
&amp;gt; db.playlists.save(p)&lt;br/&gt;
&amp;gt; p=db.playlists.find()&lt;br/&gt;
{&quot;_id&quot; : &quot;4a4270125fac18127c8c858c&quot; , &quot;songlist&quot; : [&lt;/p&gt;
{&quot;$ref&quot; : &quot;x.y&quot; , &quot;$id&quot; : 6}
&lt;p&gt;]}&lt;/p&gt;

&lt;p&gt;Trying it another way gives a more disastrous result:&lt;/p&gt;

&lt;p&gt;&amp;gt; x = db.playlists.findOne()&lt;br/&gt;
{&quot;_id&quot; : &quot;4a4270125fac18127c8c858c&quot; , &quot;songlist&quot; : [&lt;/p&gt;
{&quot;$ref&quot; : &quot;x.y&quot; , &quot;$id&quot; : 6}
&lt;p&gt;]}&lt;br/&gt;
&amp;gt; x&lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;quot;username&amp;quot;&amp;#93;&lt;/span&gt; = &quot;me&quot;&lt;br/&gt;
Wed Jun 24 14:32:23 JS Error: SyntaxError: missing ] in index expression (shellhelp1):0&lt;br/&gt;
Wed Jun 24 14:32:23 User Exception (shellhelp1) exec failed&lt;br/&gt;
terminate called after throwing an instance of &apos;mongo::UserException&apos;&lt;br/&gt;
  what():  (shellhelp1) exec failed&lt;br/&gt;
Wed Jun 24 14:32:23  mongo got signal 6 (Aborted), stack trace: &lt;br/&gt;
Wed Jun 24 14:32:23  0x8056acd 0xb7f0c400 0xb7f0c430 0xb7b2c8a0 0xb7b2e268 0xb7ea9778 0xb7ea7655 0xb7ea7692 0xb7ea77ca 0x8080e43 0x808ee1a 0x80587e8 0xb7b17685 0x8056401 &lt;br/&gt;
 mongo(_Z12quitAbruptlyi+0x43d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x8056acd&amp;#93;&lt;/span&gt;&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;0xb7f0c400&amp;#93;&lt;/span&gt;&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;0xb7f0c430&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/tls/i686/cmov/libc.so.6(gsignal+0x50) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xb7b2c8a0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/tls/i686/cmov/libc.so.6(abort+0x188) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xb7b2e268&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/libstdc++.so.6(&lt;em&gt;ZN9&lt;/em&gt;&lt;em&gt;gnu_cxx27&lt;/em&gt;_verbose_terminate_handlerEv+0x158) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xb7ea9778&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/libstdc++.so.6 &lt;span class=&quot;error&quot;&gt;&amp;#91;0xb7ea7655&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/libstdc++.so.6 &lt;span class=&quot;error&quot;&gt;&amp;#91;0xb7ea7692&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/libstdc++.so.6 &lt;span class=&quot;error&quot;&gt;&amp;#91;0xb7ea77ca&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongo &lt;span class=&quot;error&quot;&gt;&amp;#91;0x8080e43&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongo &lt;span class=&quot;error&quot;&gt;&amp;#91;0x808ee1a&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongo &lt;span class=&quot;error&quot;&gt;&amp;#91;0x80587e8&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe5) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xb7b17685&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongo &lt;span class=&quot;error&quot;&gt;&amp;#91;0x8056401&amp;#93;&lt;/span&gt;&lt;/p&gt;
</description>
                <environment></environment>
        <key id="10237">SERVER-115</key>
            <summary>Setting assoc array properties doesn&apos;t work</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="kristina">Kristina Chodorow</reporter>
                        <labels>
                    </labels>
                <created>Wed, 24 Jun 2009 14:37:42 +0000</created>
                <updated>Thu, 30 Jul 2009 17:23:31 +0000</updated>
                            <resolved>Wed, 24 Jun 2009 14:55:15 +0000</resolved>
                                                                    <component>Shell</component>
                                        <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="10344" author="eliot" created="Thu, 30 Jul 2009 17:23:31 +0000"  >&lt;p&gt;closed since resolved and no activity in 2 weeks.&lt;br/&gt;
re-open if still issues.&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>1.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 30 Jul 2009 17:23:31 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        14 years, 29 weeks, 6 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>
                            14 years, 29 weeks, 6 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>eliot</customfieldvalue>
            <customfieldvalue>kristina</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrpxt3:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>23615</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|ht0lof:</customfieldvalue>

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