-
-
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
failed: memcache: cache miss #31757
Comments
Is this
the result of the exception? |
In the last 12 days:
|
duplicated #31102 and this should be fixed by 1.22.1 |
@lunny I see this exception in my current gitea.log 1.22.1. Looks like this is not fixed. |
In #31102 I couln'd start my gitea. The bug was fixed, but now I see this exception on some operations. |
Can you give more logs? What were the operations when the logs was recorded? |
I enabled now Info logging. If I see this error in the next days than I can post more details. |
With Info level I don't have not so much output. But I saw this
during update mirrors. |
@lunny here with debug level
But take a look into the gitea.log. Cause there you see other exceptions.
|
@lunny was this helpful? |
Thank you very much. I will look into them. |
@lunny how is the status here? |
This logs is not a real error and can be ignored. It will be logged as error because deleting a cache key but the key doesn't exist. Since cache is an interface and memcache library returned |
Another error
Looks like a bug. |
What are the consequences of the error? |
The first error has no any effection on usage. The second will not trigger actions for mirror sync. |
I have 1120 log entries with this error in last 7 days.
Will this be fixed for the next release? |
Backport #31866 by @lunny Try to fix #31757 (comment) Co-authored-by: Lunny Xiao <[email protected]>
Try to fix go-gitea/gitea#31757 (comment) (cherry picked from commit 4f5c96627b4622d64593db2d436b1f3befa5f3c3)
@somera Can you upgrade to 1.22.2 to confirm is this fixed for you? |
@lunny I updated yesterday. I will take a look into logs in the next days. |
@lunny on slow pages I see now this
warnings. |
OK. Maybe it could be another issue. And I will take a look at that next week. |
And now I habe this
|
Created https://gitea.com/go-chi/cache/pulls/17 and will upgrade Gitea's reference to resolve memcache problem. |
Description
I see this
exception often in gitea.log. And I have no idea if somethis is now slow or not.
Any I have an memcached instance.
Gitea Version
1.22.1
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
2.46.0
Operating System
Ubuntu 22.04.x LTS x86_64
How are you running Gitea?
Downloaded gitea-1.22.1-linux-amd64
Database
PostgreSQL
The text was updated successfully, but these errors were encountered: