-
Notifications
You must be signed in to change notification settings - Fork 70
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
[PROPOSAL] Change OpenSearch release cadence for 2025 #234
Comments
Thanks Andrew for the detailed proposal. I am voting for 8 week interval/cadence. |
Thanks Andrew for capturing the pros/cons of changes in release cadence. My vote (as proposed in TSC) continues to be 8 weeks. |
Here are my thoughts, and I'll admit they come from my own narrow perspective:
|
Indeed, things get very chaotic around the release date (the 2.18.0 is a notable exception). Although I personally would prefer to see more contained, smaller releases more often (like now, every 6 weeks), the overhead on release team / release managers is huge. I would vote to try out 8 weeks. |
I would also vote for 8 weeks from RE perspective as we would have more time to coordinate the release. As a compensate to the longer release cycle, users can try out the snapshots and nightly builds if they are more eager to update the versions for new feature or fixes. We could use this opportunity to improve the visibility of those nightlys over time. Thanks. |
What are you proposing?
The OpenSearch release process specifies that a release schedule is published at the beginning of every year and that releases are spaced approximately every 6 weeks. This proposal is to increase the 6 week spacing before publishing the 2025 schedule. This proposal was discussed within the technical steering committee and the committee voted to recommend moving to an 8 week interval over staying at 6 weeks or extending to 12 weeks. This issue is to gather feedback from the community, and to discuss alternatives intervals such as 12 weeks, or staying with the 6 week cadence.
What users have asked for this feature?
The infra team selects a release manager to do the work of building, testing, and releasing the distribution for each release. This involves a significant time commitment during each release. Given that both 1.x and 2.x release happen, each with a 14 day release window, that means there are overlapping release windows requiring time from more than one person. The frequent releases means that the infra team has fewer resources to dedicate towards improvements and automation.
Feature teams have indicated that the 6 week cycle is too short to develop significant features, resulting in an interruption to manage and interim release before a feature can be completed for the next release. Additional time consuming processes like security reviews can make it very difficult to complete a feature within a single release cycle.
As a core maintainer, I have also observed the overhead with each release, mainly related to test failures across branches during the process of release branch creation / version increment. This takes developer time to root cause and fix failures, often slowing down other work that would otherwise not be involved in the release.
What problems are you trying to solve?
Ultimately the goal is to cut down on release-related overhead, ultimately leading to more investment in automation and tooling, which will further cut down on release-related overhead.
Why should it be built? Any reason not to?
Less frequent releases mean that users may have to wait longer to get new features or non-critical bug fixes.
Longer intervals mean more changes will go into each release, increasing the likelihood of integration failures. I have observed that releases with more changes (and more last-minute changes) are the most chaotic. It is possible that increasing the interval could be counter-productive and result in more overhead due to more problems and failures during the release process.
What will it take to execute?
Just an update to the release process defined in this repository and then publishing the new 2025 schedule.
Any remaining open questions?
Please note: this proposal applies only to regularly scheduled minor and patch releases. For "hot" patches (patches required for security or other urgent issues) we will build, test and release as quickly as possible.
The text was updated successfully, but these errors were encountered: