Improper use of negative value
The negative value may be unexpected by later operations, causing incorrect computations. Negative value can be returned from function is not being checked before being used improperly
/src/mongo/db/repl/tenant_migration_shard_merge_util.cpp:149: NEGATIVE_RETURNS 121569 Assigning: "fileSize" = "metadataDoc[mongo::StringData("fileSize")].safeNumberLong()".
- is caused by
-
SERVER-61134 Call voteCommitMigrationProgress with step "copied files"
- Closed