-
Notifications
You must be signed in to change notification settings - Fork 84
AMBARI-26142: JDK17 support for Ambari-metrics #134
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
Co-authored-by: Mohammad Arshad <arshad@apache.org>
c790a47 to
72feffc
Compare
|
@sandeep318kumar |
|
@sandeep318kumar It looks like three tests have failed. Could you please fix them? |
|
@sandeep318kumar It will be merged first, and the failed unit tests will be submitted in a separate PR. |
JiaLiangC
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
|
@JiaLiangC Can I work on these test cases? |
@sandeep318kumar sorry for later reply, of course you can. |
This reverts commit 667fa9a.
This reverts commit 667fa9a.
* master: AMBARI-26327: Fix ambari-metrics-monitor start failure (apache#143) Revert "AMBARI-26142: JDK17 support for Ambari-metrics (apache#134)" (apache#142) AMBARI-26264. Disable releases for apache.snapshots repo (apache#138) AMBARI-25954 Upgrade ignite-core to 2.1.0 to 2.15.0 (apache#114) [AMBARI-26184] Resolve snakeyaml 0.12 CVE (apache#136) AMBARI-26142: JDK17 support for Ambari-metrics (apache#134) [AMBARI-26135] Upgrade net.sf.ehcache to 3.10.0 (apache#132) status: command not found (apache#125) [AMBARI-26095] Upgrade Grafana version 9.5.5 to 11.1.4 (apache#129) [AMBARI-26134]Resolve Test case failures in Ambari Metrics host Monitoring (apache#133) AMBARI-26123:Ambari-metrics build failed apache#130 AMBARI-26020: upgrade Ambari Metrics to python3 (apache#126) AMBARI-25998: Host uuid is not getting synced to other collectors, causing NPE while accessing metric (apache#124)
Co-authored-by: Mohammad Arshad <arshad@apache.org>
…pache#142) This reverts commit 667fa9a.
|
Hi @JiaLiangC we would need the JDK-17 support in Ambari metrics to enable helix-core fix #173 |
[AMBARI-26142] JDK17 support for Ambari-metrics
What changes were proposed in this pull request?
upgrade maven-compiler-plugin to 3.5
maven-shade-plugin to 3.5.1
guava to 32.1.3-jre
maven-surefire-plugin to 3.2.5
JDK to 17
API changes
tests cases modified
(Please fill in changes proposed in this fix)
How was this patch tested?
TESTING is pending.
(Please explain how this patch was tested. Ex: unit tests, manual tests)
(If this patch involves UI changes, please attach a screen-shot; otherwise, remove this)
Please review Ambari Contributing Guide before opening a pull request.