-
Notifications
You must be signed in to change notification settings - Fork 141
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] BWC failure on backward compatibility test #3184
Comments
Hi @andy-k-improving , I just took a look of the above log in https://github.com/opensearch-project/sql/actions/runs/11621890097/job/32366453716 and https://github.com/opensearch-project/sql/actions/runs/12144751620/job/33864844886. And I found that the BWC test is failing because the cluster cannot reach a stable state (cluster health does not reach "yellow" within 40 seconds):
The cluster is unable to elect a cluster manager due to a lack of quorum or communication issues between nodes. Right now, I'm trying to re-produce this on my own fork to see if this is a flaky issue due to the unstable connection of our github runner or if we need to extend the timeout for waiting for cluster health. |
Possibly related to OpenSearch Lucene updates at opensearch-project/OpenSearch#15333, and this K-NN PR might also be relevant opensearch-project/k-NN#2195. (Copied from #3089) |
@Swiddis Would you mind to elaborate more on why the Lucene change is related to the BWC failure. |
Locally I tried to bump the base version into v2.18, but get the same error. |
What is the bug?
This is served as a follow up ticket for #3168 to gather all the progress and information related to the backward compatibility test failure on CI pipeline.
How can one reproduce the bug?
Steps to reproduce the behavior:
Run backward compatibility tests
What is the expected behavior?
To have backward compatbility test passed on the main branch for Github CI-Runner.
What is your host/environment?
N/A
Do you have any screenshots?
https://github.com/opensearch-project/sql/actions/runs/12144751620/job/33864844886
Do you have any additional context?
As the test is executed against
openserach-min
distribution, which onlyLinux
distribution is available (Not Mac and WIndows)Contributor is encouraged to equipped with a Ubuntu machine or a equivalent virtual environment.
The text was updated successfully, but these errors were encountered: