[SERVER-54267] Update tenant migration recipient currentOp output for cloners stats Created: 03/Feb/21  Updated: 29/Oct/23  Resolved: 17/Mar/21

Status: Closed
Project: Core Server
Component/s: None
Affects Version/s: None
Fix Version/s: 4.9.0

Type: Task Priority: Major - P3
Reporter: Lingzhi Deng Assignee: Lingzhi Deng
Resolution: Fixed Votes: 0
Labels: pm-1791_other_required
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Related
related to SERVER-54266 Update tenant migration recipient cur... Closed
Backwards Compatibility: Fully Compatible
Sprint: Repl 2021-03-22
Participants:

 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
	}
}



 Comments   
Comment by Githook User [ 17/Mar/21 ]

Author:

{'name': 'Lingzhi Deng', 'email': 'lingzhi.deng@mongodb.com', 'username': 'ldennis'}

Message: SERVER-54267: Update tenant migration recipient currentOp output for cloners stats
Branch: master
https://github.com/mongodb/mongo/commit/ef10e1a9d7e4ba5278ce80190d181d4f5fbd684d

Generated at Thu Feb 08 05:33:04 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.