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(docker):The datahub-frontend service failed to start when executing dev.sh #7616 #7618

Merged
merged 5 commits into from Jan 19, 2024

Conversation

yangjiandan
Copy link
Contributor

After applying this patch, when MONITORING=true the datahub-frontend service also can start normally

Checklist

  • The PR conforms to DataHub's Contributing Guideline (particularly Commit Message Format)
  • Links to related issues (if applicable)
  • Tests for the changes have been added/updated (if applicable)
  • Docs related to the changes have been added/updated (if applicable). If a new feature has been added a Usage Guide has been added for the same.
  • For any breaking change/potential downtime/deprecation/big changes an entry has been made in Updating DataHub

@github-actions github-actions bot added the devops PR or Issue related to DataHub backend & deployment label Mar 17, 2023
@yangjiandan
Copy link
Contributor Author

@jjoyce0510 Could you help review this pr? Thanks

&& apk --no-cache add openjdk11-jre --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community
&& apk --no-cache add openjdk11-jre --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community \
&& wget https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/download/v1.18.0/opentelemetry-javaagent.jar -O opentelemetry-javaagent.jar \
&& wget https://repo1.maven.org/maven2/io/prometheus/jmx/jmx_prometheus_javaagent/0.16.1/jmx_prometheus_javaagent-0.16.1.jar -O jmx_prometheus_javaagent.jar
Copy link
Contributor

Choose a reason for hiding this comment

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

Why are we rolling back from 0.17 to 0.16? What does that get us?

I ask because the old library/jmx_prometheus_javaagent.jar:1 trips over the Snakeyaml bug here: https://www.veracode.com/blog/research/resolving-cve-2022-1471-snakeyaml-20-release-0 and therefore we probably ought to be migrating forward to 0.18.x

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oh, this is my typo. It should be 0.17. I will update this patch later.

@yangjiandan yangjiandan reopened this Jun 21, 2023
@yangjiandan
Copy link
Contributor Author

@meyerkev please help me review this pr, thanks!

@anshbansal anshbansal added the community-contribution PR or Issue raised by member(s) of DataHub Community label Jun 23, 2023
@yangjiandan
Copy link
Contributor Author

@shirshanka Could you help me review this pr?

@RyanHolstien RyanHolstien added the merge-pending-ci A PR that has passed review and should be merged once CI is green. label Dec 7, 2023
@david-leifker david-leifker self-assigned this Jan 18, 2024
@david-leifker david-leifker merged commit 2b744fa into datahub-project:master Jan 19, 2024
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community-contribution PR or Issue raised by member(s) of DataHub Community devops PR or Issue related to DataHub backend & deployment merge-pending-ci A PR that has passed review and should be merged once CI is green.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants