-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: 4.0.18
-
Component/s: WiredTiger
-
None
-
Fully Compatible
-
ALL
The mongodb is down during use.The problem has occurred many times. it seems the WiredTigerLAS.wt file is destroyed. (I learned that WiredTigerLAS table is a temporary table, so I do not think it is a permanent data file corruption.)Could you give me some tips about the reason? thanks very much! The error it reports is:
-05-27T12:19:07.054+0000 E STORAGE [thread12478] WiredTiger error (-31802) [1590581947:54895][1:0x7fa0eeecf700], [file:WiredTigerLAS.wt|file:///WiredTigerLAS.wt], WT_CURSOR.update: __posix_file_read, 425: /bitnami/mongodb/data/db/WiredTigerLAS.wt: handle-read: pread: failed to read 16384 bytes at offset 103358464: WT_ERROR: non-specific WiredTiger error Raw: [1590581947:54895][1:0x7fa0eeecf700], [file:WiredTigerLAS.wt|file:///WiredTigerLAS.wt], WT_CURSOR.update: __posix_file_read, 425: /bitnami/mongodb/data/db/WiredTigerLAS.wt: handle-read: pread: failed to read 16384 bytes at offset 103358464: WT_ERROR: non-specific WiredTiger error 2020-05-27T12:19:07.055+0000 E STORAGE [thread12478] WiredTiger error (-31802) [1590581947:55031][1:0x7fa0eeecf700], eviction-server: __wt_evict_thread_run, 318: cache eviction thread error: WT_ERROR: non-specific WiredTiger error Raw: [1590581947:55031][1:0x7fa0eeecf700], eviction-server: __wt_evict_thread_run, 318: cache eviction thread error: WT_ERROR: non-specific WiredTiger error 2020-05-27T12:19:07.055+0000 E STORAGE [thread12478] WiredTiger error (-31804) [1590581947:55057][1:0x7fa0eeecf700], eviction-server: __wt_panic, 494: the process must exit and restart: WT_PANIC: WiredTiger library panic Raw: [1590581947:55057][1:0x7fa0eeecf700], eviction-server: __wt_panic, 494: the process must exit and restart: WT_PANIC: WiredTiger library panic 2020-05-27T12:19:07.055+0000 F - [thread12478] Fatal Assertion 50853 at src/mongo/db/storage/wiredtiger/wiredtiger_util.cpp 409
- is duplicated by
-
SERVER-48536 Mongodb Crashed with the Got signal: 6 (Aborted)
- Closed