Skip to content

[CI] InternalTestClusterTests.testDifferentRolesMaintainPathOnRestart failure in master #37462

Closed
@matriv

Description

@matriv

Log: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+intake/1273/consoleFull
Reproduced locally with:

./gradlew :test:framework:unitTest -Dtests.seed=431709D857335600\
-Dtests.class=org.elasticsearch.test.test.InternalTestClusterTests \
-Dtests.method="testDifferentRolesMaintainPathOnRestart" \
-Dtests.security.manager=true \
-Dtests.locale=ja-JP \
-Dtests.timezone=Europe/Zagreb \
-Dcompiler.java=11 -Druntime.java=8

(maybe needs to run a few iterations...)

From local console:

ERROR   36.3s | InternalTestClusterTests.testDifferentRolesMaintainPathOnRestart <<< FAILURES!
   > Throwable #1: java.lang.IllegalStateException: cluster failed to form with expected nodes [{d1}{vQj9SDp4SSytaQKFOBgpuw}{UheL3S_gQqmtJDn_4vJygw}{127.0.0.1}{127.0.0.1:64519}, {m3}{OAdzjyj2QX2TRScnKvSgGg}{W1HerG1cSMGFpO9z5zL0nA}{127.0.0.1}{127.0.0.1:64522}, {c0}{HFBEKTvPTuivc6kj6p9jWA}{T7o5UO1bSbi8DNLHUfpXKA}{127.0.0.1}{127.0.0.1:64516}, {d2}{HRwBysDhSWC9JeljyWIP8Q}{Aa5z2JHlQ9uVyhhMgQW4DQ}{127.0.0.1}{127.0.0.1:64517}, {m4}{KAt4eG1ORqaOH46A5Ptn0A}{I-deMwVNSCGbxZhyS4LbCA}{127.0.0.1}{127.0.0.1:64523}] and actual nodes nodes:
   >    {d2}{HRwBysDhSWC9JeljyWIP8Q}{Aa5z2JHlQ9uVyhhMgQW4DQ}{127.0.0.1}{127.0.0.1:64517}
   >    {m4}{KAt4eG1ORqaOH46A5Ptn0A}{I-deMwVNSCGbxZhyS4LbCA}{127.0.0.1}{127.0.0.1:64523}, local, master
   >    at __randomizedtesting.SeedInfo.seed([431709D857335600:685839B7C408A5F5]:0)
   >    at org.elasticsearch.test.InternalTestCluster.validateClusterFormed(InternalTestCluster.java:1181)
   >    at org.elasticsearch.test.InternalTestCluster.validateClusterFormed(InternalTestCluster.java:1156)
   >    at org.elasticsearch.test.InternalTestCluster.fullRestart(InternalTestCluster.java:1846)
   >    at org.elasticsearch.test.InternalTestCluster.fullRestart(InternalTestCluster.java:1705)
   >    at org.elasticsearch.test.test.InternalTestClusterTests.testDifferentRolesMaintainPathOnRestart(InternalTestClusterTests.java:478)
   >    at java.lang.Thread.run(Thread.java:748)
  2> NOTE: leaving temporary files on disk at: /Users/matriv/elastic/elasticsearch/test/framework/build/testrun/unitTest/J0/temp/org.elasticsearch.test.test.InternalTestClusterTests_431709D857335600-001
  2> NOTE: test params are: codec=Asserting(Lucene80): {}, docValues:{}, maxPointsInLeafNode=1204, maxMBSortInHeap=6.077152004808969, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3a327e1c), locale=ja-JP, timezone=Europe/Zagreb
  2> NOTE: Mac OS X 10.14.2 x86_64/Oracle Corporation 1.8.0_181 (64-bit)/cpus=12,threads=1,free=409719016,total=514850816
  2> NOTE: All tests run in this JVM: [InternalTestClusterTests]
Completed [1/1] in 38.21s, 1 test, 1 error <<< FAILURES!

Maybe relates to this change: #36977 ?

Metadata

Metadata

Assignees

Labels

:Distributed Coordination/Cluster CoordinationCluster formation and cluster state publication, including cluster membership and fault detection.>test-failureTriaged test failures from CI

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions