Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enhance(client): support read ahead in ec #2156

Conversation

M1eyu2018
Copy link
Collaborator

Limited by fuse in kernel, the read size of read request from fuse is not greater than 128KB so that fuse client only reads a little part of objExtent in each read request. So read shows low performance.

In this pr, read ahead can be choosen to applied by add config ' "enableReadAhead": true ' and make read show high performance in sequential read.

@netlify
Copy link

netlify bot commented Jun 15, 2023

Deploy Preview for cubefs-check ready!

Name Link
🔨 Latest commit 19421ec
🔍 Latest deploy log https://app.netlify.com/sites/cubefs-check/deploys/64a800e94a091200082e3863
😎 Deploy Preview https://deploy-preview-2156--cubefs-check.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@M1eyu2018 M1eyu2018 changed the title support read ahead enhancement(client): support read ahead in ec Jun 15, 2023
@M1eyu2018 M1eyu2018 changed the title enhancement(client): support read ahead in ec enhance(client): support read ahead in ec Jun 15, 2023
@codecov
Copy link

codecov bot commented Jun 15, 2023

Codecov Report

❗ No coverage uploaded for pull request base (develop-3.3.0@a6ec265). Click here to learn what that means.
The diff coverage is n/a.

❗ Current head 19421ec differs from pull request most recent head 5a25507. Consider uploading reports for the commit 5a25507 to get more accurate results

@@               Coverage Diff                @@
##             develop-3.3.0    #2156   +/-   ##
================================================
  Coverage                 ?   45.30%           
================================================
  Files                    ?      448           
  Lines                    ?    71885           
  Branches                 ?        0           
================================================
  Hits                     ?    32566           
  Misses                   ?    37067           
  Partials                 ?     2252           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@M1eyu2018 M1eyu2018 force-pushed the github-support-read-ahead branch 2 times, most recently from 66b7468 to 3edf001 Compare June 19, 2023 02:47
@sejust sejust force-pushed the github-support-read-ahead branch from ae9930e to fc3bf6b Compare June 29, 2023 09:32
@M1eyu2018 M1eyu2018 force-pushed the github-support-read-ahead branch 2 times, most recently from 2aa36bb to 19421ec Compare July 7, 2023 12:11
@sejust sejust requested a review from bboyCH4 July 11, 2023 06:06
@M1eyu2018 M1eyu2018 changed the base branch from master to develop-3.3.0 July 11, 2023 10:31
@sejust sejust requested review from leonrayang and removed request for zhangtianjiong January 31, 2024 11:23
@leonrayang leonrayang deleted the branch cubefs:backup-delete-3.3.0 May 28, 2024 03:15
@leonrayang leonrayang closed this May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants