-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[BUG] backward incompatibility between 2.17 and 3.0.0 #15234
Comments
bwc test failed with a new search query issue:
|
Merged
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
AD bwc test failed due to StreamInput failure on 3.0: opensearch-project/anomaly-detection#1274 (comment)
testBackwardsCompatibility in kNN failed similiar to opensearch-project/k-NN#1622
I can reproduce the issue by starting three nodes: two are 2.17 and one is 3.0:
Then I ingested documents to index foo with 1 primary and 2 replicas. When I issued a query:
I got error
Here is the stack trace from the above error:
Related component
Search
To Reproduce
Expected behavior
Query should succeed in a mixed cluster.
Additional Details
Plugins
Please list all plugins currently enabled.
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: