-
Notifications
You must be signed in to change notification settings - Fork 18k
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
x/build/devapp: https://dev.golang.org/reviews page was unavailable on Aug 13, 2021 due to unexpected Gerrit behavior #47695
Comments
With HTTP/1.1, it's an empty response (no headers). Maybe a panic before the first write to the body (or WriteHeader). Not specific to http/2.
|
Thanks for reporting. I'm not able to reproduce the issue right now (which is 1-2 hours after the report). What about you @rhysh, does it still reproduce for you? I do see in logs there have been panics. There was an issue with Gerrit (go-review.googlesource.com) that coincides with the time of this report, and it looks like it uncovered some possible panics in |
Yes, the page loads for me now too. Thanks for investigating! |
I've looked into the panic in I filed #50474 for tracking the problem in |
Change https://go.dev/cl/408194 mentions this issue: |
CL 407394 added a detailed error in case of a rare, unexpected problem. Propagate it in one more place so we benefit from the new information if this happens again. Updates golang/go#47695. Updates golang/go#50474. Change-Id: Iddb9a8d8de320d535fd15842c60bf0274391f8f2 Reviewed-on: https://go-review.googlesource.com/c/build/+/408194 TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> Run-TryBot: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Bryan Mills <bcmills@google.com>
What version of Go are you using (
go version
)?N/A
Does this issue reproduce with the latest release?
This is a problem with a live website.
What operating system and processor architecture are you using (
go env
)?N/A
What did you do?
I opened https://dev.golang.org/ in my browser and clicked the "Open reviews" link.
What did you expect to see?
A list of Gerrit links
What did you see instead?
https://dev.golang.org/reviews in Chrome shows an error page referencing "ERR_HTTP2_PROTOCOL_ERROR". Curl also reports a problem:
The text was updated successfully, but these errors were encountered: