<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:00:24 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-2562] monogod --oplogSize flag is ignored on Windows</title>
                <link>https://jira.mongodb.org/browse/SERVER-2562</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Tried starting up mongo with:&lt;/p&gt;

&lt;p&gt;mongod --oplogSize 5000&lt;/p&gt;

&lt;p&gt;However the oplog never grows beyond about 1GB.&lt;br/&gt;
Despite specifying the flag the log file writes: &lt;/p&gt;

&lt;p&gt;Sun Feb 13 18:45:13 MongoDB starting : pid=824 port=27017 dbpath=d:\DB\Mongo\data 64-bit &lt;br/&gt;
Sun Feb 13 18:45:13 db version v1.6.5, pdfile version 4.5&lt;br/&gt;
Sun Feb 13 18:45:13 git version: 0eb017e9b2828155a67c5612183337b89e12e291&lt;br/&gt;
Sun Feb 13 18:45:13 sys info: windows (6, 1, 7600, 2, &apos;&apos;) BOOST_LIB_VERSION=1_42&lt;br/&gt;
Sun Feb 13 18:45:13 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; waiting for connections on port 27017&lt;br/&gt;
Sun Feb 13 18:45:13 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; ******&lt;br/&gt;
Sun Feb 13 18:45:13 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; creating replication oplog of size: 904MB... (use --oplogSize to change)&lt;br/&gt;
Sun Feb 13 18:45:13 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; ******&lt;/p&gt;</description>
                <environment>Windows 64-bit</environment>
        <key id="14748">SERVER-2562</key>
            <summary>monogod --oplogSize flag is ignored on Windows</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="2" iconUrl="https://jira.mongodb.org/images/icons/priorities/critical.svg">Critical - P2</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="scotthernandez">Scott Hernandez</assignee>
                                    <reporter username="sym3tri">Ed Rooth</reporter>
                        <labels>
                    </labels>
                <created>Wed, 16 Feb 2011 02:52:44 +0000</created>
                <updated>Tue, 12 Jul 2016 00:20:26 +0000</updated>
                            <resolved>Tue, 22 Feb 2011 19:04:01 +0000</resolved>
                                    <version>1.6.5</version>
                                    <fixVersion>1.7.6</fixVersion>
                                    <component>Admin</component>
                                        <votes>1</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="24443" author="eliot" created="Tue, 22 Feb 2011 19:04:01 +0000"  >&lt;p&gt;This has been fixed in 1.7.x.&lt;/p&gt;</comment>
                            <comment id="24407" author="scotthernandez" created="Tue, 22 Feb 2011 01:47:23 +0000"  >&lt;p&gt;I have been able to reproduce this, and others on the list have reported this for 1.6.5 as well; it is not reproducible in 1.7.5 (with rs.initiate()).&lt;/p&gt;

&lt;p&gt;I get various error using different --oplogSize values:&lt;/p&gt;

&lt;p&gt;Mon Feb 21 17:38:53 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; cmdline oplogsize (1120) different than existing (1024) see: &lt;a href=&quot;http://dochub.mongodb.org/core/increase-oplog&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://dochub.mongodb.org/core/increase-oplog&lt;/a&gt;&lt;br/&gt;
Mon Feb 21 17:38:53 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; exception in initAndListen std::exception: cmdline oplogsize (1120) different than existing (1024) see: htt...&lt;br/&gt;
...exiting&lt;/p&gt;

&lt;p&gt;Mon Feb 21 17:42:07 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; creating replication oplog of size: 1024MB... (use --oplogSize to change)&lt;br/&gt;
...starts&lt;/p&gt;
</comment>
                            <comment id="24359" author="adathedev" created="Mon, 21 Feb 2011 09:54:16 +0000"  >&lt;p&gt;I&apos;ve hit the same problem, with 1.6.5 on Windows 7 64 Bit.&lt;/p&gt;

&lt;p&gt;Full args:&lt;br/&gt;
mongod --port 20000 --dbpath C:\mongodb\data\db\Test\ --replSet TestSet1 --oplogSize 5120 &lt;/p&gt;

&lt;p&gt;Log file shows:&lt;br/&gt;
Mon Feb 21 09:37:03 db version v1.6.5, pdfile version 4.5 &lt;br/&gt;
Mon Feb 21 09:37:03 git version: &lt;br/&gt;
0eb017e9b2828155a67c5612183337b89e12e291 &lt;br/&gt;
Mon Feb 21 09:37:03 sys info: windows (6, 1, 7600, 2, &apos;&apos;) &lt;br/&gt;
BOOST_LIB_VERSION=1_42 &lt;br/&gt;
Mon Feb 21 09:37:03 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; waiting for connections on port 20000 &lt;br/&gt;
Mon Feb 21 09:37:03 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; ****** &lt;br/&gt;
Mon Feb 21 09:37:03 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; creating replication oplog of size: 1024MB... (use --oplogSize to change) &lt;br/&gt;
Mon Feb 21 09:37:04 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; ****** &lt;br/&gt;
Mon Feb 21 09:37:04 &lt;span class=&quot;error&quot;&gt;&amp;#91;websvr&amp;#93;&lt;/span&gt; web admin interface listening on port 21000 &lt;br/&gt;
Mon Feb 21 09:37:04 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; connection accepted from 127.0.0.1:54370 #1 &lt;br/&gt;
Mon Feb 21 09:37:04 &lt;span class=&quot;error&quot;&gt;&amp;#91;startReplSets&amp;#93;&lt;/span&gt; replSet can&apos;t get local.system.replset config from self or any seed (EMPTYCONFIG) &lt;/p&gt;

&lt;p&gt;If i use --oplogSize 6144 mongod crashes and log file shows:&lt;br/&gt;
Mon Feb 21 09:42:08   Assertion failure cmdLine.oplogSize &amp;gt; 0 db \db.cpp 962 &lt;/p&gt;</comment>
                            <comment id="24001" author="sym3tri" created="Wed, 16 Feb 2011 07:24:13 +0000"  >&lt;p&gt;Hi, we are using Windows 2008 Server.&lt;/p&gt;

&lt;p&gt;This is the config file as we had it when starting up the server:&lt;/p&gt;

&lt;p&gt;dbpath = d:\DB\Mongo\data&lt;br/&gt;
directoryperdb = true&lt;br/&gt;
bind_ip = 192.168.100.12&lt;br/&gt;
port = 27017&lt;br/&gt;
logpath = d:\DB\Mongo\logs\mongo.log&lt;br/&gt;
logappend = true&lt;br/&gt;
noauth = true&lt;br/&gt;
replSet = replSet&lt;br/&gt;
rest = true&lt;br/&gt;
oplogSize = 5000&lt;/p&gt;</comment>
                            <comment id="24000" author="cs-rpc-user" created="Wed, 16 Feb 2011 06:54:24 +0000"  >&lt;p&gt;Ed,&lt;/p&gt;

&lt;p&gt;What other options are set in the config file or command line? Also, what flavor of Win7 are you using?&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>Wed, 16 Feb 2011 06:54:24 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        13 years, 1 day 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>
                            13 years, 1 day 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="10022"><![CDATA[Windows]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>adathedev</customfieldvalue>
            <customfieldvalue>cs-rpc-user</customfieldvalue>
            <customfieldvalue>sym3tri</customfieldvalue>
            <customfieldvalue>eliot</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|hrp60f:</customfieldvalue>

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

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

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