-
Notifications
You must be signed in to change notification settings - Fork 145
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
[Release 3.0] Bump gradle 8.10.2 / JDK23 / 3.0.0.0-alpha1 on SQL plugin #3319
[Release 3.0] Bump gradle 8.10.2 / JDK23 / 3.0.0.0-alpha1 on SQL plugin #3319
Conversation
Signed-off-by: Peter Zhu <[email protected]>
Pending geospatial:
|
Now pending ml:
|
Signed-off-by: Peter Zhu <[email protected]>
Signed-off-by: Peter Zhu <[email protected]>
Signed-off-by: Peter Zhu <[email protected]>
Signed-off-by: Peter Zhu <[email protected]>
Seems issues with jdk23 not very sure:
|
See it here:
Will update 1.14.19 (1.14.16 supports JDK23) |
Signed-off-by: Peter Zhu <[email protected]>
Now JDK23 has the same errors on integTest as JDK21: |
Adding @noCharger to take a look at integTest as he is the release manager for SQL. Thanks! |
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.
One major isssue from the log:
» java.lang.IllegalArgumentException: No enum constant org.opensearch.action.search.SearchPhaseName.CREATE_PIT
> Task :integ-test:integTest FAILED
This is tracking opensearch-project/OpenSearch#16750
Bugfix opensearch-project/OpenSearch#16781
Some other IT failed, which might be transient:
|
Signed-off-by: Peter Zhu <[email protected]>
Seems like same issues as this one: |
New Failures on the build test, not integTest anymore after updating security snapshots:
cc: @noCharger Thanks! |
This score discrepancy was replicated on my local with this PR. opensearch-project/OpenSearch#17306 is the likely reason, if the non-alpha1 snapshot does not contain this PR. Let's make the necessary updates to the functions.rst document. Also ping @msfroh to confirm if there are any adverse effects / regression could be introduced by this score function change. |
The alpha1 version will eventually become non-alpha1 during GA, so I think we can start with the update. |
Signed-off-by: Peter Zhu <[email protected]>
Still seeing:
And more:
|
I reproduced this test failure locally and raised an issue in the core repository. opensearch-project/OpenSearch#17391; There's no query plan change on sql plugin (verified via explain API). @peterzhuamazon It would be helpful if you could test following those steps by sending dsl queries to the alpha1 cluster. |
Retry after opensearch-project/OpenSearch#17418. |
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.
Thanks for the change! Can we also briefly mention the import changes in PR description?
Updated, thanks! |
1 similar comment
Updated, thanks! |
Description
[Release 3.0] Bump gradle 8.10.2 / JDK23 / 3.0.0.0-alpha1 on SQL plugin
Change the normal import
Client
totransport.Client
.Change the
master
term toclustermanager
.Update to new
com.gradleup.shadow
id for shadow plugin.Related Issues
Closes #3315
#1880
Check List
[ ] New functionality includes testing.[ ] New functionality has been documented.[ ] New functionality has javadoc added.[ ] New functionality has a user manual doc added.[ ] API changes companion pull request created.--signoff
.[ ] Public documentation issue/PR created.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.