You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenSearch 3.0 will use Lucene 10 in accordance with its release policy of maintaining semver with every major Lucene version release covered more in detail at #250
The published release schedule #252 commits to 17th Feb 2025 as the first alpha release of 3.0
We have upgraded to Lucene 10.1.0 and started using baseline JDK 21 for OpenSearch 3.0 in this PR
The purpose of this meta is to track all the efforts towards releasing OpenSearch 3.0 ( JDK 21/23 + Lucene 10 ) and the order of milestones looks as follows :
Milestone
Description
Status
Issue
1
Efforts to resolve compilation issues caused by removed APIs in Lucene, new methods to override; etc.
Completed
2
Efforts to resolve unit and integration test failures ( REST Yaml / InternalCluster / QA )
If you wish to contribute by fixing a failing test in #16366 please drop a message on the PR with the test you are planning to pick so that others can focus on different one's.
Create a PR against the issue-11415 branch in reta's fork. Link this meta on the PR as well.
If it's a very involved test failure or a change that needs to be on the radar for Performance runs, make sure to create an issue and link with this meta.
We will keep posting messages for help required in contributions with title Help Needed - Testing/Performance
These will be tests or issues that primary owners don't have bandwidth to actively look into for sometime.
Stakeholder Notifications
We will send weekly updates on this meta on the progress towards alpha release candidate readiness of OpenSearch core.
Look out for messages with title ALPHA OS 3.0 RC - CORE READINESS STATUS
This will contain the number of tests fixed, highlight significant changes and capture any callouts for performance runs.
@expani@getsaurabh02 This issue appears to be focused on the Lucene 10 upgrade in core. There are a few other significant things that have been discussed for 3.0 in core, namely resolving top level package split across modules (#8110) and removal of all deprecated code (much of this around inclusive naming, such as #5214). Should we formalize that list of work and track progress here as well?
Please describe the end goal of this project
OpenSearch 3.0 will use Lucene 10 in accordance with its release policy of maintaining semver with every major Lucene version release covered more in detail at #250
The published release schedule #252 commits to 17th Feb 2025 as the first alpha release of 3.0
We have upgraded to Lucene 10.1.0 and started using baseline JDK 21 for OpenSearch 3.0 in this PR
The purpose of this meta is to track all the efforts towards releasing OpenSearch 3.0 ( JDK 21/23 + Lucene 10 ) and the order of milestones looks as follows :
3.0.0-alpha
for plugins to start the same process for themselves to integrate with OS 3.0Issues
Contribution
If you wish to contribute by fixing a failing test in #16366 please drop a message on the PR with the test you are planning to pick so that others can focus on different one's.
Create a PR against the issue-11415 branch in reta's fork. Link this meta on the PR as well.
If it's a very involved test failure or a change that needs to be on the radar for Performance runs, make sure to create an issue and link with this meta.
We will keep posting messages for help required in contributions with title
Help Needed - Testing/Performance
These will be tests or issues that primary owners don't have bandwidth to actively look into for sometime.
Stakeholder Notifications
We will send weekly updates on this meta on the progress towards alpha release candidate readiness of OpenSearch core.
Look out for messages with title
ALPHA OS 3.0 RC - CORE READINESS STATUS
This will contain the number of tests fixed, highlight significant changes and capture any callouts for performance runs.
Supporting References
Lucene 10 Update Feature Request
Baseline JDK 21
Breaking Changes in OpenSearch 3.0
Related component
Other
The text was updated successfully, but these errors were encountered: