File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
server/src/main/java/org/elasticsearch/index/codec/vectors/es818 Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -478,9 +478,6 @@ tests:
478478- class : org.elasticsearch.index.codec.vectors.es818.ES818BinaryQuantizedVectorsFormatTests
479479 method : testSimpleOffHeapSizeFSDir
480480 issue : https://github.com/elastic/elasticsearch/issues/128800
481- - class : org.elasticsearch.index.store.DirectIOIT
482- method : testDirectIOUsed
483- issue : https://github.com/elastic/elasticsearch/issues/128829
484481- class : org.elasticsearch.packaging.test.DockerTests
485482 method : test150MachineDependentHeap
486483 issue : https://github.com/elastic/elasticsearch/issues/128120
Original file line number Diff line number Diff line change 5757@ SuppressForbidden (reason = "Copied from lucene" )
5858public class DirectIOLucene99FlatVectorsReader extends FlatVectorsReader implements OffHeapStats {
5959
60- private static final boolean USE_DIRECT_IO = Boolean .parseBoolean (System .getProperty ("vector.rescoring.directio" , "false " ));
60+ private static final boolean USE_DIRECT_IO = Boolean .parseBoolean (System .getProperty ("vector.rescoring.directio" , "true " ));
6161
6262 private static final long SHALLOW_SIZE = RamUsageEstimator .shallowSizeOfInstance (DirectIOLucene99FlatVectorsReader .class );
6363
You can’t perform that action at this time.
0 commit comments