You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Andrzej Bialecki (JIRA)" <ji...@apache.org> on 2019/07/17 11:23:00 UTC

[jira] [Created] (SOLR-13641) Undocumented and untested "cleanupThread" functionality in LFUCache and FastLRUCache

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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org