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

[BUG] Observability plugin's system index creating is impacting on OpenSearch node starts #1872

Open
zane-neo opened this issue Oct 18, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@zane-neo
Copy link

What is the bug?
User reported an issue that OpenSearch cluster is not able to spin up even if the issue in the log has been fixed: opensearch-project/OpenSearch#14791, after investigation this is an issue caused by observability's system index creation: opensearch-project/OpenSearch#14791 (comment).

@andrross has concern on the PR to fix this issue: opensearch-project/OpenSearch#15258, so this issue is to collect more details:

  1. Is this system index a critical one and if it's not created, we should block the cluster from spinning up?
  2. Is it possible to make the index creation a lazy operation until the time it's been used in plugin?
    Also please chime in the discussion in PR if you have more insights on this issue.

How can one reproduce the bug?
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

What is the expected behavior?
A clear and concise description of what you expected to happen.

What is your host/environment?

  • OS: [e.g. iOS]
  • Version [e.g. 22]
  • Plugins

Do you have any screenshots?
If applicable, add screenshots to help explain your problem.

Do you have any additional context?
Add any other context about the problem.

@dbwiddis
Copy link
Member

IMO failing to start up a node on a plugin index creation failure seems very wrong. See opensearch-project/OpenSearch#16340 for a bug that could fatally disable a cluster because of this choice.

@dblock
Copy link
Member

dblock commented Nov 4, 2024

[Catch All Triage - 1, 2]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants