File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
hadoop-hdfs-project/hadoop-hdfs/src/main
java/org/apache/hadoop/hdfs Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -374,7 +374,7 @@ public class DFSConfigKeys extends CommonConfigurationKeys {
374374 public static final String DFS_NAMENODE_EDITS_DIR_MINIMUM_KEY = "dfs.namenode.edits.dir.minimum" ;
375375 public static final int DFS_NAMENODE_EDITS_DIR_MINIMUM_DEFAULT = 1 ;
376376 public static final String DFS_NAMENODE_QUOTA_INIT_THREADS_KEY = "dfs.namenode.quota.init-threads" ;
377- public static final int DFS_NAMENODE_QUOTA_INIT_THREADS_DEFAULT = 4 ;
377+ public static final int DFS_NAMENODE_QUOTA_INIT_THREADS_DEFAULT = 12 ;
378378
379379 public static final String DFS_NAMENODE_EDIT_LOG_AUTOROLL_MULTIPLIER_THRESHOLD = "dfs.namenode.edit.log.autoroll.multiplier.threshold" ;
380380 public static final float
Original file line number Diff line number Diff line change 36323632
36333633<property >
36343634 <name >dfs.namenode.quota.init-threads</name >
3635- <value >4 </value >
3635+ <value >12 </value >
36363636 <description >
36373637 The number of concurrent threads to be used in quota initialization. The
36383638 speed of quota initialization also affects the namenode fail-over latency.
3639- If the size of name space is big, try increasing this.
3639+ If the size of name space is big, try increasing this to 16 or higher .
36403640 </description >
36413641</property >
36423642
You can’t perform that action at this time.
0 commit comments