-
Task
-
Resolution: Won't Do
-
Major
-
None
-
None
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.