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] CCR fails when there is existing data in the index. #1482

Open
10000-ki opened this issue Feb 3, 2025 · 1 comment
Open

[BUG] CCR fails when there is existing data in the index. #1482

10000-ki opened this issue Feb 3, 2025 · 1 comment
Labels
bug Something isn't working untriaged

Comments

@10000-ki
Copy link

10000-ki commented Feb 3, 2025

What is the bug?

If the index is created and CCR is set up immediately, there are no issues. However, when CCR is configured on an index that already contains a certain amount of data, an error occurs.

index pri rep pri size ccr result
ccr-100m 1 1 127m ✔️
ccr-150m 1 1 152m ✔️
ccr-180m 1 1 177m ✔️
ccr-200m-v1 1 1 212m ✔️
ccr-220m-v1 1 1 226m
ccr-220m-v2 1 1 226m
  • error msg : Failed to fetch file chunk for _w.cfs with offset 20971520: java.lang.IllegalStateException: confined

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?

  • OpenSearch : v2.18.0

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.

@10000-ki 10000-ki added bug Something isn't working untriaged labels Feb 3, 2025
@10000-ki
Copy link
Author

10000-ki commented Feb 3, 2025

Are there any configuration errors or unknown constraints?

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

No branches or pull requests

1 participant