0

winserver 2008 服务器内存32GB,已设置cacheSizeGB 5 ;崩溃后,进程也消失了。

问题日志:

2021-02-05T09:12:10.753+0800 I NETWORK [initandlisten] connection accepted from 192.168.19.100:49797 #5934 (101 connections now open)
2021-02-05T09:12:10.781+0800 I ACCESS [conn5934] Successfully authenticated as principal root on admin
2021-02-05T09:12:10.811+0800 E STORAGE [conn5934] WiredTiger (0) [1612487530:811480][39104:1996566304], file:collection-10–4899639318143722546.wt, WT_CURSOR.search: F:\data\db\collection-10–4899639318143722546.wt: handle-read: ReadFile: failed to read 237568 bytes at offset 18899050496: 指定的网络名不再可用。
2021-02-05T09:12:10.820+0800 I – [conn5934] Invariant failure: seekRet resulted in status UnknownError: -31802: WT_ERROR: non-specific WiredTiger error at src\mongo\db\storage\wiredtiger\wiredtiger_record_store.cpp 527
2021-02-05T09:12:15.505+0800 I CONTROL [conn5934] mongod.exe …\src\mongo\util\stacktrace_windows.cpp(174) mongo::printStackTrace+0x43
2021-02-05T09:12:15.514+0800 I CONTROL [conn5934] mongod.exe …\src\mongo\util\log.cpp(136) mongo::logContext+0xb0
2021-02-05T09:12:15.522+0800 I CONTROL [conn5934] mongod.exe …\src\mongo\util\assert_util.cpp(164) mongo::invariantOKFailed+0x139
2021-02-05T09:12:15.530+0800 I CONTROL [conn5934] mongod.exe …\src\mongo\db\storage\wiredtiger\wiredtiger_record_store.cpp(527) mongo::WiredTigerRecordStore::Cursor::seekExact+0xc2
2021-02-05T09:12:15.537+0800 I CONTROL [conn5934] mongod.exe …\src\mongo\db\exec\working_set_common.cpp(102) mongo::WorkingSetCommon::fetch+0xd4
2021-02-05T09:12:15.544+0800 I CONTROL [conn5934] mongod.exe …\src\mongo\db\exec\fetch.cpp(125) mongo::FetchStage::work+0x350
2021-02-05T09:12:15.551+0800 I CONTROL [conn5934] mongod.exe …\src\mongo\db\query\plan_executor.cpp(390) mongo::PlanExecutor::getNextImpl+0x2f4
2021-02-05T09:12:15.560+0800 I CONTROL [conn5934] mongod.exe …\src\mongo\db\query\plan_executor.cpp(319) mongo::PlanExecutor::getNext+0x41
2021-02-05T09:12:15.567+0800 I CONTROL [conn5934] mongod.exe …\src\mongo\db\commands\find_cmd.cpp(306) mongo::FindCmd::run+0x85e
2021-02-05T09:12:15.574+0800 I CONTROL [conn5934] mongod.exe …\src\mongo\db\dbcommands.cpp(1459) mongo::Command::run+0x8bb
2021-02-05T09:12:15.582+0800 I CONTROL [conn5934] mongod.exe …\src\mongo\db\dbcommands.cpp(1331) mongo::Command::execCommand+0xa53
2021-02-05T09:12:15.588+0800 I CONTROL [conn5934] mongod.exe …\src\mongo\db\commands.cpp(16707566) mongo::runCommands+0x297
2021-02-05T09:12:15.595+0800 I CONTROL [conn5934] mongod.exe …\src\mongo\db\instance.cpp(265) mongo::receivedCommand+0x207
2021-02-05T09:12:15.601+0800 I CONTROL [conn5934] mongod.exe …\src\mongo\db\instance.cpp(521) mongo::assembleResponse+0x91d
2021-02-05T09:12:15.607+0800 I CONTROL [conn5934] mongod.exe …\src\mongo\db\db.cpp(177) mongo::MyMessageHandler::process+0xce
2021-02-05T09:12:15.613+0800 I CONTROL [conn5934] mongod.exe …\src\mongo\util\net\message_server_port.cpp(229) mongo::PortMessageServer::handleIncomingMsg+0x4e6
2021-02-05T09:12:15.620+0800 I CONTROL [conn5934] mongod.exe c:\program files (x86)\microsoft visual studio 12.0\vc\include\thr\xthread(188) std::_LaunchPad<std::_Bind<0,void,std::_Bind<1,void * __ptr64,void * __ptr64 (__cdecl*const)(void * __ptr64),mongo::`anonymous namespace’::MessagingPortWithHandler * __ptr64> > >::_Go+0x1d
2021-02-05T09:12:15.627+0800 I CONTROL [conn5934] MSVCP120.dll std::_Pad::_Release+0x6c
2021-02-05T09:12:15.634+0800 I CONTROL [conn5934] MSVCR120.dll beginthreadex+0x107
2021-02-05T09:12:15.640+0800 I CONTROL [conn5934] MSVCR120.dll endthreadex+0x192
2021-02-05T09:12:15.647+0800 I CONTROL [conn5934] kernel32.dll BaseThreadInitThunk+0xd
2021-02-05T09:12:15.658+0800 I CONTROL [conn5934]
2021-02-05T09:12:15.668+0800 I – [conn5934]

***aborting after invariant() failure

已回答的问题