Details
-
Bug
-
Resolution: Cannot Reproduce
-
Major - P3
-
None
-
None
-
Buildbot: Nightly Linux 64-bit SSL SUSE 11 build #465
-
ALL
Description
http://buildbot-special.10gen.com/builders/Nightly%20Linux%2064-bit%20SSL%20SUSE%2011/builds/465
sh32396| MongoDB shell version: 2.5.1-pre-
|
sh32396| connecting to: 127.0.0.1:27999/test
|
Sat Jul 6 09:29:36.390 Error: getMore: cursor didn't exist on server, possible restart or timeout? at src/mongo/shell/query.js:116
|
failed to load: /data/buildslaves/Linux_64bit_SSL_SUSE_11_Nightly/mongo/jstests/remove9.js
|
2013-07-06 05:30:32 EDT
|
};db = db.getSiblingDB('test');t = db.jstests_remove9; for( j = 0; j < 5000; ++j ) { i = Random.randInt( 499 ) * 2; t.update( {i:i}, {$set:{i:2000}} ); t.remove( {i:2000} ); t.save( {i:i} ); } 127.0.0.1:27999
|
Sat Jul 6 09:30:32.348 [initandlisten] connection accepted from 127.0.0.1:44257 #39 (2 connections now open)
|
Sat Jul 6 09:29:36.382 [conn38] getMore: cursorid not found test.jstests_remove9 93961246447309
|
Sat Jul 6 09:29:36.401 [conn38] end connection 127.0.0.1:44256 (0 connections now open)
|
Sat Jul 6 09:29:36.652 [signalProcessingThread] got signal 15 (Terminated), will terminate after current cmd ends
|
Sat Jul 6 09:29:36.652 [signalProcessingThread] now exiting
|
Right before this, there were a few messages that implied a possible side-effect from test.remove8:
Sat Jul 6 09:30:31.267 [conn36] warning: ClientCursor::yield can't unlock b/c of recursive lock ns: test.remove8 top: { opid: 24966, active: true, secs_running: 0, op: "query", ns: "test", query: { $eval: function (){ db.remove8.remove( {} ); } }, client: "127.0.0.1:44244", desc: "conn36", threadId: "0x7f64ac169700", connectionId: 36, locks: { ^: "W" }, waitingForLock: false, numYields: 0, lockStats: { timeLockedMicros: {}, timeAcquiringMicros: { R: 0, W: 2 } } }
|
Sat Jul 6 09:30:31.268 [conn36] warning: ClientCursor::yield can't unlock b/c of recursive lock ns: test.remove8 top: { opid: 24966, active: true, secs_running: 0, op: "query", ns: "test", query: { $eval: function (){ db.remove8.remove( {} ); } }, client: "127.0.0.1:44244", desc: "conn36", threadId: "0x7f64ac169700", connectionId: 36, locks: { ^: "W" }, waitingForLock: false, numYields: 0, lockStats: { timeLockedMicros: {}, timeAcquiringMicros: { R: 0, W: 2 } } }
|