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

[Segment Replication] Bug - Missing store stats from /_cat/shards API. #2431

Closed
Tracked by #2194
mch2 opened this issue Mar 10, 2022 · 0 comments
Closed
Tracked by #2194

[Segment Replication] Bug - Missing store stats from /_cat/shards API. #2431

mch2 opened this issue Mar 10, 2022 · 0 comments
Assignees

Comments

@mch2
Copy link
Member

mch2 commented Mar 10, 2022

Describe the bug
When issuing a call to _cat/shards there is no store size returned for replica shards.

To Reproduce
Steps to reproduce the behavior:

  1. Start a cluster with ./gradlew run with numberOfNodes=2.
  2. Create an index with segrep enabled
  3. Index a document.
  4. Issue _cat/shards and see that replicas do not have size returned.

Expected behavior
Replicas should return all stats returned from this API that primaries do.

@mch2 mch2 added bug Something isn't working untriaged labels Mar 10, 2022
@mch2 mch2 removed bug Something isn't working untriaged labels Mar 10, 2022
@Poojita-Raj Poojita-Raj self-assigned this Apr 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants