[infinispan-issues] [JBoss JIRA] (ISPN-9204) Single node JgroupsTransport invoke* methods that take a collection leak memory
William Burns (JIRA)
issues at jboss.org
Wed May 23 09:21:00 EDT 2018
[ https://issues.jboss.org/browse/ISPN-9204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
William Burns updated ISPN-9204:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/6005
> Single node JgroupsTransport invoke* methods that take a collection leak memory
> -------------------------------------------------------------------------------
>
> Key: ISPN-9204
> URL: https://issues.jboss.org/browse/ISPN-9204
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Reporter: William Burns
> Fix For: 9.3.0.CR1
>
>
> While running some tx tests with a single node I noticed that it took "forever" for the cache to stop. This is caused by a build up of MultiTargetRequests in the RequestRepository. The problem is that we don't actually send a command anywhere since we exclude the originator. This causes the request to have to wait until it can timeout before it can be removed.
> We just need to check if the request is complete before attempting to send to a remote node.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the infinispan-issues
mailing list