-
Notifications
You must be signed in to change notification settings - Fork 441
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
[bug fix] Kernel list cache remove directory operation fails when files are created on GCS #2163
Conversation
d98eca8
to
7884bc5
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2163 +/- ##
==========================================
+ Coverage 71.24% 71.28% +0.03%
==========================================
Files 104 104
Lines 11404 11409 +5
==========================================
+ Hits 8125 8133 +8
+ Misses 2942 2940 -2
+ Partials 337 336 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
a6b815f
to
ce34ae5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, few minor comments.
This reverts commit b82f5f791b00b9b0b5f126eb93de5ec2db5d3b52.
ce34ae5
to
9e32d09
Compare
Description
Scenario:
Fix:
Note: even after this fix, rm -r from terminal continues to fail as there in that case, we don't get first RmDir call (which invalidates the cache). Ref:
gcsfuse/internal/fs/fs.go
Line 1752 in 8d72ea9
Link to the issue in case of a bug fix.
NA
Testing details