-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Random arithmetic_exception - "long overflow" errors #5713
Comments
Do you have an error stack in the logs? A complete error response? |
I'm using OpenSearch on AWS. I have error logs enabled (Sent to CloudWatch) but there are no logs related to that search query. Are you aware of any way to get these logs on AWS ? Or maybe in the query result itself ? Btw. I'm always getting some hits back but not full number of them when "failures" key is present.
When it is ok I got this:
And this when some shards are failing:
|
I think I may have something.
I have also found this on ES elastic/elasticsearch#52396 I think it may be similar problem |
That's definitely something! I would continue narrowing down to a 100% repro, maybe on a local instance with the same mapping? And at the same time would try to write a unit test that calls whatever is in DateFieldMapper.java:106 with that value you see in the sort. |
Hi,
I'm receiving following errors randomly in OpenSearch response:
With below sort request:
To give it a little bit of context:
reminder_date
isdate
field type."dynamic_date_formats": "dd/MM/yyyy"
set in mappings.null
When running above query sometimes OpenSearch returns no errors, but also it sometimes fails with : "arithmetic_exception".
Running the same query, almost every time gives different number of results and failing shards.
Let me know if you need any further info.
Thanks
The text was updated successfully, but these errors were encountered: