Skip to content
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

BWC Rolling upgrade tests are failing #529

Closed
vibrantvarun opened this issue Jan 3, 2024 · 2 comments
Closed

BWC Rolling upgrade tests are failing #529

vibrantvarun opened this issue Jan 3, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@vibrantvarun
Copy link
Member

The BWC Rolling Upgrade Tests are failing on Branch 2.x for BWC version <= 2.10 . This issue keeps a track for the fix.

@vibrantvarun
Copy link
Member Author

Error Coming from RestClient while running testAgainstOneThirdUpgradedCluster

org.opensearch.neuralsearch.bwc.SemanticSearchIT > testTextEmbeddingProcessor_E2EFlow FAILED
    org.opensearch.client.ResponseException: method [POST], host [http://127.0.0.1:40629], URI [/neuralsearch-bwc-testtextembeddingprocessor_e2eflow/_search?size=1], status line [HTTP/1.1 500 Internal Server Error]
    {"error":{"root_cause":[{"type":"illegal_state_exception","reason":"unexpected byte [0x48]"}],"type":"illegal_state_exception","reason":"unexpected byte [0x48]"},"status":500}
        at __randomizedtesting.SeedInfo.seed([AEF0E47C79E934E5:BE6CB232349B64BC]:0)
        at app//org.opensearch.client.RestClient.convertResponse(RestClient.java:376)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:346)
        at app//org.opensearch.client.RestClient.performRequest(RestClient.java:321)
        at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.search(BaseNeuralSearchIT.java:396)
        at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.search(BaseNeuralSearchIT.java:357)
        at app//org.opensearch.neuralsearch.BaseNeuralSearchIT.search(BaseNeuralSearchIT.java:343)
        at app//org.opensearch.neuralsearch.bwc.SemanticSearchIT.validateTestIndexOnUpgrade(SemanticSearchIT.java:77)
        at app//org.opensearch.neuralsearch.bwc.SemanticSearchIT.testTextEmbeddingProcessor_E2EFlow(SemanticSearchIT.java:46)
REPRODUCE WITH: ./gradlew ':qa:rolling-upgrade:testAgainstOneThirdUpgradedCluster' --tests "org.opensearch.neuralsearch.bwc.SemanticSearchIT.testTextEmbeddingProcessor_E2EFlow" -Dtests.seed=AEF0E47C79E934E5 -Dtests.security.manager=false -Dtests.locale=ms-MY -Dtests.timezone=Asia/Sakhalin -Druntime.java=11

@vibrantvarun
Copy link
Member Author

We are tracking the fix of issue over here

@vibrantvarun vibrantvarun added the bug Something isn't working label Feb 28, 2024
@vibrantvarun vibrantvarun moved this from Backlog to 2.13.0 in Vector Search RoadMap Feb 28, 2024
@vamshin vamshin moved this from 2.13.0 to ✅ Done in Vector Search RoadMap Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

2 participants