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

[7.4.0] Lazily get action cache in lease service. #23553

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

bazel-io
Copy link
Member

@bazel-io bazel-io commented Sep 9, 2024

At construction time, the action cache is not loaded so it's always null. Change it to lazily get the action cache when cleaning up it.

Fixes #22220.

PiperOrigin-RevId: 672522144
Change-Id: I2de8b33ab78c04a690b17cd261d18d17f8b292ab

Commit 9187a7e

At construction time, the action cache is not loaded so it's always `null`. Change it to lazily get the action cache when cleaning up it.

Fixes bazelbuild#22220.

PiperOrigin-RevId: 672522144
Change-Id: I2de8b33ab78c04a690b17cd261d18d17f8b292ab
@bazel-io bazel-io requested a review from a team as a code owner September 9, 2024 13:21
@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 Sep 9, 2024
@coeuvre coeuvre added this pull request to the merge queue Sep 9, 2024
Merged via the queue into bazelbuild:release-7.4.0 with commit 293c131 Sep 9, 2024
51 checks passed
@github-actions github-actions bot removed the awaiting-review PR is awaiting review from an assigned reviewer label Sep 9, 2024
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.

2 participants