Commit 7ef5105
committed
Document that awareness attributes override custom preferences (#83818)
When selecting replicas in a search, the coordinating node prefers nodes with
the same shard allocation awareness attributes. If the search contains a custom
preference string, then it will be ignored in favor of selecting a node with the
same attributes.
In 8.0, allocation awareness attributes no longer influence search replica
selection. So although this is a bug, we do not intend to fix it in 7.x or 6.x.
Instead, we document the behavior as a 'warning' and mention a system property
that can be used to disable the behavior.1 parent 081dd64 commit 7ef5105
File tree
1 file changed
+8
-0
lines changed- docs/reference/search/search-your-data
1 file changed
+8
-0
lines changedLines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
91 | 99 | | |
92 | 100 | | |
93 | 101 | | |
| |||
0 commit comments