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.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to