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

xuyang 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 5a18a456fb0 [fix](multicatalog) fix error reading data on tencent ofs 
after jdk17 (#32816)
5a18a456fb0 is described below

commit 5a18a456fb0b29916dcc3ab1067d37639ac82a9d
Author: Yulei-Yang <yulei.yang0...@gmail.com>
AuthorDate: Tue Mar 26 19:10:20 2024 +0800

    [fix](multicatalog) fix error reading data on tencent ofs after jdk17 
(#32816)
---
 fs_brokers/apache_hdfs_broker/bin/start_broker.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs_brokers/apache_hdfs_broker/bin/start_broker.sh 
b/fs_brokers/apache_hdfs_broker/bin/start_broker.sh
index b6511332a61..69f313f807a 100755
--- a/fs_brokers/apache_hdfs_broker/bin/start_broker.sh
+++ b/fs_brokers/apache_hdfs_broker/bin/start_broker.sh
@@ -63,7 +63,7 @@ PID_DIR="$(
 )"
 export PID_DIR
 
-export JAVA_OPTS="-Xmx1024m -Dfile.encoding=UTF-8"
+export JAVA_OPTS="-Xmx1024m -Dfile.encoding=UTF-8 
--add-opens=java.base/java.nio=ALL-UNNAMED --add-opens 
java.base/jdk.internal.ref=ALL-UNNAMED"
 export BROKER_LOG_DIR="${BROKER_HOME}/log"
 # java
 if [[ -z "${JAVA_HOME}" ]]; then


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

Reply via email to