[JBoss JIRA] (ISPN-2823) TransactionManagerLookup is silently ignored with invocation batching
by Jeremy Stone (JIRA)
Jeremy Stone created ISPN-2823:
----------------------------------
Summary: TransactionManagerLookup is silently ignored with invocation batching
Key: ISPN-2823
URL: https://issues.jboss.org/browse/ISPN-2823
Project: Infinispan
Issue Type: Feature Request
Components: Core API, Transactions
Affects Versions: 5.2.1.Final, 5.2.0.Final
Reporter: Jeremy Stone
Assignee: Mircea Markus
A configured TransactionManagerLookup is ignored when invocation batching is enabled.
Attempts to put an entry into the cache are greeted with "java.lang.IllegalStateException: This is a tx cache!" despite the presence of an active transaction.
This seems to make it impossible to use the Tree API, where invocation batch mode is mandatory, in a transactional environment.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 1 month
[JBoss JIRA] (ISPN-2803) Memory leak on every cache write.operation
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/ISPN-2803?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on ISPN-2803:
-----------------------------------------------
Tristan Tarrant <ttarrant(a)redhat.com> made a comment on [bug 910768|https://bugzilla.redhat.com/show_bug.cgi?id=910768]
Infinispan 5.2.0.Final had two severe memory leak issues which required a new release. We should verify that these leaks are gone in the product as well
> Memory leak on every cache write.operation
> ------------------------------------------
>
> Key: ISPN-2803
> URL: https://issues.jboss.org/browse/ISPN-2803
> Project: Infinispan
> Issue Type: Bug
> Components: Core API, State transfer
> Affects Versions: 5.2.0.Final
> Reporter: Erik Salter
> Assignee: Erik Salter
> Priority: Blocker
> Fix For: 5.2.1, 5.3.0.Alpha1
>
>
> Every cache write operation in a steady state (no state transfer) will write a copy of the key to StateConsumerImpl::updatedKey set. This set is intended to be null during steady state, but it is erroneously being created on a CH_UPDATE with a pendingCH of null.
> These keys are not removed during a cache remove operation.
> When enough keys are written to the cache, the container will OOM.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 1 month
[JBoss JIRA] (ISPN-2803) Memory leak on every cache write.operation
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/ISPN-2803?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on ISPN-2803:
-----------------------------------------------
Tristan Tarrant <ttarrant(a)redhat.com> changed the Status of [bug 910768|https://bugzilla.redhat.com/show_bug.cgi?id=910768] from NEW to ASSIGNED
> Memory leak on every cache write.operation
> ------------------------------------------
>
> Key: ISPN-2803
> URL: https://issues.jboss.org/browse/ISPN-2803
> Project: Infinispan
> Issue Type: Bug
> Components: Core API, State transfer
> Affects Versions: 5.2.0.Final
> Reporter: Erik Salter
> Assignee: Erik Salter
> Priority: Blocker
> Fix For: 5.2.1, 5.3.0.Alpha1
>
>
> Every cache write operation in a steady state (no state transfer) will write a copy of the key to StateConsumerImpl::updatedKey set. This set is intended to be null during steady state, but it is erroneously being created on a CH_UPDATE with a pendingCH of null.
> These keys are not removed during a cache remove operation.
> When enough keys are written to the cache, the container will OOM.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 1 month