Skip to content

WiredTiger error using the zipped db #54

@evilDave

Description

@evilDave

Trying to use the zipped db found here, I get this error when starting mongod:

2017-04-24T16:39:38.492+1000 I -        [initandlisten] Detected data files in /data/db created by the 'wiredTiger' storage engine, so setting the active storage engine to 'wiredTiger'.
2017-04-24T16:39:38.492+1000 I STORAGE  [initandlisten] wiredtiger_open config: create,cache_size=7680M,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),checkpoint=(wait=60,log_size=2GB),statistics_log=(wait=0),
2017-04-24T16:39:39.009+1000 E STORAGE  [initandlisten] WiredTiger error (-31803) [1493015979:9448][22766:0x7fffd27953c0], txn-recover: Recovery failed: WT_NOTFOUND: item not found
2017-04-24T16:39:39.046+1000 I -        [initandlisten] Assertion: 28595:-31803: WT_NOTFOUND: item not found src/mongo/db/storage/wiredtiger/wiredtiger_kv_engine.cpp 267
2017-04-24T16:39:39.046+1000 I STORAGE  [initandlisten] exception in initAndListen: 28595 -31803: WT_NOTFOUND: item not found, terminating

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions