You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Mark Miller (JIRA)" <ji...@apache.org> on 2015/04/14 23:49:59 UTC

[jira] [Created] (SOLR-7391) Use a time based expiration cache for one off hdfs FileSystem instances.

Mark Miller created SOLR-7391:
---------------------------------

             Summary: Use a time based expiration cache for one off hdfs FileSystem instances.
                 Key: SOLR-7391
                 URL: https://issues.apache.org/jira/browse/SOLR-7391
             Project: Solr
          Issue Type: Improvement
          Components: s, hdfs
            Reporter: Mark Miller
            Assignee: Mark Miller


Most FileSystem clients are tied to a SolrCore and long lived, but in some cases where we don't have SolrCore context we create a short lived hdfs client object.

Because these instances can be created via user generated actions, we don't want to be able to create too many of them - they have overhead that does not make them great candidates for being spun up for a single call.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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