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
Bulk upsert request fails with HTTP status code 500 and null pointer exception with reason
"Cannot invoke "Object.toString()" because the return value of "java.util.Map.get(Object)" is null"
How can one reproduce the bug?
Use simplest bulk upsert request, for an example from the API documentation:
The request fail as described above.
I've tried send such request using javascript client (v.2.12.0) and also from DevTools in OpenSearch Dshboard - responses are the same
What is the expected behavior?
Request inserts new record to the index.
What is your host/environment?
Client side Windows 11 Enterprise
Domain cluster OpenSearch 2.15 (latest)
Do you have any screenshots?
No
Do you have any additional context?
No
The text was updated successfully, but these errors were encountered:
What is the bug?
Bulk upsert request fails with HTTP status code 500 and null pointer exception with reason
"Cannot invoke "Object.toString()" because the return value of "java.util.Map.get(Object)" is null"
How can one reproduce the bug?
Use simplest bulk upsert request, for an example from the API documentation:
The request fail as described above.
I've tried send such request using javascript client (v.2.12.0) and also from DevTools in OpenSearch Dshboard - responses are the same
What is the expected behavior?
Request inserts new record to the index.
What is your host/environment?
Client side Windows 11 Enterprise
Domain cluster OpenSearch 2.15 (latest)
Do you have any screenshots?
No
Do you have any additional context?
No
The text was updated successfully, but these errors were encountered: