[
https://issues.apache.org/jira/browse/DERBY-3354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Øystein Grøvlen updated DERBY-3354:
-----------------------------------
Fix Version/s: 10.4.1.0
Fix merged to 10.4 branch at revision 644916.
I am not setting this to resolve yet, since I think a test case for this should
be added to the test suite.
> Select from large lob table with embedded gives OutOfMemoryError
> ----------------------------------------------------------------
>
> Key: DERBY-3354
> URL: https://issues.apache.org/jira/browse/DERBY-3354
> Project: Derby
> Issue Type: Bug
> Components: SQL
> Affects Versions: 10.3.1.4, 10.3.2.1, 10.4.0.0
> Reporter: Kathey Marsden
> Assignee: Anurag Shekhar
> Fix For: 10.4.1.0, 10.5.0.0
>
> Attachments: derby-3354.diff, derby-3354_preview.diff,
> derby-3354_v1.diff, derby-3354_v2.diff, derby-3354_v3.diff,
> derby-3354_v4.diff, LocLeak.java
>
>
> Retrieving from a large table with lobs gives an OutOfMemoryException, even
> if free() is explictly called on the lob. I believe this is because
> EmbedConnection.addLobMapping is called for every lob creation but is never
> cleared until commit or rollback, even if the lob is freed.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.