You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Aris Prassinos (JIRA)" <ji...@apache.org> on 2019/06/24 16:07:00 UTC

[jira] [Created] (ARTEMIS-2400) Oracle temporary LOBs not properly released

Aris Prassinos created ARTEMIS-2400:
---------------------------------------

             Summary: Oracle temporary LOBs not properly released
                 Key: ARTEMIS-2400
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2400
             Project: ActiveMQ Artemis
          Issue Type: Bug
            Reporter: Aris Prassinos


When processing large messages (15MB) at high rates the following Oracle errors occur:

ORA-04030: out of process memory

ORA-01652: unable to extend temp segment by 128 in tablespace TEMP

The errors seem to be caused by Artemis not calling the Blob.free() method.

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)