Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

nameNode HA not working

avatar
Super Collaborator

I am using ambari to enable the namenode HA but its not detecting the checkpoint and not advancing the screen . please see below

11482-safemode.jpg

11483-screenshot.jpg

1 ACCEPTED SOLUTION

avatar
Master Guru

@Sami Ahmad

Please save ambari-server and ambari-agent logs on the journal node machines for further reference.

One h@cky approach could be -

1. Copy the link from browser's address bar where enable Namenode HA wizard is stuck.

2. Open new tab in the same browser.

3. Paste the copied link.

4. increase the step number manually, i.e. if step4 is the last value in the copied url then make it as step5

5. press enter and move on!

Please don't forget to create a Hortonworks Support ticket if you have a support subscription, it will help us to identify a BUG and fix it to avoid further occurrences of this issue.

Hope this helps!

-Kuldeep

View solution in original post

3 REPLIES 3

avatar
Super Collaborator
@Sami Ahmad

ambari-web uses below pointed code to determine enabling of next button:

https://github.com/apache/ambari/blob/release-2.4.0/ambari-web/app/controllers/main/admin/highAvaila...

Following API call will help to debug further the reason behind this issue:

http://c6401.ambari.apache.org:8080/api/v1/clusters/c1/hosts/{NAMENODE_HOSTNAME}/host_components/NAM...

Value of Safemode and JournalTransactionInfo should not be empty.

value of LastAppliedOrWrittenTxId - value of MostRecentCheckpointTxId should be less than or equal to 1

avatar
Master Guru

@Sami Ahmad

Please save ambari-server and ambari-agent logs on the journal node machines for further reference.

One h@cky approach could be -

1. Copy the link from browser's address bar where enable Namenode HA wizard is stuck.

2. Open new tab in the same browser.

3. Paste the copied link.

4. increase the step number manually, i.e. if step4 is the last value in the copied url then make it as step5

5. press enter and move on!

Please don't forget to create a Hortonworks Support ticket if you have a support subscription, it will help us to identify a BUG and fix it to avoid further occurrences of this issue.

Hope this helps!

-Kuldeep

avatar
Super Collaborator

awesome approach . .the work around worked.

thanks a lot