-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 3.7.9
-
Component/s: Diagnostics, Index Maintenance, Replication
-
None
-
Fully Compatible
-
ALL
-
Storage NYC 2018-12-03
Here is an example of a replicated createIndexes currentOp entry:
{ "host" : "foo:20021", "desc" : "repl index builder 7", "active" : true, "currentOpTime" : "2018-05-03T15:57:06.372-0400", "opid" : 363, "secs_running" : NumberLong(6), "microsecs_running" : NumberLong(6705181), "op" : "none", "ns" : "test.system.indexes", "command" : { "v" : 2, "key" : { "x" : 1 }, "name" : "x_1", "background" : true, "ns" : "test.coll" }, "msg" : "Index Build (background) Index Build (background): 100/100 100%", "progress" : { "done" : 100, "total" : 100 }, "numYields" : 6, "locks" : { "Global" : "w", "Database" : "w", "Collection" : "w" }, "waitingForLock" : false, "lockStats" : { "Global" : { "acquireCount" : { "w" : NumberLong(7) }, "acquireWaitCount" : { "w" : NumberLong(1) }, "timeAcquiringMicros" : { "w" : NumberLong(61) } }, "Database" : { "acquireCount" : { "w" : NumberLong(7), "W" : NumberLong(1) } }, "Collection" : { "acquireCount" : { "w" : NumberLong(7) } } } }
I believe "createIndexes" is being stripped from the command object here.
- is duplicated by
-
SERVER-36759 Overhaul currentOp output for createIndexes
- Closed
- is related to
-
SERVER-37729 killOp must fail to kill secondary index build threads
- Closed
-
SERVER-33499 Consolidate CurOp initialization
- Backlog
- related to
-
SERVER-32943 Query during background index build can lead to suboptimal cached plan
- Closed