[JBoss JIRA] (HRJS-74) Random expiry test failure
by Galder Zamarreño (JIRA)
[ https://issues.jboss.org/browse/HRJS-74?page=com.atlassian.jira.plugin.sy... ]
Galder Zamarreño updated HRJS-74:
---------------------------------
Status: Open (was: New)
> Random expiry test failure
> --------------------------
>
> Key: HRJS-74
> URL: https://issues.jboss.org/browse/HRJS-74
> Project: Infinispan Javascript client
> Issue Type: Bug
> Affects Versions: 0.5.0
> Reporter: Galder Zamarreño
> Assignee: Galder Zamarreño
> Labels: testsuite_stability
> Fix For: 0.6.0
>
> Attachments: console_trace-HRJS-74.tgz
>
>
> {code}
> + ./node_modules/.bin/jasmine-node spec --captureExceptions --forceexit
> ......................................................................F..............................................................................
> Failures:
> 1) Infinispan local client working with expiry operations removes keys when their max idle time has expired
> Message:
> timeout: timed out after 1 msec waiting for `idle-multi1` key should be expired
> Stacktrace:
> undefined
> Finished in 89.011 seconds
> 149 tests, 603 assertions, 1 failure, 0 skipped
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 7 months
[JBoss JIRA] (ISPN-8380) OffHeap doesn't expire entries on access
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-8380?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-8380:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> OffHeap doesn't expire entries on access
> ----------------------------------------
>
> Key: ISPN-8380
> URL: https://issues.jboss.org/browse/ISPN-8380
> Project: Infinispan
> Issue Type: Bug
> Components: Expiration, Off Heap
> Affects Versions: 9.1.1.Final
> Reporter: William Burns
> Assignee: William Burns
> Fix For: 9.4.0.Final
>
>
> Off Heap currently does not expire entries when they are read through a get or other operations. Instead it only removes entries when the reaper is ran. We need to make sure to remove these entries on access to free memory sooner.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 7 months
[JBoss JIRA] (ISPN-9501) AbstractCacheStream.performOperationRehashAware() can hang
by Dan Berindei (JIRA)
[ https://issues.jboss.org/browse/ISPN-9501?page=com.atlassian.jira.plugin.... ]
Dan Berindei updated ISPN-9501:
-------------------------------
Status: Open (was: New)
> AbstractCacheStream.performOperationRehashAware() can hang
> ----------------------------------------------------------
>
> Key: ISPN-9501
> URL: https://issues.jboss.org/browse/ISPN-9501
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 9.4.0.CR1
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Fix For: 9.4.0.Final
>
>
> There are actually 2 different issues:
> # {{segmentsToProcess}} reuses the {{remoteResults.lostSegments}} {{ConcurrentSmallIntSet}} instance, so when {{remoteResults.lostSegments}} is cleared, {{segmentsToProcess}} is also cleared.
> # Because of ISPN-9500, {{segmentsToProcess.isEmpty()}} keeps returning {{false}}, so {{performOperationRehashAware()}} keeps waiting for a newer topology.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 7 months
[JBoss JIRA] (ISPN-9501) AbstractCacheStream.performOperationRehashAware() can hang
by Dan Berindei (JIRA)
Dan Berindei created ISPN-9501:
----------------------------------
Summary: AbstractCacheStream.performOperationRehashAware() can hang
Key: ISPN-9501
URL: https://issues.jboss.org/browse/ISPN-9501
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 9.4.0.CR1
Reporter: Dan Berindei
Assignee: Dan Berindei
Fix For: 9.4.0.Final
There are actually 2 different issues:
# {{segmentsToProcess}} reuses the {{remoteResults.lostSegments}} {{ConcurrentSmallIntSet}} instance, so when {{remoteResults.lostSegments}} is cleared, {{segmentsToProcess}} is also cleared.
# Because of ISPN-9500, {{segmentsToProcess.isEmpty()}} keeps returning {{false}}, so {{performOperationRehashAware()}} keeps waiting for a newer topology.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 7 months