[JBoss JIRA] (ISPN-11020) Clustered Max Idle Take 2
by Will Burns (Jira)
Will Burns created ISPN-11020:
---------------------------------
Summary: Clustered Max Idle Take 2
Key: ISPN-11020
URL: https://issues.jboss.org/browse/ISPN-11020
Project: Infinispan
Issue Type: Feature Request
Components: Core, Expiration
Reporter: Will Burns
Assignee: Will Burns
ISPN-9003 added in clustered max idle expiration. However the approach implemented can cause entries to entries to expire prematurely when a node is lost (due to only the primary having the latest access time). This was deemed not acceptable.
The new approach will add a new touch command that is fired on an entry access of a max idle entry. This will slow down accesses as they will essentially be light weight synchronous writes, but should guarantee data is properly expired.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months
[JBoss JIRA] (ISPN-10283) LocalPublisherManagerImpl performs blocking Cache operations
by Will Burns (Jira)
[ https://issues.jboss.org/browse/ISPN-10283?page=com.atlassian.jira.plugin... ]
Will Burns updated ISPN-10283:
------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 10.1.0.Beta1
(was: 10.1.0.CR1)
Resolution: Done
> LocalPublisherManagerImpl performs blocking Cache operations
> ------------------------------------------------------------
>
> Key: ISPN-10283
> URL: https://issues.jboss.org/browse/ISPN-10283
> Project: Infinispan
> Issue Type: Sub-task
> Reporter: Will Burns
> Assignee: Will Burns
> Priority: Major
> Fix For: 10.1.0.Beta1
>
>
> The LocalPublisherManagerImpl invokes some methods that can block, such as a get that can go remote. We need to convert these to use the non blocking API instead and change the appropriate Flowable to compensate for that.
> Examples are invocations of Cache#containsKey, Cache#get, Cache#getCacheEntry.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months