Apache Hadoop qbt Report: branch-2.10+JDK7 on Linux/x86_64

2023-07-02 Thread Apache Jenkins Server
For more details, see https://ci-hadoop.apache.org/job/hadoop-qbt-branch-2.10-java7-linux-x86_64/1076/ No changes ERROR: File 'out/email-report.txt' does not exist - To unsubscribe, e-mail:

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86_64

2023-07-02 Thread Apache Jenkins Server
For more details, see https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java8-linux-x86_64/1275/ No changes -1 overall The following subsystems voted -1: blanks hadolint pathlen unit xml The following subsystems voted -1 but were configured to be filtered/ignored: cc checkstyle

Re: Fix for SEGV during java app shutfdown (HDFS-13585)

2023-07-02 Thread Ed Mancebo
Thanks He Xiaoqiao and Gautham. I'll move the discussion to jira and make sure we run Windows CI On Sun, Jul 2, 2023 at 1:12 AM Gautham Banasandra wrote: > Hi Ed, > > Once you create the PR against the trunk branch, the CI would > run the tests. However, this is currently only for Linux. We've

Re: Fix for SEGV during java app shutfdown (HDFS-13585)

2023-07-02 Thread Gautham Banasandra
Hi Ed, Once you create the PR against the trunk branch, the CI would run the tests. However, this is currently only for Linux. We've recently setup a CI for Windows that runs daily on the trunk branch - https://ci-hadoop.apache.org/view/Hadoop/job/hadoop-qbt-trunk-java8-win10-x86_64/ We're still

Re: Fix for SEGV during java app shutfdown (HDFS-13585)

2023-07-02 Thread Xiaoqiao He
Thanks Ed for your feedback. I think it is better to comment on JIRA HDFS-13585 directly. And feel free to submit PR there if interested and there will be some reviewers coming soon. Please let me know if you will have any questions. Thanks again. Best Regards, - He Xiaoqiao On Sun, Jul 2, 2023

[jira] [Resolved] (HDFS-17052) Improve BlockPlacementPolicyRackFaultTolerant to avoid choose nodes failed when no enough Rack.

2023-07-02 Thread Xiaoqiao He (Jira)
[ https://issues.apache.org/jira/browse/HDFS-17052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaoqiao He resolved HDFS-17052. Fix Version/s: 3.4.0 Hadoop Flags: Reviewed Resolution: Fixed Committed to trunk. And

Fix for SEGV during java app shutfdown (HDFS-13585)

2023-07-02 Thread Ed Mancebo
Hi, I'm new here. I'm wondering if folks will accept a contribution to fix https://issues.apache.org/jira/browse/HDFS-13585 ? I can repro the issue by creating a Java application that calls hdfsConnectNewInstance: https://gist.github.com/emancebo/e413b0f53e4005c80cbf410fdb4c9cb9 The crash