GoogleCloudPlatform / gcsfuse

A user-space file system for interacting with Google Cloud Storage
https://cloud.google.com/storage/docs/gcs-fuse
Apache License 2.0
2.04k stars 421 forks source link

Concurrent list and stat leads to DeadLock with Kernel List Cache in GCSFuse #2104

Closed raj-prince closed 2 months ago

raj-prince commented 3 months ago

Describe the issue When --kernel-list-cache-ttl-sec > 0 or == -1, concurrent ls and stat operation on the same directory leads to deadlock although rare.

Fix in progress: https://github.com/GoogleCloudPlatform/gcsfuse/pull/2100

System (please complete the following information):

Additional context Add any other context about the problem here.

SLO: We strive to respond to all bug reports within 24 business hours.

raj-prince commented 2 months ago

Closing this. This is fixed by GCSFuse v2.3.2.