Skip to content
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

Jackson #146 affects ES bulk API: parse error on large document containing negative floats. #7932

Closed
Bvggy opened this issue Sep 30, 2014 · 2 comments

Comments

@Bvggy
Copy link

Bvggy commented Sep 30, 2014

When bulk-uploading large docs containing negative floats, Jackson sometimes triggers a parse error. It happens when the negative float is located on the boundaries of Jackson's inner buffer (4096 bytes chunk I think?).
See: FasterXML/jackson-core#146
The issue has been corrected in Jackson 2.4.2.

@kimchy
Copy link
Member

kimchy commented Sep 30, 2014

will upgrade existing branches of ES to it soonish

@s1monw
Copy link
Contributor

s1monw commented Sep 30, 2014

++

kimchy added a commit to kimchy/elasticsearch that referenced this issue Sep 30, 2014
@kimchy kimchy closed this as completed in 361b7b1 Oct 2, 2014
kimchy added a commit that referenced this issue Oct 2, 2014
kimchy added a commit that referenced this issue Oct 2, 2014
@kimchy kimchy removed the v1.3.5 label Oct 2, 2014
mute pushed a commit to mute/elasticsearch that referenced this issue Jul 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants