Everyone has known that Name Node can store metadata and every fraction of a second what happen everything stored in Log files. To identify the bugs log files only key factors. Now come to the point by default secondary Namenode can take a backup of metadata from Namenode periodically. Name space image, edit log files' will take a backup for the past one hour (configurable).
Why Secondary Namenode take one hour why it's not taking a backup for every second? Already every fraction of second stored in log file. Why Hadoop takes backup of log file for every fraction of a second? If configured like that any disadvantage? Please let me know deeply.
checkpointfacility nothigh availability. Just think about the network IO for per second/minute checkpoints. Have a look at wiki.apache.org/hadoop/… - blackSmith