You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "Mike Drob (Jira)" <ji...@apache.org> on 2021/03/25 16:03:00 UTC

[jira] [Resolved] (SOLR-15244) Use NIO methods instead of IO when interacting with Lucene Directory

     [ https://issues.apache.org/jira/browse/SOLR-15244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Drob resolved SOLR-15244.
------------------------------
    Fix Version/s: main (9.0)
         Assignee: Mike Drob
       Resolution: Fixed

> Use NIO methods instead of IO when interacting with Lucene Directory
> --------------------------------------------------------------------
>
>                 Key: SOLR-15244
>                 URL: https://issues.apache.org/jira/browse/SOLR-15244
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Mike Drob
>            Assignee: Mike Drob
>            Priority: Major
>             Fix For: main (9.0)
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> We have a lot of places where we are still using IO methods and File objects, and then doing conversions to Path for accessing Lucene Directory. We also have places where we are doing a bunch of conversions from Path to String and back to Path through SolrResourceLoader.
> Do a sweep of these and update at least the easy ones. There are a few places where File APIs might still make more sense or be too burdensome to convert, can leave those for another day.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org