summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/migration_chunk_cloner_source.h
diff options
context:
space:
mode:
authorjannaerin <golden.janna@gmail.com>2018-01-31 17:41:29 -0500
committerjannaerin <golden.janna@gmail.com>2018-02-05 16:09:34 -0500
commit2e1f172bc139adce256ada5675f0197bb2949ddc (patch)
tree7b04ee0a57f00b1a6c62c2971759eafad47887d5 /src/mongo/db/s/migration_chunk_cloner_source.h
parentde68ddc251d6d0d8b2ba1162f9798e8fb9ff3f0a (diff)
downloadmongo-2e1f172bc139adce256ada5675f0197bb2949ddc.tar.gz
SERVER-31979 Include chunk migration stats in `moveChunk.commit` changelog entries
Diffstat (limited to 'src/mongo/db/s/migration_chunk_cloner_source.h')
-rw-r--r--src/mongo/db/s/migration_chunk_cloner_source.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/s/migration_chunk_cloner_source.h b/src/mongo/db/s/migration_chunk_cloner_source.h
index ff3d31132fa..65b2a6d23f6 100644
--- a/src/mongo/db/s/migration_chunk_cloner_source.h
+++ b/src/mongo/db/s/migration_chunk_cloner_source.h
@@ -95,7 +95,7 @@ public:
*
* NOTE: Must be called without any locks.
*/
- virtual Status commitClone(OperationContext* opCtx) = 0;
+ virtual StatusWith<BSONObj> commitClone(OperationContext* opCtx) = 0;
/**
* Tells the recipient to abort the clone and cleanup any unused data. This method's