Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LateMaterializationBlockInputStream::read throws filter size not matched exception #9348

Closed
yibin87 opened this issue Aug 26, 2024 · 0 comments · Fixed by #9361
Closed

LateMaterializationBlockInputStream::read throws filter size not matched exception #9348

yibin87 opened this issue Aug 26, 2024 · 0 comments · Fixed by #9361
Labels
component/storage severity/major type/bug The issue is confirmed as a bug.

Comments

@yibin87
Copy link
Contributor

yibin87 commented Aug 26, 2024

[SegmentReader.cpp:92] ["ErrMsg: Size of filter (32768) doesn't match size of column (0) StackTrace
0x5644b1388273\tDB::Exception::Exception(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator> const&, int) [tiflash+33165939]\
\tdbms/src/Common/StackTrace.cpp:23
0x5644b746b419\tDB::ColumnConst::filter(DB::PODArray<unsigned char, 4096ul, Allocator, 15ul, 16ul> const&, long) const [tiflash+134759449]
\tdbms/src/Columns/ColumnConst.cpp:51\
0x5644b6895622\tDB::DM::LateMaterializationBlockInputStream::read() [tiflash+122349090]
\tdbms/src/Storages/DeltaMerge/LateMaterializationBlockInputStream.cpp:74
0x5644b6a96815\tDB::AddExtraTableIDColumnInputStream::read() [tiflash+124450837]\
\tdbms/src/DataStreams/AddExtraTableIDColumnInputStream.cpp:32
0x5644b68c04d1\tDB::DM::SegmentReadTaskPool::readOneBlock(std::__1::shared_ptrDB::IBlockInputStream&, std::__1::shared_ptrDB::DM::SegmentReadTask const&) [tiflash+122524881]
\tdbms/src/Storages/DeltaMerge/SegmentReadTaskPool.cpp:238\
0x5644b69f938d\tDB::DM::MergedTask::readOneBlock() [tiflash+123806605]
\tdbms/src/Storages/DeltaMerge/ReadThread/MergedTask.cpp:91
0x5644b6a00880\tDB::DM::SegmentReader::run() [tiflash+123836544]
\tdbms/src/Storages/DeltaMerge/ReadThread/MergedTask.cpp:32
0x5644b6a02362\tvoid* std::__1::__thread_proxy[abi:ue170006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_deletestd::__1::__thread_struct>, void (DB::DM::SegmentReader::)(), DB::DM::SegmentReader>>(void*) [tiflash+123843426]
\t/usr/local/bin/../include/c++/v1/__type_traits/invoke.h:308
0x7fd9fefc9c02\tstart_thread [libc.so.6+564226]
0x7fd9ff04ec40\tclone3 [libc.so.6+1109056]"] [source="MPP<gather_id:1, query_ts:1724626881972203866, local_query_id:229, server_id:1278, start_ts:452100576362364928,task_id:5> table_id=2684"] [thread_id=8]","namespace":"endless-htap-stale-read-tps-7553037-1-151"}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/storage severity/major type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants
@JaySon-Huang @JinheLin @yibin87 and others