You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Takanobu Asanuma (Jira)" <ji...@apache.org> on 2019/09/09 08:32:00 UTC

[jira] [Created] (HDFS-14835) RBF: Secured Router should not run when it can't initialize DelegationTokenSecretManager

Takanobu Asanuma created HDFS-14835:
---------------------------------------

             Summary: RBF: Secured Router should not run when it can't initialize DelegationTokenSecretManager
                 Key: HDFS-14835
                 URL: https://issues.apache.org/jira/browse/HDFS-14835
             Project: Hadoop HDFS
          Issue Type: Bug
            Reporter: Takanobu Asanuma
            Assignee: Takanobu Asanuma


Currently, even if secured router fails to create DelegationTokenSecretManager, it can start and keeps running. This router can't handle requests with delegation tokens.
{noformat}
ERROR org.apache.hadoop.hdfs.server.federation.router.FederationUtil: Could not instantiate: ZKDelegationTokenSecretManagerImpl
...
INFO org.apache.hadoop.ipc.Server: Starting Socket Reader #1 for port 8888
{noformat}
In this case, I think router should not start.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org