You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Dejan Bosanac (Commented) (JIRA)" <ji...@apache.org> on 2011/12/27 13:32:30 UTC

[jira] [Commented] (AMQ-3374) Long KahaDB transactions could lead to OutOfMemory

    [ https://issues.apache.org/jira/browse/AMQ-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13176156#comment-13176156 ] 

Dejan Bosanac commented on AMQ-3374:
------------------------------------

Additional fix in svn revision 1224890

Transaction size is actual number of pages we keep in memory.
                
> Long KahaDB transactions could lead to OutOfMemory
> --------------------------------------------------
>
>                 Key: AMQ-3374
>                 URL: https://issues.apache.org/jira/browse/AMQ-3374
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.5.0
>            Reporter: Dejan Bosanac
>            Assignee: Dejan Bosanac
>             Fix For: 5.6.0
>
>
> Problem: all writes are kept in memory until the sync time, which for long transactions could be a problem.
> Solution: define max transaction size and if threshold is reached keep the rest of the writes in a temp file

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira