-
Notifications
You must be signed in to change notification settings - Fork 333
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
(bug) Segfault when trying to connect to Kinesis via EKS IRSA in 0.15.9 #558
Comments
After debugging and tips from this SO, it seems like there is a bug in v0.15.9 that causes the segfault. Reverting to v0.15.8 fixes the issue. Using this to build the KPL config:
I see that 0.15.10 is available (not sure if it fixes the issue or not) -- but it hasn't yet been released to Maven Central. It does look like the only fix in 0.15.10 was related to something that was introduced in 0.15.9, though. I have opened AWS case #170656583201515 and provided debug/trace logs. |
I'm having the same problem, thanks for the details |
Same problem here. |
Yes, we ran into the same issue. pin to 0.15.8 for now. Thanks! |
Same issue here (not IRSA related, though) , running on Amazon Linux 2023 and openjdk 21.0.2 2024-01-16 |
Love the amazing comms from AWS on this! :-\ Is this expected to be fixed in 0.15.10? |
Running the producer in an EKS pod using IRSA that allows access to Kinesis.
The producer segfaults with this error:
The thought was that it was swallowing an error related to the inability to authenticate to the Kinesis endpoint. I have verified authorization is correct by using the AWS CLI on the container (which uses the EKS IRSA credential chain). I don't see any "access denied" API calls to Kinesis in Cloudtrail either. I have confirmed there is no network traffic from the container to Kinesis or Cloudwatch.
I also bumped producer logging up to TRACE, but don't see anything helpful.
Any ideas on how to further troubleshoot this?
Thanks!
The text was updated successfully, but these errors were encountered: