Details
-
Type:
Bug Fix
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.4.1
-
Component/s: Development, Performance
-
Security Level: Public (Public: Anyone can view)
-
Labels:None
-
Sprint:2.5.0-m3 Sprint 1
-
KAI Review Status:Not Required
-
KTI Review Status:Not Required
-
Code Review Status:Not Required
-
Include in Release Notes?:Yes
Description
Patch the DocumentRefreshQueueImpl class' refreshDocument method to properly delete action requests when it's supposed to.
There is a bug in the implementation. It looks at the generated top-level request and uses that to determine that it should not remove the old requests. (In the case of first-approve role routing, the top level one is always system-generated as a wrapper around the "real" requests.)
I've patched the code so that it checks the first present child request to see if it should remove the action request tree.
Attachments
Issue Links
- relates to
-
KULRICE-12430 Fix excessive memory usage on requests with many action requests
-
- Closed
-
Related to
KULRICE-12430as this is one of the reasons we have so many action requests building up.