Commit fdbdc20
Change default for vector.rescoring.directio to false (elastic#128784)
On serverless (and potentially elsewhere), direct IO is not available, which can cause BBQ shards to fail to read with org.apache.lucene.CorruptIndexException when this setting is true.1 parent 9e99b84 commit fdbdc20
File tree
1 file changed
+1
-1
lines changed- server/src/main/java/org/elasticsearch/index/codec/vectors/es818
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments