mbwaheed commented on a change in pull request #1055: SOLR-13932 Review 
directory locking and Blob interactions
URL: https://github.com/apache/lucene-solr/pull/1055#discussion_r359001769
 
 

 ##########
 File path: 
solr/core/src/java/org/apache/solr/store/blob/metadata/ServerSideMetadata.java
 ##########
 @@ -276,7 +224,7 @@ private String getSolrDirectoryHash(Directory coreDir) 
throws NoSuchAlgorithmExc
           
digest.update(Long.toString(coreDir.fileLength(fileName)).getBytes());
         } catch (FileNotFoundException fnf) {
 
 Review comment:
   Need to handle java.nio.file.NoSuchFileException too.

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


With regards,
Apache Git Services

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

Reply via email to