Commit 58e99a8
committed
Change default for vector.rescoring.directio to false
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 c633345 commit 58e99a8
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