Skip to content

[TASK] Fix false positives with bulk request error detection#20

Merged
kdambekalns merged 1 commit intomasterfrom
fix-error-detection
Mar 7, 2014
Merged

[TASK] Fix false positives with bulk request error detection#20
kdambekalns merged 1 commit intomasterfrom
fix-error-detection

Conversation

@kdambekalns
Copy link
Copy Markdown
Member

The simple strpos() check used does not work, the response contains a
boolean flag named "error", so the check always fired.

Note: this is probably a ES 1.0 change.

The simple strpos() check used does not work, the response contains a
boolean flag named "error", so the check always fired.

Note: this is probably a ES 1.0 change.
@kdambekalns
Copy link
Copy Markdown
Member Author

Oh, sorry that this contains unrelated cleanup as well ;)

@kdambekalns
Copy link
Copy Markdown
Member Author

@robertlemke Please check this one as well.

kdambekalns added a commit that referenced this pull request Mar 7, 2014
[TASK] Fix false positives with bulk request error detection
@kdambekalns kdambekalns merged commit f729753 into master Mar 7, 2014
@kdambekalns kdambekalns deleted the fix-error-detection branch March 7, 2014 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant