Fixed
Details
Details
Assignee
Greg Thomas
Greg ThomasReporter
Guus der Kinderen
Guus der KinderenIgnite Forum URL
Components
Fix versions
Priority
Created December 3, 2019 at 12:16 PM
Updated October 28, 2020 at 1:26 PM
Resolved December 4, 2019 at 7:20 AM
When reviewing a nearly empty audit log, an Out-of-Memory exception can be reported.
Hypothesis: this is a database-driver specific issue. A potential fix would be to not set the fetch-size to Integer.MAX_VALUE (or something large like that), preventing a naive implementation from trying to instantiate an array of that size.