-
Notifications
You must be signed in to change notification settings - Fork 853
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
java.lang.NumberFormatException: For input string: "1.547993531819E9 #1023
Comments
This is clearly a bug. According to Kinesis docs,
The stack trace shows that the This is a very critical bug and we'd appreciate if you can issue a fix. Thanks EditThe root cause is that |
Maybe it's related to the bug I reported in #1021 ? What do you think ? |
@aesteve it might be the case, since we also disabled CBOR for localstack. |
I'll add a comment on #1021 to add your EDIT, it's probably gonna help fixing the issue. |
Sorry to nudge, but this is critical. If someone can look into it we'll appreciate. |
Thank you for reporting. I'm working on the fix right now. |
The fix is merged and will be included in the next release. |
The fix has been released in Feel free to reopen if you have further question. |
We've deployed the fix 12 hours ago and there haven't been any NumberFormatExceptions since. It depends on traffic and it always happened sporadically so I'm not 100% sure. But so far looks good. Thank you! |
Can confirm my integration tests with localstack are all green now. Thanks for your fix. |
When using amazon-kinesis-client, I'm getting
Current Behavior
The
ShardRecordProcessor
fails when reading records from Kinesis stream withStack trace
Possible Solution
No possible solution
Steps to Reproduce (for bugs)
Context
This issue may be related: #970
Your Environment
The text was updated successfully, but these errors were encountered: