-
Notifications
You must be signed in to change notification settings - Fork 467
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
Lots of warnings #399
Comments
i have the same problem.. |
This can occur if the record processor takes more than 30 seconds to complete processRecords. The KCL will automatically reconnect and start processing data again. In the future we will not surface these exceptions, and just automatically reconnect. |
We just released version 2.0.3 of the Amazon Kinesis Client Library which should fix this issue. Feel free to reopen this if you're still seeing the issue. |
Hi @pfifer , I'm on
and also
and finally:
|
@pfifer Hi Justin, we are on KCL 2.0.4 and getting the same order of warning logs but it is not a read timeout. Following is the shortened exception stack for a specific RequestID.
In what circumstances we get this error? |
Hi @pfifer, similar to other folks here, we're seeing this behavior on 2.1.2. We're seeing lots of warnings like this:
It is unclear to me whether this is something that we have misconfigured, something that just isn't working properly, or if its something we're not handling properly. Additionally, we 're seeing periodic failures in checkpointing due to access to DynamoDB being throttled (but that feels like a red herring to me, feels like its a symptom and not the actual problem). Do you have any insight on what is going on, or what we can do differently? Thanks! |
Seeing something similar on 2.2.1. And this appears to end up causing a loss of some records being processed. Per the earlier comment is the 30 secs to process issue still a thing? Was a bit confused as the 2.0.3 update would keep this from happening?
|
|
I'm seeing lots of warning messages like the following:
Repeated every few minutes. Other than this, everything appears to be running correctly. Is it anything to be worried about?
I'm not sure if this is related to #391, but the errors look different so I filed a separate issue.
The text was updated successfully, but these errors were encountered: