andyvuong opened a new pull request #1359: SOLR-13101: Make dir hash 
computation optional and resilient
URL: https://github.com/apache/lucene-solr/pull/1359
 
 
   Slight optimizations in ServerSideMetadata given that push operations do not 
require computing a directory hash of a core's index directory. This change 
makes the computation optional and resilient by also moving the optional 
computation to the latest commit capture's retry loop. 
   
   If we hit an exception (file not found, etc) either capturing files from the 
latest commit or during the hash computation (if captureDirHash=true), we 
should try and recompute both snapshots anyway.

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