[ 
https://issues.apache.org/jira/browse/HDFS-15474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18019735#comment-18019735
 ] 

ASF GitHub Bot commented on HDFS-15474:
---------------------------------------

github-actions[bot] commented on PR #7475:
URL: https://github.com/apache/hadoop/pull/7475#issuecomment-3283055823

   We're closing this stale PR because it has been open for 100 days with no 
activity. This isn't a judgement on the merit of the PR in any way. It's just a 
way of keeping the PR queue manageable.
   If you feel like this was a mistake, or you would like to continue working 
on it, please feel free to re-open it and ask for a committer to remove the 
stale tag and review again.
   Thanks all for your contribution.




> HttpFS: WebHdfsFileSystem cannot renew an expired delegation token from 
> HttpFS response
> ---------------------------------------------------------------------------------------
>
>                 Key: HDFS-15474
>                 URL: https://issues.apache.org/jira/browse/HDFS-15474
>             Project: Hadoop HDFS
>          Issue Type: Bug
>            Reporter: Takanobu Asanuma
>            Assignee: Yoshiaki Takahashi
>            Priority: Major
>              Labels: pull-request-available
>
> When clients use WebHdfsFileSystem for HttpFS, they cannot renew expired 
> delegation tokens with the following error.
> {noformat}
> org.apache.hadoop.ipc.RemoteException: 
> org.apache.hadoop.security.token.SecretManager$InvalidToken: token 
> (owner=..., renewer=..., realUser=..., issueDate=..., maxDate=..., 
> sequenceNumber=..., masterKeyId=...) is expired
>         at 
> org.apache.hadoop.hdfs.web.JsonUtilClient.toRemoteException(JsonUtilClient.java:89)
>         at 
> org.apache.hadoop.hdfs.web.WebHdfsFileSystem.validateResponse(WebHdfsFileSystem.java:509)
>         ...
> {noformat}
> When using WebHdfsFileSystem for NameNode, it succeeds. This is because the 
> response of HttpFS is different from its of NameNode. We should fix the 
> response of HttpFS.
> This issue is reported by Masayuki Yatagawa.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to