Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
3
-
9223372036854775807
Description
the mdt_dom_discard_data() has two problems to resolve:
- no protection from multiple calls for the same object. That causes many discard locks to be taken waiting each other, while only one is needed
- mdt_dom_discard_cb() may cause another call to cancel callback in the same thread, entering into recursion. With many waiting locks (see #1) that causes stack overflow
Attachments
Activity
Fix Version/s | New: Lustre 2.17.0 [ 16192 ] | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Link | New: This issue is related to DDN-5786 [ DDN-5786 ] |