You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
auto frame_count = size / this->configuration->getChecksumFrameLength()
This line does not count frame header length in file.
This makes the idx reading progress fail if there are multiple idx frames. (exceptions of checksum error)
The text was updated successfully, but these errors were encountered:
Bug Report
tiflash/dbms/src/Storages/DeltaMerge/File/DMFile.cpp
Line 582 in c6740e5
This line does not count frame header length in file.
This makes the idx reading progress fail if there are multiple idx frames. (exceptions of checksum error)
The text was updated successfully, but these errors were encountered: