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

WIP: DownloadManager: Parallel decomp - pool of pool of unused elements #3527

Conversation

HereThereBeDragons
Copy link
Contributor

Downloadmanager has a pool of <unused elements> pools so that each Fetch() call has its own pool of unused elements.

Could maybe reduce congestions compared to #3506 where all the download request share the same queue to get unused elements.

still WIP

@HereThereBeDragons HereThereBeDragons marked this pull request as draft March 4, 2024 16:09
@HereThereBeDragons
Copy link
Contributor Author

@cernvm-bot cloudtest

@cernvm-bot
Copy link
Collaborator

linter finished with errors:

Done processingcvmfs/network/download.cc:2095:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
cvmfs/network/download.h:145:  Missing username in TODO; it should look like "// TODO(my_username): Stuff."  [readability/todo] [2]
cvmfs/network/jobinfo.h:218:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]

@HereThereBeDragons
Copy link
Contributor Author

@cernvm-bot cloudtest

@HereThereBeDragons
Copy link
Contributor Author

@cernvm-bot unittest

@cernvm-bot
Copy link
Collaborator

linter finished with errors:

Done processingcvmfs/network/jobinfo.h:218:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]

@cernvm-bot
Copy link
Collaborator

building for cloudtests finished: FAILURE
https://lcgapp-services.cern.ch/cvmfs-jenkins/job/CvmfsFullBuildDocker/4300/

1 similar comment
@cernvm-bot
Copy link
Collaborator

building for cloudtests finished: FAILURE
https://lcgapp-services.cern.ch/cvmfs-jenkins/job/CvmfsFullBuildDocker/4300/

@HereThereBeDragons
Copy link
Contributor Author

@cernvm-bot cloudtest

@cernvm-bot
Copy link
Collaborator

building for cloudtests finished: SUCCESS
https://lcgapp-services.cern.ch/cvmfs-jenkins/job/CvmfsFullBuildDocker/4301/

@cernvm-bot
Copy link
Collaborator

@HereThereBeDragons
Copy link
Contributor Author

@cernvm-bot cloudtest

@cernvm-bot
Copy link
Collaborator

building for cloudtests finished: SUCCESS
https://lcgapp-services.cern.ch/cvmfs-jenkins/job/CvmfsFullBuildDocker/4302/

@cernvm-bot
Copy link
Collaborator

@HereThereBeDragons
Copy link
Contributor Author

@cernvm-bot cloudtest nodestroy

@cernvm-bot
Copy link
Collaborator

building for cloudtests finished: SUCCESS
https://lcgapp-services.cern.ch/cvmfs-jenkins/job/CvmfsFullBuildDocker/4303/

@cernvm-bot
Copy link
Collaborator

@HereThereBeDragons
Copy link
Contributor Author

@cernvm-bot cloudtest

@cernvm-bot
Copy link
Collaborator

building for cloudtests finished: SUCCESS
https://lcgapp-services.cern.ch/cvmfs-jenkins/job/CvmfsFullBuildDocker/4327/

@cernvm-bot
Copy link
Collaborator

@HereThereBeDragons
Copy link
Contributor Author

@cernvm-bot cloudtest

@cernvm-bot
Copy link
Collaborator

building for cloudtests finished: SUCCESS
https://lcgapp-services.cern.ch/cvmfs-jenkins/job/CvmfsFullBuildDocker/4338/

@cernvm-bot
Copy link
Collaborator

@HereThereBeDragons
Copy link
Contributor Author

Superseeded by #3556

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