Description
HDFS tests are failing very frequently and one example that seems to reproduce reliably. One seed that seems to reproduce reliably is
gradlew :solr:core:test --tests "org.apache.solr.index.hdfs.CheckHdfsIndexTest.testChecksumsOnly" -Ptests.jvms=30 -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=566ED88C9109BEFC -Ptests.file.encoding=US-ASCII
This may have been broken due by LUCENE-9047
Marking as a blocker because clearly something isn't working at all here and we shouldn't release broken code. The effort to move the deprecated HDFS code to a package in SOLR-14660 is also relevant
Attachments
Issue Links
- is related to
-
SOLR-15943 Simplify HDFS cache to account for LUCENE-10366 / LUCENE-10376
- Closed
- relates to
-
LUCENE-9047 Directory APIs should be little endian
- Closed
-
SOLR-14660 Migrating HDFS into a module
- Closed
- links to