Skip to content

Instantly share code, notes, and snippets.

@GavinLilly
Created October 13, 2017 13:06
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 GavinLilly/65b700e05110f12f2b7bfefd32a98034 to your computer and use it in GitHub Desktop.
Save GavinLilly/65b700e05110f12f2b7bfefd32a98034 to your computer and use it in GitHub Desktop.
This is the query recorded in the db.system.profile when Wekan failed
{
"op" : "query",
"ns" : "wekan.cfs_gridfs._tempstore.files",
"query" : {
"find" : "cfs_gridfs._tempstore.files",
"filter" : {
"_id" : ObjectId("59e09b5417f17cce18db73e2")
},
"ntoreturn" : -1
},
"keysExamined" : 0,
"docsExamined" : 0,
"idhack" : true,
"cursorExhausted" : true,
"keyUpdates" : 0,
"writeConflicts" : 0,
"numYield" : 0,
"locks" : {
"Global" : {
"acquireCount" : {
"r" : NumberLong(2)
}
},
"Database" : {
"acquireCount" : {
"r" : NumberLong(1)
}
},
"Collection" : {
"acquireCount" : {
"r" : NumberLong(1)
}
}
},
"nreturned" : 0,
"responseLength" : 20,
"millis" : 0,
"execStats" : {
"stage" : "IDHACK",
"nReturned" : 0,
"executionTimeMillisEstimate" : 0,
"works" : 1,
"advanced" : 0,
"needTime" : 0,
"needYield" : 0,
"saveState" : 0,
"restoreState" : 0,
"isEOF" : 1,
"invalidates" : 0,
"keysExamined" : 0,
"docsExamined" : 0
},
"ts" : ISODate("2017-10-13T10:54:12.203Z"),
"client" : "10.121.199.8",
"allUsers" : [ ],
"user" : ""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment