Commit 5679795
authored
Change vectors.indexing.use_gpu to be assumed (#138291)
We would like to exclude the GPU plugin from serverless, to avoid any potential issue, at least provisionally.
In order to do that however we need to "remove" the cluster feature: no plugin, no cluster feature.
This can be done by marking the feature as assumed; this way, after the next release cycle, the feature can be removed. The cluster will act as it is always there, but with no plugin it will effectively not be there.1 parent 33ebf40 commit 5679795
File tree
1 file changed
+1
-1
lines changed- x-pack/plugin/gpu/src/main/java/org/elasticsearch/xpack/gpu
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments