Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.1.1, 2.2.1
-
None
Description
blockManagerIdCache in BlockManagerId will not remove old values which may cause oom
val blockManagerIdCache = new ConcurrentHashMap[BlockManagerId, BlockManagerId]()
Since whenever we apply a new BlockManagerId, it will put into this map.
below is an jmap: