-
Type: New Feature
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Sharding
-
Fully Compatible
-
Sharding 2021-02-22
-
1
Should record these metrics in the DonorShardEntry of the coordinator document.
Donor shards report these numbers for their slice of the data when reporting their minFetchTimestamp and for the coordinator to propagate the sum to recipient shards
metrics source:
https://github.com/mongodb/mongo/blob/06b4a33530bfd58fab55e1fdda506b51f75f1ec5/src/mongo/db/catalog/collection.h#L526-L528
update minFetchTimestamp for the coordinator:
https://github.com/mongodb/mongo/blob/06b4a33530bfd58fab55e1fdda506b51f75f1ec5/src/mongo/db/s/resharding/resharding_donor_service.cpp#L436
- is depended on by
-
SERVER-53908 Aggregate the donor approxBytesToCopy and approxDocumentsToCopy values and report to recipients
- Closed