2019-07-10T21:06:05.725-0500 E STORAGE [initandlisten] WiredTiger (0) [1454119565:724960][1745:0x7f2ac9534bc0], file:WiredTiger.wt, cursor.next: read checksum error for 4096B block at offset 6 799360: block header checksum of 1769173605 doesnt match expected checksum of 4176084783 2019-07-10T21:06:05.725-0500 E STORAGE [initandlisten] WiredTiger (0) [1454119565:725067][1745:0x7f2ac9534bc0], file:WiredTiger.wt, cursor.next: WiredTiger.wt: encountered an illegal file format or internal value 2019-07-10T21:06:05.725-0500 E STORAGE [initandlisten] WiredTiger (-31804) [1454119565:725088][1745:0x7f2ac9534bc0], file:WiredTiger.wt, cursor.next: the process must exit and restart: WT_PANIC: WiredTiger library panic 2019-07-10T21:06:05.725-0500 I - [initandlisten] Fatal Assertion 28558
软件准备
必要组件安装
1 2 3 4 5
[centos] yum install snappy-devel make gcc gcc-c++ kernel-devel
wget http://source.wiredtiger.com/releases/wiredtiger-3.2.0.tar.bz2 tar xvf wiredtiger-3.2.0.tar.bz2 cd wiredtiger-3.2.0 ./configure --enable-snappy make
global options: -C wiredtiger_open configuration -h database directory -L turn logging off for debug-mode -R run recovery if configured -V display library version and exit -v verbose commands: alter alter an object backup database backup compact compact an object copyright copyright information create create an object downgrade downgrade a database drop drop an object dump dump an object list list database objects load load an object loadtext load an object from a text file printlog display the database log read read values from an object rebalance rebalance an object rename rename an object salvage salvage a file stat display statistics for an object truncate truncate an object, removing all content upgrade upgrade an object verify verify an object write write values to an object