Apache Hadoop qbt Report: trunk+JDK11 on Linux/x86_64
For more details, see https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java11-linux-x86_64/578/ [Nov 3, 2023, 11:42:39 PM] (github) HADOOP-18963. Fix typos in .gitignore (#6243) [Nov 4, 2023, 1:53:50 AM] (github) MAPREDUCE-7459. Fixed TestHistoryViewerPrinter flakiness during string comparison (#6215). Contributed by Rajiv Ramachandran. [Nov 4, 2023, 11:09:48 AM] (github) YARN-11594. [Federation] Improve Yarn Federation documentation. (#6209) Contributed by Shilun Fan. [Nov 4, 2023, 11:50:41 PM] (github) YARN-11609. [Addendum] [Federation] Router Supports DeregisterSubCluster. (#6254) YuanBen Wang. [Error replacing 'FILE' - Workspace is not accessible] - To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org
Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86_64
For more details, see https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java8-linux-x86_64/1401/ [Nov 4, 2023, 1:53:50 AM] (github) MAPREDUCE-7459. Fixed TestHistoryViewerPrinter flakiness during string comparison (#6215). Contributed by Rajiv Ramachandran. [Nov 4, 2023, 11:09:48 AM] (github) YARN-11594. [Federation] Improve Yarn Federation documentation. (#6209) Contributed by Shilun Fan. [Nov 4, 2023, 11:50:41 PM] (github) YARN-11609. [Addendum] [Federation] Router Supports DeregisterSubCluster. (#6254) YuanBen Wang. [Error replacing 'FILE' - Workspace is not accessible] - To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org
Apache Hadoop qbt Report: branch-2.10+JDK7 on Linux/x86_64
For more details, see https://ci-hadoop.apache.org/job/hadoop-qbt-branch-2.10-java7-linux-x86_64/1202/ No changes ERROR: File 'out/email-report.txt' does not exist - To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org
[jira] [Resolved] (HDFS-17243) Add the parameter storage type for getBlocks method
[ https://issues.apache.org/jira/browse/HDFS-17243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuyan Zhang resolved HDFS-17243. - Fix Version/s: 3.4.0 Hadoop Flags: Reviewed Resolution: Fixed > Add the parameter storage type for getBlocks method > --- > > Key: HDFS-17243 > URL: https://issues.apache.org/jira/browse/HDFS-17243 > Project: Hadoop HDFS > Issue Type: Improvement > Components: balamcer >Reporter: Haiyang Hu >Assignee: Haiyang Hu >Priority: Major > Labels: pull-request-available > Fix For: 3.4.0 > > > When Balancer is running, it is found that there are many logs, such as > {code:java} > INFO balancer.Dispatcher (Dispatcher.java:markMovedIfGoodBlock(306)) - No > striped internal block on source xxx:50010:SSD, block blk_-xxx_xxx > size=982142783. Skipping. > {code} > these logs show that Balancer cannot to balancer SSD type sourceļ¼ and it > causes that Balancer will frequently get blocks from NN through getBlocks RPC. > The main reason is the storage type in the current Source is SSD, but now > getBlocks obtains all list of blocks belonging to datanode, so need add the > parameter storage type for getBlocks method -- This message was sent by Atlassian Jira (v8.20.10#820010) - To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org