This is an automated email from the ASF dual-hosted git repository.
ayushsaxena pushed a change to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git.
from a5657b9 HADOOP-17926. Maven-eclipse-plugin is no longer needed since
Eclipse can import Maven projects by itself. (#3465)
new 3355126 HDFS-15288. Add Available Space Rack Fault Tolerant BPP.
Contributed by Ayush Saxena.
new 38f529a HDFS-16223.
AvailableSpaceRackFaultTolerantBlockPlacementPolicy should use
chooseRandomWithStorageTypeTwoTrial() for better performance. (#3424).
Contributed by Ayush Saxena.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../java/org/apache/hadoop/hdfs/DFSConfigKeys.java | 7 +
...SpaceRackFaultTolerantBlockPlacementPolicy.java | 126 ++++++++++++++++++
.../src/main/resources/hdfs-default.xml | 14 ++
.../TestAvailableSpaceBlockPlacementPolicy.java | 29 ++---
...=> TestAvailableSpaceRackFaultTolerantBPP.java} | 142 +++++++++++++--------
5 files changed, 246 insertions(+), 72 deletions(-)
create mode 100644
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/AvailableSpaceRackFaultTolerantBlockPlacementPolicy.java
copy
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/blockmanagement/{TestAvailableSpaceBlockPlacementPolicy.java
=> TestAvailableSpaceRackFaultTolerantBPP.java} (53%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]