You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Kihwal Lee (JIRA)" <ji...@apache.org> on 2013/08/16 00:41:56 UTC

[jira] [Created] (HADOOP-9880) RPC Server should not unconditionally create SaslServer with Token auth.

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