Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-6134 Transparent data at rest encryption
  3. HDFS-6814

Mistakenly dfs.namenode.list.encryption.zones.num.responses configured as boolean

    XMLWordPrintableJSON

Details

    • Reviewed

    Description

      <property>
        <name>dfs.namenode.list.encryption.zones.num.responses</name>
        <value>false</value>
        <description>When listing encryption zones, the maximum number of zones
          that will be returned in a batch. Fetching the list incrementally in
          batches improves namenode performance.
        </description>
      </property>
      

      default value should be 100. Should be same as

      public static final int    DFS_NAMENODE_LIST_ENCRYPTION_ZONES_NUM_RESPONSES_DEFAULT = 100;

      Attachments

        1. HDFS-6814.patch
          0.7 kB
          Uma Maheswara Rao G

        Issue Links

          Activity

            People

              umamaheswararao Uma Maheswara Rao G
              umamaheswararao Uma Maheswara Rao G
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: