jpountz commented on issue #1237: SOLR-14238: Fix HdfsDirectory to no longer overwrite existing files. URL: https://github.com/apache/lucene-solr/pull/1237#issuecomment-581842008 @risdenk Correct. I'd also like to add support for `createTempOutput` in a follow-up change. The lack of support for it in `HdfsDirectory` means Solr tests don't pass on my other pull request https://github.com/apache/lucene-solr/pull/1179, and one way to make it work would be to generate temporary file names until creating a file with this name doesn't throw a `FileAlreadyExistsException`, like we do in `FSDirectory`.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
