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

[PR] [Bug](runtime-filter) fix coredump on no null string type rf [doris]

BiteTheDDDDt opened a new pull request, #33869:
URL: https://github.com/apache/doris/pull/33869

   ## Proposed changes
   fix coredump on no null string type rf
   ```cpp
   ** SIGSEGV address not mapped to object (@0x1) received by PID 9781 (TID 13516 OR 0x7f961d90c700) from PID 1; stack trace: ***
   0# doris::signal::(anonymous namespace)::FailureSignalHandler(int, siginfo_t*, void*) at /home/zcp/repo_center/doris_master/doris/be/src/common/signal_handler.h:421
   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# 0x00007FA0B1B5C090 in /lib/x86_64-linux-gnu/libc.so.6
   4# void doris::StringSet, std::allocator > > >::_insert_fixed_len_string >(doris::vectorized::ColumnStr const&, unsigned char const*, unsigned long, unsigned long) at /home/zcp/repo_center/doris_master/doris/be/src/exprs/hybrid_set.h:424
   5# doris::StringSet, std::allocator > > >::insert_fixed_len(COW::immutable_ptr const&, unsigned long) in /mnt/hdd01/ci/master-deploy/be/lib/doris_be
   6# doris::RuntimePredicateWrapper::insert_fixed_len(COW::immutable_ptr const&, unsigned long) at /home/zcp/repo_center/doris_master/doris/be/src/exprs/runtime_filter.cpp:409
   7# doris::RuntimePredicateWrapper::insert_batch(COW::immutable_ptr const&, unsigned long) in /mnt/hdd01/ci/master-deploy/be/lib/doris_be
   8# doris::IRuntimeFilter::insert_batch(COW::immutable_ptr, unsigned long) at /home/zcp/repo_center/doris_master/doris/be/src/exprs/runtime_filter.cpp:971
   9# doris::VRuntimeFilterSlots::insert(doris::vectorized::Block const*) at /home/zcp/repo_center/doris_master/doris/be/src/exprs/runtime_filter_slots.h:124
   10# doris::Status doris::vectorized::process_runtime_filter_build(doris::RuntimeState*, doris::vectorized::Block*, doris::vectorized::HashJoinNode*, bool) at /home/zcp/repo_center/doris_master/doris/be/src/vec/exec/join/vhash_join_node.h:90
   ```
   
   ## Further comments
   
   If this is a relatively large or complex change, kick off the discussion at [dev@doris.apache.org](mailto:dev@doris.apache.org) by explaining why you chose the solution you did and what alternatives you considered, etc...
   
   


-- 
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: [PR] [Bug](runtime-filter) fix coredump on no null string type rf [doris]

Posted by "doris-robot (via GitHub)" <gi...@apache.org>.
doris-robot commented on PR #33869:
URL: https://github.com/apache/doris/pull/33869#issuecomment-2065668862

   Thank you for your contribution to Apache Doris.
   Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+your+PR)
   
   Since 2024-03-18, the Document has been moved to [doris-website](https://github.com/apache/doris-website).
   See [Doris Document](https://cwiki.apache.org/confluence/display/DORIS/Doris+Document).


-- 
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: [PR] [Bug](runtime-filter) fix coredump on no null string type rf [doris]

Posted by "BiteTheDDDDt (via GitHub)" <gi...@apache.org>.
BiteTheDDDDt merged PR #33869:
URL: https://github.com/apache/doris/pull/33869


-- 
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: [PR] [Bug](runtime-filter) fix coredump on no null string type rf [doris]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #33869:
URL: https://github.com/apache/doris/pull/33869#issuecomment-2065780071

   PR approved by at least one committer and no changes requested.


-- 
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: [PR] [Bug](runtime-filter) fix coredump on no null string type rf [doris]

Posted by "BiteTheDDDDt (via GitHub)" <gi...@apache.org>.
BiteTheDDDDt commented on PR #33869:
URL: https://github.com/apache/doris/pull/33869#issuecomment-2065668936

   run buildall


-- 
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: [PR] [Bug](runtime-filter) fix coredump on no null string type rf [doris]

Posted by "doris-robot (via GitHub)" <gi...@apache.org>.
doris-robot commented on PR #33869:
URL: https://github.com/apache/doris/pull/33869#issuecomment-2065713200

   TeamCity be ut coverage result:
    Function Coverage: 35.42% (8920/25184) 
    Line Coverage: 27.15% (73305/269977)
    Region Coverage: 26.26% (37847/144109)
    Branch Coverage: 23.09% (19293/83572)
    Coverage Report: http://coverage.selectdb-in.cc/coverage/597f5321f91bbf3a1731a5951a18cb8eadfe8a05_597f5321f91bbf3a1731a5951a18cb8eadfe8a05/report/index.html


-- 
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: [PR] [Bug](runtime-filter) fix coredump on no null string type rf [doris]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #33869:
URL: https://github.com/apache/doris/pull/33869#issuecomment-2065672236

   clang-tidy review says "All clean, LGTM! :+1:"


-- 
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: [PR] [Bug](runtime-filter) fix coredump on no null string type rf [doris]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #33869:
URL: https://github.com/apache/doris/pull/33869#issuecomment-2065780100

   PR approved by anyone and no changes requested.


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