-
-
Notifications
You must be signed in to change notification settings - Fork 6k
Labels
issue/confirmedIssue has been reviewed and confirmed to be present or accepted to be implementedIssue has been reviewed and confirmed to be present or accepted to be implementedtopic/uiChange the appearance of the Gitea UIChange the appearance of the Gitea UItype/bug
Description
Gitea Version
dev(main)
Description
Bug:
gitea/web_src/js/features/repo-legacy.js
Lines 87 to 91 in 141d1a2
const promises = []; | |
Object.keys(items).forEach((elementId) => { | |
const item = items[elementId]; | |
const promise = updateIssuesMeta( | |
item['update-url'], |
It causes database deadlock and results in error response (some data can not be updated correctly, and the page can not be reloaded)
2021/10/28 17:51:22 .../repo/issue_label.go:209:UpdateIssueLabel() [E] RemoveLabel: Error 1213: Deadlock found when trying to get lock; try restarting transaction
2021/10/28 17:51:23 Completed POST /root/test/issues/labels 500 Internal Server Error in 421.528354ms
Metadata
Metadata
Assignees
Labels
issue/confirmedIssue has been reviewed and confirmed to be present or accepted to be implementedIssue has been reviewed and confirmed to be present or accepted to be implementedtopic/uiChange the appearance of the Gitea UIChange the appearance of the Gitea UItype/bug