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

   ### 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
   
   master
   
   ### What's Wrong?
   
   插入数据后,直接查询报错,等一段时间,若干分钟不等,才可以正常查询
   
   报错信息:
   ```
   ERROR 1105 (HY000): errCode = 2, detailMessage = [E-3111]
   
   W1215 19:27:07.039794 14706 beta_rowset_reader.cpp:304] failed to read next 
block: [INTERNAL_ERROR]num of element information corrupted, 
_num_element_after_padding:36033069, _num_elements:2147620864
   W1215 19:27:07.067137 14706 vcollect_iterator.cpp:551] failed to get next 
from child, res=[E-3111]
       @     0x561693e567c8  doris::Status::Error<>()
       @     0x561693e51bb9  doris::BetaRowsetReader::next_block()
       @     0x56169767b4f1  
doris::vectorized::VCollectIterator::Level0Iterator::next()
       @     0x56169767d0fe  
doris::vectorized::VCollectIterator::Level1Iterator::next()
       @     0x56169767a6aa  doris::vectorized::VCollectIterator::next()
       @     0x561697672995  
doris::vectorized::BlockReader::_direct_next_block()
       @     0x561697677a39  
doris::vectorized::BlockReader::next_block_with_aggregation()
       @     0x56169787f758  
doris::vectorized::NewOlapScanner::_get_block_impl()
       @     0x561697862956  doris::vectorized::VScanner::get_block()
       @     0x56169785fbed  
doris::vectorized::ScannerScheduler::_scanner_scan()
       @     0x5616941a45f5  doris::ThreadPool::dispatch_thread()
       @     0x561694199abf  doris::Thread::supervise_thread()
       @     0x7fb4a9ee2ea5  start_thread
       @     0x7fb4aa1f5b0d  __clone
       @              (nil)  (unknown)
   W1215 19:27:07.067149 14706 scanner_scheduler.cpp:236] Scan thread read 
VOlapScanner failed: [E-3111]
       @     0x561693e567c8  doris::Status::Error<>()
       @     0x561693e51bb9  doris::BetaRowsetReader::next_block()
       @     0x56169767b4f1  
doris::vectorized::VCollectIterator::Level0Iterator::next()
       @     0x56169767d0fe  
doris::vectorized::VCollectIterator::Level1Iterator::next()
       @     0x56169767a6aa  doris::vectorized::VCollectIterator::next()
       @     0x561697672995  
doris::vectorized::BlockReader::_direct_next_block()
       @     0x561697677a39  
doris::vectorized::BlockReader::next_block_with_aggregation()
       @     0x56169787f758  
doris::vectorized::NewOlapScanner::_get_block_impl()
       @     0x561697862956  doris::vectorized::VScanner::get_block()
       @     0x56169785fbed  
doris::vectorized::ScannerScheduler::_scanner_scan()
       @     0x5616941a45f5  doris::ThreadPool::dispatch_thread()
       @     0x561694199abf  doris::Thread::supervise_thread()
       @     0x7fb4a9ee2ea5  start_thread
       @     0x7fb4aa1f5b0d  __clone
       @              (nil)  (unknown)
   ```
   
   设置enable_segcompaction = false,一直没有出现
   
   ### What You Expected?
   
   正确结果
   
   ### How to Reproduce?
   
   使用lineitem数据使用stream_load导入即可出现,几乎必现
   
   或者使用这个数据文件
   
https://doris-agg-table-bug-1301087413.cos.ap-beijing.myqcloud.com/agg_table_bug/segcompaction_lineitem
   
   
   ### 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to