| Steps To Reproduce: |
use t
|
for(var i = 0; i < 10000; i++) db.t.insert({a:i})
|
db.runCommand({parallelCollectionScan: 't', numCursors:6})
|
Results in
{
|
"cursors" : [
|
{
|
"cursor" : {
|
"firstBatch" : [ ],
|
"ns" : "t.t",
|
"id" : NumberLong("100109016162")
|
},
|
"ok" : true
|
},
|
{
|
"cursor" : {
|
"firstBatch" : [ ],
|
"ns" : "t.t",
|
"id" : NumberLong("100764228900")
|
},
|
"ok" : true
|
},
|
{
|
"cursor" : {
|
"firstBatch" : [ ],
|
"ns" : "t.t",
|
"id" : NumberLong("98906230722")
|
},
|
"ok" : true
|
},
|
{
|
"cursor" : {
|
"firstBatch" : [ ],
|
"ns" : "t.t",
|
"id" : NumberLong("100039922834")
|
},
|
"ok" : true
|
}
|
],
|
"ok" : 1
|
}
|
|