-
Notifications
You must be signed in to change notification settings - Fork 100
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
[BUG][2.8.0]Observability 2.8.0.0 failed to install due to jarhell with guava #1535
Comments
./gradlew build will run integTest, which installs job-scheduler and assembled observability artifacts to opensearch.
I'm able to reproduce the issue with |
CI couldn't catch this because it was passed a month ago #1505 |
Hi @joshuali925 I synced this up with @derek-ho last week. Thanks. |
Seems resolved, closing. |
Hi,
Seems like caused by guava dep here:
https://github.com/opensearch-project/observability/blob/2.x/build.gradle#L197
This dep has been removed in 3.0.0/main it seems.
This is not caught in observability ci because the ci only run
gradle build
and does not test the plugin installation.https://github.com/opensearch-project/observability/blob/2.x/.github/workflows/opensearch-observability-test-and-build-workflow.yml#L30
Suggest adding these into your ci:
https://github.com/opensearch-project/ml-commons/blob/main/.github/workflows/CI-workflow.yml#L52-L60C52
Thanks.
The text was updated successfully, but these errors were encountered: