[JBoss JIRA] (ISPN-2932) Verify that preloading a read only index in a cache will never hit the cacheloader
by Sanne Grinovero (JIRA)
[ https://issues.jboss.org/browse/ISPN-2932?page=com.atlassian.jira.plugin.... ]
Sanne Grinovero updated ISPN-2932:
----------------------------------
Assignee: Gustavo Fernandes (was: Sanne Grinovero)
> Verify that preloading a read only index in a cache will never hit the cacheloader
> ----------------------------------------------------------------------------------
>
> Key: ISPN-2932
> URL: https://issues.jboss.org/browse/ISPN-2932
> Project: Infinispan
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Lucene Directory
> Reporter: Sanne Grinovero
> Assignee: Gustavo Fernandes
>
> With a warm cache (with no eviction) we should never need to hit the CacheLoader again.
> Was reported - specifically with DIST on multiple nodes - that occasionall IO is triggered; we should add tests to verify this doesn't happen (or to understand why it should)
> I'm suspecting demand of null valued entries.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 6 months
[JBoss JIRA] (ISPN-4508) Cluster Listener waits forever for listeners to complete with tx completion
by William Burns (JIRA)
William Burns created ISPN-4508:
-----------------------------------
Summary: Cluster Listener waits forever for listeners to complete with tx completion
Key: ISPN-4508
URL: https://issues.jboss.org/browse/ISPN-4508
Project: Infinispan
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Listeners
Affects Versions: 7.0.0.Alpha4
Reporter: William Burns
Assignee: Dan Berindei
When a cluster listener is notified due to a tx completion we currently wait forever for the listener notification to complete, we should time out instead as we do for non tx.
RemoteClusterListener.java:125
{code}
distExecService.submit(origin,
distExecService.createDistributedTaskBuilder(
new ClusterEventCallable(id, eventsToSend)).timeout(Long.MAX_VALUE, TimeUnit.DAYS)
.build()).get();
{code}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 6 months
[JBoss JIRA] (ISPN-4508) Cluster Listener waits forever for listeners to complete with tx completion
by William Burns (JIRA)
[ https://issues.jboss.org/browse/ISPN-4508?page=com.atlassian.jira.plugin.... ]
William Burns reassigned ISPN-4508:
-----------------------------------
Assignee: William Burns (was: Dan Berindei)
> Cluster Listener waits forever for listeners to complete with tx completion
> ---------------------------------------------------------------------------
>
> Key: ISPN-4508
> URL: https://issues.jboss.org/browse/ISPN-4508
> Project: Infinispan
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Listeners
> Affects Versions: 7.0.0.Alpha4
> Reporter: William Burns
> Assignee: William Burns
>
> When a cluster listener is notified due to a tx completion we currently wait forever for the listener notification to complete, we should time out instead as we do for non tx.
> RemoteClusterListener.java:125
> {code}
> distExecService.submit(origin,
> distExecService.createDistributedTaskBuilder(
> new ClusterEventCallable(id, eventsToSend)).timeout(Long.MAX_VALUE, TimeUnit.DAYS)
> .build()).get();
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 6 months