-
Type: Task
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Replication
-
Sharding
Currently a new TaskExecutor is created and given to each TenantMigrationAccessBlocker, and the TenantMigrationAccessBlocker only uses it to wait for the commit or abort OpTime to become majority committed.
At the very least, all TenantMigrationAccessBlockers should share a single executor, but we should also think about whether we can avoid creating a separate executor just for this.
- duplicates
-
SERVER-50938 TenantMigrationAccessBlocker should extend enable_shared_from_this and be captured by shared_from_this
- Closed