We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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]
generate issue index failed: get resource index failed
2021/09/03 18:24:50 ...vices/issue/issue.go:16:NewIssue() [I] [SQL] BEGIN TRANSACTION [] - 83.008µs 2021/09/03 18:24:50 models/index.go:92:getNextResourceIndex() [I] [SQL] SELECT max_index FROM issue_index WHERE group_id = ? [358] - 293.367µs 2021/09/03 18:24:50 models/index.go:66:GetNextResourceIndex() [I] [SQL] INSERT INTO issue_index (group_id, max_index) VALUES (?,1) ON DUPLICATE KEY UPDATE max_index = max_index+1 [358] - 327.976µs 2021/09/03 18:24:50 models/index.go:102:getNextResourceIndex() [I] [SQL] SELECT max_index FROM issue_index WHERE group_id = ? AND max_index=? [358 5] - 332.99µs 2021/09/03 18:24:50 models/issue.go:1012:NewIssue() [I] [SQL] ROLLBACK [] - 705.562µs 2021/09/03 18:24:50 ...rs/web/repo/issue.go:980:NewIssuePost() [E] NewIssue: generate issue index failed: get resource index failed
The text was updated successfully, but these errors were encountered:
Just a guess, very likely this one: #16938
Sorry, something went wrong.
This is a duplicate of #16936
Run gitea docker recreate-table issue_index and it will go away.
gitea docker recreate-table issue_index
We'll get 1.15.2 out v. soon.
No branches or pull requests
[x]
):Description
generate issue index failed: get resource index failed
LOG
Screenshots
The text was updated successfully, but these errors were encountered: