You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
Using OS 2.4.1 with searchable snapshots enabled, if a cluster has a set of nodes with data role and a set of nodes with search role, non remote indices can get allocated to the search nodes.
To Reproduce
Steps to reproduce the behavior:
Create cluster containing both search and data nodes (i.e one has node.roles=search and one has node.roles=data)
Have no other allocation filters other than defaults
Restore both local and remote indices initially to the respective nodes
Reallocation will gradually rebalance non remote indices from the data nodes to the search role.
Expected behavior
A clear and concise description of what you expected to happen.
If a node only has the role search and does not also contain data, only remote indices should allocate to it.
While the search node can service the non remote indices fine, it's not well documented or expected this occurs. A user may have defined lower memory/hardware requirements for search nodes.
** As a workaround, one can set a custom attribute on search nodes and use that for index level allocation.**
Plugins
Please list all plugins currently enabled.
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
OS: [e.g. iOS] Ubuntu
Version [e.g. 22]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
Using OS 2.4.1 with searchable snapshots enabled, if a cluster has a set of nodes with
data
role and a set of nodes withsearch
role, non remote indices can get allocated to the search nodes.To Reproduce
Steps to reproduce the behavior:
node.roles=search
and one hasnode.roles=data
)data
nodes to thesearch
role.Expected behavior
A clear and concise description of what you expected to happen.
If a node only has the role
search
and does not also containdata
, only remote indices should allocate to it.While the search node can service the non remote indices fine, it's not well documented or expected this occurs. A user may have defined lower memory/hardware requirements for search nodes.
** As a workaround, one can set a custom attribute on search nodes and use that for index level allocation.**
Plugins
Please list all plugins currently enabled.
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: