[ https://issues.jboss.org/browse/ISPN-8961?page=com.atlassian.jira.plugin.... ]
William Burns reassigned ISPN-8961:
-----------------------------------
Assignee: William Burns
> Overload merge-method on BasicCache with lifespan parameters
> ------------------------------------------------------------
>
> Key: ISPN-8961
> URL: https://issues.jboss.org/browse/ISPN-8961
> Project: Infinispan
> Issue Type: Enhancement
> Components: Core
> Affects Versions: 8.2.8.Final
> Reporter: S Haster
> Assignee: William Burns
> Fix For: 9.2.1.Final
>
>
> BasicCache has overloaded a number of Map/ConcurrentMap methods with variants which take lifespan parameters. For instance, there is now a replace(K,V, long, TimeUnit) and a replace(K,V, V, long, TimeUnit).
> It would be nice if the merge-methods were overloaded in the same way.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
[ https://issues.jboss.org/browse/ISPN-8961?page=com.atlassian.jira.plugin.... ]
William Burns updated ISPN-8961:
--------------------------------
Fix Version/s: 9.2.1.Final
> Overload merge-method on BasicCache with lifespan parameters
> ------------------------------------------------------------
>
> Key: ISPN-8961
> URL: https://issues.jboss.org/browse/ISPN-8961
> Project: Infinispan
> Issue Type: Enhancement
> Components: Core
> Affects Versions: 8.2.8.Final
> Reporter: S Haster
> Fix For: 9.2.1.Final
>
>
> BasicCache has overloaded a number of Map/ConcurrentMap methods with variants which take lifespan parameters. For instance, there is now a replace(K,V, long, TimeUnit) and a replace(K,V, V, long, TimeUnit).
> It would be nice if the merge-methods were overloaded in the same way.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
[ https://issues.jboss.org/browse/ISPN-8961?page=com.atlassian.jira.plugin.... ]
William Burns updated ISPN-8961:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/5855
> Overload merge-method on BasicCache with lifespan parameters
> ------------------------------------------------------------
>
> Key: ISPN-8961
> URL: https://issues.jboss.org/browse/ISPN-8961
> Project: Infinispan
> Issue Type: Enhancement
> Components: Core
> Affects Versions: 8.2.8.Final
> Reporter: S Haster
> Fix For: 9.2.1.Final
>
>
> BasicCache has overloaded a number of Map/ConcurrentMap methods with variants which take lifespan parameters. For instance, there is now a replace(K,V, long, TimeUnit) and a replace(K,V, V, long, TimeUnit).
> It would be nice if the merge-methods were overloaded in the same way.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
[ https://issues.jboss.org/browse/ISPN-8961?page=com.atlassian.jira.plugin.... ]
William Burns updated ISPN-8961:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Overload merge-method on BasicCache with lifespan parameters
> ------------------------------------------------------------
>
> Key: ISPN-8961
> URL: https://issues.jboss.org/browse/ISPN-8961
> Project: Infinispan
> Issue Type: Enhancement
> Components: Core
> Affects Versions: 8.2.8.Final
> Reporter: S Haster
> Fix For: 9.2.1.Final
>
>
> BasicCache has overloaded a number of Map/ConcurrentMap methods with variants which take lifespan parameters. For instance, there is now a replace(K,V, long, TimeUnit) and a replace(K,V, V, long, TimeUnit).
> It would be nice if the merge-methods were overloaded in the same way.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
[ https://issues.jboss.org/browse/ISPN-8961?page=com.atlassian.jira.plugin.... ]
William Burns updated ISPN-8961:
--------------------------------
Status: Open (was: New)
> Overload merge-method on BasicCache with lifespan parameters
> ------------------------------------------------------------
>
> Key: ISPN-8961
> URL: https://issues.jboss.org/browse/ISPN-8961
> Project: Infinispan
> Issue Type: Enhancement
> Components: Core
> Affects Versions: 8.2.8.Final
> Reporter: S Haster
> Fix For: 9.2.1.Final
>
>
> BasicCache has overloaded a number of Map/ConcurrentMap methods with variants which take lifespan parameters. For instance, there is now a replace(K,V, long, TimeUnit) and a replace(K,V, V, long, TimeUnit).
> It would be nice if the merge-methods were overloaded in the same way.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
Hynek Mlnařík created ISPN-8986:
-----------------------------------
Summary: Memory leak in Infinispan serialization
Key: ISPN-8986
URL: https://issues.jboss.org/browse/ISPN-8986
Project: Infinispan
Issue Type: Bug
Reporter: Hynek Mlnařík
Priority: Critical
In the Infinispan 8.2.x design, JBoss Marshaller marshaller/unmarshaller instances were cached in thread locals to speed up things. Internally it instance caches are kept which never shrink. This can create leaks, and led to instability described in [this e-mail thread|http://post-office.corp.redhat.com/archives/sme-rh-sso/2018-March/...]. Further details of the fix can be found in ISPN-8974.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)