MemTableSet may contain ColumnFileTiny objects but missed out when extracting remote page ids. #8436
Labels
affects-7.5
This bug affects the 7.5.x(LTS) versions.
severity/major
type/bug
The issue is confirmed as a bug.
According to code in https://github.com/pingcap/tiflash/blob/master/dbms/src/Storages/DeltaMerge/DeltaMergeStore.cpp#L604-L639, if the rows or size of the writting block is greater or equal to
delta_cache_limit_rows / 4
ordelta_cache_limit_bytes / 4
, this block will be directly persisted into a ColumnFileTiny object and appened to MemTableSet.But logic in SegmentReadTask (in master) and RNReadTask (in release-7.5) only extracting remote page ids from ColumnFilePersistedSet.
The text was updated successfully, but these errors were encountered: