-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Sharding
-
Fully Compatible
-
ALL
-
Sharding 2020-08-10
-
0
The thread pool of the CatalogCache needs to be constructed before the _databaseCache because it requires it. On the other hand to prevent access to already freed memory, the thread pool needs to be shutdown and joined before to destruct the _databaseCache
- is caused by
-
SERVER-49976 Cleanup database cache on shard removal
- Closed