<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:05:15 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-4199] chunk boundaries are outdated (likely a split occurred)</title>
                <link>https://jira.mongodb.org/browse/SERVER-4199</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;I use mongodb(v2.0.1) in sharded environments.&lt;/p&gt;

&lt;p&gt;10 threads insert to the Mongos  &lt;/p&gt;

&lt;p&gt;The command in shell to start the mongos is below:&lt;br/&gt;
./mongos --port 35000 --configdb &quot;218.241.106.161:28002&quot; --chunkSize 1024&lt;/p&gt;


&lt;p&gt;Every few minutes,the mongos log print these message:errmsg: &quot;chunk boundaries are outdated (likely a split occurred)&quot;, ok: 0.0 &lt;/p&gt;

&lt;p&gt;Is anyone tell me how to fill this problem?&lt;/p&gt;

&lt;p&gt;thanks.&lt;/p&gt;</description>
                <environment></environment>
        <key id="24430">SERVER-4199</key>
            <summary>chunk boundaries are outdated (likely a split occurred)</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="chenjie@knet.cn">jie chen</reporter>
                        <labels>
                    </labels>
                <created>Thu, 3 Nov 2011 08:50:31 +0000</created>
                <updated>Fri, 30 Mar 2012 14:26:52 +0000</updated>
                            <resolved>Mon, 14 Nov 2011 06:37:28 +0000</resolved>
                                                                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="66477" author="eliot" created="Mon, 14 Nov 2011 06:37:28 +0000"  >&lt;p&gt;Yeah - this is fine.&lt;/p&gt;</comment>
                            <comment id="66448" author="chenjie@knet.cn" created="Mon, 14 Nov 2011 02:45:57 +0000"  >&lt;p&gt;There are 2 shards and 1 mongos in my sharded environments.&lt;/p&gt;

&lt;p&gt;Thank you, your reply set my mind at rest.&lt;/p&gt;

&lt;p&gt;Fixed.&lt;/p&gt;</comment>
                            <comment id="66187" author="eliot" created="Fri, 11 Nov 2011 14:08:54 +0000"  >&lt;p&gt;These can be ignored.&lt;br/&gt;
Just to be sure, how many mongos do you have?&lt;/p&gt;</comment>
                            <comment id="64667" author="chenjie@knet.cn" created="Fri, 4 Nov 2011 07:11:02 +0000"  >&lt;p&gt;Hello,Eliot Horowitz,thank you for your attention.&lt;/p&gt;

&lt;p&gt;This is a part of the mongos log.&lt;/p&gt;

&lt;p&gt;Fri Nov  4 15:00:57 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn52&amp;#93;&lt;/span&gt; warning: splitChunk failed - cmd: { splitChunk: &quot;km_mongodb.snapshot_0&quot;, keyPattern: &lt;/p&gt;
{ _id: 1.0, executeTime: 1.0 }
&lt;p&gt;, min: &lt;/p&gt;
{ _id: ObjectId(&apos;4eb27f11cb4a9fa4744c3449&apos;), executeTime: new Date(1320320760890) }
&lt;p&gt;, max: &lt;/p&gt;
{ _id: MaxKey, executeTime: MaxKey }
&lt;p&gt;, from: &quot;218.241.106.161:18002&quot;, splitKeys: [ &lt;/p&gt;
{ _id: ObjectId(&apos;4eb38da8cb4adac9cf6bbafd&apos;), executeTime: new Date(1320389914458) }
&lt;p&gt; ], shardId: &quot;km_mongodb.snapshot_0-_id_ObjectId(&apos;4eb27f11cb4a9fa4744c3449&apos;)executeTime_new Date(1320320760890)&quot;, configdb: &quot;218.241.106.161:28002&quot; } result: { currMin: &lt;/p&gt;
{ _id: ObjectId(&apos;4eb27f11cb4a9fa4744c3449&apos;), executeTime: new Date(1320320760890) }
&lt;p&gt;, currMax: &lt;/p&gt;
{ _id: ObjectId(&apos;4eb38da2cb4adac9cf6af5b2&apos;), executeTime: new Date(1320389908458) }
&lt;p&gt;, requestedMin: &lt;/p&gt;
{ _id: ObjectId(&apos;4eb27f11cb4a9fa4744c3449&apos;), executeTime: new Date(1320320760890) }
&lt;p&gt;, requestedMax: &lt;/p&gt;
{ _id: MaxKey, executeTime: MaxKey }
&lt;p&gt;, errmsg: &quot;chunk boundaries are outdated (likely a split occurred)&quot;, ok: 0.0 }&lt;/p&gt;


&lt;p&gt;When this log appeared, i ran the following command.&lt;br/&gt;
db.adminCommand(&quot;flushRouterConfig&quot;)&lt;/p&gt;

&lt;p&gt;But a few minutes later, the warning log appeared again.&lt;/p&gt;

&lt;p&gt;Is it a problem? Or it can be ignored?&lt;/p&gt;</comment>
                            <comment id="64487" author="eliot" created="Thu, 3 Nov 2011 15:59:03 +0000"  >&lt;p&gt;those message should be warnings, not errors.&lt;br/&gt;
can you send a log sample?&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>5.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 3 Nov 2011 15:59:03 +0000</customfieldvalue>

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

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

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

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

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