Andrzej Bialecki  created SOLR-13641:
----------------------------------------

             Summary: Undocumented and untested "cleanupThread" functionality 
in LFUCache and FastLRUCache
                 Key: SOLR-13641
                 URL: https://issues.apache.org/jira/browse/SOLR-13641
             Project: Solr
          Issue Type: Bug
      Security Level: Public (Default Security Level. Issues are Public)
            Reporter: Andrzej Bialecki 


Both LFUCache and FastLRUCache support a functionality for running evictions 
asynchronously, in a thread different from the one that executes a {{put(K, 
V)}} operation.

Additionally, these asynchronous evictions can use either a one-off thread 
created after each put, or a single long-running cleanup thread.

However, this functionality is not documented anywhere and it's not tested. It 
should either be removed, if it's not used, or properly documented and tested.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to