Open xingyingone opened 10 months ago
be.out
start time: Wed Jan 17 20:18:19 CST 2024
INFO: java_cmd /home/olap/doris/java8/bin/java
INFO: jdk_version 8
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/home/olap/doris/be/lib/java_extensions/preload-extensions/preload-extensions-jar-with-dependencies.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/home/olap/doris/be/lib/java_extensions/java-udf/java-udf-jar-with-dependencies.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/home/olap/doris/be/lib/hadoop_hdfs/common/lib/slf4j-reload4j-1.7.36.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Reload4jLoggerFactory]
Java HotSpot(TM) 64-Bit Server VM warning: You have loaded library /home/olap/doris/be/lib/hadoop_hdfs/native/libhadoop.so.1.0.0 which might have disabled stack guard. The VM will try to fix the stack guard now.
It's highly recommended that you fix the library with 'execstack -c
from past experience, arena crash can come, when libs/jars replaced in run time in some flavors of linux, may be u can check timestamp of jar and core dump time to make sure its the same root cause.
from past experience, arena crash can come, when libs/jars replaced in run time in some flavors of linux, may be u can check timestamp of jar and core dump time to make sure its the same root cause.
I just copy libs/jars and then restart be, and be crash after several hours later, so not the same timestamp
Is it crash when doing query? If yes, please provide:
Search before asking
Version
doris-2.0.4-rc02-e529646
What's Wrong?
the doris cluster is just execute query on external table and the cluster load is low
be crash at Jan 23 20:14
error log
be.out
What You Expected?
no crash
How to Reproduce?
I don't known, There is a point that I copy hadoop-lzo-0.4.20.jar into the /home/olap/doris/be/custom_lib/
Anything Else?
no
Are you willing to submit PR?
Code of Conduct