Commit 5691b4a
Add `search` and `warm` node roles to `NodeRole`
Add the `search` and `warm` node roles, correcting their descriptions
and version metadata against the OpenSearch server source.
Per `DiscoveryNodeRole.java`, the string `search` names two distinct
roles across versions, so this is not a simple rename:
- 2.4: `search` role added for searchable snapshots (#4689,
opensearch-project/OpenSearch@c1272c1)
- 3.0: that role renamed `search` -> `warm` (#17573,
opensearch-project/OpenSearch@1c86dd1)
- 3.0: a new, distinct `search` role introduced for search replicas
(search-only shards, must not combine with other roles) (#17620,
opensearch-project/OpenSearch@14d740f)
Signed-off-by: Matthias Oesterheld <matthias.oesterheld@graylog.com>
Signed-off-by: Sean Chittenden <sean.chittenden@crowdstrike.com>
Co-authored-by: Sean Chittenden <sean.chittenden@crowdstrike.com>
1 parent c9b81c0 commit 5691b4a
2 files changed
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2558 | 2558 | | |
2559 | 2559 | | |
2560 | 2560 | | |
| 2561 | + | |
| 2562 | + | |
| 2563 | + | |
| 2564 | + | |
| 2565 | + | |
| 2566 | + | |
| 2567 | + | |
| 2568 | + | |
| 2569 | + | |
| 2570 | + | |
| 2571 | + | |
| 2572 | + | |
| 2573 | + | |
2561 | 2574 | | |
2562 | 2575 | | |
2563 | 2576 | | |
| |||
0 commit comments