Description
CheckIndex is very useful for testing an index for corruption. However, it can only work with an index on an FSDirectory, meaning that if you need to check an Hdfs Index, then you have to download it to local disk (which can be very large).
We should have a way to natively check index on hdfs for corruption.
Attachments
Attachments
Issue Links
- relates to
-
SOLR-8735 Fix CheckHdfsIndexTest test failure
- Resolved