You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2020/07/20 11:13:22 UTC

[GitHub] [lucene-solr] atris opened a new pull request #1682: Use FileSystem.newInstance instead of get in HDFSBackupRepository

atris opened a new pull request #1682:
URL: https://github.com/apache/lucene-solr/pull/1682


   FileSystem.get can cause FileSystem closed exceptions, especially with S3. Using FileSystem.newInstance should help that case.


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [lucene-solr] atris merged pull request #1682: Use FileSystem.newInstance instead of get in HDFSBackupRepository

Posted by GitBox <gi...@apache.org>.
atris merged pull request #1682:
URL: https://github.com/apache/lucene-solr/pull/1682


   


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [lucene-solr] chatman commented on pull request #1682: Use FileSystem.newInstance instead of get in HDFSBackupRepository

Posted by GitBox <gi...@apache.org>.
chatman commented on pull request #1682:
URL: https://github.com/apache/lucene-solr/pull/1682#issuecomment-663794537


   I think we should have corresponding JIRA issues for all changes. This helps keep track of all improvements in a release.


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [lucene-solr] atris commented on pull request #1682: Use FileSystem.newInstance instead of get in HDFSBackupRepository

Posted by GitBox <gi...@apache.org>.
atris commented on pull request #1682:
URL: https://github.com/apache/lucene-solr/pull/1682#issuecomment-661265076


   Tests pass -- no regressions. @mkhludnev Any thoughts?


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [lucene-solr] atris commented on pull request #1682: Use FileSystem.newInstance instead of get in HDFSBackupRepository

Posted by GitBox <gi...@apache.org>.
atris commented on pull request #1682:
URL: https://github.com/apache/lucene-solr/pull/1682#issuecomment-660964937


   @mkhludnev Let me know if this looks fine


----------------------------------------------------------------
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:
users@infra.apache.org



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