xingyingone opened a new issue, #29901: URL: https://github.com/apache/doris/issues/29901
### 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 2.0.3 ### What's Wrong? failed to select after execute delete  ### What You Expected? ok to select ### How to Reproduce? 1. create table 2. insert into table (just 4 records is enough) 3. failed to execute select ### Anything Else? be.warn W0112 11:20:25.659684 7146 fragment_mgr.cpp:482] report error status: [CANCELLED][INTERNAL_ERROR]failed to initialize storage reader. tablet=1357298.739205768.7444165dca2babf4-04601cff3145dcb1, res=[E-1903]fail to parse condition. condition=@timestamp='2024-01-09 00:00:06.123000' 0# doris::DeleteHandler::init(std::shared_ptr<doris::TabletSchema>, std::vector<std::shared_ptr<doris::RowsetMeta>, std::allocator<std::shared_ptr<doris::RowsetMeta> > > const&, long) at /root/src/doris-2.0/be/src/olap/delete_handler.cpp:274 1# doris::TabletReader::_init_delete_condition(doris::TabletReader::ReaderParams const&) at /var/local/ldb-toolchain/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/shared_ptr_base.h:701 2# doris::TabletReader::_init_params(doris::TabletReader::ReaderParams const&) at /root/src/doris-2.0/be/src/common/status.h:442 3# doris::TabletReader::init(doris::TabletReader::ReaderParams const&) at /root/src/doris-2.0/be/src/common/status.h:442 4# doris::vectorized::BlockReader::init(doris::TabletReader::ReaderParams const&) at /root/src/doris-2.0/be/src/common/status.h:442 5# doris::vectorized::NewOlapScanner::open(doris::RuntimeState*) at /root/src/doris-2.0/be/src/common/status.h:442 6# doris::vectorized::ScannerScheduler::_scanner_scan(doris::vectorized::ScannerScheduler*, doris::vectorized::ScannerContext*, std::shared_ptr<doris::vectorized::VScanner>) at /root/src/doris-2.0/be/src/common/status.h:354 7# std::_Function_handler<void (), doris::vectorized::ScannerScheduler::_schedule_scanners(doris::vectorized::ScannerContext*)::$_1::operator()() const::{lambda()#3}>::_M_invoke(std::_Any_data const&) at /var/local/ldb-toolchain/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/shared_ptr_base.h:701 8# doris::WorkThreadPool<true>::work_thread(int) at /var/local/ldb-toolchain/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/atomic_base.h:646 9# execute_native_thread_routine at /data/gcc-11.1.0/build/x86_64-pc-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h:85 10# start_thread 11# clone 820af W0112 11:20:25.664824 7136 fragment_mgr.cpp:482] report error status: [CANCELLED] to coordinator: TNetworkAddress(hostname=10.196.176.55, port=9020), query id: 918568724d194b18-8039a76a6b082061, instance id: 918568724d194b18-8039a76a6b0820ad W0112 11:20:26.532274 9086 tablet.cpp:689] Simple trace cost(us): 1020483 W0112 11:20:27.617818 9250 cumulative_compaction.cpp:117] There are missed versions among rowsets. prev rowset verison=[350846-350846], next rowset version=[350848-350848], tablet=97787.522775073.2b4ab18b890f065f-570a0e11f13d13bc W0112 11:20:27.617952 9244 cumulative_compaction.cpp:117] There are missed versions among rowsets. prev rowset verison=[350846-350846], next rowset version=[350848-350848], tablet=97793.522775073.7a4f77fbf5dc095f-2b1b37c0c0574f99 W0112 11:20:27.618263 9248 cumulative_compaction.cpp:117] There are missed versions among rowsets. prev rowset verison=[350846-350846], next rowset version=[350848-350848], tablet=97769.522775073.0a40984882b9e554-5b0f7503c17829a8 ### 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: [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]
