<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:53:41 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-39979] Mongo DB not working after created  auto logrotate </title>
                <link>https://jira.mongodb.org/browse/SERVER-39979</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;I did below.&lt;/p&gt;

&lt;p&gt;sudo su&lt;br/&gt;
sudo vim /etc/logrotate.d/mongod.conf&lt;br/&gt;
/var/log/mongodb/mongod.log &lt;/p&gt;
{
 daily
 size 100M
 rotate 10
 missingok
 compress
 delaycompress
 notifempty
 create 640 mongod mongod
 sharedscripts
 postrotate
 /bin/kill -SIGUSR1 `cat /var/run/mongodb/mongod.pid 2&amp;gt;/dev/null` &amp;gt;/dev/null 2&amp;gt;&amp;amp;1
 endscript
}

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&amp;gt;&amp;gt;&amp;gt;sudo service mongod restart&lt;/p&gt;

&lt;p&gt;Result FAILED to restart mongodb&lt;/p&gt;

&lt;p&gt;&amp;gt;&amp;gt;&amp;gt;sudo mongod --repair&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;I STORAGE &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; ** WARNING: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine&lt;br/&gt;
 I STORAGE &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; ** See &lt;a href=&quot;http://dochub.mongodb.org/core/prodnotes-filesystem&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://dochub.mongodb.org/core/prodnotes-filesystem&lt;/a&gt;&lt;br/&gt;
 I STORAGE &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; wiredtiger_open config: create,cache_size=1460M,session_max=20000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),statistics_log=(wait=0),verbose=(recovery_progress),&lt;br/&gt;
 I STORAGE &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; WiredTiger message &lt;span class=&quot;error&quot;&gt;&amp;#91;1551861372:311743&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;26124:0x7f209d4e0b40&amp;#93;&lt;/span&gt;, txn-recover: Main recovery loop: starting at 1/13952 to 2/256&lt;br/&gt;
 I STORAGE &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; WiredTiger message &lt;span class=&quot;error&quot;&gt;&amp;#91;1551861372:419236&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;26124:0x7f209d4e0b40&amp;#93;&lt;/span&gt;, txn-recover: Recovering log 1 through 2&lt;br/&gt;
 I STORAGE &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; WiredTiger message &lt;span class=&quot;error&quot;&gt;&amp;#91;1551861372:484762&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;26124:0x7f209d4e0b40&amp;#93;&lt;/span&gt;, txn-recover: Recovering log 2 through 2&lt;br/&gt;
 I STORAGE &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; WiredTiger message &lt;span class=&quot;error&quot;&gt;&amp;#91;1551861372:537215&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;26124:0x7f209d4e0b40&amp;#93;&lt;/span&gt;, txn-recover: Set global recovery timestamp: 0&lt;br/&gt;
 I RECOVERY &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; WiredTiger recoveryTimestamp. Ts: Timestamp(0, 0)&lt;br/&gt;
 I STORAGE &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; Repairing size cache&lt;br/&gt;
 I STORAGE &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; Verify succeeded on uri table:sizeStorer. Not salvaging.&lt;br/&gt;
I STORAGE &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; Repairing catalog metadata&lt;br/&gt;
I STORAGE &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; Verify succeeded on uri table:_mdb_catalog. Not salvaging.&lt;br/&gt;
I CONTROL &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt;&lt;br/&gt;
I CONTROL &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; ** WARNING: Access control is not enabled for the database.&lt;br/&gt;
I CONTROL &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; ** Read and write access to data and configuration is unrestricted.&lt;br/&gt;
I CONTROL &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; ** WARNING: You are running this process as the root user, which is not recommended.&lt;br/&gt;
I CONTROL &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt;&lt;br/&gt;
I CONTROL &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; ** WARNING: This server is bound to localhost.&lt;br/&gt;
I CONTROL &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; ** Remote systems will be unable to connect to this server.&lt;br/&gt;
I CONTROL &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; ** Start the server with --bind_ip &amp;lt;address&amp;gt; to specify which IP&lt;br/&gt;
I CONTROL &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; ** addresses it should serve responses from, or with --bind_ip_all to&lt;br/&gt;
I CONTROL &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; ** bind to all interfaces. If this behavior is desired, start the&lt;br/&gt;
 I CONTROL &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; ** server with --bind_ip 127.0.0.1 to disable this warning.&lt;br/&gt;
 I CONTROL &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt;&lt;br/&gt;
 I STORAGE &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; repairDatabase admin&lt;br/&gt;
