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
[BUG] The "convert_index_to_remote" operation restored the target index suffixed whith "_remote". In most cases, this new index will match the same policy as the original index, which can trigger the index management process againΒ #1426
What is the bug?
The "convert_index_to_remote" operation restored the target index suffixed whith "remote". In most cases, this new index will match the same policy as the original index, which can trigger the index management process again (although it will fail due to read-only ). This is not what we want. To avoid this issue, we can use the "remote" prefix instead of "_remote" suffix .
How can one reproduce the bug?
Steps to reproduce the behavior:
1.