azblob: use copy to implement read_to_end (#18411)#18419
azblob: use copy to implement read_to_end (#18411)#18419ti-chi-bot[bot] merged 3 commits intotikv:release-7.5from
copy to implement read_to_end (#18411)#18419Conversation
close tikv#18410 Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
|
@YuJuncen This PR has conflicts, I have hold it. |
Signed-off-by: Juncen Yu <yujuncen@pingcap.com>
Signed-off-by: Juncen Yu <yujuncen@pingcap.com>
|
/test pull-unit-test |
|
/test pull-unit-test |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 3pointer, Leavrth, YuJuncen The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/unhold |
|
/hold cancel |
close #18410 Now `azblob` uses io::copy instead of `read_to_end` to read contents. Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io> Signed-off-by: Juncen Yu <yujuncen@pingcap.com> Co-authored-by: 山岚 <36239017+YuJuncen@users.noreply.github.com> Co-authored-by: Juncen Yu <yujuncen@pingcap.com>
close #18410 Now `azblob` uses io::copy instead of `read_to_end` to read contents. Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io> Signed-off-by: Juncen Yu <yujuncen@pingcap.com> Signed-off-by: hillium <yu745514916@live.com> Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io> Co-authored-by: 山岚 <36239017+YuJuncen@users.noreply.github.com> Co-authored-by: Juncen Yu <yujuncen@pingcap.com>
|
This cherry pick PR is for a release branch and has not yet been approved by triage owners. To merge this cherry pick:
DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
close #18410 Now `azblob` uses io::copy instead of `read_to_end` to read contents. Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io> Signed-off-by: Juncen Yu <yujuncen@pingcap.com> Co-authored-by: 山岚 <36239017+YuJuncen@users.noreply.github.com> Co-authored-by: Juncen Yu <yujuncen@pingcap.com>
This is an automated cherry-pick of #18411
What is changed and how it works?
Issue Number: Close #18410
What's Changed:
Related changes
pingcap/docs/pingcap/docs-cn:Check List
Tests
Side effects
Release note