Bug 1263495 - Memory leak when deleting a tuple from an unlinked segment
Summary: Memory leak when deleting a tuple from an unlinked segment
Keywords:
Status: CLOSED EOL
Alias: None
Product: JBoss BRMS Platform 6
Classification: Retired
Component: BRE
Version: 6.1.0
Hardware: Unspecified
OS: Unspecified
urgent
high
Target Milestone: ER4
: 6.2.0
Assignee: Mario Fusco
QA Contact: Marek Winkler
URL:
Whiteboard:
Depends On:
Blocks: 1263496
TreeView+ depends on / blocked
 
Reported: 2015-09-16 00:45 UTC by Toshiya Kobayashi
Modified: 2020-03-27 19:08 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 1263496 (view as bug list)
Environment:
Last Closed: 2020-03-27 19:08:58 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker DROOLS-913 0 Major Resolved Memory leak when deleting a tuple from an unlinked segment 2018-05-04 13:06:15 UTC

Description Toshiya Kobayashi 2015-09-16 00:45:15 UTC
Description of problem:

Platform BZ for https://issues.jboss.org/browse/DROOLS-913

Steps to Reproduce:
1. See DROOLS-913. The commit contains a unit test

Actual results:

Deleted facts are retained by the ksession and not garbage collected even after ksession.delete()

Expected results:

Deleted facts are freed from the ksession so will be garbage collected after ksession.delete()

Comment 2 Marek Winkler 2015-10-23 13:44:25 UTC
Verified in BRMS 6.2.0 ER4 by running the original reproducer.

Btw, it seems to be fixed already in BRMS 6.2.0 ER3.


Note You need to log in before you can comment on or make changes to this bug.