Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Namenode fails to stop correctly due to NPE in InMemoryAliasMapServer, when it is configured incorrectly.
java.lang.NullPointerException at org.apache.hadoop.hdfs.server.aliasmap.InMemoryLevelDBAliasMapServer.close(InMemoryLevelDBAliasMapServer.java:149) at org.apache.hadoop.hdfs.server.namenode.NameNode.stop(NameNode.java:1023)
Attachments
Attachments
Issue Links
- relates to
-
HDFS-12665 [AliasMap] Create a version of the AliasMap that runs in memory in the Namenode (leveldb)
- Resolved