summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/move_primary_source_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/s/move_primary_source_manager.h')
-rw-r--r--src/mongo/db/s/move_primary_source_manager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/s/move_primary_source_manager.h b/src/mongo/db/s/move_primary_source_manager.h
index 09bd637e0ee..c4de0f2254f 100644
--- a/src/mongo/db/s/move_primary_source_manager.h
+++ b/src/mongo/db/s/move_primary_source_manager.h
@@ -60,6 +60,8 @@ class Status;
*
* At any point in time it is safe to let the MovePrimarySourceManager object go out of scope in
* which case the destructor will take care of clean up based on how far we have advanced.
+ *
+ * TODO (SERVER-71309): Remove once 7.0 becomes last LTS.
*/
class MovePrimarySourceManager {
MovePrimarySourceManager(const MovePrimarySourceManager&) = delete;