-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Internal server Error #10246
Comments
We were having issues on |
Same thing happens https://try.gitea.io/Avior/g
|
I'm getting this on my instance too. Just updated to the latest: 1.12.0+dev-295-gea7ad382e
The actual git repo seems to be updated from the failed push, I can pull elsewhere and another push reports "Already up to date" its just Gitea fronted hasn't noticed. I can't see any clues in the logs. |
The push does hang for about 20 secs before the timeout, and I did notice about 10 I couldn't see them in
The bottom 3 then disappeared after the timeout leaving just the normal single instance of I've just rolled back to 1.12.0+dev-145-gad3a9577a and everything is working fine again. (Probably not the latest build before the bug, just I've not updated in a while.) |
10 instances of Gitea web? There should only be on. I wonder if you might have been seeing a temporary load spike from the new code stats indexer or if there's a lock up somewhere in the pull checks code - it would be good if you could git bisect the issue or perhaps try the latest but with the stats indexer disabled to see if it really is that. An option to get Gitea started then send a flush with the new Gitea manager command. |
tried the latest it still do it
and when trying to go to this page : https://git.delta-wings.net/admin/monitor I get a 504 error (idk if it's related) |
@zirpath, ah they are not instances, they are threads.. that's why I couldn't see them in Just researching how to flush, bisect or disable stats and I may give it a shot... EDIT: Bisecting now... |
|
Problem is with old MySQL server versions only |
What's old? I'm running: |
This isn't fixed for me, I'm running a self-hosted instance on I'm using MariaDB, if it makes a difference:
and this is what I get:
I've attached the log, but something must be wrong with my configuration because it's mostly just SQL. |
Now that I'm reading the PR that was intended to fix this, I believe the specific context might be relevant. This issue either caused the hang that led to my #10276 or my specific case in #10276 caused the subsequent push to trigger this bug. I ran into the issue described in #10276 which resulted in a git repo with a commit but the gitea db being unaware of it. To rectify, I ran Update: I deleted the repository and pushed again and that worked fine. |
I suspect that the deadlock fixed in #10283 is related |
[x]
):Description
While trying to push on try.gitea.io OR my own server I get this result AND in the frontend there is nothing changed on new repos
https://git.delta-wings.net
https://try.gitea.io
...
Screenshots
The text was updated successfully, but these errors were encountered: