-
Notifications
You must be signed in to change notification settings - Fork 439
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
ReadDir: input/output error, readAllEntries: fixConflictingNames: weird dirent type pair for name "<filename>": 8, 8 when reading and writing at the same time #2220
Comments
Hi @Tulsishah ! |
A bit struggling to apply workaround in GKE cluster:
|
@koi8 sorry for the inconvenience!
|
Changing the priority to p2 as fix has been merged and will be available in the next release (tentatively August end). |
The fix is now available in the latest GKE as well (v1.31.1-gke.1678000). Closing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When writing at least two files and reading the same directory "simultaneously", sometimes the following error occurs:
We are running gcsfuse version
2.0.1-gke.0
as a sidecar container in GKE.To reproduce it, I have created a small Nodejs script running as a deployment in GKE, and it can reproduce the issue with about 10 % probability when writing 2 files and issuing 10 list directory requests at the same time.
Here is the debug log: debug-gcsfuse-logs.json
I can also share the code and configuration used to create the test environment I've used to reproduce this (requires a GCP account/project of course).
Deployment annotations:
Mount options (w/o debugging):
The text was updated successfully, but these errors were encountered: