Hai...In name node high availability, from documentation, it  states that
"each of the NameNode machines in the cluster maintains a persistent session
in ZooKeeper. If the machine crashes, the ZooKeeper session will expire,
notifying the other NameNode that a failover should be triggered" 

According to my knowledge "if namenode creates an ephemeral node in
zookeeper, when the machine crashes the node gets deleted which triggers the
watch event so that standby name node creates new ephemeral seesion with
zookeeper and becomes new namenode". 

what my doubt is from documentation if namenode maintains an persistent
session and the created node will not be deleted and how will it trigger
standby namenode"

can any one share your knowledge 



--
View this message in context: 
http://hadoop-common.472056.n3.nabble.com/Hadoop-namenode-high-availability-tp4054804.html
Sent from the Users mailing list archive at Nabble.com.

Reply via email to