The DBConfig::reload call performs blocking reads while holding the cache entry's mutex. It should be replaced with invalidations instead so that the full reload logic is concentrated in one place.
- is depended on by
-
SERVER-20854 Don't refresh database and collection information from config server while holding a mutex
- Closed