Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1728951

Summary: Remove inode invalidations on entry deletion
Product: [Community] GlusterFS Reporter: Nithya Balachandran <nbalacha>
Component: fuseAssignee: Nithya Balachandran <nbalacha>
Status: CLOSED WONTFIX QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: mainlineCC: bugs
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-11-05 06:28:26 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Nithya Balachandran 2019-07-11 05:53:15 UTC
Description of problem:
If the fuse process is unable to handle the fuse_invalidation requests quickly enough, the number if invalidate_node allocations rises leading to high memory usage. In some cases, the nodes are still queued for invalidation even after the entries they are pointing have been deleted.

Fuse should remove the invalidate node objects if the corresponding entry has been deleted.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Worker Ant 2019-07-11 05:55:34 UTC
REVIEW: https://review.gluster.org/23026 (mount/fuse:  Delete invalidation on file delete) posted (#1) for review on master by N Balachandran

Comment 2 Nithya Balachandran 2019-11-05 06:28:26 UTC
Closing this with WontFix as the fix is going to slow down the processing of invalidation requests.