Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
Fully Compatible
-
Repl 2021-03-22
Description
As described in this section of the design, add the following fields to the currentOp output for tenant migration recipients:
{
|
... ...
|
|
databases : {
|
databasesToClone: <number>
|
databasesCloned: <number>
|
<database name>: {
|
collections: <number>
|
clonedCollections: <number>
|
start: <date>
|
end: <date>
|
elapsedMillis: <number>
|
<collection name>: {
|
documentsToCopy: <number>
|
documentsCopied: <number>
|
bytesToCopy: <number>
|
approxBytesCopied: <number>
|
indexes: <number>
|
fetchedBatches: <number>
|
start: <date>
|
end: <date>
|
elapsedMillis: <number>
|
receivedBatches: <number>
|
}
|
... // Similar objects for any other cloning collections
|
}
|
... // Similar objects for any other cloning databases
|
}
|
}
|
Attachments
Issue Links
- related to
-
SERVER-54266 Update tenant migration recipient currentOp output
-
- Closed
-