Description
We have been seeing issues during testing of the Consistent Read from Standby feature that indicate that ORPP is unable to call getHAServiceState on Standby NNs, as they are rejected with a StandbyException. Upon further investigation, we realized that although the Standby allows the getHAServiceState() call, reading a delegation token is not allowed in Standby state, thus the call will fail when using DT-based authentication. This hasn't caused issues in practice, since ORPP assumes that the state is Standby if it is unable to fetch the state, but we should fix the logic to properly handle this scenario.
Attachments
Attachments
Issue Links
- is broken by
-
HDFS-12943 Consistent Reads from Standby Node
- Resolved