Details
-
Bug
-
Resolution: Works as Designed
-
Major - P3
-
None
-
None
-
None
-
ALL
-
Server Serverless 2022-03-07
Description
Unchecked return value
If the function returns an error value, the error value may be mistaken for a normal value. Value returned from a function is not checked for errors before being used
/src/mongo/db/serverless/shard_split_donor_service.cpp:218: CHECKED_RETURN 121591 Calling "runCommand" without checking return value (as is done elsewhere 99 out of 162 times).
Attachments
Issue Links
- is caused by
-
SERVER-62366 Add forgetShardSplit command
-
- Closed
-