-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: 3.4.16
-
Component/s: None
-
Environment:Centos
-
ALL
I directly used tar to pack the whole directory of my running mongod instance, the mongo directory contains my dbpath with jounal enabled. But when I copy my tar package to another volumn and want to restart the mongod instance, it fails. I know that there must be somet corruption happened since I didn't stop mongo writing when I tar the underlying data files. Here I post the WiredTiger err log which append when I try to use WiredTiger command utils to salvage my dataset collection. It is almost the same err when I try "-repair"
[1558933099:261604][16092:0x7fca5e8a7720], file:WiredTiger.wt, connection: read checksum error for 4096B block at offset 36864: block header checksum of 3775757528 doesn't match expected checksum of 1737734002
[1558933099:261630][16092:0x7fca5e8a7720], file:WiredTiger.wt, connection: WiredTiger.wt: encountered an illegal file format or internal value
[1558933099:261636][16092:0x7fca5e8a7720], file:WiredTiger.wt, connection: the process must exit and restart: WT_PANIC: WiredTiger library panic
lt-wt: WT_PANIC: WiredTiger library panic
- duplicates
-
SERVER-41323 WiredTiger error (-31802)
- Closed
-
SERVER-41324 WiredTiger.wt, connection: read checksum error for 4096B block at offset 36864
- Closed