PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Sunday the 18th of October, 2020

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[09:23:23] <Industrial> Hi. If I get a log like `mmongodb_1 |m {"t":{"$date":"2020-10-18T09:21:44.388+00:00"},"s":"I", "c":"COMMAND", "id":51803, "ctx":"conn143","msg":"Slow
[09:23:25] <Industrial> query","attr":{"type":"command","ns":"development.$cmd","command":{"update":"ohlcv","updates":1000,"ordered":true,"lsid":{"id":{"$uuid":"c7be5950-902c-406c-9ea2-c45a35b2c405"}},"$db":"development"},"numYields":0,"reslen":37889,"locks":{"ParallelBatchWriterMode":{"acquireCount":{"r":1000}},"ReplicationStateTransition":{"acquireCount":{"w":1000}},"Global":{"acquireCount":{"w":1000}},"Database":{"acq
[09:23:27] <Industrial> uireCount":{"w":1000}},"Collection":{"acquireCount":{"w":1000}},"Mutex":{"acquireCount":{"r":1000}}},"flowControl":{"acquireCount":1000,"timeAcquiringMicros":412},"storage":{},"protocol":"op_msg","durationMillis":107}}` is that something to worry about or is it only indicating that it ook more then 100 msec?
[09:24:08] <Industrial> I'm doing a bulkWrite with upsert's and the update clause has fields { market, timeframe, date } which is an index on this collection.