-
Notifications
You must be signed in to change notification settings - Fork 104
Updated gradle and java version to 24 #1436
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
Updated gradle and java version to 24 #1436
Conversation
|
Seems like there is compiling error here @owaiskazi19 ? Thanks. |
Weird, working fine on local @martin-gaievski @bzhangam can rerun the checks here? |
|
Rerun will fail I believe. |
I think the issue is related to the lombok and somehow it cannot generate the codes properly in git actions. Probably we can try to use a newer version https://plugins.gradle.org/plugin/io.freefair.lombok? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1436 +/- ##
============================================
- Coverage 79.95% 0 -79.96%
============================================
Files 160 0 -160
Lines 8584 0 -8584
Branches 1396 0 -1396
============================================
- Hits 6863 0 -6863
+ Misses 1186 0 -1186
+ Partials 535 0 -535 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
BWC tests fails on the knn side » fatal error in thread [main], exiting
» java.util.ServiceConfigurationError: org.apache.lucene.codecs.KnnVectorsFormat: Provider org.opensearch.knn.index.codec.KNN990Codec.NativeEngines990KnnVectorsFormat could not be instantiated
» at java.base/java.util.ServiceLoader.fail(ServiceLoader.java:552)
» at ava.base/java.util.ServiceLoader$ProviderImpl.newInstance(ServiceLoader.java:712)
» at java.base/java.util.ServiceLoader$ProviderImpl.get(ServiceLoader.java:672)
» at java.base/java.util.ServiceLoader$2.next(ServiceLoader.java:1256)
» at org.apache.lucene.util.NamedSPILoader.reload(NamedSPILoader.java:68)
» at org.apache.lucene.codecs.KnnVectorsFormat.reloadKnnVectorsFormat(KnnVectorsFormat.java:82)
» at org.opensearch.plugins.PluginsService.reloadLuceneSPI(PluginsService.java:842)
» at org.opensearch.plugins.PluginsService.loadBundle(PluginsService.java:795)
» at org.opensearch.plugins.PluginsService.loadBundles(PluginsService.java:615)
» at org.opensearch.plugins.PluginsService.<init>(PluginsService.java:229)
» at org.opensearch.node.Node.<init>(Node.java:536)
» at org.opensearch.node.Node.<init>(Node.java:464)
» at org.opensearch.bootstrap.Bootstrap$5.<init>(Bootstrap.java:249)
» at org.opensearch.bootstrap.Bootstrap.setup(Bootstrap.java:249)
» at org.opensearch.bootstrap.Bootstrap.init(Bootstrap.java:411)
» at org.opensearch.bootstrap.OpenSearch.init(OpenSearch.java:168)
» at org.opensearch.bootstrap.OpenSearch.execute(OpenSearch.java:159)
» at org.opensearch.common.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:110)
» at org.opensearch.cli.Command.mainWithoutErrorHandling(Command.java:138)
» at org.opensearch.cli.Command.main(Command.java:101)
» at org.opensearch.bootstrap.OpenSearch.main(OpenSearch.java:125)
» at org.opensearch.bootstrap.OpenSearch.main(OpenSearch.java:91)
» Caused by: java.lang.ExceptionInInitializerError
» at org.opensearch.knn.index.codec.KNN990Codec.NativeEngines990KnnVectorsFormat.<init>(NativeEngines990KnnVectorsFormat.java:50)
» at org.opensearch.knn.index.codec.KNN990Codec.NativeEngines990KnnVectorsFormat.<init>(NativeEngines990KnnVectorsFormat.java:42)
» at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
» at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
» at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:483)
» at java.base/java.util.ServiceLoader$ProviderImpl.newInstance(ServiceLoader.java:707)
» ... 20 more |
|
Pending opensearch-project/k-NN#2792 |
opensearch-project/k-NN#2792 is merged. Need to rerun the checks |
|
Failing with we will need to add |
|
BWC is still failing with the below permission even when it's added on core side: https://github.com/opensearch-project/OpenSearch/pull/18771/files I also tried to add the permission to the plugin explicitly. |
|
@owaiskazi19 Why is BWC testing 2.19 to 3.1? Shouldn't it be on 3.2 now? Make sure #1406 is included in your feature branch. |
c1a189e to
7306d6b
Compare
I rebased and actually updated bwc version in this PR. But now pulled in this PR to run with 3.2 |
Signed-off-by: Owais <[email protected]>
Signed-off-by: Owais <[email protected]>
Signed-off-by: Owais <[email protected]>
Signed-off-by: Owais <[email protected]>
Signed-off-by: Owais <[email protected]>
Signed-off-by: Owais <[email protected]>
Signed-off-by: Owais <[email protected]>
Signed-off-by: Owais <[email protected]>
Signed-off-by: Owais <[email protected]>
Signed-off-by: Owais <[email protected]>
Signed-off-by: Owais <[email protected]>
Signed-off-by: Owais <[email protected]>
Signed-off-by: Owais <[email protected]>
e3eaf6f to
77ecea3
Compare
Signed-off-by: Owais <[email protected]>
Signed-off-by: Owais <[email protected]>
ryanbogan
left a comment
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.
LGTM
|
Thanks for the change. The failure in BWC is from a bug in the test itself. |
d0f83a4
into
opensearch-project:main
Description
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.