Details
-
Bug
-
Status: Closed
-
Critical - P2
-
Resolution: Gone away
-
3.2.0
-
None
-
None
-
ALL
Description
Hello,
I'm using a script to import data in a mongodb collection. I use mongoimport to insert sevreral cvs files in the collection but randomly, mogodb crashes with the logs below during the import.
The collection is pretyy big with 26 000 000 Documents and 8Go of Data
Dou you have an idea? I use mongodb 3.2 on a Windows server
and mongoimport on debian linux
2016-03-24T06:30:09.043+0100 I NETWORK [conn2539] end connection 10.16.194.242:57880 (167 connections now open)
|
2016-03-24T06:30:09.069+0100 I NETWORK [initandlisten] connection accepted from 10.16.194.242:57881 #2540 (168 connections now open)
|
2016-03-24T06:30:09.080+0100 I NETWORK [conn2540] end connection 10.16.194.242:57881 (167 connections now open)
|
2016-03-24T06:30:09.097+0100 I NETWORK [initandlisten] connection accepted from 10.16.194.242:57882 #2541 (168 connections now open)
|
2016-03-24T06:30:09.101+0100 I NETWORK [conn2541] end connection 10.16.194.242:57882 (167 connections now open)
|
2016-03-24T06:30:09.127+0100 I NETWORK [initandlisten] connection accepted from 10.16.194.242:57883 #2542 (168 connections now open)
|
2016-03-24T06:30:09.132+0100 I NETWORK [conn2542] end connection 10.16.194.242:57883 (167 connections now open)
|
2016-03-24T06:30:09.150+0100 I NETWORK [initandlisten] connection accepted from 10.16.194.242:57884 #2543 (168 connections now open)
|
2016-03-24T06:30:09.203+0100 E STORAGE [conn2543] WiredTiger (-31802) [1458797409:162043][5088:1998468096], file:collection-0-1903427317893030266.wt, WT_CURSOR.next: collection-0-1903427317893030266.wt read error: failed to read 8589938688 bytes at offset 3739193344: WT_ERROR: non-specific WiredTiger error
|
2016-03-24T06:30:09.211+0100 I - [conn2543] Invariant failure: advanceRet resulted in status UnknownError -31802: WT_ERROR: non-specific WiredTiger error at src\mongo\db\storage\wiredtiger\wiredtiger_record_store.cpp 481
|
2016-03-24T06:30:13.601+0100 I CONTROL [conn2543] mongod.exe ...\src\mongo\util\stacktrace_windows.cpp(174) mongo::printStackTrace+0x43
|
2016-03-24T06:30:13.601+0100 I CONTROL [conn2543] mongod.exe ...\src\mongo\util\log.cpp(134) mongo::logContext+0xac
|
2016-03-24T06:30:13.601+0100 I CONTROL [conn2543] mongod.exe ...\src\mongo\util\assert_util.cpp(163) mongo::invariantOKFailed+0x139
|
2016-03-24T06:30:13.601+0100 I CONTROL [conn2543] mongod.exe ...\src\mongo\db\storage\wiredtiger\wiredtiger_record_store.cpp(481) mongo::WiredTigerRecordStore::Cursor::next+0x1dd
|
2016-03-24T06:30:13.601+0100 I CONTROL [conn2543] mongod.exe ...\src\mongo\db\exec\collection_scan.cpp(139) mongo::CollectionScan::work+0x589
|
2016-03-24T06:30:13.601+0100 I CONTROL [conn2543] mongod.exe ...\src\mongo\db\query\plan_executor.cpp(393) mongo::PlanExecutor::getNextImpl+0x2f4
|
2016-03-24T06:30:13.601+0100 I CONTROL [conn2543] mongod.exe ...\src\mongo\db\query\plan_executor.cpp(322) mongo::PlanExecutor::getNext+0x41
|
2016-03-24T06:30:13.608+0100 I CONTROL [conn2543] mongod.exe ...\src\mongo\db\query\find.cpp(589) mongo::runQuery+0x7a0
|
2016-03-24T06:30:13.608+0100 I CONTROL [conn2543] mongod.exe ...\src\mongo\db\instance.cpp(401) mongo::receivedQuery+0x17d
|
2016-03-24T06:30:13.608+0100 I CONTROL [conn2543] mongod.exe ...\src\mongo\db\instance.cpp(531) mongo::assembleResponse+0x916
|
2016-03-24T06:30:13.608+0100 I CONTROL [conn2543] mongod.exe ...\src\mongo\db\db.cpp(171) mongo::MyMessageHandler::process+0xce
|
2016-03-24T06:30:13.608+0100 I CONTROL [conn2543] mongod.exe ...\src\mongo\util\net\message_server_port.cpp(231) mongo::PortMessageServer::handleIncomingMsg+0x4a7
|
2016-03-24T06:30:13.608+0100 I CONTROL [conn2543] mongod.exe c:\program files (x86)\microsoft visual studio 12.0\vc\include\thr\xthread(188) std::_LaunchPad,mongo::RangeDeleter * __ptr64 const> > >::_Go+0x1d
|
2016-03-24T06:30:13.608+0100 I CONTROL [conn2543] MSVCP120.dll std::_Pad::_Release+0x6c
|
2016-03-24T06:30:13.609+0100 I CONTROL [conn2543] MSVCR120.dll beginthreadex+0x107
|
2016-03-24T06:30:13.609+0100 I CONTROL [conn2543] MSVCR120.dll endthreadex+0x192
|
2016-03-24T06:30:13.609+0100 I CONTROL [conn2543] kernel32.dll BaseThreadInitThunk+0xd
|
2016-03-24T06:30:13.609+0100 I CONTROL [conn2543]
|
2016-03-24T06:30:13.609+0100 I - [conn2543]
|