<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 02:54:31 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-560] preallocate.js fails due to first mongod instance unexpectedly allocating a 3rd file</title>
                <link>https://jira.mongodb.org/browse/SERVER-560</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;shell: started mongo program /home/buildbot/slave/Linux_64bit/mongo/mongod --port 46120 --dbpath /data/db/jstests_preallocate&lt;br/&gt;
m46120| Wed Jan 20 21:50:46 Mongo DB : starting : pid = 17278 port = 46120 dbpath = /data/db/jstests_preallocate master = 0 slave = 0  64-bit &lt;br/&gt;
m46120| Wed Jan 20 21:50:46 db version v1.3.2-, pdfile version 4.5&lt;br/&gt;
m46120| Wed Jan 20 21:50:46 git version: 6a78423e5d777bd9fb4c077e1e6ae1a1afecd6fa&lt;br/&gt;
m46120| Wed Jan 20 21:50:46 sys info: Linux domU-12-31-39-06-79-A1 2.6.21.7-2.ec2.v1.2.fc8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_41&lt;br/&gt;
m46120| Wed Jan 20 21:50:46 waiting for connections on port 46120&lt;br/&gt;
m46120| Wed Jan 20 21:50:46 web admin interface listening on port 47120&lt;/p&gt;

&lt;p&gt;m46120| Wed Jan 20 21:50:46 connection accepted from 127.0.0.1:33444 #1&lt;br/&gt;
m46120| Wed Jan 20 21:50:46 allocating new datafile /data/db/jstests_preallocate/jstests_preallocate.ns, filling with zeroes...&lt;br/&gt;
m46120| Wed Jan 20 21:50:46 done allocating datafile /data/db/jstests_preallocate/jstests_preallocate.ns, size: 16MB, took 0.032 secs&lt;br/&gt;
m46120| Wed Jan 20 21:50:46 allocating new datafile /data/db/jstests_preallocate/jstests_preallocate.0, filling with zeroes...&lt;br/&gt;
m46120| Wed Jan 20 21:50:46 done allocating datafile /data/db/jstests_preallocate/jstests_preallocate.0, size: 64MB, took 0.115 secs&lt;br/&gt;
m46120| Wed Jan 20 21:50:46 building new index on &lt;/p&gt;
{ _id: ObjId(000000000000000000000000) }
&lt;p&gt; for jstests_preallocate.jstests_preallocate1...&lt;br/&gt;
m46120| Wed Jan 20 21:50:46 Buildindex jstests_preallocate.jstests_preallocate1 idxNo:0 { name: &quot;&lt;em&gt;id&lt;/em&gt;&quot;, ns: &quot;jstests_preallocate.jstests_preallocate1&quot;, key: &lt;/p&gt;
{ _id: ObjId(000000000000000000000000) }
&lt;p&gt; }&lt;br/&gt;
m46120| Wed Jan 20 21:50:46 done for 0 records 0secs&lt;br/&gt;
m46120| Wed Jan 20 21:50:46 query jstests_preallocate.$cmd ntoreturn:1 reslen:53 nscanned:0 &lt;/p&gt;
{ create: &quot;jstests_preallocate1&quot;, capped: undefined, size: undefined, max: undefined }
&lt;p&gt;  nreturned:1 150ms&lt;br/&gt;
m46120| Wed Jan 20 21:50:46 allocating new datafile /data/db/jstests_preallocate/jstests_preallocate.1, filling with zeroes...&lt;br/&gt;
m46120| Wed Jan 20 21:50:46 got kill or ctrl c signal 15 (Terminated), will terminate after current cmd ends&lt;br/&gt;
m46120| Wed Jan 20 21:50:46 now exiting&lt;br/&gt;
m46120| Wed Jan 20 21:50:46  dbexit: &lt;br/&gt;
m46120| Wed Jan 20 21:50:46 	 shutdown: going to close listening sockets...&lt;br/&gt;
m46120| Wed Jan 20 21:50:46 going to close listening socket: 13&lt;br/&gt;
m46120| Wed Jan 20 21:50:46 going to close listening socket: 15&lt;br/&gt;
m46120| Wed Jan 20 21:50:46 	 shutdown: going to flush oplog...&lt;br/&gt;
m46120| Wed Jan 20 21:50:46 	 shutdown: going to close sockets...&lt;br/&gt;
m46120| Wed Jan 20 21:50:46 	 shutdown: waiting for fs preallocator...&lt;br/&gt;
m46120| Wed Jan 20 21:50:46 done allocating datafile /data/db/jstests_preallocate/jstests_preallocate.1, size: 128MB, took 0.219 secs&lt;br/&gt;
m46120| Wed Jan 20 21:50:46 	 shutdown: closing all files...&lt;br/&gt;
m46120| Wed Jan 20 21:50:46      closeAllFiles() finished&lt;br/&gt;
m46120| Wed Jan 20 21:50:46 	 shutdown: removing fs lock...&lt;br/&gt;
m46120| Wed Jan 20 21:50:46  dbexit: really exiting now&lt;br/&gt;
shell: stopped mongo program on port 46120&lt;br/&gt;
shell: started mongo program /home/buildbot/slave/Linux_64bit/mongo/mongod --port 46120 --dbpath /data/db/jstests_preallocate&lt;br/&gt;
m46120| Wed Jan 20 21:50:47 Mongo DB : starting : pid = 17289 port = 46120 dbpath = /data/db/jstests_preallocate master = 0 slave = 0  64-bit &lt;br/&gt;
m46120| Wed Jan 20 21:50:51 db version v1.3.2-, pdfile version 4.5&lt;br/&gt;
m46120| Wed Jan 20 21:50:51 git version: 6a78423e5d777bd9fb4c077e1e6ae1a1afecd6fa&lt;br/&gt;
m46120| Wed Jan 20 21:50:51 sys info: Linux domU-12-31-39-06-79-A1 2.6.21.7-2.ec2.v1.2.fc8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_41&lt;br/&gt;
m46120| Wed Jan 20 21:50:51 waiting for connections on port 46120&lt;br/&gt;
m46120| Wed Jan 20 21:50:51 web admin interface listening on port 47120&lt;br/&gt;
m46120| Wed Jan 20 21:50:51 connection accepted from 127.0.0.1:33465 #1&lt;br/&gt;
m46120| Wed Jan 20 21:50:51 building new index on &lt;/p&gt;
{ _id: ObjId(000000000000000000000000) }
&lt;p&gt; for jstests_preallocate.jstests_preallocate2...&lt;br/&gt;
m46120| Wed Jan 20 21:50:51 Buildindex jstests_preallocate.jstests_preallocate2 idxNo:0 { name: &quot;&lt;em&gt;id&lt;/em&gt;&quot;, ns: &quot;jstests_preallocate.jstests_preallocate2&quot;, key: &lt;/p&gt;
{ _id: ObjId(000000000000000000000000) }
&lt;p&gt; }&lt;br/&gt;
m46120| Wed Jan 20 21:50:51 done for 0 records 0.079secs&lt;br/&gt;
assert: &lt;span class=&quot;error&quot;&gt;&amp;#91;222&amp;#93;&lt;/span&gt; != &lt;span class=&quot;error&quot;&gt;&amp;#91;157&amp;#93;&lt;/span&gt; are not equal : undefined&lt;br/&gt;
Wed Jan 20 21:50:51 JS Error: uncaught exception: &lt;span class=&quot;error&quot;&gt;&amp;#91;222&amp;#93;&lt;/span&gt; != &lt;span class=&quot;error&quot;&gt;&amp;#91;157&amp;#93;&lt;/span&gt; are not equal : undefined &lt;br/&gt;
failed to load: /home/buildbot/slave/Linux_64bit/mongo/jstests/disk&lt;br/&gt;
m27018| Wed Jan 20 21:50:51 got kill or ctrl c signal 15 (Terminated), will terminate after current cmd ends&lt;br/&gt;
m27018| Wed Jan 20 21:50:51 now exiting&lt;br/&gt;
m27018| Wed Jan 20 21:50:51  dbexit: &lt;br/&gt;
m27018| Wed Jan 20 21:50:51 	 shutdown: going to close listening sockets...&lt;br/&gt;
m27018| Wed Jan 20 21:50:51 going to close listening socket: 10&lt;br/&gt;
m27018| Wed Jan 20 21:50:51 going to close listening socket: 12&lt;br/&gt;
m27018| Wed Jan 20 21:50:51 	 shutdown: going to flush oplog...&lt;br/&gt;
m27018| Wed Jan 20 21:50:51 	 shutdown: going to close sockets...&lt;br/&gt;
m27018| Wed Jan 20 21:50:51 	 shutdown: waiting for fs preallocator...&lt;br/&gt;
m27018| Wed Jan 20 21:50:51 	 shutdown: closing all files...&lt;br/&gt;
m27018| Wed Jan 20 21:50:51      closeAllFiles() finished&lt;br/&gt;
m27018| Wed Jan 20 21:50:51 	 shutdown: removing fs lock...&lt;br/&gt;
m27018| Wed Jan 20 21:50:51  dbexit: really exiting now&lt;br/&gt;
m46120| Wed Jan 20 21:50:52 got kill or ctrl c signal 15 (Terminated), will terminate after current cmd ends&lt;br/&gt;
m46120| Wed Jan 20 21:50:52 now exiting&lt;br/&gt;
m46120| Wed Jan 20 21:50:52  dbexit: &lt;br/&gt;
m46120| Wed Jan 20 21:50:52 	 shutdown: going to close listening sockets...&lt;br/&gt;
m46120| Wed Jan 20 21:50:52 going to close listening socket: 15&lt;br/&gt;
m46120| Wed Jan 20 21:50:52 going to close listening socket: 17&lt;br/&gt;
m46120| Wed Jan 20 21:50:52 	 shutdown: going to flush oplog...&lt;br/&gt;
m46120| Wed Jan 20 21:50:52 	 shutdown: going to close sockets...&lt;br/&gt;
m46120| Wed Jan 20 21:50:52 	 shutdown: waiting for fs preallocator...&lt;br/&gt;
m46120| Wed Jan 20 21:50:52 	 shutdown: closing all files...&lt;br/&gt;
m46120| Wed Jan 20 21:50:52      closeAllFiles() finished&lt;br/&gt;
m46120| Wed Jan 20 21:50:52 	 shutdown: removing fs lock...&lt;br/&gt;
m46120| Wed Jan 20 21:50:52  dbexit: really exiting now&lt;br/&gt;
scons: *** &lt;span class=&quot;error&quot;&gt;&amp;#91;smokeDisk&amp;#93;&lt;/span&gt; Error 253&lt;br/&gt;
scons: building terminated because of errors.&lt;br/&gt;
program finished with exit code 2&lt;/p&gt;

