Commit 866f912
authored
Use "node.processors" setting starting from 7.4.0 (elastic#136175) (elastic#136182)
Setting `node.processor` has been introduced in 7.4.0 and `processors`
has been deprecated at this version. This change fixes failures of some
tests caused by the deprecation message.1 parent 77edda1 commit 866f912
File tree
2 files changed
+2
-2
lines changed- build-tools/src/main/java/org/elasticsearch/gradle/testclusters
- test/test-clusters/src/main/java/org/elasticsearch/test/cluster/local
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1407 | 1407 | | |
1408 | 1408 | | |
1409 | 1409 | | |
1410 | | - | |
| 1410 | + | |
1411 | 1411 | | |
1412 | 1412 | | |
1413 | 1413 | | |
| |||
test/test-clusters/src/main/java/org/elasticsearch/test/cluster/local/DefaultSettingsProvider.java
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments