<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 06:04:19 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-66038] MongoDB docker container unable to start properly.</title>
                <link>https://jira.mongodb.org/browse/SERVER-66038</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Hi all,&lt;/p&gt;

&lt;p&gt;We are using Graylog, Elasticsearch and MongoDB for logging and archiving. These apps are run as docker containers with 3 replicas on 3 RHEL servers. We are using MongoDB version 3.6.18&lt;br/&gt;
Generally, the docker containers goes down and they are automatically brought up by the docker daemon. But sometimes, the shutdown is not proper and the data in MongoDB gets corrupted. Till now, we used to perform a repair and the data was able to be recovered successfully.&lt;/p&gt;

&lt;p&gt;I had previously created a tickets for the similar issues (&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-61936&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;https://jira.mongodb.org/browse/SERVER-61936&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-64629&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;https://jira.mongodb.org/browse/SERVER-64629&lt;/a&gt;). At that time, I had restored the data from the backup and could not try the repair command as mentioned in the solutions. These DBs were smaller, about 1-2GB each and were recovered easily once the data was restored from the backup.&lt;/p&gt;

&lt;p&gt;This time, the DB03 has issues and is not brought up properly. This DB has about 640GB of data, hence the container bring-up take a very long time.&lt;br/&gt;
When I check the logs after deploying the stack, the DB03 shows the following logs  &lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/attachment/376096/376096_db03-logs-temp-restored-folder.txt&quot; title=&quot;db03-logs-temp-restored-folder.txt attached to SERVER-66038&quot;&gt;db03-logs-temp-restored-folder.txt&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://jira.mongodb.org/images/icons/link_attachment_7.gif&quot; height=&quot;7&quot; width=&quot;7&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt; :&lt;/p&gt;
&lt;div class=&quot;panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;panelContent&quot;&gt;
&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;root@dcvsl126 sjillalla&amp;#93;&lt;/span&gt;# docker ps | grep mongo&lt;br/&gt;
6eff42dda2e7        docker-prod.tools.royalsunalliance.ca/mongo:3.6.18     &quot;docker-entrypoint.s...&quot;   40 minutes ago      Up 40 minutes            27017/tcp                                                                         mongodb_db03.1.ny9xz6plcprnwpf81ynco73we&lt;br/&gt;
43dca8a2ffe4        docker-prod.tools.royalsunalliance.ca/mongo:3.6.18     &quot;docker-entrypoint.s...&quot;   7 hours ago         Up 7 hours               27017/tcp                                                                         mongodb_db02.1.wbrjuzwvjagv8lr129h8214ku&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@dcvsl126 sjillalla&amp;#93;&lt;/span&gt;# docker logs 6eff42dda2e7&lt;br/&gt;
2022-04-27T10:19:36.416+0000 I CONTROL  &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; MongoDB starting : pid=1 port=27019 dbpath=/data/db 64-bit host=6eff42dda2e7&lt;br/&gt;
2022-04-27T10:19:36.416+0000 I CONTROL  &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; db version v3.6.18&lt;br/&gt;
2022-04-27T10:19:36.416+0000 I CONTROL  &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; git version: 2005f25eed7ed88fa698d9b800fe536bb0410ba4&lt;br/&gt;
2022-04-27T10:19:36.416+0000 I CONTROL  &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; OpenSSL version: OpenSSL 1.0.2g  1 Mar 2016&lt;br/&gt;
2022-04-27T10:19:36.416+0000 I CONTROL  &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; allocator: tcmalloc&lt;br/&gt;
2022-04-27T10:19:36.416+0000 I CONTROL  &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; modules: none&lt;br/&gt;
2022-04-27T10:19:36.416+0000 I CONTROL  &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; build environment:&lt;br/&gt;
2022-04-27T10:19:36.416+0000 I CONTROL  &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt;     distmod: ubuntu1604&lt;br/&gt;
2022-04-27T10:19:36.416+0000 I CONTROL  &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt;     distarch: x86_64&lt;br/&gt;
2022-04-27T10:19:36.416+0000 I CONTROL  &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt;     target_arch: x86_64&lt;br/&gt;
2022-04-27T10:19:36.416+0000 I CONTROL  &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; options: { config: &quot;/etc/mongod.conf&quot;, net: { bindIpAll: true, port: 27019, ssl: &lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: { CAFile}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt; }, replication: &lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: { oplogSizeMB}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt; }&lt;br/&gt;
2022-04-27T10:19:36.419+0000 W -        &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; Detected unclean shutdown - /data/db/mongod.lock is not empty.&lt;br/&gt;
2022-04-27T10:19:36.423+0000 I -        &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; Detected data files in /data/db created by the &apos;wiredTiger&apos; storage engine, so setting the active storage engine to &apos;wiredTiger&apos;.&lt;br/&gt;
2022-04-27T10:19:36.425+0000 W STORAGE  &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; Recovering data from the last clean checkpoint.&lt;br/&gt;
2022-04-27T10:19:36.426+0000 I STORAGE  &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; wiredtiger_open config: create,cache_size=63873M,cache_overflow=(file_max=0M),session_max=20000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),compatibility=(release=&quot;3.0&quot;,require_max=&quot;3.0&quot;),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),statistics_log=(wait=0),verbose=(recovery_progress),&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;When I tried the repair command on this DB, the logs mentioned &lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/attachment/376095/376095_db03-repair-logs-in-temp-restored-folder.txt&quot; title=&quot;db03-repair-logs-in-temp-restored-folder.txt attached to SERVER-66038&quot;&gt;db03-repair-logs-in-temp-restored-folder.txt&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://jira.mongodb.org/images/icons/link_attachment_7.gif&quot; height=&quot;7&quot; width=&quot;7&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;panelContent&quot;&gt;
&lt;p&gt;2022-04-27T14:15:01.663+0000 E STORAGE  &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; WiredTiger error (-31802) &lt;span class=&quot;error&quot;&gt;&amp;#91;1651068901:663138&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;1:0x7f5e71a08a40&amp;#93;&lt;/span&gt;, &lt;a href=&quot;file:WiredTiger.wt&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;file:WiredTiger.wt&lt;/a&gt;, WT_CURSOR.next: __wt_block_read_off, 302: WiredTiger.wt: fatal read error: WT_ERROR: non-specific WiredTiger error Raw: &lt;span class=&quot;error&quot;&gt;&amp;#91;1651068901:663138&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;1:0x7f5e71a08a40&amp;#93;&lt;/span&gt;, &lt;a href=&quot;file:WiredTiger.wt&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;file:WiredTiger.wt&lt;/a&gt;, WT_CURSOR.next: __wt_block_read_off, 302: WiredTiger.wt: fatal read error: WT_ERROR: non-specific WiredTiger error&lt;br/&gt;
2022-04-27T14:15:01.663+0000 E STORAGE  &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; WiredTiger error (-31804) &lt;span class=&quot;error&quot;&gt;&amp;#91;1651068901:663167&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;1:0x7f5e71a08a40&amp;#93;&lt;/span&gt;, &lt;a href=&quot;file:WiredTiger.wt&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;file:WiredTiger.wt&lt;/a&gt;, WT_CURSOR.next: __wt_panic, 523: the process must exit and restart: WT_PANIC: WiredTiger library panic Raw: &lt;span class=&quot;error&quot;&gt;&amp;#91;1651068901:663167&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;1:0x7f5e71a08a40&amp;#93;&lt;/span&gt;, &lt;a href=&quot;file:WiredTiger.wt&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;file:WiredTiger.wt&lt;/a&gt;, WT_CURSOR.next: __wt_panic, 523: the process must exit and restart: WT_PANIC: WiredTiger library panic&lt;br/&gt;
2022-04-27T14:15:01.663+0000 F -        &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; Fatal Assertion 50853 at src/mongo/db/storage/wiredtiger/wiredtiger_util.cpp 420&lt;br/&gt;
2022-04-27T14:15:01.663+0000 F -        &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;***aborting after fassert() failure&lt;/p&gt;


&lt;p&gt;2022-04-27T14:15:01.747+0000 F -        &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; Got signal: 6 (Aborted).&lt;/p&gt;

&lt;p&gt; 0x555f7ba26991 0x555f7ba25ba9 0x555f7ba2608d 0x7f5e703ec390 0x7f5e70046428 0x7f5e7004802a 0x555f7a127ea4 0x555f7a204366 0x555f7a275d29 0x555f7a0c328c 0x555f7a0c36ac 0x555f7a32c025 0x555f7a32c165 0x555f7a2a01b0 0x555f7a2a6c2a 0x555f7a2c11fd 0x555f7a3312b8 0x555f7a2e2d4c 0x555f7a28e721 0x555f7a28ecf1 0x555f7a219847 0x555f7a2162ef 0x555f7a1e5446 0x555f7a1c7fa8 0x555f7a3cf615 0x555f7a1a32fa 0x555f7a1a6b12 0x555f7a129b79 0x7f5e70031830 0x555f7a18e579&lt;br/&gt;
----- BEGIN BACKTRACE -----&lt;br/&gt;
{&quot;backtrace&quot;:[&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;],&quot;processInfo&quot;:{ &quot;mongodbVersion&quot; : &quot;3.6.18&quot;, &quot;gitVersion&quot; : &quot;2005f25eed7ed88fa698d9b800fe536bb0410ba4&quot;, &quot;compiledModules&quot; : [], &quot;uname&quot; : &lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: { &amp;quot;sysname&amp;quot; }&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;, &quot;somap&quot; : [ &lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: { &amp;quot;b&amp;quot; }&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;, &lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: { &amp;quot;b&amp;quot; }&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;, &lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: { &amp;quot;b&amp;quot; }&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;, &lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: { &amp;quot;b&amp;quot; }&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;, &lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: { &amp;quot;b&amp;quot; }&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;, &lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: { &amp;quot;b&amp;quot; }&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;, &lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: { &amp;quot;b&amp;quot; }&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;, &lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: { &amp;quot;b&amp;quot; }&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;, &lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: { &amp;quot;b&amp;quot; }&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;, &lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: { &amp;quot;b&amp;quot; }&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;, &lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: { &amp;quot;b&amp;quot; }&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;, &lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: { &amp;quot;b&amp;quot; }&lt;/span&gt; &lt;/div&gt;
&lt;p&gt; ] }}&lt;br/&gt;
 mongod(_ZN5mongo15printStackTraceERSo+0x41) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x555f7ba26991&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(+0x229ABA9) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x555f7ba25ba9&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(+0x229B08D) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x555f7ba2608d&amp;#93;&lt;/span&gt;&lt;br/&gt;
 libpthread.so.0(+0x11390) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f5e703ec390&amp;#93;&lt;/span&gt;&lt;br/&gt;
 libc.so.6(gsignal+0x38) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f5e70046428&amp;#93;&lt;/span&gt;&lt;br/&gt;
 libc.so.6(abort+0x16A) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f5e7004802a&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(_ZN5mongo32fassertFailedNoTraceWithLocationEiPKcj+0x0) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x555f7a127ea4&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(+0xA79366) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x555f7a204366&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(+0xAEAD29) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x555f7a275d29&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(__wt_err_func+0x90) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x555f7a0c328c&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(__wt_panic+0x3F) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x555f7a0c36ac&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(__wt_block_read_off+0x575) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x555f7a32c025&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(__wt_bm_read+0x135) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x555f7a32c165&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(__wt_bt_read+0x210) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x555f7a2a01b0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(__wt_page_in_func+0x1A6A) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x555f7a2a6c2a&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(+0xB361FD) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x555f7a2c11fd&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(__wt_btcur_next+0x6A8) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x555f7a3312b8&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(+0xB57D4C) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x555f7a2e2d4c&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(+0xB03721) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x555f7a28e721&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(__wt_txn_recover+0x571) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x555f7a28ecf1&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(__wt_connection_workers+0x37) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x555f7a219847&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(wiredtiger_open+0x1B7F) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x555f7a2162ef&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(&lt;em&gt;ZN5mongo18WiredTigerKVEngineC2ERKNSt7&lt;/em&gt;_cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_PNS_11ClockSourceES8_mmbbbb+0xBD6) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x555f7a1e5446&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(+0xA3CFA8) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x555f7a1c7fa8&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(_ZN5mongo20ServiceContextMongoD29initializeGlobalStorageEngineEv+0x275) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x555f7a3cf615&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(+0xA182FA) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x555f7a1a32fa&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(&lt;em&gt;ZN5mongo11mongoDbMainEiPPcS1&lt;/em&gt;+0x872) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x555f7a1a6b12&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(main+0x9) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x555f7a129b79&amp;#93;&lt;/span&gt;&lt;br/&gt;
 libc.so.6(__libc_start_main+0xF0) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f5e70031830&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(_start+0x29) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x555f7a18e579&amp;#93;&lt;/span&gt;&lt;br/&gt;
-----  END BACKTRACE  -----&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;I had restored the data from the backup and tried to bring up the containers. This time, the container exited after about 3.5hrs with the following logs &lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/attachment/376094/376094_db03-logs-container-exit-after-3.5hrs.txt&quot; title=&quot;db03-logs-container-exit-after-3.5hrs.txt attached to SERVER-66038&quot;&gt;db03-logs-container-exit-after-3.5hrs.txt&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://jira.mongodb.org/images/icons/link_attachment_7.gif&quot; height=&quot;7&quot; width=&quot;7&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;panelContent&quot;&gt;
&lt;p&gt;2022-04-28T00:07:43.929+0000 E STORAGE  &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; WiredTiger error (-31802) &lt;span class=&quot;error&quot;&gt;&amp;#91;1651104463:929120&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;1:0x7fe335501a40&amp;#93;&lt;/span&gt;, &lt;a href=&quot;file:WiredTiger.wt&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;file:WiredTiger.wt&lt;/a&gt;, WT_CURSOR.next: __wt_block_read_off, 302: WiredTiger.wt: fatal read error: WT_ERROR: non-specific WiredTiger error Raw: &lt;span class=&quot;error&quot;&gt;&amp;#91;1651104463:929120&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;1:0x7fe335501a40&amp;#93;&lt;/span&gt;, &lt;a href=&quot;file:WiredTiger.wt&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;file:WiredTiger.wt&lt;/a&gt;, WT_CURSOR.next: __wt_block_read_off, 302: WiredTiger.wt: fatal read error: WT_ERROR: non-specific WiredTiger error&lt;br/&gt;
2022-04-28T00:07:43.929+0000 E STORAGE  &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; WiredTiger error (-31804) &lt;span class=&quot;error&quot;&gt;&amp;#91;1651104463:929135&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;1:0x7fe335501a40&amp;#93;&lt;/span&gt;, &lt;a href=&quot;file:WiredTiger.wt&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;file:WiredTiger.wt&lt;/a&gt;, WT_CURSOR.next: __wt_panic, 523: the process must exit and restart: WT_PANIC: WiredTiger library panic Raw: &lt;span class=&quot;error&quot;&gt;&amp;#91;1651104463:929135&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;1:0x7fe335501a40&amp;#93;&lt;/span&gt;, &lt;a href=&quot;file:WiredTiger.wt&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;file:WiredTiger.wt&lt;/a&gt;, WT_CURSOR.next: __wt_panic, 523: the process must exit and restart: WT_PANIC: WiredTiger library panic&lt;br/&gt;
2022-04-28T00:07:43.961+0000 F -        &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; Fatal Assertion 50853 at src/mongo/db/storage/wiredtiger/wiredtiger_util.cpp 420&lt;br/&gt;
2022-04-28T00:07:43.961+0000 F -        &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;***aborting after fassert() failure&lt;/p&gt;


&lt;p&gt;2022-04-28T00:07:44.147+0000 F -        &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; Got signal: 6 (Aborted).&lt;/p&gt;

&lt;p&gt; 0x560124143991 0x560124142ba9 0x56012414308d 0x7fe333ee5390 0x7fe333b3f428 0x7fe333b4102a 0x560122844ea4 0x560122921366 0x560122992d29 0x5601227e028c 0x5601227e06ac 0x560122a49025 0x560122a49165 0x5601229bd1b0 0x5601229c3c2a 0x5601229de1fd 0x560122a4e2b8 0x5601229ffd4c 0x5601229ab721 0x5601229abcf1 0x560122936847 0x5601229332ef 0x560122902139 0x5601228e4fa8 0x560122aec615 0x5601228c02fa 0x5601228c3b12 0x560122846b79 0x7fe333b2a830 0x5601228ab579&lt;br/&gt;
----- BEGIN BACKTRACE -----&lt;br/&gt;
{&quot;backtrace&quot;:[&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;,&lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: {&amp;quot;b&amp;quot;}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;],&quot;processInfo&quot;:{ &quot;mongodbVersion&quot; : &quot;3.6.18&quot;, &quot;gitVersion&quot; : &quot;2005f25eed7ed88fa698d9b800fe536bb0410ba4&quot;, &quot;compiledModules&quot; : [], &quot;uname&quot; : &lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: { &amp;quot;sysname&amp;quot; }&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;, &quot;somap&quot; : [ &lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: { &amp;quot;b&amp;quot; }&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;, &lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: { &amp;quot;b&amp;quot; }&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;, &lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: { &amp;quot;b&amp;quot; }&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;, &lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: { &amp;quot;b&amp;quot; }&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;, &lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: { &amp;quot;b&amp;quot; }&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;, &lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: { &amp;quot;b&amp;quot; }&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;, &lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: { &amp;quot;b&amp;quot; }&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;, &lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: { &amp;quot;b&amp;quot; }&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;, &lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: { &amp;quot;b&amp;quot; }&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;, &lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: { &amp;quot;b&amp;quot; }&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;, &lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: { &amp;quot;b&amp;quot; }&lt;/span&gt; &lt;/div&gt;
&lt;p&gt;, &lt;/p&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: { &amp;quot;b&amp;quot; }&lt;/span&gt; &lt;/div&gt;
&lt;p&gt; ] }}&lt;br/&gt;
 mongod(_ZN5mongo15printStackTraceERSo+0x41) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x560124143991&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(+0x229ABA9) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x560124142ba9&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(+0x229B08D) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x56012414308d&amp;#93;&lt;/span&gt;&lt;br/&gt;
 libpthread.so.0(+0x11390) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7fe333ee5390&amp;#93;&lt;/span&gt;&lt;br/&gt;
 libc.so.6(gsignal+0x38) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7fe333b3f428&amp;#93;&lt;/span&gt;&lt;br/&gt;
 libc.so.6(abort+0x16A) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7fe333b4102a&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(_ZN5mongo32fassertFailedNoTraceWithLocationEiPKcj+0x0) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x560122844ea4&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(+0xA79366) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x560122921366&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(+0xAEAD29) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x560122992d29&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(__wt_err_func+0x90) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5601227e028c&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(__wt_panic+0x3F) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5601227e06ac&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(__wt_block_read_off+0x575) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x560122a49025&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(__wt_bm_read+0x135) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x560122a49165&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(__wt_bt_read+0x210) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5601229bd1b0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(__wt_page_in_func+0x1A6A) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5601229c3c2a&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(+0xB361FD) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5601229de1fd&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(__wt_btcur_next+0x6A8) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x560122a4e2b8&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(+0xB57D4C) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5601229ffd4c&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(+0xB03721) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5601229ab721&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(__wt_txn_recover+0x571) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5601229abcf1&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(__wt_connection_workers+0x37) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x560122936847&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(wiredtiger_open+0x1B7F) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5601229332ef&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(&lt;em&gt;ZN5mongo18WiredTigerKVEngineC2ERKNSt7&lt;/em&gt;_cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_PNS_11ClockSourceES8_mmbbbb+0x8C9) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x560122902139&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(+0xA3CFA8) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5601228e4fa8&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(_ZN5mongo20ServiceContextMongoD29initializeGlobalStorageEngineEv+0x275) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x560122aec615&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(+0xA182FA) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5601228c02fa&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(&lt;em&gt;ZN5mongo11mongoDbMainEiPPcS1&lt;/em&gt;+0x872) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5601228c3b12&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(main+0x9) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x560122846b79&amp;#93;&lt;/span&gt;&lt;br/&gt;
 libc.so.6(__libc_start_main+0xF0) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7fe333b2a830&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(_start+0x29) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5601228ab579&amp;#93;&lt;/span&gt;&lt;br/&gt;
-----  END BACKTRACE  -----&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;


&lt;p&gt;This looks like the data corruption issue and I am not able to understand why the data is getting corrupted so frequently in our environment. This is having a very huge impact on Graylog and subsequently the production applications.&lt;/p&gt;

&lt;p&gt;Please let me know how I can recover from this and make the MongoDB container up and running properly. &lt;br/&gt;
Please let me know if you need any further information.&lt;/p&gt;</description>
                <environment></environment>
        <key id="2035092">SERVER-66038</key>
            <summary>MongoDB docker container unable to start properly.</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="chris.kelly@mongodb.com">Chris Kelly</assignee>
                                    <reporter username="saroj.jillalla@cgi.com">Sarojini Jillalla</reporter>
                        <labels>
                    </labels>
                <created>Thu, 28 Apr 2022 01:56:18 +0000</created>
                <updated>Fri, 1 Jul 2022 10:14:50 +0000</updated>
                            <resolved>Fri, 1 Jul 2022 10:14:50 +0000</resolved>
                                    <version>3.6.18</version>
                                                                        <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="4652366" author="JIRAUSER1265262" created="Fri, 1 Jul 2022 10:07:12 +0000"  >&lt;p&gt;We haven&#8217;t heard back from you for some time, so I&#8217;m going to close this ticket. If this is still an issue for you, please provide additional information and we will reopen the ticket.&lt;/p&gt;</comment>
                            <comment id="4606964" author="JIRAUSER1265262" created="Fri, 10 Jun 2022 13:49:47 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=saroj.jillalla%40cgi.com&quot; class=&quot;user-hover&quot; rel=&quot;saroj.jillalla@cgi.com&quot;&gt;saroj.jillalla@cgi.com&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;We still need additional information to diagnose the problem. If this is still an issue for you, would you please provide the requested information?&lt;/p&gt;

&lt;p&gt;Regards,&lt;br/&gt;
Christopher&lt;/p&gt;</comment>
                            <comment id="4570926" author="JIRAUSER1265262" created="Tue, 24 May 2022 22:18:29 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=saroj.jillalla%40cgi.com&quot; class=&quot;user-hover&quot; rel=&quot;saroj.jillalla@cgi.com&quot;&gt;saroj.jillalla@cgi.com&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;Thanks for your patience. The ideal resolution is to perform a clean &lt;a href=&quot;https://docs.mongodb.org/manual/tutorial/resync-replica-set-member/#automatically-sync-a-member&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;resync&lt;/a&gt; from an unaffected node if --repair fails. I&apos;d recommend that in your case, however if it that doesn&apos;t succeed, please help provide the following:&lt;/p&gt;

&lt;p&gt;For each node in the replica set spanning a time period that includes the incident, would you please archive (tar or zip) the following and upload them to the ticket:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;the mongod logs&lt;/li&gt;
	&lt;li&gt;the &lt;tt&gt;$dbpath/diagnostic.data&lt;/tt&gt; directory (the contents are described &lt;a href=&quot;https://docs.mongodb.com/manual/administration/analyzing-mongodb-performance/#full-time-diagnostic-data-capture&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;here)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;To avoid a problems like this in the future, it is our strong recommendation to:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;font color=&quot;#172b4d&quot;&gt;&lt;b&gt;Use the &lt;a href=&quot;https://docs.mongodb.com/manual/release-notes/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;most recent version.&lt;/a&gt;&lt;/b&gt; (3.6 has been EOL for over a year now, so support will be limited here)&lt;/font&gt;&lt;/li&gt;
	&lt;li&gt;Use a &lt;a href=&quot;https://docs.mongodb.com/manual/replication/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;replica set&lt;/a&gt;.&lt;/li&gt;
	&lt;li&gt;Keep up to date &lt;a href=&quot;https://docs.mongodb.com/manual/core/backups/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;backups of your databases&lt;/a&gt;.&lt;/li&gt;
	&lt;li&gt;Have a process in place to restore backups.&lt;/li&gt;
	&lt;li&gt;Follow all &lt;a href=&quot;https://docs.mongodb.com/manual/administration/production-notes/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;production notes&lt;/a&gt;, especially those for &lt;a href=&quot;https://docs.mongodb.com/manual/administration/production-notes/#disk-and-storage-systems&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;underlying storage systems&lt;/a&gt;.&lt;/li&gt;
	&lt;li&gt;Schedule and perform regular checks of the integrity of your filesystems and disks.&lt;/li&gt;
	&lt;li&gt;Never manipulate the underlying database files in any way.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Regards,&lt;br/&gt;
Christopher&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="376094" name="db03-logs-container-exit-after-3.5hrs.txt" size="219313" author="saroj.jillalla@cgi.com" created="Thu, 28 Apr 2022 01:48:51 +0000"/>
                            <attachment id="376096" name="db03-logs-temp-restored-folder.txt" size="2739" author="saroj.jillalla@cgi.com" created="Thu, 28 Apr 2022 01:48:38 +0000"/>
                            <attachment id="376095" name="db03-repair-logs-in-temp-restored-folder.txt" size="218327" author="saroj.jillalla@cgi.com" created="Thu, 28 Apr 2022 01:48:38 +0000"/>
                    </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, 5 May 2022 14:49:57 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        1 year, 31 weeks, 5 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>chris.kelly@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            1 year, 31 weeks, 5 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>chris.kelly@mongodb.com</customfieldvalue>
            <customfieldvalue>saroj.jillalla@cgi.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i0swd3:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|i0bhpo:</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[chris.kelly@mongodb.com]]></customfieldvalue>
    

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

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