Details
-
Sub-task
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
HA branch (HDFS-1623)
-
None
-
Reviewed
Description
Currently the NN is throwing UnsupportedActionException when it is hit with RPCs while in Standby. This is what the StandbyException class is meant for. The wrong type is preventing client failover from working as designed.