Commit e5acb99
authored
Not reporting removable settings for deprecated affix settings (#84246)
Removing one setting from a group of affix settings can cause Elasticsearch to get into an inconsistent state. This
commit makes it so that we never report removable affix settings in the deprecation info API.1 parent ee61c04 commit e5acb99
File tree
2 files changed
+9
-6
lines changed- x-pack/plugin/deprecation/src
- main/java/org/elasticsearch/xpack/deprecation
- test/java/org/elasticsearch/xpack/deprecation
2 files changed
+9
-6
lines changedLines changed: 8 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1461 | 1461 | | |
1462 | 1462 | | |
1463 | 1463 | | |
1464 | | - | |
1465 | | - | |
1466 | | - | |
1467 | | - | |
| 1464 | + | |
| 1465 | + | |
| 1466 | + | |
| 1467 | + | |
1468 | 1468 | | |
1469 | 1469 | | |
1470 | 1470 | | |
| |||
1523 | 1523 | | |
1524 | 1524 | | |
1525 | 1525 | | |
1526 | | - | |
| 1526 | + | |
| 1527 | + | |
| 1528 | + | |
| 1529 | + | |
1527 | 1530 | | |
1528 | 1531 | | |
1529 | 1532 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1893 | 1893 | | |
1894 | 1894 | | |
1895 | 1895 | | |
1896 | | - | |
| 1896 | + | |
1897 | 1897 | | |
1898 | 1898 | | |
1899 | 1899 | | |
| |||
0 commit comments