-
Notifications
You must be signed in to change notification settings - Fork 408
[CELEBORN-1389] Bump Dropwizard version from 3.2.6 to 4.2.25 #2540
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
Conversation
5910001 to
0c63c4d
Compare
|
Ping @pan3793, @onebox-li, @FMX. |
|
Have you verified the Grafana Dashboard? |
|
@pan3793, I have not verified the dashboard changes because I did not use the dashboard in production environment. I only verified the dashboard display via https://stenicholas.grafana.net/goto/4ywHh1ySg?orgId=1. |
90605d7 to
0afa722
Compare
onebox-li
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pan3793, PTAL. |
FMX
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Merge into main(v0.6.0) and branch-0.5.
### What changes were proposed in this pull request? Bump Dropwizard version from 3.2.6 to 4.2.25. Meanwhile, introduce `metrics_jvm_thread_peak_count_Value` and `metrics_jvm_thread_total_started_count_Value` in `celeborn-jvm-dashboard.json`. ### Why are the changes needed? Dropwizard metrics has released v4.2.25 including some bugfixes and improvements including: * [JVM] Fix maximum/total memory calculation: dropwizard/metrics#3125 * [Thread] Add peak and total started thread count to `ThreadStatesGaugeSet`: dropwizard/metrics#1601 Meanwhile, Ratis version has upgraded to 3.0.1 which has no compatibility problem with Dropwizard 4.2.25. Backport: - apache/spark#26332 - apache/spark#29426 - apache/spark#37372 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Manual test. Closes #2540 from SteNicholas/CELEBORN-1389. Authored-by: SteNicholas <[email protected]> Signed-off-by: mingji <[email protected]> (cherry picked from commit 4fc42d7) Signed-off-by: mingji <[email protected]>

What changes were proposed in this pull request?
Bump Dropwizard version from 3.2.6 to 4.2.25. Meanwhile, introduce
metrics_jvm_thread_peak_count_Valueandmetrics_jvm_thread_total_started_count_Valueinceleborn-jvm-dashboard.json.Why are the changes needed?
Dropwizard metrics has released v4.2.25 including some bugfixes and improvements including:
ThreadStatesGaugeSet: Add peak and total started thread count to ThreadStatesGaugeSet dropwizard/metrics#1601Meanwhile, Ratis version has upgraded to 3.0.1 which has no compatibility problem with Dropwizard 4.2.25.
Backport:
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Manual test.