You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "xingyingone (via GitHub)" <gi...@apache.org> on 2024/01/23 13:11:28 UTC

[I] [Bug] be crash [doris]

xingyingone opened a new issue, #30285:
URL: https://github.com/apache/doris/issues/30285

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### 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
   ![image](https://github.com/apache/doris/assets/16775757/4511d49b-a7f1-4e44-b04f-cc03f30cbe93)
   
   error log
   ![image](https://github.com/apache/doris/assets/16775757/f0da3b84-34fc-434a-a6e7-0d612c47afe6)
   
   
   
   
   ### 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?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


Re: [I] [Bug] be crash [doris]

Posted by "morningman (via GitHub)" <gi...@apache.org>.
morningman commented on issue #30285:
URL: https://github.com/apache/doris/issues/30285#issuecomment-1916815050

   Is it crash when doing query?
   If yes, please provide:
   1. create catalog stmt
   2. sql
   3. table schema


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


Re: [I] [Bug] be crash [doris]

Posted by "Vallishp (via GitHub)" <gi...@apache.org>.
Vallishp commented on issue #30285:
URL: https://github.com/apache/doris/issues/30285#issuecomment-1909353951

   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.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


Re: [I] [Bug] be crash [doris]

Posted by "xingyingone (via GitHub)" <gi...@apache.org>.
xingyingone commented on issue #30285:
URL: https://github.com/apache/doris/issues/30285#issuecomment-1909619884

   > 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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


Re: [I] [Bug] be crash [doris]

Posted by "xingyingone (via GitHub)" <gi...@apache.org>.
xingyingone commented on issue #30285:
URL: https://github.com/apache/doris/issues/30285#issuecomment-1906037541

   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 <libfile>', or link it with '-z noexecstack'.
   start time: Tue Jan 23 14:03:31 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 <libfile>', or link it with '-z noexecstack'.
   *** Query id: 0-0 ***
   *** tablet id: 0 ***
   *** Aborted at 1706011977 (unix time) try "date -d @1706011977" if you are using GNU date ***
   *** Current BE git commitID: e529646 ***
   *** SIGSEGV unknown detail explain (@0x0) received by PID 59922 (TID 453745 OR 0x7f232ef3c700) from PID 0; stack trace: ***
    0# doris::signal::(anonymous namespace)::FailureSignalHandler(int, siginfo_t*, void*) at /root/src/doris-2.0/be/src/common/signal_handler.h:417
    1# os::Linux::chained_handler(int, siginfo*, void*) in /home/olap/doris/java8/jre/lib/amd64/server/libjvm.so
    2# JVM_handle_linux_signal in /home/olap/doris/java8/jre/lib/amd64/server/libjvm.so
    3# signalHandler(int, siginfo*, void*) in /home/olap/doris/java8/jre/lib/amd64/server/libjvm.so
    4# 0x00007F245E72E400 in /lib64/libc.so.6
    5# Arena::~Arena() in /home/olap/doris/java8/jre/lib/amd64/server/libjvm.so
    6# Thread::~Thread() in /home/olap/doris/java8/jre/lib/amd64/server/libjvm.so
    7# JavaThread::~JavaThread() in /home/olap/doris/java8/jre/lib/amd64/server/libjvm.so
    8# JavaThread::thread_main_inner() in /home/olap/doris/java8/jre/lib/amd64/server/libjvm.so
    9# JavaThread::run() in /home/olap/doris/java8/jre/lib/amd64/server/libjvm.so
   10# java_start(Thread*) in /home/olap/doris/java8/jre/lib/amd64/server/libjvm.so
   11# start_thread in /lib64/libpthread.so.0
   12# clone in /lib64/libc.so.6
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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