-
Notifications
You must be signed in to change notification settings - Fork 25k
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
Elasticsearch blocks Kibana upgrading from 8.18 to 9.0 #121693
Comments
I suspect this is because 9.0 and 9.1 currently share a transport version; we haven't yet created a unique transport version for 9.0. But just to clarify @TinaHeiligers , Kibana was upgrading from a snapshot of the ES 8.18.0 to a snapshot of 9.0.0? This definitely wasn't trying to upgrade to a 9.1.0 snapshot (ie main branch)? |
Correct, the failure was in testing 9.0.0 upgrade path. The test was skipped on both the 9.0 and main and it is the 9.0 promotion that we need to have resolved. |
Can you lay out the exact steps the test takes? The error message indicates 9.1.0 is running, and the version being upgraded from is 8.18.0, which is not a valid upgrade path. |
@rjernst you're correct and these issues are a result from us having an "inbetween" minor that's made the supported upgrade paths awkward. @jloleysens might have more info into the conclusion that it's an es issue. For now, I can't think of an elegant solution until we're over the upgrade hump and have fully tested that this won't have user impact. |
Apologies, I copy pasted the wrong message in previous discussions. You can see the following error message toward the bottom of these buildkite logs:
This upgrade path should be OK. We are running Kibana on branch (Did not test locally, but I'm pretty sure that is the data archive leading to this error at ES startup) |
When was this last tested? When 9.0 was first cut it (incorrectly) knew about 8.19, thinking that was 8.last (to it), but that was fixed in 803b7c17 |
The failure was on Thursday, 30th Jan at 18.09 UTC, |
Elasticsearch Version
9.0
Installed Plugins
No response
Java Version
bundled
OS Version
Whatever version CI for Kibana runs on
Problem Description
Kibana has an integration test that expects upgrading from 8.18 to 9.0 to pass.
This test failed during es promotion checks and was skipped. This test is vital to ensure that kibana does upgrade successfully for the accepted upgrade path from 8.18 to 9.0
Error:
Steps to Reproduce
Run kibana from source on the main branch.
Unskip the test
Push a PR to check against the es promotion checks.
The test fails with error containing
[8.18.0] directly to version [9.1.0], upgrade to version [8.19.0] first.
Logs (if relevant)
No response
The text was updated successfully, but these errors were encountered: