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 "JiangHua Zhu (Jira)" <ji...@apache.org> on 2021/09/26 07:57:00 UTC

[jira] [Created] (HDFS-16238) Improve comments related to EncryptionZoneManager

JiangHua Zhu created HDFS-16238:
-----------------------------------

             Summary: Improve comments related to EncryptionZoneManager
                 Key: HDFS-16238
                 URL: https://issues.apache.org/jira/browse/HDFS-16238
             Project: Hadoop HDFS
          Issue Type: Improvement
            Reporter: JiangHua Zhu


In EncryptionZoneManager, there are some missing
The description of the relevant comment. The purpose of this jira is to perfect them.
E.g:
   /**
    * Re-encrypts the given encryption zone path. If the given path is not the
    * root of an encryption zone, an exception is thrown.
    * @param zoneIIP
    * @param keyVersionName
    * @throws IOException
    */
   List<XAttr> reencryptEncryptionZone(final INodesInPath zoneIIP,
       final String keyVersionName) throws IOException {
......
}
The description of zoneIIP and keyVersionName is missing here.




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org