Fix guava and errorprone dependencies#2883
Fix guava and errorprone dependencies#2883karenyrx wants to merge 8 commits intoopensearch-project:mainfrom
Conversation
Signed-off-by: karenx <karenx@uber.com>
Signed-off-by: karenx <karenx@uber.com>
Signed-off-by: karenx <karenx@uber.com>
|
starting a local opensearch cluster using continuing to debug if the failing CI is related |
|
The current failing CI on this PR is due to @bzhangam @navneet1v I believe this fix should resolve the previous CI failure, would you mind helping take a look tomorrow? |
Signed-off-by: Karen X <karenxyr@gmail.com>
Signed-off-by: Karen X <karenxyr@gmail.com>
|
|
||
| apply from : "$rootDir/qa/build.gradle" | ||
|
|
||
| dependencies { |
There was a problem hiding this comment.
not needed as it inherits from qa/build.gradle (as it has apply from : "$rootDir/qa/build.gradle" on Line 9)
|
|
||
| apply from : "$rootDir/qa/build.gradle" | ||
|
|
||
| dependencies { |
There was a problem hiding this comment.
not needed as it inherits from qa/build.gradle (as it has apply from : "$rootDir/qa/build.gradle" on Line 9)
|
@karenyrx I think in your test your knn query didn't go through. It fail fast due to index not found issue. You probably want to create a knn index and index some docs and then run knn query. And in this PR's BWS failure I also find Which seems the real issue causing the failure. |
|
@karenyrx the runtime issues are still happning Please fix this ASAP. This is blocking multiple features |
Signed-off-by: karenx <karenx@uber.com>
|
@karenyrx still the issue persist, can you please check. |
Signed-off-by: karenx <karenx@uber.com>
Signed-off-by: karenx <karenx@uber.com>
|
Hi @navneet1v @bzhangam @karenyrx , I was thinking this is not related to grpc transport which should not include guava at all since the SPI was introduced. There is this PR on core which I think made it into the snapshot at the time when CI began failing: The dependency insights tool seems to me to indicate this is the cause of failures. |
|
Closing this PR, in lieu of: |
Description
To address this CI failure (
Execution failed for task ':compileTestFixturesJava'.)References:
PR 2817
PR 2833
Related Issues
Resolves #[Issue number to be closed when this PR is merged]
Check List
--signoff.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.