-
Notifications
You must be signed in to change notification settings - Fork 18k
x/build/cmd/gitmirror: service problem first detected on 2024-04-23 #67070
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
Comments
That error doesn't provide detail but suggests an internal problem in git, possibly related to insufficient resources. We hadn't increased gitmirror's resources in a while. That said, after redeploying the latest version, the problem hasn't returned, and it's been working okay:
Closing since this instance is resolved. If it keeps coming up, we may need to do more. |
This error has happend again. I noticed that the memory limits were being exceeded for individual pods. the CPU limits were also very close to being exceeded. Increasing the allocated resources seems to have fixed it. I will continue to monitor the service until I feel confident that the issue is resolved. |
Change https://go.dev/cl/586778 mentions this issue: |
This increases the CPU and memory resources for the git-mirror serving and mirror deployments. The utilized resources were reaching the allocated limits. For golang/go#67070 Change-Id: I646d9feab0385fb0ea1f21d25a2c25ffbafb2f5b Reviewed-on: https://go-review.googlesource.com/c/build/+/586778 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
CL https://go.dev/cl/586778 seems to have fixed this issue. |
Reporting for posterity and in case this comes up again. https://farmer.golang.org/#health was reporting a problem with Git mirroring on 2024-04-23:
It was unhealthy and continuously restarting:
The specific problem it kept running into was a "invalid index-pack output" error while cloning the go repository:
CC @golang/release, @joedian.
The text was updated successfully, but these errors were encountered: