From d3508cead4ae45debe9de6917e6914c9b4dd4ee4 Mon Sep 17 00:00:00 2001 From: "Kenneth P. J. Dyer" Date: Thu, 1 Feb 2024 16:59:00 -0600 Subject: [PATCH 1/2] DOCSP-24946 Clarifies estimatedTotalBytes and estimatedCopiedBytes --- source/includes/api/tables/progress-response.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/source/includes/api/tables/progress-response.rst b/source/includes/api/tables/progress-response.rst index 2e3f3e10f..a1b7667d5 100644 --- a/source/includes/api/tables/progress-response.rst +++ b/source/includes/api/tables/progress-response.rst @@ -57,14 +57,15 @@ * - ``collectionCopy`` ``.estimatedTotalBytes`` - integer - - Estimated total number of bytes to be copied globally by all ``mongosync`` - instances. + - Estimated total number of bytes to be copied globally by all + ``mongosync`` instances during the initial copying of collections. * - ``collectionCopy`` ``.estimatedCopiedBytes`` - integer - - Estimated number of bytes which have been copied to the - destination cluster by this ``mongosync`` instance. + - Estimated number of bytes which have been copied to the destination + cluster by this ``mongosync`` instance during the initial copying of + collections. To calculate the total estimated progress as a percentage, add the value of the ``estimatedCopiedBytes`` field for each ``mongosync`` instance From ff822d69148800c2d5bf9fdeb64126a03874f59f Mon Sep 17 00:00:00 2001 From: "Kenneth P. J. Dyer" Date: Thu, 8 Feb 2024 16:13:15 -0600 Subject: [PATCH 2/2] Fixes per Sarah --- source/includes/api/tables/progress-response.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/includes/api/tables/progress-response.rst b/source/includes/api/tables/progress-response.rst index a1b7667d5..b0ff9b308 100644 --- a/source/includes/api/tables/progress-response.rst +++ b/source/includes/api/tables/progress-response.rst @@ -51,8 +51,8 @@ * - ``collectionCopy`` - object - - Describes the total amount of data being copied and the - amount that has already been copied to the destination cluster. + - Estimates the total amount of data being copied from collections and the + amount that has already been copied to the destination cluster * - ``collectionCopy`` ``.estimatedTotalBytes``