madrob commented on a change in pull request #67:
URL: https://github.com/apache/solr/pull/67#discussion_r614186729



##########
File path: solr/core/src/java/org/apache/solr/core/HdfsDirectoryFactory.java
##########
@@ -452,8 +452,6 @@ public long size(String path) throws IOException {
     } catch (IOException e) {
       log.error("Error checking if hdfs path exists", e);
       throw new SolrException(ErrorCode.SERVER_ERROR, "Error checking if hdfs 
path exists", e);
-    } finally {
-      IOUtils.closeQuietly(fileSystem);

Review comment:
       Why do we no longer need to close this?




-- 
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to