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

[BUG] Flaky test :qa:mixed-cluster:v2.14.0#mixedClusterTest related to indices.stats #12980

Closed
rishabh6788 opened this issue Mar 29, 2024 · 1 comment
Labels
bug Something isn't working Other untriaged

Comments

@rishabh6788
Copy link
Contributor

Describe the bug

Multiple tests for org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT are failing with below error in cluster stdout.

{
            "shard" : 0,
            "index" : "test1",
            "status" : "INTERNAL_SERVER_ERROR",
            "reason" : {
              "type" : "failed_node_exception",
              "reason" : "Failed node [_o1G3w2eSd6aJ4vuTuJGlw]",
              "node_id" : "_o1G3w2eSd6aJ4vuTuJGlw",
              "caused_by" : {
                "type" : "transport_serialization_exception",
                "reason" : "Failed to deserialize response from handler [org.opensearch.transport.TransportService$ContextRestoreResponseHandler/org.opensearch.transport.TransportService$9/[indices:monitor/stats[n]]:org.opensearch.action.support.broadcast.node.TransportBroadcastByNodeAction$AsyncAction$1@6cf2683f]",
                "caused_by" : {
                  "type" : "illegal_state_exception",
                  "reason" : "unexpected byte [0x80]"

Related component

Other

To Reproduce

See list of all failing tests here https://build.ci.opensearch.org/job/gradle-check/36125/testReport/

Expected behavior

Tests should pass.

Additional Details

No response

@rishabh6788 rishabh6788 added bug Something isn't working untriaged labels Mar 29, 2024
@github-actions github-actions bot added the Other label Mar 29, 2024
@peternied peternied changed the title [BUG] Flaky test :qa:mixed-cluster:v2.14.0#mixedClusterTest [BUG] Flaky test :qa:mixed-cluster:v2.14.0#mixedClusterTest related to indices.stats Apr 3, 2024
@peternied
Copy link
Member

[Triage - attendees 1 2 3 4 5 6 7 8]
@rishabh6788 Thanks for filing, it looks like this was a temporary issue that has been resolved (otherwise all PRs would be blocked). Closing this out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Other untriaged
Projects
None yet
Development

No branches or pull requests

2 participants