]
Gustavo Fernandes updated ISPN-9466:
------------------------------------
Labels: query-ispn11 (was: )
org.infinispan.query.clustered.QueryBox does not implement eviction
for zombie iterators
----------------------------------------------------------------------------------------
Key: ISPN-9466
URL:
https://issues.redhat.com/browse/ISPN-9466
Project: Infinispan
Issue Type: Task
Components: Embedded Querying
Reporter: Nistor Adrian
Assignee: Nistor Adrian
Priority: Major
Labels: query-ispn11
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.