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

Hudson commented on HDFS-12518:
-------------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #13120 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/13120/])
HDFS-12518. Re-encryption should handle task cancellation and progress (xiao: 
rev 248d9b6fff648cdb02581d458556b6f7c090ef1a)
* (edit) 
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/ReencryptionHandler.java
* (edit) 
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSDirEncryptionZoneOp.java
* (edit) 
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestReencryption.java
* (edit) 
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/ReencryptionUpdater.java


> Re-encryption should handle task cancellation and progress better
> -----------------------------------------------------------------
>
>                 Key: HDFS-12518
>                 URL: https://issues.apache.org/jira/browse/HDFS-12518
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: encryption
>    Affects Versions: 3.0.0-beta1
>            Reporter: Xiao Chen
>            Assignee: Xiao Chen
>             Fix For: 3.0.0
>
>         Attachments: HDFS-12518.01.patch, HDFS-12518.02.patch, 
> HDFS-12518.03.patch
>
>
> Re-encryption should handle task cancellation and progress tracking better in 
> general.
> In a recent internal report, a canceled re-encryption could lead to the 
> progress of the zone being 'Processing' forever. Sending a new cancel command 
> would make it complete, but new re-encryptions for the same zone wouldn't 
> work because the canceled future is not removed.
> This jira proposes to fix that, and enhance the currently handling so new 
> command would start from a clean state.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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

Reply via email to