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
With remote store enabled when a new replica is added to the cluster, the recovery type should be remote_store instead it gives peer as recovery type.
We decided on further fine tuning statuses to add replica recovery to be more specific so as to not tie recovery to the source but rather talk about what kind of recovery it stands for.
Describe the bug
With remote store enabled when a new replica is added to the cluster, the recovery type should be
remote_store
instead it givespeer
as recovery type.To Reproduce
-> Create a index with some data.
-> Add new replica to the index
-> Call
_cat/recovery
and check the output.Expected behavior
The recovery type must be remote_store not peer
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: