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

Fix AWS Sdk dependency conflict #5082

Merged
merged 1 commit into from
Oct 17, 2024

Conversation

sb2k16
Copy link
Contributor

@sb2k16 sb2k16 commented Oct 17, 2024

Description

This PR is to address the dependency conflict in Kinesis Source plugin. It looks there is a conflict of AWS Sdk Kinesls Client dependency which was breaking the plugin functionality.

Resolves #5084

Check List

  • Commits are signed with a real name per the DCO

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

dlvenable
dlvenable previously approved these changes Oct 17, 2024
Copy link
Member

@dlvenable dlvenable left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @sb2k16 !

@@ -138,7 +138,7 @@ public Scheduler getScheduler(final Buffer<Record<Event>> buffer) {
try {
scheduler = createScheduler(buffer);
} catch (Exception ex) {
LOG.error("Caught exception when initializing KCL Scheduler. Will retry");
LOG.error("Caught exception when initializing KCL Scheduler. Will retry", ex);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for adding ex to this message. Also, please add NOISY flag for this message.

kkondaka
kkondaka previously approved these changes Oct 17, 2024
@sb2k16 sb2k16 dismissed stale reviews from kkondaka and dlvenable via b3d4dfb October 17, 2024 22:16
@dlvenable dlvenable merged commit 2575db3 into opensearch-project:main Oct 17, 2024
72 of 74 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Oct 17, 2024
Signed-off-by: Souvik Bose <[email protected]>
Co-authored-by: Souvik Bose <[email protected]>
(cherry picked from commit 2575db3)
dlvenable pushed a commit that referenced this pull request Oct 18, 2024
Signed-off-by: Souvik Bose <[email protected]>
Co-authored-by: Souvik Bose <[email protected]>
(cherry picked from commit 2575db3)

Co-authored-by: Souvik Bose <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Kinesis source is failing on startup
5 participants