Kihwal Lee created HADOOP-9880:
----------------------------------

             Summary: RPC Server should not unconditionally create SaslServer 
with Token auth.
                 Key: HADOOP-9880
                 URL: https://issues.apache.org/jira/browse/HADOOP-9880
             Project: Hadoop Common
          Issue Type: Bug
    Affects Versions: 2.1.0-beta
            Reporter: Kihwal Lee
            Priority: Blocker


buildSaslNegotiateResponse() will a SaslRpcServer to be created with TOKEN 
auth. When create() is called against it, secretManager.checkAvailableForRead() 
is called, which fails in HA standby. Thus HA standby nodes cannot be 
transitioned to active.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to