-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[HUDI-2662] Downloads from Nexus Pentaho repo taking too long #3901
Conversation
I inspected every jar thats getting delayed with pentaho. I could confirm that we can find every jar of interest in other nexus domains.
Once the CI succeeds, we should be good to go ahead and land this in. |
@hudi-bot azure run |
@hudi-bot azure run |
...i-spark-client/src/test/java/org/apache/hudi/client/functional/TestHoodieBackedMetadata.java
Outdated
Show resolved
Hide resolved
hudi-common/src/main/java/org/apache/hudi/metadata/HoodieBackedTableMetadata.java
Outdated
Show resolved
Hide resolved
4d86b0e
to
d84e6eb
Compare
@hudi-bot azure run |
@@ -165,6 +165,10 @@ private void initIfNeeded() { | |||
logRecords.put(entry.getKey(), entry.getValue()); | |||
} | |||
} | |||
} else { |
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.
@nsivabalan @codope why are these changes needed again?
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.
a test was failing in CI and so I fixed it in this patch. Did not want to land this patch with failing CI. I thought of putting up a separate patch, but the other one will depend on this patch since tests might time out.
I removed the commented out lines in root pom in here. sorry about that. |
What is the purpose of the pull request
https://public.nexus.pentaho.org/repository/proxy-public-3rd-party-release is unavailable to serve any requests. We are removing the url from pom as we confirmed that all jars are available in other nexus repository urls.
Brief change log
(for example:)
Verify this pull request
(Please pick either of the following options)
This pull request is a trivial rework / code cleanup without any test coverage.
(or)
This pull request is already covered by existing tests, such as (please describe tests).
(or)
This change added tests and can be verified as follows:
(example:)
Committer checklist
Has a corresponding JIRA in PR title & commit
Commit message is descriptive of the change
CI is green
Necessary doc changes done or have another open PR
For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.