&lt;p&gt;&amp;lt;&lt;a href=&quot;http://buildbot.mongodb.org/builders/Linux%2064-bit/builds/8/steps/test/logs/stdio&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://buildbot.mongodb.org/builders/Linux%2064-bit/builds/8/steps/test/logs/stdio&lt;/a&gt;&amp;gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="11163">SERVER-560</key>
            <summary>preallocate.js fails due to first mongod instance unexpectedly allocating a 3rd file</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.mongodb.org/images/icons/priorities/minor.svg">Minor - P4</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="aaron">Aaron Staple</assignee>
                                    <reporter username="aaron">Aaron Staple</reporter>
                        <labels>
                    </labels>
                <created>Wed, 20 Jan 2010 21:58:11 +0000</created>
                <updated>Tue, 12 Jul 2016 00:28:28 +0000</updated>
                            <resolved>Mon, 25 Jan 2010 19:50:33 +0000</resolved>
                                                    <fixVersion>1.3.2</fixVersion>
                                                        <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="11963" author="aaron" created="Mon, 25 Jan 2010 19:50:33 +0000"  >&lt;p&gt;Looks like there was a race condition related to the original measurement of vsize, should be fixed now.&lt;/p&gt;</comment>
                            <comment id="11962" author="auto" created="Mon, 25 Jan 2010 19:49:45 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;login&apos;: &apos;astaple&apos;, &apos;name&apos;: &apos;Aaron&apos;, &apos;email&apos;: &apos;aaron@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-560&quot; title=&quot;preallocate.js fails due to first mongod instance unexpectedly allocating a 3rd file&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-560&quot;&gt;&lt;del&gt;SERVER-560&lt;/del&gt;&lt;/a&gt; fix race condition in preallocate.js test&lt;br/&gt;
&lt;a href=&quot;http://github.com/mongodb/mongo/commit/84e5a5d88b2bce95b56f7904958733cd5ac0f7e2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://github.com/mongodb/mongo/commit/84e5a5d88b2bce95b56f7904958733cd5ac0f7e2&lt;/a&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>Mon, 25 Jan 2010 19:49:45 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        14 years, 4 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>ramon.fernandez@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            14 years, 4 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_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>aaron</customfieldvalue>
            <customfieldvalue>auto</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrpsnr:</customfieldvalue>

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

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

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