Support Questions

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

High Availability

avatar
Explorer

what if both active and standby namenodes failed?

1 ACCEPTED SOLUTION

avatar

Hi @Rayudu c,

If both NameNodes are down, your HDFS filesystem cannot be used by the platform and there is not much you can do since most of the applications rely on HDFS.

View solution in original post

7 REPLIES 7

avatar

Hi @Rayudu c,

If both NameNodes are down, your HDFS filesystem cannot be used by the platform and there is not much you can do since most of the applications rely on HDFS.

avatar
Explorer

Thanks Villard.

Let ,I am on standby name node , it also failed . the resource very critical. I am not able to solve the active namenode, how I can handle this , and how much time taken to reconnect this . let it be a big billion day .I am not backup the namenode. ?

avatar

Please provide the logs of both name nodes to understand what is going on.

avatar
Explorer

Thanks Pierre.

I just want to know how to handle, if this question occurs ?

avatar

Well, hard to tell... but to have two name nodes should prevent you to get into this situation. I believe that we will support more than 2 name nodes in next versions of HDP.

Also, just to clarify, if one of your name node fails, the other one will automatically become the active name node, you don't have anything to handle regarding the handover. But as soon as a name node fails, it is recommended to take care of it by looking at the logs and fixing the root cause.

avatar
Expert Contributor

@Rayadu

It depends on what type of failure, if it is a physical failure, then very hard to recover, if it is service failure, based on the logs we can resolve the issue.

avatar
Explorer

Thanks Rajendra,

This question asks in an interview, and he gave an example, like let it be a Big Billion day, and the server crashed due to overload of lot of users then I connected to standby, but it also crashed. how to handle this situation?