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

[GitHub] [doris] platoneko opened a new pull request, #20750: [fix](cooldown) Fix bug when cooldown a dropped tablet

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

   ## Proposed changes
   
   ```
   *** SIGSEGV address not mapped to object (@0x10) received by PID 3402534 (TID 3403376 OR 0x7f61da9f3700) from PID 16; stack trace: ***
    0# doris::signal::(anonymous namespace)::FailureSignalHandler(int, siginfo_t*, void*) at /mnt/disk2/xiaokang/src/doris-2.0-alpha-log/be/src/common/signal_handler.h:413
    1# os::Linux::chained_handler(int, siginfo_t*, void*) in /usr/lib/jvm/java-11-openjdk-amd64/lib/server/libjvm.so
    2# JVM_handle_linux_signal in /usr/lib/jvm/java-11-openjdk-amd64/lib/server/libjvm.so
    3# signalHandler(int, siginfo_t*, void*) in /usr/lib/jvm/java-11-openjdk-amd64/lib/server/libjvm.so
    4# 0x00007F6370552090 in /lib/x86_64-linux-gnu/libc.so.6
    5# doris::WriteCooldownMetaExecutors::submit(std::shared_ptr<doris::Tablet>) at /mnt/disk2/xiaokang/src/doris-2.0-alpha-log/be/src/olap/tablet.cpp:135
    6# doris::Tablet::async_write_cooldown_meta(std::shared_ptr<doris::Tablet>) at /mnt/disk2/xiaokang/src/doris-2.0-alpha-log/be/src/olap/tablet.cpp:2081
    7# doris::Tablet::_cooldown_data() at /mnt/disk2/xiaokang/src/doris-2.0-alpha-log/be/src/olap/tablet.cpp:2039
    8# doris::Tablet::cooldown() at /mnt/disk2/xiaokang/src/doris-2.0-alpha-log/be/src/olap/tablet.cpp:1971
    9# std::_Function_handler<void (), doris::StorageEngine::_cooldown_tasks_producer_callback()::$_1>::_M_invoke(std::_Any_data const&) at /mnt/disk2/xiaokang/opt/ldb_toolchain/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h:291
   10# doris::PriorityThreadPool::work_thread(int) at /mnt/disk2/xiaokang/src/doris-2.0-alpha-log/be/src/util/priority_thread_pool.hpp:147
   11# execute_native_thread_routine at ../../../../../libstdc++-v3/src/c++11/thread.cc:84
   12# start_thread at /build/glibc-SzIz7B/glibc-2.31/nptl/pthread_create.c:478
   13# __clone at ../sysdeps/unix/sysv/linux/x86_64/clone.S:97
   ```
   
   ## 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


[GitHub] [doris] dataroaring merged pull request #20750: [fix](cooldown) Fix bug when cooldown a dropped tablet

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


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


[GitHub] [doris] github-actions[bot] commented on pull request #20750: [fix](cooldown) Fix bug when cooldown a dropped tablet

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

   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


[GitHub] [doris] github-actions[bot] commented on pull request #20750: [fix](cooldown) Fix bug when cooldown a dropped tablet

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

   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


[GitHub] [doris] dataroaring commented on pull request #20750: [fix](cooldown) Fix bug when cooldown a dropped tablet

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

   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


[GitHub] [doris] github-actions[bot] commented on pull request #20750: [fix](cooldown) Fix bug when cooldown a dropped tablet

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

   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