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/repl/tenant_migration_access_blocker.cpp:81: CHECKED_RETURN 116098 Calling "shouldFail" without checking return value (as is done elsewhere 298 out of 302 times).
- duplicates
-
SERVER-54425 Make TenantMigrationDonorAccessBlocker keep track of number of blocked reads and writes and tenant migration errors thrown
- Closed
- related to
-
SERVER-54425 Make TenantMigrationDonorAccessBlocker keep track of number of blocked reads and writes and tenant migration errors thrown
- Closed