dsmiley commented on code in PR #3495:
URL: https://github.com/apache/solr/pull/3495#discussion_r2302180846
##########
solr/core/src/test/org/apache/solr/handler/TestStressThreadBackup.java:
##########
@@ -334,7 +335,7 @@ private void validateBackup(final Path backup) throws
IOException {
final int numRealDocsExpected = Integer.parseInt(m.group());
try (Directory dir = FSDirectory.open(backup)) {
- TestUtil.checkIndex(dir, 0, true, true, null);
+ TestUtil.checkIndex(dir, CheckIndex.Level.MIN_LEVEL_FOR_SLOW_CHECKS,
true, true, null);
Review Comment:
why this choice? I would expect that merely checksum (level 1) is fine for
backups
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]