-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Closed
Copy link
Labels
:Distributed Coordination/Discovery-PluginsAnything related to our integration plugins with EC2, GCP and AzureAnything related to our integration plugins with EC2, GCP and Azure>testIssues or PRs that are addressing/adding testsIssues or PRs that are addressing/adding tests
Description
The testMultipleNodesShutdownNonMasterNodes test in org.elasticsearch.cluster.MinimumMasterNodesIT suite started to fail regularly. It failed 6 times over the weekend and once today. I cannot reproduce it locally.
The failure is
1> [2016-12-12T09:11:56,643][INFO ][o.e.c.MinimumMasterNodesIT] [testMultipleNodesShutdownNonMasterNodes]: after test
ERROR 4.89s J1 | MinimumMasterNodesIT.testMultipleNodesShutdownNonMasterNodes <<< FAILURES!
> Throwable #1: ClusterBlockException[blocked by: [SERVICE_UNAVAILABLE/1/state not recovered / initialized];]
> at __randomizedtesting.SeedInfo.seed([4489C6FFC6B9860E:F68A1C476DB0C1A]:0)
> at org.elasticsearch.cluster.block.ClusterBlocks.globalBlockedException(ClusterBlocks.java:161)
> at org.elasticsearch.cluster.block.ClusterBlocks.globalBlockedRaiseException(ClusterBlocks.java:147)
> at org.elasticsearch.action.search.TransportSearchAction.doExecute(TransportSearchAction.java:92)
> at org.elasticsearch.action.search.TransportSearchAction.doExecute(TransportSearchAction.java:52)
> at org.elasticsearch.action.support.TransportAction$RequestFilterChain.proceed(TransportAction.java:170)
> at org.elasticsearch.action.support.TransportAction.execute(TransportAction.java:142)
> at org.elasticsearch.action.support.TransportAction.execute(TransportAction.java:84)
> at org.elasticsearch.client.node.NodeClient.executeLocally(NodeClient.java:75)
> at org.elasticsearch.client.node.NodeClient.doExecute(NodeClient.java:64)
> at org.elasticsearch.client.support.AbstractClient.execute(AbstractClient.java:400)
> at org.elasticsearch.action.ActionRequestBuilder.execute(ActionRequestBuilder.java:77)
> at org.elasticsearch.action.ActionRequestBuilder.execute(ActionRequestBuilder.java:51)
> at org.elasticsearch.cluster.MinimumMasterNodesIT.testMultipleNodesShutdownNonMasterNodes(MinimumMasterNodesIT.java:264)
> at java.lang.Thread.run(Thread.java:745)
Metadata
Metadata
Assignees
Labels
:Distributed Coordination/Discovery-PluginsAnything related to our integration plugins with EC2, GCP and AzureAnything related to our integration plugins with EC2, GCP and Azure>testIssues or PRs that are addressing/adding testsIssues or PRs that are addressing/adding tests