Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Fix 113198: Memory leak happen in scripting data source reports

- Summary:
Fix 113198: Memory leak happen in scripting data source reports


- Bugzilla Bug (s) Resolved:
113198: Memory leak happen in scripting data source reports


- Description:
The memory leak is caused by a static HashMap. This map stores compiled script text and it could not be released never before, which causes memory leak when the execution times of DataEngine is very much. Current fix is to clear its content when it finds the context for script context is changed. By test of developer, this bug is fixed.


- Tests Description:
Junit test

 

- Files Edited:

/org.eclipse.birt.data.engine.script/ScriptUtil.java

 

- Files Deleted:

 

- Notes to Build Team:
N/A


- Notes to Developers:
N/A


- Notes to QA: 
 

N/A

 

- Notes to Documentation:  
N/A

 


Back to the top