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

[STORM-4003] add missing jakarta.xml.bind dependency to storm-kafka-monitor #3601

Conversation

avermeer
Copy link
Contributor

What is the purpose of the change

When running Storm UI with Java 17 runtime, the lag of Kafka consumers is not visible in the topology view for the topologies which are consuming Kafka topics. Based on exceptions found in ui.log, this is because storm-kakfa-monitor is missing JAXB API.

How was the change tested

Using Storm 2.6.0 snapshot dated 2023/11/14, doing a copy of jakarta.xml.bind-api-2.3.2.jar from lib-worker/ to lib-tools/storm-kafka-monitor/ then restarting Storm UI process solves the problem.

@avermeer avermeer requested review from jnioche and rzo1 November 15, 2023 14:47
@jnioche jnioche changed the title STORM-4003: add missing jakarta.xml.bind dependency to storm-kafka-monitor [STORM-4003] add missing jakarta.xml.bind dependency to storm-kafka-monitor Nov 15, 2023
@avermeer
Copy link
Contributor Author

i see that there's an integration error , but I don't understand how it could relate to my PR. Any idea ?

@rzo1
Copy link
Contributor

rzo1 commented Nov 15, 2023

Most likely flaky test (as it passes on 17,21). Retriggered.

@rzo1 rzo1 merged commit 3782565 into apache:master Nov 15, 2023
18 checks passed
@avermeer
Copy link
Contributor Author

okay tests are passing now :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants