You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "GronwD (via GitHub)" <gi...@apache.org> on 2023/04/03 07:51:49 UTC

[GitHub] [doris] GronwD opened a new issue, #18338: [Bug]

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

   ### 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
   
   1.2.0
   
   ### What's Wrong?
   
   One of our BE was not able to be started, as a result we removed the BE;
   After that other BEs fails with below error frequently. Please kindly help.
   
   *** Query id: 0-0 ***
   *** Aborted at 1680507855 (unix time) try "date -d @1680507855" if you are using GNU date ***
   *** Current BE git commitID: Unknown ***
   *** SIGSEGV address not mapped to object (@0x35) received by PID 2863096 (TID 0x7f9f169ff700) from PID 53; stack trace: ***
    0# doris::signal::(anonymous namespace)::FailureSignalHandler(int, siginfo_t*, void*) at /root/doris/be/src/common/signal_handler.h:420
    1# 0x00007F9F13DFF2B7 in /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/libjvm.so
    2# JVM_handle_linux_signal in /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/libjvm.so
    3# 0x00007F9F13DF80AC in /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/libjvm.so
    4# 0x00007F9F173ED090 in /lib/x86_64-linux-gnu/libc.so.6
    5# bvar::Reducer<long, bvar::detail::AddTo<long>, bvar::detail::MinusFrom<long> >::SeriesSampler::take_sample() in /root/apache-doris-be-1.2.0-bin-x86_64/lib/doris_be
    6# bvar::detail::SamplerCollector::run() in /root/apache-doris-be-1.2.0-bin-x86_64/lib/doris_be
    7# bvar::detail::SamplerCollector::sampling_thread(void*) in /root/apache-doris-be-1.2.0-bin-x86_64/lib/doris_be
    8# start_thread in /lib/x86_64-linux-gnu/libpthread.so.0
    9# __clone in /lib/x86_64-linux-gnu/libc.so.6
   
   ### What You Expected?
   
   BE should not exit
   
   ### How to Reproduce?
   
   It's like when we run some query on big tables such exception shows in be.out
   
   ### Anything Else?
   
   _No response_
   
   ### 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


[GitHub] [doris] GronwD commented on issue #18338: [Bug] BE crashes with bvar::detail::SamplerCollector::sampling_thread

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

   after investigation we found this happens when we're querying a very large table without partition key in where conditions. hope this helps.


-- 
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