[ 
https://issues.apache.org/jira/browse/AMBARI-10067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14361211#comment-14361211
 ] 

Jayush Luniya commented on AMBARI-10067:
----------------------------------------

mvn clean test
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Ambari Main ....................................... SUCCESS [3.615s]
[INFO] Apache Ambari Project POM ......................... SUCCESS [0.047s]
[INFO] Ambari Web ........................................ SUCCESS [41.167s]
[INFO] Ambari Views ...................................... SUCCESS [2.185s]
[INFO] Ambari Admin View ................................. SUCCESS [8.929s]
[INFO] Ambari Metrics Common ............................. SUCCESS [1.137s]
[INFO] Ambari Server ..................................... SUCCESS [44.126s]
[INFO] Ambari Agent ...................................... SUCCESS [15.824s]
[INFO] Ambari Client ..................................... SUCCESS [0.032s]
[INFO] Ambari Python Client .............................. SUCCESS [0.260s]
[INFO] Ambari Groovy Client .............................. SUCCESS [9.028s]
[INFO] Ambari Shell ...................................... SUCCESS [0.042s]
[INFO] Ambari Python Shell ............................... SUCCESS [0.039s]
[INFO] Ambari Groovy Shell ............................... SUCCESS [6.531s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:13.678s
[INFO] Finished at: Fri Mar 13 13:41:08 PDT 2015
[INFO] Final Memory: 51M/237M
[INFO] ------------------------------------------------------------------------

> ZKFailoverController failed on restart
> --------------------------------------
>
>                 Key: AMBARI-10067
>                 URL: https://issues.apache.org/jira/browse/AMBARI-10067
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-agent
>    Affects Versions: 2.0.0
>            Reporter: Jayush Luniya
>            Assignee: Jayush Luniya
>             Fix For: 2.0.0
>
>         Attachments: AMBARI-10067.patch
>
>
> Issue Summary:
> 1. When Namenode HA is enabled and "automatic failover" is selected, the 
> "hdfs zkfc -formatZK" command is used to create a znode in ZooKeeper inside 
> of which the automatic failover system stores its data.
> 2. When Namenode HA is enabled through the wizard, the user is asked to 
> manually run this command. 
> 3. When Namenode HA cluster is deployed using HA blueprint, the agent script 
> has been executing "hdfs zkfc -formatZK -force -nonInteractive" to 
> auto-format the znode. This means that everytime a ZKFC starts, we end up 
> formatting the znode used to maintain the failover state.
> Fix:
> 1. Changing the command to "hdfs zkfc -formatZK -nonInteractive" so that the 
> failover state is not reformatted and handling the case when the command 
> returns a status=2 to indicate that the znode already exists and hence 
> skipping formatting it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to