-
Notifications
You must be signed in to change notification settings - Fork 141
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] Unknown index when querying data with fetch_size #947
Comments
Hey, can we get any updates on this? Extra: it seems like the
It's kinda pain for us to use sql with latest updates because we splitting our indices by dates 😢 |
@deathjoin Sorry for the inconvenience. Just want to confirm, does your use case requires pagination (enabled by `fetch_size )? We're considering migrate pagination support to our engine V2. Could you elaborate your use case a little bit? Thanks! |
Sure. Yes, pagination is required. We use OpenSearch to store and continuously analyse many events from our product. Data extracted from OpenSearch using Python scripts via SQL API and then Pandas and other stuff involved to process it. Typical index names are But queries like |
@dai-chen Do you have any plans for this feature yet? Any dates? Although it's seems more like a bug to me than lack of feature because it worked well on 1.x.x version :) |
|
|
I was able to get around this at least for my purpose by increasing the |
@deathjoin What is the limit for queries with aggregation? My queries are returning maximum of |
Please track implementation progress in #1759 |
What is the bug?
When querying data with
fetch_size
api responses withUnknown index
.How can one reproduce the bug?
Steps to reproduce the behavior:
What is the expected behavior?
Data returned
What is your host/environment?
Do you have any additional context?
Query was working on OpenSearch 1.3.0 and we just updated to 2.3.0
Only way I found query working is to run without
fetch_size
and other fields likefilter
, but it is not an option for us 😢docker logs error:
Cluster settings almost untouched
Cluster health
And shards
The text was updated successfully, but these errors were encountered: