Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix](clone) Fix the skipped link file due to the stale value (apache…
…#46009) The clone task will compare the differences and similarities between local and downloaded files. If the md5sum of two binlog files is the same, it will set `skip_link_file` to skip the linking of that file. However, `skip_link_file` isn't reset on time. As a result, subsequent files will all be skipped because `skip_link_file` has been set, which leads to the problem that for some rowsets, the meta exists while the segment file doesn't. The error msg: ``` [NOT_FOUND]failed to get file size /mnt/disk3/VEC_ASAN2/doris.HDD/data/900/13372467/1624966973/02000000002e1250744766e3a98c0e213d847daea65158a9_0.dat ```
- Loading branch information