AMBARI-26264. Disable releases for apache-snapshots repo#138
Merged
Conversation
Contributor
Author
|
@JiaLiangC @arshadmohammad please review Failing tests are due to AMBARI-26142, as mentioned in #134 (comment) |
Contributor
Author
|
@JiaLiangC @arshadmohammad can you please help review this? |
Contributor
|
@adoroszlai Sorry for the late reply. When you @ us here, the project members don't actually receive email notifications. You can send an email, @ us in the issue, or submit a PR in the Apache Ambari project. |
Contributor
Author
|
Thanks @JiaLiangC for the response. I'll keep that in mind.
I'm not sure how I could submit it in https://github.com/apache/ambari, the code to be changed is in this repo. |
Contributor
|
LGTM. |
Contributor
Author
|
Thanks @jojochuang for reviewing and merging this. |
JiaLiangC
added a commit
to JiaLiangC/ambari-metrics
that referenced
this pull request
Mar 20, 2025
* 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)
jojochuang
pushed a commit
to jojochuang/ambari-metrics
that referenced
this pull request
Apr 21, 2025
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?
Problem: build tries to download release artifacts from
apache-snapshotsrepo, and non-Apache artifacts fromapache-releasesrepo.Fix:
apache-snapshotsapache-releasesrepo, usecentral(inherited) insteadhttps://issues.apache.org/jira/browse/AMBARI-26264
How was this patch tested?
Local build.