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
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:
Go to '...'
Click on '....'
Scroll down to '....'
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.
The text was updated successfully, but these errors were encountered:
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.
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:
What is the expected behavior?
A clear and concise description of what you expected to happen.
What is your host/environment?
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.
The text was updated successfully, but these errors were encountered: