<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:24:36 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-11000] Insert issue.</title>
                <link>https://jira.mongodb.org/browse/SERVER-11000</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;mongos&amp;gt; db.FeedData.insert( &lt;/p&gt;
{ item: &quot;card&quot;, qty: 15 }
&lt;p&gt; )&lt;br/&gt;
error preparing documents for insert :: caused by :: tried to insert object with no valid shard key for &lt;/p&gt;
{ d.auction_id_64: &quot;hashed&quot; }
&lt;p&gt; : &lt;/p&gt;
{ _id: ObjectId(&apos;524c0a6b3a6b2a9f5ee3621d&apos;), item: &quot;card&quot;, qty: 15.0 }
&lt;p&gt;mongos&amp;gt; db.FeedData.insert( &lt;/p&gt;
{ item: &quot;card&quot;, qty: 15, &apos;d.auction_id_64&apos;: 1234 }
&lt;p&gt; )&lt;br/&gt;
Wed Oct  2 11:59:03.877 can&apos;t have . in field names &lt;span class=&quot;error&quot;&gt;&amp;#91;d.auction_id_64&amp;#93;&lt;/span&gt; at src/mongo/shell/collection.js:143&lt;br/&gt;
mongos&amp;gt;&lt;/p&gt;

&lt;p&gt;The only problem here is shard key is d.auction_id_64. What am I missing here?!&lt;/p&gt;

{  &quot;_id&quot; : &quot;lld&quot;,  &quot;partitioned&quot; : true,  &quot;primary&quot; : &quot;mongo-cl1-sh1&quot; }
&lt;p&gt;		lld.FeedData&lt;br/&gt;
			shard key: &lt;/p&gt;
{ &quot;d.auction_id_64&quot; : &quot;hashed&quot; }
&lt;p&gt;			chunks:&lt;br/&gt;
				mongo-cl1-sh1	2&lt;br/&gt;
				mongo-cl1-sh10	2&lt;br/&gt;
				mongo-cl1-sh2	2&lt;br/&gt;
				mongo-cl1-sh3	2&lt;br/&gt;
				mongo-cl1-sh4	2&lt;br/&gt;
				mongo-cl1-sh5	2&lt;br/&gt;
				mongo-cl1-sh6	2&lt;br/&gt;
				mongo-cl1-sh7	2&lt;br/&gt;
				mongo-cl1-sh8	2&lt;br/&gt;
				mongo-cl1-sh9	2&lt;/p&gt;</description>
                <environment></environment>
        <key id="92389">SERVER-11000</key>
            <summary>Insert issue.</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="-1">Unassigned</assignee>
                                    <reporter username="cwbeck">Chris Beck</reporter>
                        <labels>
                    </labels>
                <created>Wed, 2 Oct 2013 12:01:03 +0000</created>
                <updated>Wed, 2 Oct 2013 12:13:51 +0000</updated>
                            <resolved>Wed, 2 Oct 2013 12:13:51 +0000</resolved>
                                                                                        <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="434480" author="scotthernandez" created="Wed, 2 Oct 2013 12:13:51 +0000"  >&lt;p&gt;You cannot have &quot;.&quot; in &lt;a href=&quot;http://docs.mongodb.org/manual/reference/limits/#Restrictions on Field Names&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;field names &lt;/a&gt;. The index and shard key are specified using &lt;a href=&quot;http://docs.mongodb.org/manual/core/document/#dot-notation&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;dot-notation &lt;/a&gt; but your documents don&apos;t have field names with dots in them.&lt;/p&gt;

&lt;p&gt;What you are want is an embedded field/document like this:&lt;/p&gt;
&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;&amp;gt; docWithShardKey = { _id:234, item: &lt;/span&gt;&lt;span style=&quot;color: blue; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;&quot;card&quot;&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;, qty:15, d: { auction_id_64: 1234} }&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;&amp;gt; db.FeedData.insert(docWithShardKey)&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;</comment>
                            <comment id="434478" author="cwbeck" created="Wed, 2 Oct 2013 12:06:07 +0000"  >&lt;p&gt;Fairly certain this is a bug... This worked as expected:&lt;/p&gt;

&lt;p&gt;mongos&amp;gt; sh.shardCollection(&apos;lld.FeedData&apos;,&lt;/p&gt;
{&apos;auction_id_64&apos;:&apos;hashed&apos;}
&lt;p&gt;);&lt;/p&gt;
{ &quot;collectionsharded&quot; : &quot;lld.FeedData&quot;, &quot;ok&quot; : 1 }
&lt;p&gt;mongos&amp;gt; db.FeedData.insert( &lt;/p&gt;
{ item: &quot;card&quot;, qty: 15 }
&lt;p&gt; )&lt;br/&gt;
error preparing documents for insert :: caused by :: tried to insert object with no valid shard key for &lt;/p&gt;
{ auction_id_64: &quot;hashed&quot; }
&lt;p&gt; : &lt;/p&gt;
{ _id: ObjectId(&apos;524c0bf13a6b2a9f5ee3621f&apos;), item: &quot;card&quot;, qty: 15.0 }
&lt;p&gt;mongos&amp;gt; db.FeedData.insert( &lt;/p&gt;
{ item: &quot;card&quot;, qty: 15, auction_id_64:22333 }
&lt;p&gt; )&lt;br/&gt;
mongos&amp;gt; &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>2.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 2 Oct 2013 12:13:51 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        10 years, 20 weeks 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>
                            10 years, 20 weeks 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="10026"><![CDATA[ALL]]></customfieldvalue>

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

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

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

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