[BUG] Upgrading from OpenSearch 1.0.0 to OpenSearch 2.0.0-rc1 fails
See original GitHub issueDescribe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior: Upgrading BWC test to 2.0.0(Changes)
Expected behavior Upgrade succeeds.
Actual behavior Fails at node joining cluster Failing Github Action: https://github.com/cliu123/security/runs/6099205094?check_suite_focus=true Error:
» Caused by: java.lang.IllegalStateException: Received message from unsupported version: [2.0.0] minimal compatible version is: [6.8.0]
» at org.opensearch.transport.TransportHandshaker$HandshakeResponseHandler.handleResponse(TransportHandshaker.java:168) ~[opensearch-2.0.0-rc1-SNAPSHOT.jar:2.0.0-rc1-SNAPSHOT]
» at org.opensearch.transport.TransportHandshaker$HandshakeResponseHandler.handleResponse(TransportHandshaker.java:[144](https://github.com/cliu123/security/runs/6099205094?check_suite_focus=true#step:5:144)) ~[opensearch-2.0.0-rc1-SNAPSHOT.jar:2.0.0-rc1-SNAPSHOT]
» at org.opensearch.transport.InboundHandler.doHandleResponse(InboundHandler.java:266) ~[opensearch-2.0.0-rc1-SNAPSHOT.jar:2.0.0-rc1-SNAPSHOT]
» at org.opensearch.transport.InboundHandler.handleResponse(InboundHandler.java:258) ~[opensearch-2.0.0-rc1-SNAPSHOT.jar:2.0.0-rc1-SNAPSHOT]
» at org.opensearch.transport.InboundHandler.messageReceived(InboundHandler.java:[146](https://github.com/cliu123/security/runs/6099205094?check_suite_focus=true#step:5:146)) ~[opensearch-2.0.0-rc1-SNAPSHOT.jar:2.0.0-rc1-SNAPSHOT]
» at org.opensearch.transport.InboundHandler.inboundMessage(InboundHandler.java:102) ~[opensearch-2.0.0-rc1-SNAPSHOT.jar:2.0.0-rc1-SNAPSHOT]
» at org.opensearch.transport.TcpTransport.inboundMessage(TcpTransport.java:713) ~[opensearch-2.0.0-rc1-SNAPSHOT.jar:2.0.0-rc1-SNAPSHOT]
» at org.opensearch.transport.InboundPipeline.forwardFragments(InboundPipeline.java:155) ~[opensearch-2.0.0-rc1-SNAPSHOT.jar:2.0.0-rc1-SNAPSHOT]
» at org.opensearch.transport.InboundPipeline.doHandleBytes(InboundPipeline.java:130) ~[opensearch-2.0.0-rc1-SNAPSHOT.jar:2.0.0-rc1-SNAPSHOT]
» at org.opensearch.transport.InboundPipeline.handleBytes(InboundPipeline.java:95) ~[opensearch-2.0.0-rc1-SNAPSHOT.jar:2.0.0-rc1-SNAPSHOT]
Plugins Security plugin
Issue Analytics
- State:
- Created a year ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Version history - OpenSearch documentation
OpenSearch version Release highlights Release date
2.4.0 15 November 2022
2.3.0 14 September 2022
1.0.1 Bug fixes. 01 September 2021
Read more >Upgrading Amazon OpenSearch Service domains
Learn how to upgrade an Amazon OpenSearch Service domain to a newer OpenSearch or Elasticsearch version.
Read more >OpenSearch Tutorial: Getting Started with Install and ... - Logz.io
OpenSearch, a tutorial for installation and configuration. OpenSearch is a community ... docker pull opensearchproject/opensearch:1.0.0-rc1
Read more >Elasticsearch version 7.0.0 | Elasticsearch Guide [7.17] | Elastic
This bug is fixed in Elasticsearch 7.7 and later versions. ... Fail start on obsolete indices documentation #37786 (issue: #27073); Fail start on...
Read more >Bug List - FreeBSD Bugzilla
ID Product△ Component Assignee△ Status△ Changed
258481 Base System kern allanjude New Sat 02:47
234130 Base System kern bugs New Sun 17:31
237576 Base System kern...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes, BWC tests.
@cliu123 Can you add here the upgrade paths that succeeded?