Thanks Tad.
Running the recent nightly yield a different exception every second (regardless of actual queries):
Sun Oct 21 09:59:38 [rsSyncNotifier] kernel32.dll BaseThreadInitThunk+0xd
Sun Oct 21 09:59:38 [rsSyncNotifier] replset tracking exception: exception: 0 assertion d:\slave\windows_64bit_v2.2\mongo\src\mongo\db\pdfile.h:360
Sun Oct 21 09:59:39 [rsSyncNotifier] replset setting oplog notifier to localhost:27017
Sun Oct 21 09:59:39 [rsSyncNotifier]
local.me Assertion failure isOk() d:\slave\windows_64bit_v2.2\mongo\src\mongo\db\pdfile.h 360
However, this only happens on one of the secondary instances.
If I run mongod with --traceExceptions I don't see an exception every second - I only see the following exceptions whenever a query is performed:
Sun Oct 21 10:02:56 [slaveTracking] update local.slaves query: { _id: ObjectId('4fba5e0d0c61cd1166308cac'), host: "127.0.0.1", ns: "
local.oplog.rs" } update: { $set: { syncedTo: Timestamp 1350806576000|1 } } keyUpdates:0 exception: Invalid BSONObj size: 0 (0x00000000) first element: EOO code:10334 locks(micros) w:88764 88ms
Sun Oct 21 10:02:56 [slaveTracking] Assertion: 10334:Invalid BSONObj size: 0 (0x00000000) first element: EOO
Sun Oct 21 10:02:56 [slaveTracking] mongod.exe ???
...
Sun Oct 21 10:02:56 [slaveTracking] mongod.exe ???
Sun Oct 21 10:02:56 [slaveTracking] kernel32.dll BaseThreadInitThunk+0xd
Sun Oct 21 10:02:56 [slaveTracking] warning: DBException thrown :: caused by :: 10334 Invalid BSONObj size: 0 (0x00000000) first element: EOO
Assaf