Replace AutoTuner Maven lookup with offline plugin staleness detection - #2127
Merged
Merged
Conversation
parthosa
force-pushed
the
fix/remove-autotuner-maven-lookup
branch
from
August 24, 2026 21:55
f207de5 to
0bf1632
Compare
Signed-off-by: Partho Sarthi <psarthi@nvidia.com>
parthosa
force-pushed
the
fix/remove-autotuner-maven-lookup
branch
from
August 24, 2026 22:09
0bf1632 to
9e760e3
Compare
Signed-off-by: Partho Sarthi <psarthi@nvidia.com>
Signed-off-by: Partho Sarthi <psarthi@nvidia.com>
SYangster
reviewed
Aug 26, 2026
SYangster
previously approved these changes
Aug 26, 2026
Signed-off-by: Partho Sarthi <psarthi@nvidia.com>
SYangster
approved these changes
Aug 26, 2026
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.
Contributes: #2098
Summary
Replace AutoTuner's live Maven latest-release lookup with an offline staleness check. This removes an external network dependency from tuning and cluster recommendation paths, preventing Maven Central HTTP 429 responses while retaining useful plugin update guidance.
Approach
rapids-4-spark_<scala>-YY.MM.patchartifact name; the repository and product were renamed to NVIDIA cuDF plugin for Apache Spark, but the Maven artifact name is unchanged.Testing
cd core && mvn testFollow-up
WebCrawlerUtilremains in the source tree for a separate cleanup.