We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Got NPE when bulk ingest using ingest pipeline without processors
"index": { "_index": "myindex", "_id": null, "status": 500, "error": { "type": "null_pointer_exception", "reason": "Cannot invoke \"java.util.List.size()\" because \"results\" is null" } }
Indexing
PUT /_ingest/pipeline/test_empty { "description": "This pipeline has no processors", "processors": [ ] }
POST /_bulk?pipeline=test_empty { "index": { "_index": "myindex"} }, {"text":"Generally, an answer is a reply to a question."}
Documents should be indexed.
Plugins Please list all plugins currently enabled.
Screenshots If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Fixed in #15033
Sorry, something went wrong.
[Pipeline] #1245170 - Prevent empty pipeline
62ea5f7
opensearch-project/OpenSearch#15032
6bca420
0f20b8a
b4e6015
chishui
No branches or pull requests
Describe the bug
Got NPE when bulk ingest using ingest pipeline without processors
Related component
Indexing
To Reproduce
Expected behavior
Documents should be indexed.
Additional Details
Plugins
Please list all plugins currently enabled.
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: