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

Sumit Mohanty commented on AMBARI-3368:
---------------------------------------

Thanks [~swagle].

Few comments:
* check_stub_cmd => Rename to check_if_dir_created
* add_to_stub_cmd => Rename to record_dir_created
* What will happen if we are creating two directories "/users/abc2" and 
"/users/abc". Will the check command return true for "/users/abc" because 
"/users/abc2" is already created? If so we need to add an END marker "/". The 
stub file should store "/users/abc2/" and we should look for "/users/abc/".
* This could be my lack of understanding of puppet
** Once dir is created $check_stub_cmd will return "1". In that case will chown 
and chmod execute?
                
> NameNode start hangs with HA config'd
> -------------------------------------
>
>                 Key: AMBARI-3368
>                 URL: https://issues.apache.org/jira/browse/AMBARI-3368
>             Project: Ambari
>          Issue Type: Bug
>          Components: agent
>    Affects Versions: 1.4.1
>            Reporter: Siddharth Wagle
>            Assignee: Siddharth Wagle
>             Fix For: 1.4.1
>
>         Attachments: AMBARI-3368.patch
>
>
> After configuring NameNode HA, I found starting a namenode hangs and fails 
> with "Puppet has been killed due to timeout"
> 1) Install cluster
> 2) enable NameNode HA
> 3) Stop standby namenode on Hosts details page
> 4) Stop active namenode on Hosts details page
> 5) Start namenode on Hosts details page
> 6) Hangs on start. stops at 35% complete. Then after ~ 10 minutes, puppet has 
> been killed due to timeout

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to