Bruno Roustant created SOLR-17675: ------------------------------------- Summary: Remove DirContext param from DirectoryFactory create method Key: SOLR-17675 URL: https://issues.apache.org/jira/browse/SOLR-17675 Project: Solr Issue Type: Improvement Reporter: Bruno Roustant
In a previous PR, we noted that the DirContext of the DirectoryFactory.create method should be removed. It was used only by the HdfsDirectoryFactory (now removed), and there was a bug in CachingDirectoryFactory which would create a Directory with this param, and cache it without this param in the cache key. We already added a todo in DirectoryFactory, and the proposal is to apply this todo: remove the DirContext param from the DirectoryFactory.create method. -- 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