2I STORAGE &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; Repairing collection admin.system.version&lt;br/&gt;
 I STORAGE &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; Verify succeeded on uri table:collection-0--5920440038375576319. Not salvaging.&lt;br/&gt;
 I INDEX &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; build index on: admin.system.version properties: { v: 2, key: &lt;/p&gt;
{ _id: 1 }
&lt;p&gt;, name: &quot;&lt;em&gt;id&lt;/em&gt;&quot;, ns: &quot;admin.system.version&quot; }&lt;br/&gt;
I INDEX &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; building index using bulk method; build may temporarily use up to 500 megabytes of RAM&lt;br/&gt;
 W ASIO &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; No TransportLayer configured during NetworkInterface startup&lt;br/&gt;
 I STORAGE &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; finished checking dbs&lt;br/&gt;
 I STORAGE &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; WiredTigerKVEngine shutting down&lt;br/&gt;
 I STORAGE &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; Shutting down session sweeper thread&lt;br/&gt;
 I STORAGE &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; Finished shutting down session sweeper thread&lt;br/&gt;
 I STORAGE &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; shutdown: removing fs lock...&lt;br/&gt;
 I CONTROL &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; now exiting&lt;br/&gt;
 I CONTROL &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; shutting down with code:0&lt;/p&gt;</description>
                <environment></environment>
        <key id="710570">SERVER-39979</key>
            <summary>Mongo DB not working after created  auto logrotate </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="13203">Gone away</resolution>
                                        <assignee username="eric.sedor@mongodb.com">Eric Sedor</assignee>
                                    <reporter username="gunakrish">guna</reporter>
                        <labels>
                    </labels>
                <created>Wed, 6 Mar 2019 09:39:23 +0000</created>
                <updated>Fri, 27 Oct 2023 20:42:56 +0000</updated>
                            <resolved>Mon, 11 Mar 2019 13:36:24 +0000</resolved>
                                                                    <component>Admin</component>
                                        <votes>0</votes>
                                    <watches>5</watches>
                                                                                                                <comments>
                            <comment id="2176878" author="eric.sedor" created="Mon, 11 Mar 2019 13:36:25 +0000"  >&lt;p&gt;Understood; thanks for letting us know!&lt;/p&gt;</comment>
                            <comment id="2176494" author="gunakrish" created="Sat, 9 Mar 2019 05:04:42 +0000"  >&lt;p&gt;Thanks for your reply. And the issue Fixed. I just reinstall mongodb&lt;/p&gt;</comment>
                            <comment id="2176373" author="eric.sedor" created="Fri, 8 Mar 2019 22:17:31 +0000"  >&lt;p&gt;Thanks for your report. Can you please help us with the following:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;your MongoDB version&lt;/li&gt;
	&lt;li&gt;your operating system and version/build&lt;/li&gt;
	&lt;li&gt;the logs for a running MongoDB process when &lt;tt&gt;logrotate.d&lt;/tt&gt; runs, and the timestamp when that occurs.&lt;/li&gt;
&lt;/ul&gt;
</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 7 Mar 2019 21:04:16 +0000</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            4 years, 48 weeks, 2 days ago
                        </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>eric.sedor@mongodb.com</customfieldvalue>
            <customfieldvalue>gunakrish</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hupqsn:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</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>
                                    <customfieldvalue><![CDATA[eric.sedor@mongodb.com]]></customfieldvalue>
    

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hupd1z:</customfieldvalue>

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