Skip to content

Instantly share code, notes, and snippets.

@werkshy
Created November 15, 2012 02:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save werkshy/4076327 to your computer and use it in GitHub Desktop.
Save werkshy/4076327 to your computer and use it in GitHub Desktop.
MongoDB 2.2.1 crash during initial sync
Wed Nov 14 20:44:26 [rsSync] oplog sync 2 of 3
Wed Nov 14 20:44:26 [repl writer worker 4] CMD: drop ctp.onlineHvacStats
Wed Nov 14 20:44:26 [repl writer worker 4] CMD: drop ctp.tmp.mr.thermostat_67251_inc
Wed Nov 14 20:44:27 [conn2231] end connection XXXXXXXXXXXX (25 connections now open)
Wed Nov 14 20:44:27 [initandlisten] connection accepted from XXXXXXXXXXXX:44786 #2236 (26 connections now open)
Wed Nov 14 20:44:28 [repl writer worker 10] ERROR: writer worker caught exception: Cannot apply $push/$pushAll modifier to non-array on: { ts: Timestamp 135292
3785000|926, h: 4392487477760616592, op: "u", ns: "ctp.logEventByDay", o2: { _id: ObjectId('50a2e4e8870ad2152ea5572f'), logs.19: { $size: 8 }, logs.20: null },
o: { $pushAll: { logs.20: [ { ts: new Date(1352923260000), t: 68.5 }, { ts: new Date(1352923560000) } ], logs.19: [ { ts: new Date(1352922060000) }, { ts: new
Date(1352922360000) }, { ts: new Date(1352922660000) }, { ts: new Date(1352922960000), t: 69.0 } ] } } }
Wed Nov 14 20:44:28 [repl writer worker 10] Fatal Assertion 16360
0xaf8c41 0xabe223 0x99b83e 0xacc4cd 0xb3ec79 0x7fa76fddce9a 0x7fa76f0efcbd
/usr/bin/mongod(_ZN5mongo15printStackTraceERSo+0x21) [0xaf8c41]
/usr/bin/mongod(_ZN5mongo13fassertFailedEi+0xa3) [0xabe223]
/usr/bin/mongod(_ZN5mongo7replset14multiSyncApplyERKSt6vectorINS_7BSONObjESaIS2_EEPNS0_8SyncTailE+0x13e) [0x99b83e]
/usr/bin/mongod(_ZN5mongo10threadpool6Worker4loopEv+0x26d) [0xacc4cd]
/usr/bin/mongod() [0xb3ec79]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x7e9a) [0x7fa76fddce9a]
/lib/x86_64-linux-gnu/libc.so.6(clone+0x6d) [0x7fa76f0efcbd]
Wed Nov 14 20:44:28 [repl writer worker 10]
***aborting after fassert() failure
Wed Nov 14 20:44:28 Got signal: 6 (Aborted).
Wed Nov 14 20:44:28 Backtrace:
0xaf8c41 0x5586c9 0x7fa76f0324a0 0x7fa76f032425 0x7fa76f035b8b 0xabe25e 0x99b83e 0xacc4cd 0xb3ec79 0x7fa76fddce9a 0x7fa76f0efcbd
/usr/bin/mongod(_ZN5mongo15printStackTraceERSo+0x21) [0xaf8c41]
/usr/bin/mongod(_ZN5mongo10abruptQuitEi+0x399) [0x5586c9]
/lib/x86_64-linux-gnu/libc.so.6(+0x364a0) [0x7fa76f0324a0]
/lib/x86_64-linux-gnu/libc.so.6(gsignal+0x35) [0x7fa76f032425]
/lib/x86_64-linux-gnu/libc.so.6(abort+0x17b) [0x7fa76f035b8b]
/usr/bin/mongod(_ZN5mongo13fassertFailedEi+0xde) [0xabe25e]
/usr/bin/mongod(_ZN5mongo7replset14multiSyncApplyERKSt6vectorINS_7BSONObjESaIS2_EEPNS0_8SyncTailE+0x13e) [0x99b83e]
/usr/bin/mongod(_ZN5mongo10threadpool6Worker4loopEv+0x26d) [0xacc4cd]
/usr/bin/mongod() [0xb3ec79]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x7e9a) [0x7fa76fddce9a]
/lib/x86_64-linux-gnu/libc.so.6(clone+0x6d) [0x7fa76f0efcbd]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment