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

   # Proposed changes
   
   Issue Number: close #xxx
   
   ## Problem summary
   
   fix core dump
   ```
   F0526 14:30:32.979687 811726 tablet_schema.cpp:879] Check failed: ordinal < 
_num_columns ordinal:20, _num_columns:20
   *** Check failure stack trace: ***
       @     0x563d33ba3d2d  google::LogMessage::Fail()
       @     0x563d33ba6269  google::LogMessage::SendToLog()
       @     0x563d33ba3896  google::LogMessage::Flush()
       @     0x563d33ba68d9  google::LogMessageFatal::~LogMessageFatal()
       @     0x563d167152a9  doris::TabletSchema::column()
       @     0x563d16c26401  doris::segment_v2::SegmentWriter::_create_writers()
       @     0x563d16c24b8b  doris::segment_v2::SegmentWriter::init()
       @     0x563d16c23e2a  doris::segment_v2::SegmentWriter::init()
       @     0x563d16e9ec9c  
doris::BetaRowsetWriter::_do_create_segment_writer()
       @     0x563d16e8e1f6  doris::BetaRowsetWriter::_create_segment_writer()
       @     0x563d16e9922c  doris::BetaRowsetWriter::flush_single_memtable()
       @     0x563d16539d8b  doris::Tablet::calc_delete_bitmap()
       @     0x563d16540e65  doris::Tablet::update_delete_bitmap()
       @     0x563d16750d4a  doris::TxnManager::publish_txn()
       @     0x563d1674fd69  doris::TxnManager::publish_txn()
       @     0x563d16e16916  doris::TabletPublishTxnTask::handle()
       @     0x563d16e17a6d  
doris::EnginePublishVersionTask::finish()::$_0::operator()()
       @     0x563d16e17a45  std::__invoke_impl<>()
       @     0x563d16e179e5  
_ZSt10__invoke_rIvRZN5doris24EnginePublishVersionTask6finishEvE3$_0JEENSt9enable_ifIX16is_invocable_r_vIT_T0_DpT1_EES5_E4typeEOS6_DpOS7_
       @     0x563d16e1781d  std::_Function_handler<>::_M_invoke()
       @     0x563d14b11e83  std::function<>::operator()()
       @     0x563d179be2a9  doris::FunctionRunnable::run()
       @     0x563d179abaa7  doris::ThreadPool::dispatch_thread()
       @     0x563d179d1644  std::__invoke_impl<>()
       @     0x563d179d151d  std::__invoke<>()
       @     0x563d179d14a5  
_ZNSt5_BindIFMN5doris10ThreadPoolEFvvEPS1_EE6__callIvJEJLm0EEEET_OSt5tupleIJDpT0_EESt12_Index_tupleIJXspT1_EEE
       @     0x563d179d134e  std::_Bind<>::operator()<>()
       @     0x563d179d1265  std::__invoke_impl<>()
       @     0x563d179d1205  
_ZSt10__invoke_rIvRSt5_BindIFMN5doris10ThreadPoolEFvvEPS2_EEJEENSt9enable_ifIX16is_invocable_r_vIT_T0_DpT1_EESA_E4typeEOSB_DpOSC_
       @     0x563d179d0f2d  std::_Function_handler<>::_M_invoke()
       @     0x563d14b11e83  std::function<>::operator()()
       @     0x563d17983947  doris::Thread::supervise_thread()
   *** Query id: 0-0 ***
   *** Aborted at 1685082633 (unix time) try "date -d @1685082633" if you are 
using GNU date ***
   *** Current BE git commitID: 9185b202c5 ***
   ```
   
   The schema in Tablet don't contains __DORIS_DELETE_SIGN__ and 
__DORIS_SEQUENCE_COL__, should use schema in rowset.
   
   ## Checklist(Required)
   
   * [ ] Does it affect the original behavior
   * [ ] Has unit tests been added
   * [ ] Has document been added or modified
   * [ ] Does it need to update dependencies
   * [ ] Is this PR support rollback (If NO, please explain WHY)
   
   ## Further comments
   
   If this is a relatively large or complex change, kick off the discussion at 
[d...@doris.apache.org](mailto:d...@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-unsubscr...@doris.apache.org

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


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

Reply via email to