[ https://issues.apache.org/jira/browse/HADOOP-17255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17192809#comment-17192809
]
Akira Ajisaka commented on HADOOP-17255:
----------------------------------------
Stacktrace: https://gist.github.com/aajisaka/bc0dae8447b94af2e978e87cff3e7c49
> JavaKeyStoreProvider fails to create a new key if the keystore is HDFS
> ----------------------------------------------------------------------
>
> Key: HADOOP-17255
> URL: https://issues.apache.org/jira/browse/HADOOP-17255
> Project: Hadoop Common
> Issue Type: Bug
> Components: kms
> Reporter: Akira Ajisaka
> Priority: Critical
>
> The caller of JavaKeyStoreProvider#renameOrFail assumes that it throws FileNotFoundException
if the src does not exist. However, JavaKeyStoreProvider#renameOrFail calls the old rename
API. In DistributedFileSystem, the old API returns false if the src does not exist.
> That way JavaKeyStoreProvider fails to create a new key if the keystore is HDFS.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org
|