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

Initial implementation of parallelize downloads for RCA #184

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

danielRicaud
Copy link
Member

No description provided.

@danielRicaud danielRicaud self-assigned this May 9, 2023
@github-actions
Copy link

github-actions bot commented May 9, 2023

If these changes look good, signoff on them with:

git pull && git commit --amend --signoff && git push --force-with-lease origin

If they aren't any good, please remove them with:

git pull && git reset --hard HEAD~1 && git push --force-with-lease origin

@sonarcloud
Copy link

sonarcloud bot commented May 9, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell B 20 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

}
pullController = controller;
// @ts-ignore
if (rcaParams && rcaParams.wu) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be a new option, not recycling .wu. AFAICt this is independent of the chunker type / source. e.g. it should work on any chunk able source, right?

Suggested change
if (rcaParams && rcaParams.wu) {
if (concurrentReadsEnabled) {

and then add concurrentReadsEnabled to the method parameters

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