[SPARK-48581][BUILD] Upgrade dropwizard metrics to 4.2.26#46932
Closed
wayneguow wants to merge 1 commit into
Closed
[SPARK-48581][BUILD] Upgrade dropwizard metrics to 4.2.26#46932wayneguow wants to merge 1 commit into
wayneguow wants to merge 1 commit into
Conversation
yaooqinn
approved these changes
Jun 11, 2024
Member
|
Merged to master. Thanks |
dongjoon-hyun
added a commit
to apache/spark-kubernetes-operator
that referenced
this pull request
May 8, 2025
### What changes were proposed in this pull request? This PR aims to upgrade `DropWizard` metrics to 4.2.30. ### Why are the changes needed? v4.2.25 is outdated over one year because it was released on Jan 24, 2024. We had better use the latest version, v4.2.30. - [v4.2.30: Jan 14, 2025](https://github.com/dropwizard/metrics/releases/tag/v4.2.30) - [v4.2.29: Nov 27, 2024](https://github.com/dropwizard/metrics/releases/tag/v4.2.29) - [v4.2.28: Oct 03, 2024](https://github.com/dropwizard/metrics/releases/tag/v4.2.28) - [v4.2.27: Aug 18, 2024](https://github.com/dropwizard/metrics/releases/tag/v4.2.27) - [v4.2.26: Jun 09, 2024](https://github.com/dropwizard/metrics/releases/tag/v4.2.26) Apache Spark 4.0 upgraded already. - apache/spark#49537 - apache/spark#48997 - apache/spark#48377 - apache/spark#47799 - apache/spark#46932 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #187 from dongjoon-hyun/SPARK-52043. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
Upgrade dropwizard metrics to 4.2.26.
Why are the changes needed?
There are some bug fixes as belows:
Correction for the Jetty-12 QTP metrics by @dkaukov in Correction for the Jetty-12 QTP metrics dropwizard/metrics#4181
Fix metrics for InstrumentedEE10Handler by @zUniQueX in Fix metrics for
InstrumentedEE10Handlerdropwizard/metrics#3928The full release notes:
https://github.com/dropwizard/metrics/releases/tag/v4.2.26
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Passed GA.
Was this patch authored or co-authored using generative AI tooling?
No.