Skip to content

[8.3.0] Add profiler span for sending the Execute request #25977

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

Merged
merged 1 commit into from
May 15, 2025

Conversation

bazel-io
Copy link
Member

We are seeing profiles in which there is a large gap between the start of the execute remotely span and the the start of the queue span reported by the remote executor. The current theory is that there is contention on the channel with async tasks spawned by --remote_cache_async which this span could help pin down.

Closes #25947.

PiperOrigin-RevId: 753068760
Change-Id: I2b004152ab695530d02d160b8c7b446fcc89e60f

Commit 659d5f9

We are seeing profiles in which there is a large gap between the start of the `execute remotely` span and the the start of the `queue` span reported by the remote executor. The current theory is that there is contention on the channel with async tasks spawned by `--remote_cache_async` which this span could help pin down.

Closes bazelbuild#25947.

PiperOrigin-RevId: 753068760
Change-Id: I2b004152ab695530d02d160b8c7b446fcc89e60f
@bazel-io bazel-io requested a review from a team as a code owner April 30, 2025 08:50
@bazel-io bazel-io added team-Remote-Exec Issues and PRs for the Execution (Remote) team awaiting-review PR is awaiting review from an assigned reviewer labels Apr 30, 2025
@bazel-io bazel-io requested a review from coeuvre April 30, 2025 08:50
@iancha1992 iancha1992 enabled auto-merge April 30, 2025 15:33
@iancha1992 iancha1992 added this pull request to the merge queue May 15, 2025
Merged via the queue into bazelbuild:release-8.3.0 with commit ffddc93 May 15, 2025
46 checks passed
@github-actions github-actions bot removed the awaiting-review PR is awaiting review from an assigned reviewer label May 15, 2025
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