-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
Fully Compatible
-
Sharding 2020-12-28, Sharding 2021-01-11, Sharding 2021-01-25
Because of the changes in https://jira.mongodb.org/browse/PM-1704, it no longer makes sense for tenant_migration_donor_util::checkIfCanReadOrBlock to be a blocking function, since it's called in a future chain.
It should be changed to instead return a Future, so that it doesn't block a thread in a thread pool.
- is depended on by
-
SERVER-53761 Determine strategy to make the ServiceEntryPointCommon more asynchronous
- Blocked
- related to
-
SERVER-53505 Refactor tenant_migration_donor_util::checkIfCanReadOrBlock() to be fully asynchronous
- Closed