Details
-
Bug
-
Resolution: Fixed
-
Minor
-
Lustre 2.9.0
-
3
-
9223372036854775807
Description
When investigating performance issues with LU-4398, we've found that if the MDS does not return a lock for an open request, ll_md_blocking_ast() will be called for a failed UPDATE lock on the corresponding directory. ll_invalidate_negative_children() will process the whole cache associated with the directory in order to find negative entries and invalidate them.
If a directory has millions of cached dentries, ll_invalidate_negative_children() spends several scheduler ticks just to process the list. There is clearly some room for ll_invalidate_negative_children() optimization, but we'd like to optimize at least ll_md_blocking_ast() to avoid processing for not granted locks.
A patch will be uploaded shortly.
Attachments
Activity
Link | Original: This issue is related to JFC-17 [ JFC-17 ] |
Link | New: This issue is related to JFC-20 [ JFC-20 ] |
Labels | Original: LTS12 patch | New: patch |
Fix Version/s | New: Lustre 2.12.3 [ 14418 ] |
Link | New: This issue is related to JFC-17 [ JFC-17 ] |
Labels | Original: patch | New: LTS12 patch |
Fix Version/s | New: Lustre 2.13.0 [ 14290 ] | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Link | New: This issue is related to DDN-546 [ DDN-546 ] |
Assignee | Original: WC Triage [ wc-triage ] | New: Andrew Perepechko [ panda ] |