-
Notifications
You must be signed in to change notification settings - Fork 187
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] TypeError on calling parallel_bulk
(v2.4.0)
#599
Labels
bug
Something isn't working
Comments
evios
changed the title
[BUG] TypeError on calling
[BUG] TypeError on calling Nov 16, 2023
parallel_bulk
parallel_bulk
(starting from v2.4.0)
Likely a bug that slipped through test coverage :( Care to write a test that reproduces this? Maybe a fix? |
dblock
changed the title
[BUG] TypeError on calling
[BUG] TypeError on calling Nov 16, 2023
parallel_bulk
(starting from v2.4.0)parallel_bulk
(v2.4.0)
@dblock thanks for the instant fixing. Sure, will keep an eye on the updated version :) |
@evios If you want to try it from HEAD that'd be great. |
We've released 2.4.2 with a fix. |
Thank you, it works smoothly with 2.4.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is the bug?
TypeError("_process_bulk_chunk() got multiple values for argument 'raise_on_exception'")
How can one reproduce the bug?
call
What is your host/environment?
Debian Bullseye
Do you have any additional context?
It was first found in version 2.4.0.
ignore_status
transferred as 3rd positional argument in_process_bulk_chunk
:opensearch-py/opensearchpy/helpers/actions.py
Lines 486 to 488 in 567ede3
but
raise_on_exception
expected as 3rd positional:opensearch-py/opensearchpy/helpers/actions.py
Lines 239 to 248 in 567ede3
Previous versions did not have it. Version 2.3.2 snippet:
opensearch-py/opensearchpy/helpers/actions.py
Lines 470 to 478 in 2f57661
The text was updated successfully, but these errors were encountered: