[SERVER-13241] verbose query plan output not appearing in system.profile Created: 17/Mar/14  Updated: 11/Jul/16  Resolved: 18/Mar/14

Status: Closed
Project: Core Server
Component/s: Diagnostics, Querying
Affects Version/s: 2.6.0-rc1
Fix Version/s: 2.6.0-rc2

Type: Bug Priority: Major - P3
Reporter: Daniel Pasette (Inactive) Assignee: Benety Goh
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Backwards Compatibility: Fully Compatible
Operating System: ALL
Participants:

 Description   

db.f.drop();
db.setProfilingLevel(0);
db.f.ensureIndex({x:1});
db.system.profile.drop();
db.setProfilingLevel(2);
db.f.find({x:1});
// the execStats here should be included here
var retval = db.system.profile.findOne({},{query:1, execStats:1});
assert.neq(retval.execStats.$msg, "query not recording (too large)");
db.f.find({})
db.system.profile.find({},{query:1, execStats:1})



 Comments   
Comment by Githook User [ 18/Mar/14 ]

Author:

{u'username': u'benety', u'name': u'Benety Goh', u'email': u'benety@mongodb.com'}

Message: SERVER-13241 system profile will hold plan summary if execution stats object is too large
Branch: v2.6
https://github.com/mongodb/mongo/commit/975cff4802c9042a736c142233b38312c2cd3a81

Comment by Githook User [ 18/Mar/14 ]

Author:

{u'username': u'benety', u'name': u'Benety Goh', u'email': u'benety@mongodb.com'}

Message: SERVER-13241 increased buffer size for stats in curop from 512 to 2048
Branch: v2.6
https://github.com/mongodb/mongo/commit/0de6511419aee109f2fb997e14b596f6295c90a8

Comment by Githook User [ 18/Mar/14 ]

Author:

{u'username': u'benety', u'name': u'Benety Goh', u'email': u'benety@mongodb.com'}

Message: SERVER-13241 system profile will hold plan summary if execution stats object is too large
Branch: master
https://github.com/mongodb/mongo/commit/116cced41aa637ad4ae4042306489a324377b400

Comment by Githook User [ 18/Mar/14 ]

Author:

{u'username': u'benety', u'name': u'Benety Goh', u'email': u'benety@mongodb.com'}

Message: SERVER-13241 increased buffer size for stats in curop from 512 to 2048
Branch: master
https://github.com/mongodb/mongo/commit/71245a471274b963db720792bd3ea622cce0d70f

Generated at Thu Feb 08 03:31:05 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.