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

dev,bazel: check if the cache process is running #76527

Closed
Tracked by #75453
irfansharif opened this issue Feb 14, 2022 · 0 comments · Fixed by #79393
Closed
Tracked by #75453

dev,bazel: check if the cache process is running #76527

irfansharif opened this issue Feb 14, 2022 · 0 comments · Fixed by #79393
Assignees
Labels
A-build-system C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-dev-inf

Comments

@irfansharif
Copy link
Contributor

irfansharif commented Feb 14, 2022

Describe the problem

We recently rolled out dev cache to set up a locally running instance of bazel-remote. We also check whether the cache is up and running as part of dev doctor. Post reboot however, if running any bazel/dev commands, you'll observer the following warnings:

WARNING: Writing to Remote Cache:
13 errors during bulk transfer
WARNING: Writing to Remote Cache:
22 errors during bulk transfer

Expected behavior

Probably we should do a cheap check for the cache process, to see if it's running, and maybe kicking it if it isn't. At the very least suggest a manual dev {setup,cache,doctor}.

Epic CRDB-8036

Jira issue: CRDB-13170

@irfansharif irfansharif added C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) A-build-system T-dev-inf labels Feb 14, 2022
@irfansharif irfansharif linked a pull request Apr 7, 2022 that will close this issue
@craig craig bot closed this as completed in #79393 Apr 23, 2022
@cockroachdb cockroachdb deleted a comment from mari-crl May 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-build-system C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-dev-inf
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants