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
Merged for 2.17