Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
0.23.4, 2.0.2-alpha, 3.0.0-alpha1
-
None
Description
We recently saw an issue where a 2NN ran out of memory, even though it had a relatively small fsimage. When we looked at the heap dump, we saw that all of the memory had gone to entries in the NameCache.
It appears that the NameCache is staying in "initializing" mode forever, and therefore a long running 2NN leaks entries.