2015-07-21 22:15 GMT-07:00 Atri Sharma <atri.j...@gmail.com>: > So does that mean that local hashmap is not controlled with all the heavy > locks that are present around the cache? >
Metadata cache is basically populated once and then never changes, so only first get goes to the cache which is guarded by gateways and other logic, then result is cached in the local map and all ongoing gets are done from that map.