<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:11:02 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-6202] couldn&apos;t initiate : assertion db/pdfile.cpp:437</title>
                <link>https://jira.mongodb.org/browse/SERVER-6202</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;I perform following tutorial for my knowledge&lt;br/&gt;
&lt;a href=&quot;http://docs.mongodb.org/manual/tutorial/convert-replica-set-to-replicated-shard-cluster/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://docs.mongodb.org/manual/tutorial/convert-replica-set-to-replicated-shard-cluster/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In this Tutorial i Start three mongod instances&lt;br/&gt;
then &lt;br/&gt;
mongo localhost:10001/admin&lt;br/&gt;
db.runCommand({&quot;replSetInitiate&quot; :&lt;br/&gt;
                    {&quot;_id&quot; : &quot;firstset&quot;, &quot;members&quot; : [&lt;/p&gt;
{&quot;_id&quot; : 1, &quot;host&quot; : &quot;localhost:10001&quot;}
&lt;p&gt;,&lt;br/&gt;
                                                      &lt;/p&gt;
{&quot;_id&quot; : 2, &quot;host&quot; : &quot;localhost:10002&quot;}
&lt;p&gt;,&lt;/p&gt;
                                                      {&quot;_id&quot; : 3, &quot;host&quot; : &quot;localhost:10003&quot;}
&lt;p&gt;             ]}})&lt;/p&gt;

&lt;p&gt;but above runCommand give me a following error&lt;/p&gt;

{ &quot;errmsg&quot; : &quot;couldn&apos;t initiate : assertion db/pdfile.cpp:437&quot;, &quot;ok&quot; : 0 }


&lt;p&gt;then i try rs.initiate()&lt;br/&gt;
but it also give same error &lt;br/&gt;
{&lt;br/&gt;
        &quot;info2&quot; : &quot;no configuration explicitly specified &amp;#8211; making one&quot;,&lt;br/&gt;
        &quot;me&quot; : &quot;devindia-desktop:10001&quot;,&lt;br/&gt;
        &quot;errmsg&quot; : &quot;couldn&apos;t initiate : assertion db/pdfile.cpp:437&quot;,&lt;br/&gt;
        &quot;ok&quot; : 0&lt;br/&gt;
}&lt;/p&gt;

&lt;p&gt;how can i solve this error what i doing wrong in this Tutorial&lt;/p&gt;</description>
                <environment>Ubuntu</environment>
        <key id="42287">SERVER-6202</key>
            <summary>couldn&apos;t initiate : assertion db/pdfile.cpp:437</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="1" iconUrl="https://jira.mongodb.org/images/icons/priorities/blocker.svg">Blocker - P1</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="4">Incomplete</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="phppassion1245">phppassion1245</reporter>
                        <labels>
                            <label>replicaset</label>
                            <label>replication</label>
                            <label>sharding</label>
                    </labels>
                <created>Mon, 25 Jun 2012 12:12:05 +0000</created>
                <updated>Wed, 15 Aug 2012 14:24:17 +0000</updated>
                            <resolved>Tue, 10 Jul 2012 04:57:07 +0000</resolved>
                                    <version>2.0.6</version>
                                                    <component>Replication</component>
                    <component>Sharding</component>
                                        <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="150722" author="tad" created="Mon, 6 Aug 2012 13:46:19 +0000"  >&lt;p&gt;To see whether or not this is the issue fixed in &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-5754&quot; title=&quot;Initial sync assertion error with 2.0.5-rc0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-5754&quot;&gt;&lt;del&gt;SERVER-5754&lt;/del&gt;&lt;/a&gt;, we would need to see the assertion failure message written to the log file.  In the unfixed version, it shows &quot;approxSize &amp;lt; Extent::maxSize()&quot;, in the fixed version it shows &quot;approxSize &amp;lt;= Extent::maxSize()&quot; (less-than-or-equal instead of less-than).  This might be a separate issue but we can&apos;t tell without knowing which message was logged.&lt;/p&gt;</comment>
                            <comment id="136212" author="tad" created="Mon, 25 Jun 2012 12:38:50 +0000"  >&lt;p&gt;Is there any chance that you were using 2.0.4 or earlier, rather than 2.0.6 (as stated above)?  There was a problem with the assertion at line 437 in db/pdfile.cpp that was fixed (in Git commit dc2f8cd3df44ea33f9813aadb27804e084abea11) for 2.0.5-rc0 (i.e. before 2.0.5).  This problem should not happen with 2.0.5 or 2.0.6.&lt;/p&gt;

&lt;p&gt;If you have the log file from when the problem happened, can you post a log fragment that includes the assertion failure?&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="37709">SERVER-5754</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <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>Mon, 25 Jun 2012 12:38:50 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        11 years, 28 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>
                            11 years, 28 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="10020"><![CDATA[Linux]]></customfieldvalue>

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

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

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

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