-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
JSON decoding issues starting with version 1.5.5 (Java::JavaLang::ArrayIndexOutOfBoundsException) #4316
Comments
@guyboertje thoughts? |
I will be creating a new version of JrJackson today to fix the Jackson bug. |
@breml - released JrJackson today. v 0.3.8 in rubygems. Are you able to do a |
@guyboertje I will check tomorrow |
@guyboertje we have checked with version 0.3.8 of jrjackson, and it is working fine now. |
@breml - thank you for that. |
Upstream is fixed. Dependency in Logstash should be updated. |
This will be fixed in 2.1.2 and v2.2. We don't intend to release any more patch fixes on top of 1.5 unless its a security issue. |
@breml any reason you could not update to 2.x? |
Fix in v2.1.2 is fine for me. |
We suffered from ArrayIndexOutOfBounds exceptions while decoding JSON with logstash, starting from version 1.5.5.
My colleague described the problem in: https://discuss.elastic.co/t/json-en-decoding-issues-starting-with-version-1-5-5/36543
Now we could tackle down this issue. The problem is related to FasterXML/jackson-core#216, which got fixed with jackson-* version 2.6.2.
I filed an issue in jrjackson to update the dependecies: guyboertje/jrjackson#48
Solution for logstash:
As soon as jrjackson is updated, logstash should update to the latest version of jrjackson to fix this issue.
Steps to reproduce:
The first message to throw an exception is number 114.
The text was updated successfully, but these errors were encountered: