Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RW Separation] _cat/indices does not include search replica information in the response #17425

Open
vinaykpud opened this issue Feb 21, 2025 · 0 comments
Assignees
Labels
bug Something isn't working Search:Performance

Comments

@vinaykpud
Copy link
Contributor

vinaykpud commented Feb 21, 2025

Describe the bug

When querying _cat/indices, the response does not include information about search replicas, even if they exist in the cluster.

Related component

Search:Performance

To Reproduce

  1. Create a cluster with 3 nodes.
  2. Designate one of the nodes as a Search node.
  3. Create an index with the following configuration:
    • 1 Primary shard (1P)
    • 1 Replica shard (1R)
    • 1 Search replica (1SR)
  4. Query _cat/indices using the following command:
    curl -X GET "http://localhost:9200/_cat/indices?v"
health status index    uuid                   pri rep docs.count docs.deleted store.size pri.store.size
green  open   products Tc3DyEg9QJaGykLxY_9dMw   1   1          2            0     25.2kb          8.3kb

The response does not include a column for search replicas.

Expected behavior

The response should include a column for search replicas.

Additional Details

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Search:Performance
Projects
Status: 🆕 New
Development

No branches or pull requests

2 participants