[ https://issues.apache.org/jira/browse/SOLR-17646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17922820#comment-17922820 ]
David Smiley commented on SOLR-17646: ------------------------------------- As I write this, the title of this JIRA is scoped to only the DirectoryFactory but that quickly leads you to SolrCore getDataDir and UpdateLog. It's up to the implementer if doing all those in one issue/PR is more straight-forward than separately; hard to say without embarking on the journey. > DirectoryFactory should support any NIO FileSystemProvider > ---------------------------------------------------------- > > Key: SOLR-17646 > URL: https://issues.apache.org/jira/browse/SOLR-17646 > Project: Solr > Issue Type: New Feature > Reporter: David Smiley > Priority: Major > > Ideally, the DirectoryFactory should support any NIO FileSystemProvider > without assuming the local/default FileSystem. There are a variety of > implementations out there, such as for cloud storage (S3, GCP, ...), > [HDFS|https://github.com/damiencarol/jsr203-hadoop], and even Zip (imagine a > read-only directory). This means switching from String & File to Path, and > avoiding sneaky methods that assume the default FileSystem. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org