-
Notifications
You must be signed in to change notification settings - Fork 430
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
Error unlock of unlocked mutex #2630
Comments
Could you double check the GCSFuse and GKE versions? The line numbers in your error message align more with v2.4.0 than with 2.5.0. |
Hey @lewandowskim1988 , Can you please provide the steps to reproduce the issue? Thanks, |
On GCSFuse version, there was no GCSFuse version 1.5.0. After 1.4.2, there was directly 2.0.0. /go/gcsfuse/internal/fs/fs.go:984 +0x46 , which is fs.mu.Unlock() in v2.4.0 and return parent.LookUpChild(ctx, childName) in v2.5.0 . So it should be v2.4.0 . @lewandowskim1988 please confirm. Also, we need a way to better understand the issue, so any help in that would help. If you can help us recreate the issue, that'll be the best. |
Hey @lewandowskim1988, Thanks for reporting this issue! Could you please help us in reproducing the issue by answering the below questions? Again, a small reproducer would be the best for us, if you could provide. Otherwise, we will try to reproduce based on the response of the above questions. Regards, |
I have an issue with one of my
CI
tests.All tests are mounting
FUSE
volume in same directory and do some operations but only one is failing with error message that I don't know how to manage.Error message from Kubernetes
events
of failingpod
:My setup is as follows
nvcr.io/nvidia/cuda:11.8.0-devel-ubuntu22.04
GKE v1.31.1-gke.1146000
v1.5.0
Dose anybody have some idea how I can debug it further?
The text was updated successfully, but these errors were encountered: