Description
Bah. Somehow a critical part of SOLR-7134 did not get in with the commit.
if (slowFileExists(indexDir, fname)) { - LOG.info("Skipping move file - it already exists:" + fname); - return true; + LOG.warn("Cannot complete replication attempt because file already exists:" + fname); + + // we fail - we downloaded the files we need, if we can't move one in, we can't + // count on the correct index + return false; }
Attachments
Issue Links
- relates to
-
SOLR-7134 Replication can still cause index corruption.
- Closed