I tried to delete a repository, but it failed. #13145

Open
opened 2025-11-02 10:32:37 -06:00 by GiteaMirror · 7 comments
Owner

Originally created by @Hourunze1997 on GitHub (Jun 13, 2024).

Description

log:
500 Internal Server Error in 17479.3ms @ repo/repo.go:1089(repo.Delete)

Gitea Version

1.22.0

Can you reproduce the bug on the Gitea demo site?

No

Log Gist

No response

Screenshots

No response

Git Version

No response

Operating System

No response

How are you running Gitea?

run from docker

Database

None

Originally created by @Hourunze1997 on GitHub (Jun 13, 2024). ### Description log: 500 Internal Server Error in 17479.3ms @ repo/repo.go:1089(repo.Delete) ### Gitea Version 1.22.0 ### Can you reproduce the bug on the Gitea demo site? No ### Log Gist _No response_ ### Screenshots _No response_ ### Git Version _No response_ ### Operating System _No response_ ### How are you running Gitea? run from docker ### Database None
GiteaMirror added the type/bug label 2025-11-02 10:32:37 -06:00
Author
Owner

@lunny commented on GitHub (Jun 13, 2024):

Please give more details

@lunny commented on GitHub (Jun 13, 2024): Please give more details
Author
Owner

@Hourunze1997 commented on GitHub (Jun 13, 2024):

Before this timeout log, gitea also reported an error
[E] DeleteRepository: context canceled

Under what circumstances does this happen?
Is it interrupted by handleReadError in net.http.server?
Is this related to the timeout?

@Hourunze1997 commented on GitHub (Jun 13, 2024): Before this timeout log, gitea also reported an error [E] DeleteRepository: context canceled Under what circumstances does this happen? Is it interrupted by handleReadError in net.http.server? Is this related to the timeout?
Author
Owner

@yp05327 commented on GitHub (Jun 13, 2024):

request was canceled by user or some errors happened

@yp05327 commented on GitHub (Jun 13, 2024): request was canceled by user or some errors happened
Author
Owner

@Hourunze1997 commented on GitHub (Jun 13, 2024):

Is this related to the timeout?

@Hourunze1997 commented on GitHub (Jun 13, 2024): Is this related to the timeout?
Author
Owner

@Hourunze1997 commented on GitHub (Jun 13, 2024):

500 Internal Server Error in 17479.3ms @ repo/repo.go:1089(repo.Delete)
it took a long time

@Hourunze1997 commented on GitHub (Jun 13, 2024): 500 Internal Server Error in 17479.3ms @ repo/repo.go:1089(repo.Delete) it took a long time
Author
Owner

@Hourunze1997 commented on GitHub (Jun 13, 2024):

After the error context canceled was reported, 500 Internal Server Error in 17479.3ms was immediately returned. Is this cancellation an interruption of gitea timeout?

@Hourunze1997 commented on GitHub (Jun 13, 2024): After the error context canceled was reported, 500 Internal Server Error in 17479.3ms was immediately returned. Is this cancellation an interruption of gitea timeout?
Author
Owner

@Hourunze1997 commented on GitHub (Jun 13, 2024):

I uploaded a dataset with a size of 66G, and then failed to upload more than 30G. Then I try to delet it, this problem occurred.

@Hourunze1997 commented on GitHub (Jun 13, 2024): I uploaded a dataset with a size of 66G, and then failed to upload more than 30G. Then I try to delet it, this problem occurred.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#13145