-
Type:
Sub-task
-
Status: Resolved
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: HA branch (HDFS-1623)
-
Fix Version/s: HA branch (HDFS-1623)
-
Labels:None
-
Target Version/s:
-
Hadoop Flags:Reviewed
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.