You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/05/05 06:32:29 UTC

[GitHub] [incubator-doris] xinyiZzz opened a new issue, #9371: [Bug] Compaction Rowset::end_version null pointer

xinyiZzz opened a new issue, #9371:
URL: https://github.com/apache/incubator-doris/issues/9371

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Version
   
   trunk
   
   ### What's Wrong?
   
   
   <img width="1440" alt="image" src="https://user-images.githubusercontent.com/13197424/166872892-21266f79-2d41-4bf1-9546-909be5e4e3cb.png">
   
   
   #0  0x0000561edfab5b14 in std::__shared_ptr<doris::RowsetMeta, (__gnu_cxx::_Lock_policy)2>::get (this=0x88)
       at /var/local/ldb-toolchain/include/c++/11/bits/shared_ptr_base.h:1291
   #1  0x0000561edfab15c2 in std::__shared_ptr_access<doris::RowsetMeta, (__gnu_cxx::_Lock_policy)2, false, false>::_M_get (this=0x88)
       at /var/local/ldb-toolchain/include/c++/11/bits/shared_ptr_base.h:990
   #2  0x0000561edfaadcd4 in std::__shared_ptr_access<doris::RowsetMeta, (__gnu_cxx::_Lock_policy)2, false, false>::operator-> (this=0x88)
       at /var/local/ldb-toolchain/include/c++/11/bits/shared_ptr_base.h:984
   #3  0x0000561edfaab5a4 in doris::Rowset::end_version (this=0x0) at /root/doris-release/be/src/olap/rowset/rowset.h:142
   #4  0x0000561edfbb66cb in doris::Compaction::do_compaction_impl (this=0x561f52eeabb0, permits=5) at /root/doris-release/be/src/olap/compaction.cpp:141
   #5  0x0000561edfbb55e0 in doris::Compaction::do_compaction (this=0x561f52eeabb0, permits=5) at /root/doris-release/be/src/olap/compaction.cpp:56
   #6  0x0000561edfbbe116 in doris::CumulativeCompaction::execute_compact_impl (this=0x561f52eeabb0) at /root/doris-release/be/src/olap/cumulative_compaction.cpp:75
   #7  0x0000561edfbb5475 in doris::Compaction::execute_compact (this=0x561f52eeabb0) at /root/doris-release/be/src/olap/compaction.cpp:45
   #8  0x0000561edfae5ed4 in doris::Tablet::execute_compaction (this=0x561f060c9410, compaction_type=doris::CUMULATIVE_COMPACTION)
       at /root/doris-release/be/src/olap/tablet.cpp:1406
   #9  0x0000561edfa82381 in operator() (__closure=0x561f4892d9b0) at /root/doris-release/be/src/olap/olap_server.cpp:570
   #10 0x0000561edfa85728 in std::__invoke_impl<void, doris::StorageEngine::_submit_compaction_task(doris::TabletSharedPtr, doris::CompactionType)::<lambda()>&>(std::__invoke_other, struct {...} &) (__f=...) at /var/local/ldb-toolchain/include/c++/11/bits/invoke.h:61
   #11 0x0000561edfa84aca in std::__invoke_r<void, doris::StorageEngine::_submit_compaction_task(doris::TabletSharedPtr, doris::CompactionType)::<lambda()>&>(struct {...} &) (
       __fn=...) at /var/local/ldb-toolchain/include/c++/11/bits/invoke.h:111
   #12 0x0000561edfa840b3 in std::_Function_handler<void(), doris::StorageEngine::_submit_compaction_task(doris::TabletSharedPtr, doris::CompactionType)::<lambda()> >::_M_invoke(const std::_Any_data &) (__functor=...) at /var/local/ldb-toolchain/include/c++/11/bits/std_function.h:291
   #13 0x0000561edfeb640c in std::function<void ()>::operator()() const (this=0x561f4e1a72d8) at /var/local/ldb-toolchain/include/c++/11/bits/std_function.h:560
   #14 0x0000561ee01aafe8 in doris::FunctionRunnable::run (this=0x561f4e1a72d0) at /root/doris-release/be/src/util/threadpool.cpp:45
   
   ### What You Expected?
   
   win
   
   ### How to Reproduce?
   
   _No response_
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] 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] [incubator-doris] yiguolei closed issue #9371: [Bug] Compaction Rowset::end_version null pointer

Posted by GitBox <gi...@apache.org>.
yiguolei closed issue #9371: [Bug] Compaction Rowset::end_version null pointer
URL: https://github.com/apache/incubator-doris/issues/9371


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