-
Type:
Improvement
-
Resolution: Done
-
Priority:
Minor - P4
-
None
-
Affects Version/s: 3.1.5
-
Component/s: Diagnostics, Logging, Querying, Usability
-
Query Execution
-
None
-
0
-
None
-
None
-
None
-
None
-
None
-
None
I'm seeing log messages like
I COMMAND [conn3] command test.points command: moveChunk { moveChunk: "test.points", from: "ip-10-184-156-27:30001", to: "ip-10-184-156-27:30002", fromShard: "shard0001", toShard: "shard0002", min: { rand: 0.2 }, max: { rand: MaxKey }, maxChunkSizeBytes: 52428800, configdb: "ip-10-184-156-27:29000,ip-10-184-156-27:29001,ip-10-184-156-27:29002", secondaryThrottle: true, waitForDelete: false, maxTimeMS: 0, epoch: ObjectId('55a55d0af1a7b3537f6b7743') } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:22 locks:{ Global: { acquireCount: { r: 9, w: 2, R: 3 } }, Database: { acquireCount: { r: 2, w: 2 } }, Collection: { acquireCount: { r: 2, W: 2 } } } protocol:op_command 1930ms
It should be "collection test.points" or "namespace test.points" or something more appropriate instead of "command test.points" since 'test.points' is the namespace for which the command is run.