[infinispan-issues] [JBoss JIRA] (ISPN-9466) org.infinispan.query.clustered.QueryBox does not implement eviction for zombie iterators
Adrian Nistor (JIRA)
issues at jboss.org
Wed Aug 29 18:37:00 EDT 2018
Adrian Nistor created ISPN-9466:
-----------------------------------
Summary: org.infinispan.query.clustered.QueryBox does not implement eviction for zombie iterators
Key: ISPN-9466
URL: https://issues.jboss.org/browse/ISPN-9466
Project: Infinispan
Issue Type: Task
Components: Embedded Querying
Reporter: Adrian Nistor
Assignee: Adrian Nistor
Although the javadoc hints to some eviction mechanism this is not actually implemented.
A linked list 'ageOrderedQueries' is maintained so that active queries move to the head of the list and the list is limited to 3000 items. Still, there is no mechanism that actually removes the zombie queries from the 'queries' ConcurrentMap.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the infinispan-issues
mailing list