[ https://issues.apache.org/jira/browse/HADOOP-17255?focusedWorklogId=491064&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-491064
]
ASF GitHub Bot logged work on HADOOP-17255:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 25/Sep/20 13:39
Start Date: 25/Sep/20 13:39
Worklog Time Spent: 10m
Work Description: aajisaka commented on pull request #2291:
URL: https://github.com/apache/hadoop/pull/2291#issuecomment-698727414
Thank you @steveloughran for your review. The unit test failure is related. I'll fix this
before merging.
> we can move the code in distcp etc to using it?
Agreed.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
users@infra.apache.org
Issue Time Tracking
-------------------
Worklog Id: (was: 491064)
Time Spent: 1h 20m (was: 1h 10m)
> 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
> Assignee: Akira Ajisaka
> Priority: Critical
> Labels: pull-request-available
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> 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
|