Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
None
-
None
Description
We have seen many cases of NameNode startup either extremely slow or even hung. Most of them were caused by insufficient heap size with regard to the metadata size. Those cases were resolved by increasing the heap size.
However it did take support team some time to root cause. JVM pause warning messages would greatly assist in such diagnosis, but NN starts JVM pause monitor after fsimage/edits loading.
Propose to start JVM pause monitor before loading fsimage/edits.