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

ByteStreamUploader: Open files at the last possible moment. #15670

Closed
wants to merge 1 commit into from

Conversation

benjaminp
Copy link
Collaborator

Open files to upload only when the network is ready to accept data. Empirically, this greatly reduces the need to set --bep_maximum_open_remote_upload_files because the small-to-medium-sized files that are common in real-world builds can be opened, dumped onto the network, and closed in one shot.

Open files to upload only when the network is ready to accept data. Empirically, this greatly reduces the need to set `--bep_maximum_open_remote_upload_files` because the small-to-medium-sized files that are common in real-world builds can be opened, dumped onto the network, and closed in one shot.
@benjaminp benjaminp requested a review from a team as a code owner June 13, 2022 21:51
@sgowroji sgowroji added team-Remote-Exec Issues and PRs for the Execution (Remote) team awaiting-review PR is awaiting review from an assigned reviewer labels Jun 14, 2022
@benjaminp benjaminp deleted the late-seeking branch June 15, 2022 14:31
@ShreeM01 ShreeM01 removed the awaiting-review PR is awaiting review from an assigned reviewer label Sep 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team-Remote-Exec Issues and PRs for the Execution (Remote) team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants