This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 248703bcd0f [fix](deps) upgrade hadoop to 3.3.6.5 (#48280)
248703bcd0f is described below

commit 248703bcd0f6e668647de7f5b723fcc80b3d7283
Author: Mingyu Chen (Rayner) <morning...@163.com>
AuthorDate: Tue Feb 25 22:54:05 2025 +0800

    [fix](deps) upgrade hadoop to 3.3.6.5 (#48280)
    
    ### What problem does this PR solve?
    
    Related to https://github.com/apache/doris-thirdparty/pull/267
    Fix potential coredump like:
    
    ```
    1# PosixSignals::chained_handler(int, siginfo*, void*) [clone .part.0] in 
/usr/lib/jvm/java-17-openjdk-amd64/lib/server/libjvm.so
     2# JVM_handle_linux_signal in 
/usr/lib/jvm/java-17-openjdk-amd64/lib/server/libjvm.so
     3# 0x00007F40E3728520 in /lib/x86_64-linux-gnu/libc.so.6
     4# getLastTLSExceptionRootCause at 
/home/zcp/repo_center/doris_branch-3.0/doris/thirdparty/src/doris-thirdparty-hadoop-3.3.6.3-for-doris/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfs/jni_helper.c:866
     5# doris::io::hdfs_error[abi:cxx11]() in 
/mnt/hdd01/PERFORMANCE_ENV/be/lib/doris_be
     6# 
doris::io::HdfsFileWriter::append_hdfs_file(std::basic_string_view<char, 
std::char_traits<char> >) at 
/home/zcp/repo_center/doris_branch-3.0/doris/be/src/io/fs/hdfs_file_writer.cpp:381
     7# doris::io::HdfsFileWriter::_flush_buffer() at 
/home/zcp/repo_center/doris_branch-3.0/doris/be/src/io/fs/hdfs_file_writer.cpp:390
     8# doris::io::HdfsFileWriter::_close_impl() at 
/home/zcp/repo_center/doris_branch-3.0/doris/be/src/io/fs/hdfs_file_writer.cpp:255
     9# doris::io::HdfsFileWriter::close(bool) at 
/home/zcp/repo_center/doris_branch-3.0/doris/be/src/io/fs/hdfs_file_writer.cpp:248
    10# doris::vectorized::ParquetOutputStream::Close() at 
/home/zcp/repo_center/doris_branch-3.0/doris/be/src/vec/runtime/vparquet_transformer.cpp:84
    11# doris::vectorized::ParquetOutputStream::~ParquetOutputStream() at 
/home/zcp/repo_center/doris_branch-3.0/doris/be/src/vec/runtime/vparquet_transformer.cpp:57
    ```
---
 thirdparty/CHANGELOG.md | 4 ++++
 thirdparty/vars.sh      | 8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/thirdparty/CHANGELOG.md b/thirdparty/CHANGELOG.md
index 1f86f45c116..4c4d60a8b42 100644
--- a/thirdparty/CHANGELOG.md
+++ b/thirdparty/CHANGELOG.md
@@ -2,6 +2,10 @@
 
 This file contains version of the third-party dependency libraries in the 
build-env image. The docker build-env image is apache/doris, and the tag is 
`build-env-${version}`
 
+## 20250225
+
+- Modified: hadoop-libs 3.3.6.4 -> 3.3.6.5
+
 ## 20250123
 
 - Added: icu 75-1, develop ICU tokenizer based on ICU library.
diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh
index 21e753f1806..324501d2819 100644
--- a/thirdparty/vars.sh
+++ b/thirdparty/vars.sh
@@ -461,10 +461,10 @@ FAST_FLOAT_SOURCE=fast_float-3.9.0
 FAST_FLOAT_MD5SUM="5656b0d8b150a3b157cfb092d214f6ea"
 
 # libhdfs
-HADOOP_LIBS_DOWNLOAD="https://github.com/apache/doris-thirdparty/archive/refs/tags/hadoop-3.3.6.4-for-doris.tar.gz";
-HADOOP_LIBS_NAME="hadoop-3.3.6.4-for-doris.tar.gz"
-HADOOP_LIBS_SOURCE="doris-thirdparty-hadoop-3.3.6.4-for-doris"
-HADOOP_LIBS_MD5SUM="6993de49713eb0892e42c8ec57fbdc6c"
+HADOOP_LIBS_DOWNLOAD="https://github.com/apache/doris-thirdparty/archive/refs/tags/hadoop-3.3.6.5-for-doris.tar.gz";
+HADOOP_LIBS_NAME="hadoop-3.3.6.5-for-doris.tar.gz"
+HADOOP_LIBS_SOURCE="doris-thirdparty-hadoop-3.3.6.5-for-doris"
+HADOOP_LIBS_MD5SUM="c13f90ceb5ef9460b7d736c49d9b79fd"
 
 # AvxToNeon
 
AVX2NEON_DOWNLOAD="https://github.com/kunpengcompute/AvxToNeon/archive/refs/tags/v1.0.0.tar.gz";


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to