Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

fix: fix md5 lack during block service download #1101

Merged
merged 2 commits into from
May 9, 2022

Conversation

hycdong
Copy link
Contributor

@hycdong hycdong commented May 7, 2022

As Pegasus#926 shows, to enhance the performance of bulk load, we support direct I/O when we download files from hdfs and update the download interface to calculate downloaded file size and md5.
However, #1074 only add md5 calculation for hdfs provider, lacking fds and local_service, which will lead that bulk load can not run on fds and local_service, for the md5 verification will be failed. This pull request fixs it.

@hycdong hycdong changed the title Fix: fix md5 lack during block service download fix: fix md5 lack during block service download May 7, 2022
@hycdong hycdong merged commit f75c4bb into XiaoMi:master May 9, 2022
@hycdong hycdong deleted the fix_lack_download_md5 branch May 9, 2022 08:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants