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 "Xiao Chen (JIRA)" <ji...@apache.org> on 2017/09/20 23:18:00 UTC

[jira] [Created] (HDFS-12518) Re-encryption should handle task cancellation and progress better

Xiao Chen created HDFS-12518:
--------------------------------

             Summary: 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


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: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org