tasanuma commented on code in PR #4101:
URL: https://github.com/apache/hadoop/pull/4101#discussion_r855729165
##########
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSConfigKeys.java:
##########
@@ -119,6 +119,14 @@ public class DFSConfigKeys extends CommonConfigurationKeys
{
"dfs.datanode.data.transfer.bandwidthPerSec";
public static final long DFS_DATANODE_DATA_TRANSFER_BANDWIDTHPERSEC_DEFAULT =
0; // A value of zero indicates no limit
+ public static final String
DFS_DATANODE_EC_RECONSTRUCT_READ_BANDWIDTHPERSEC_KEY =
+ "dfs.datanode.ec.reconstruct.read.bandwidthPerSec";
+ public static final long
DFS_DATANODE_EC_RECONSTRUCT_READ_BANDWIDTHPERSEC_DEFAULT =
+ 0; // A value of zero indicates no limit
+ public static final String
DFS_DATANODE_EC_RECONSTRUCT_WRITE_BANDWIDTHPERSEC_KEY =
+ "dfs.datanode.ec.reconstruct.write.bandwidthPerSec";
+ public static final long
DFS_DATANODE_EC_RECONSTRUCT_WRITE_BANDWIDTHPERSEC_DEFAULT =
+ 0; // A value of zero indicates no limit
Review Comment:
I want to define these after `public static final String
DFS_DATANODE_DATA_WRITE_BANDWIDTHPERSEC_KEY =
"dfs.datanode.data.write.bandwidthPerSec";`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]