Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/3646/
Java: 64bit/jdk-9-ea+171 -XX:-UseCompressedOops -XX:+UseParallelGC
4 tests failed.
FAILED:
junit.framework.TestSuite.org.apache.lucene.codecs.memory.TestDirectDocValuesFormat
Error Message:
Suite timeout exceeded (>= 7200000 msec).
Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
at __randomizedtesting.SeedInfo.seed([D06D131F923883B8]:0)
FAILED:
org.apache.lucene.codecs.memory.TestDirectDocValuesFormat.testGCDCompression
Error Message:
Test abandoned because suite timeout was reached.
Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
at __randomizedtesting.SeedInfo.seed([D06D131F923883B8]:0)
FAILED: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test
Error Message:
Expected 2 of 3 replicas to be active but only found 1;
[core_node3:{"core":"c8n_1x3_lf_shard1_replica1","base_url":"http://127.0.0.1:43963","node_name":"127.0.0.1:43963_","state":"active","leader":"true"}];
clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/30)={
"replicationFactor":"3", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active", "replicas":{
"core_node1":{ "core":"c8n_1x3_lf_shard1_replica2",
"base_url":"http://127.0.0.1:42865", "node_name":"127.0.0.1:42865_",
"state":"down"}, "core_node2":{ "state":"down",
"base_url":"http://127.0.0.1:38771",
"core":"c8n_1x3_lf_shard1_replica3", "node_name":"127.0.0.1:38771_"},
"core_node3":{ "core":"c8n_1x3_lf_shard1_replica1",
"base_url":"http://127.0.0.1:43963", "node_name":"127.0.0.1:43963_",
"state":"active", "leader":"true"}}}},
"router":{"name":"compositeId"}, "maxShardsPerNode":"1",
"autoAddReplicas":"false"}
Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found
1;
[core_node3:{"core":"c8n_1x3_lf_shard1_replica1","base_url":"http://127.0.0.1:43963","node_name":"127.0.0.1:43963_","state":"active","leader":"true"}];
clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/30)={
"replicationFactor":"3",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node1":{
"core":"c8n_1x3_lf_shard1_replica2",
"base_url":"http://127.0.0.1:42865",
"node_name":"127.0.0.1:42865_",
"state":"down"},
"core_node2":{
"state":"down",
"base_url":"http://127.0.0.1:38771",
"core":"c8n_1x3_lf_shard1_replica3",
"node_name":"127.0.0.1:38771_"},
"core_node3":{
"core":"c8n_1x3_lf_shard1_replica1",
"base_url":"http://127.0.0.1:43963",
"node_name":"127.0.0.1:43963_",
"state":"active",
"leader":"true"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false"}
at
__randomizedtesting.SeedInfo.seed([488D188F3F091B04:C0D9275591F576FC]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:168)
at
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:55)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:563)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:844)
FAILED:
org.apache.solr.util.TestMaxTokenLenTokenizer.testSingleFieldSameAnalyzers
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([488D188F3F091B04:225F27E067EACBCB]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:895)
at
org.apache.solr.util.TestMaxTokenLenTokenizer.testSingleFieldSameAnalyzers(TestMaxTokenLenTokenizer.java:104)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:563)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:844)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//result[@numFound=1]
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">0</int></lst><result name="response" numFound="0"
start="0"></result>
</response>
request was:q=letter0:lett&wt=xml
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:888)
... 39 more
Build Log:
[...truncated 6428 lines...]
[junit4] Suite: org.apache.lucene.codecs.memory.TestDirectDocValuesFormat
[junit4] 2> 6? 03, 2017 2:44:07 ??
com.carrotsearch.randomizedtesting.ThreadLeakControl$2 evaluate
[junit4] 2> ??: Suite execution timed out:
org.apache.lucene.codecs.memory.TestDirectDocValuesFormat
[junit4] 2> 1) Thread[id=1, name=main, state=WAITING, group=main]
[junit4] 2> at java.base@9-ea/java.lang.Object.wait(Native Method)
[junit4] 2> at
java.base@9-ea/java.lang.Thread.join(Thread.java:1353)
[junit4] 2> at
java.base@9-ea/java.lang.Thread.join(Thread.java:1427)
[junit4] 2> at
app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:608)
[junit4] 2> at
app//com.carrotsearch.randomizedtesting.RandomizedRunner.run(RandomizedRunner.java:457)
[junit4] 2> at
app//com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:244)
[junit4] 2> at
app//com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:355)
[junit4] 2> at
app//com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
[junit4] 2> 2) Thread[id=872,
name=TEST-TestDirectDocValuesFormat.testGCDCompression-seed#[D06D131F923883B8],
state=TIMED_WAITING, group=TGRP-TestDirectDocValuesFormat]
[junit4] 2> at java.base@9-ea/java.lang.Object.wait(Native Method)
[junit4] 2> at
app//org.apache.lucene.index.IndexWriter.doWait(IndexWriter.java:4593)
[junit4] 2> at
app//org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:1939)
[junit4] 2> at
app//org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:1873)
[junit4] 2> at
app//org.apache.lucene.index.RandomIndexWriter.forceMerge(RandomIndexWriter.java:429)
[junit4] 2> at
app//org.apache.lucene.index.BaseDocValuesFormatTestCase.doTestNumericsVsStoredFields(BaseDocValuesFormatTestCase.java:1240)
[junit4] 2> at
app//org.apache.lucene.index.BaseDocValuesFormatTestCase.testGCDCompression(BaseDocValuesFormatTestCase.java:2238)
[junit4] 2> at
java.base@9-ea/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
[junit4] 2> at
java.base@9-ea/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] 2> at
java.base@9-ea/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] 2> at
java.base@9-ea/java.lang.reflect.Method.invoke(Method.java:563)
[junit4] 2> at
app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
[junit4] 2> at
app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
[junit4] 2> at
app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
[junit4] 2> at
app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
[junit4] 2> at
app//org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
[junit4] 2> at
app//org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
app//org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
[junit4] 2> at
app//org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
app//org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at
app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
[junit4] 2> at
app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
[junit4] 2> at
app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
[junit4] 2> at
app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
[junit4] 2> at
app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
[junit4] 2> at
app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
[junit4] 2> at
app//org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
app//org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
[junit4] 2> at
app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
app//org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
[junit4] 2> at
app//org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
app//org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
app//org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
[junit4] 2> at
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at java.base@9-ea/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 3) Thread[id=12, name=JUnit4-serializer-daemon,
state=TIMED_WAITING, group=main]
[junit4] 2> at java.base@9-ea/java.lang.Thread.sleep(Native Method)
[junit4] 2> at
app//com.carrotsearch.ant.tasks.junit4.events.Serializer$1.run(Serializer.java:50)
[junit4] 2> 4) Thread[id=871,
name=SUITE-TestDirectDocValuesFormat-seed#[D06D131F923883B8], state=RUNNABLE,
group=TGRP-TestDirectDocValuesFormat]
[junit4] 2> at
java.base/java.lang.Thread.getStackTrace(Thread.java:1654)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:696)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:693)
[junit4] 2> at
java.base/java.security.AccessController.doPrivileged(Native Method)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.getStackTrace(ThreadLeakControl.java:693)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.getThreadsWithTraces(ThreadLeakControl.java:709)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.formatThreadStacksFull(ThreadLeakControl.java:689)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.access$1000(ThreadLeakControl.java:65)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:415)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:678)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:140)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:598)
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestDirectDocValuesFormat -Dtests.method=testGCDCompression
-Dtests.seed=D06D131F923883B8 -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=zh-Hans-HK -Dtests.timezone=Etc/GMT-6 -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] ERROR 7195s J2 | TestDirectDocValuesFormat.testGCDCompression <<<
[junit4] > Throwable #1: java.lang.Exception: Test abandoned because
suite timeout was reached.
[junit4] > at
__randomizedtesting.SeedInfo.seed([D06D131F923883B8]:0)
[junit4] 2> 6? 03, 2017 2:44:07 ??
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> ??: Will linger awaiting termination of 1 leaked thread(s).
[junit4] 2> 6? 03, 2017 2:44:27 ??
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> ??: 1 thread leaked from SUITE scope at
org.apache.lucene.codecs.memory.TestDirectDocValuesFormat:
[junit4] 2> 1) Thread[id=872,
name=TEST-TestDirectDocValuesFormat.testGCDCompression-seed#[D06D131F923883B8],
state=TIMED_WAITING, group=TGRP-TestDirectDocValuesFormat]
[junit4] 2> at java.base@9-ea/java.lang.Object.wait(Native Method)
[junit4] 2> at
app//org.apache.lucene.index.IndexWriter.doWait(IndexWriter.java:4593)
[junit4] 2> at
app//org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:1939)
[junit4] 2> at
app//org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:1873)
[junit4] 2> at
app//org.apache.lucene.index.RandomIndexWriter.forceMerge(RandomIndexWriter.java:429)
[junit4] 2> at
app//org.apache.lucene.index.BaseDocValuesFormatTestCase.doTestNumericsVsStoredFields(BaseDocValuesFormatTestCase.java:1240)
[junit4] 2> at
app//org.apache.lucene.index.BaseDocValuesFormatTestCase.testGCDCompression(BaseDocValuesFormatTestCase.java:2238)
[junit4] 2> at
java.base@9-ea/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
[junit4] 2> at
java.base@9-ea/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] 2> at
java.base@9-ea/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] 2> at
java.base@9-ea/java.lang.reflect.Method.invoke(Method.java:563)
[junit4] 2> at
app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
[junit4] 2> at
app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
[junit4] 2> at
app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
[junit4] 2> at
app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
[junit4] 2> at
app//org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
[junit4] 2> at
app//org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
app//org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
[junit4] 2> at
app//org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
app//org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at
app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
[junit4] 2> at
app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
[junit4] 2> at
app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
[junit4] 2> at
app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
[junit4] 2> at
app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
[junit4] 2> at
app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
[junit4] 2> at
app//org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
app//org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
[junit4] 2> at
app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
app//org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
[junit4] 2> at
app//org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
app//org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
app//org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
[junit4] 2> at
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at java.base@9-ea/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 6? 03, 2017 2:44:27 ??
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> ??: Starting to interrupt leaked threads:
[junit4] 2> 1) Thread[id=872,
name=TEST-TestDirectDocValuesFormat.testGCDCompression-seed#[D06D131F923883B8],
state=TIMED_WAITING, group=TGRP-TestDirectDocValuesFormat]
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/build/codecs/test/J2/temp/lucene.codecs.memory.TestDirectDocValuesFormat_D06D131F923883B8-001
[junit4] 2> Jun 02, 2017 8:44:27 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> INFO: All leaked threads terminated.
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62): {},
docValues:{}, maxPointsInLeafNode=911, maxMBSortInHeap=6.417278047242323,
sim=RandomSimilarity(queryNorm=false,coord=no): {fieldname=IB LL-D3(800.0)},
locale=zh-Hans-HK, timezone=Etc/GMT-6
[junit4] 2> NOTE: Linux 4.10.0-21-generic amd64/Oracle Corporation 9-ea
(64-bit)/cpus=8,threads=1,free=460770312,total=534773760
[junit4] 2> NOTE: All tests run in this JVM: [TestDirectPostingsFormat,
TestSimpleTextFieldInfoFormat, TestFSTPostingsFormat, TestOrdsBlockTree,
TestSimpleTextPostingsFormat, TestBloomPostingsFormat,
TestMemoryPostingsFormat, TestFixedGapPostingsFormat, TestDirectDocValuesFormat]
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestDirectDocValuesFormat -Dtests.seed=D06D131F923883B8
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=zh-Hans-HK
-Dtests.timezone=Etc/GMT-6 -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
[junit4] ERROR 0.00s J2 | TestDirectDocValuesFormat (suite) <<<
[junit4] > Throwable #1: java.lang.Exception: Suite timeout exceeded (>=
7200000 msec).
[junit4] > at
__randomizedtesting.SeedInfo.seed([D06D131F923883B8]:0)
[junit4] Completed [20/20 (1!)] on J2 in 7220.09s, 14 tests, 2 errors <<<
FAILURES!
[...truncated 6389 lines...]
[junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_488D188F3F091B04-001/init-core-data-001
[junit4] 2> 1248255 WARN
(SUITE-LeaderFailoverAfterPartitionTest-seed#[488D188F3F091B04]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
[junit4] 2> 1248256 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[488D188F3F091B04]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields
[junit4] 2> 1248256 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[488D188F3F091B04]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-5776")
[junit4] 2> 1248256 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[488D188F3F091B04]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
[junit4] 2> 1248257 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1248257 INFO (Thread-2929) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1248257 INFO (Thread-2929) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1248258 ERROR (Thread-2929) [ ] o.a.z.s.ZooKeeperServer
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action
on ERROR or SHUTDOWN server state changes
[junit4] 2> 1248357 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.ZkTestServer start zk server on port:39167
[junit4] 2> 1248362 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 1248362 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 1248363 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 1248363 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 1248364 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 1248364 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 1248365 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 1248365 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 1248365 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 1248366 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 1248366 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 1248424 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_488D188F3F091B04-001/control-001/cores/collection1
[junit4] 2> 1248425 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1248426 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@418cdeea{/,null,AVAILABLE}
[junit4] 2> 1248427 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@45a40262{HTTP/1.1,[http/1.1]}{127.0.0.1:44811}
[junit4] 2> 1248427 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.e.j.s.Server Started @1250076ms
[junit4] 2> 1248427 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/,
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_488D188F3F091B04-001/tempDir-001/control/data,
hostPort=43963,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_488D188F3F091B04-001/control-001/cores}
[junit4] 2> 1248427 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1248427 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.7.0
[junit4] 2> 1248427 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1248427 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1248427 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-06-02T21:12:03.396933Z
[junit4] 2> 1248429 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1248429 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_488D188F3F091B04-001/control-001/solr.xml
[junit4] 2> 1248432 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1248433 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39167/solr
[junit4] 2> 1248440 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1248441 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43963_
[junit4] 2> 1248442 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.Overseer Overseer (id=98070555736604676-127.0.0.1:43963_-n_0000000000)
starting
[junit4] 2> 1248444 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:43963_
[junit4] 2> 1248445 INFO (zkCallback-1627-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1248474 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_488D188F3F091B04-001/control-001/cores
[junit4] 2> 1248474 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 1248475 INFO (coreLoadExecutor-5493-thread-1) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1248484 INFO
(OverseerStateUpdate-98070555736604676-127.0.0.1:43963_-n_0000000000) [ ]
o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
[junit4] 2> 1249483 WARN (coreLoadExecutor-5493-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1249483 INFO (coreLoadExecutor-5493-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
[junit4] 2> 1249494 INFO (coreLoadExecutor-5493-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1249571 INFO (coreLoadExecutor-5493-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1249575 INFO (coreLoadExecutor-5493-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection control_collection, trusted=true
[junit4] 2> 1249575 INFO (coreLoadExecutor-5493-thread-1) [ ]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1249575 INFO (coreLoadExecutor-5493-thread-1) [ ]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_488D188F3F091B04-001/control-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_488D188F3F091B04-001/control-001/cores/collection1/data/]
[junit4] 2> 1249576 INFO (coreLoadExecutor-5493-thread-1) [ ]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d31ca5b
[junit4] 2> 1249576 INFO (coreLoadExecutor-5493-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=48, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=28.587890625,
floorSegmentMB=0.9970703125, forceMergeDeletesPctAllowed=24.542290197708414,
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1249579 WARN (coreLoadExecutor-5493-thread-1) [ ]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 1249596 INFO (coreLoadExecutor-5493-thread-1) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1249597 INFO (coreLoadExecutor-5493-thread-1) [ ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1249597 INFO (coreLoadExecutor-5493-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1249597 INFO (coreLoadExecutor-5493-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1249597 INFO (coreLoadExecutor-5493-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=35, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=82.787109375,
floorSegmentMB=1.16015625, forceMergeDeletesPctAllowed=25.91057450154353,
segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1249597 INFO (coreLoadExecutor-5493-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@60fee347[collection1] main]
[junit4] 2> 1249598 INFO (coreLoadExecutor-5493-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1249598 INFO (coreLoadExecutor-5493-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1249598 INFO (coreLoadExecutor-5493-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1249599 INFO (searcherExecutor-5494-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@60fee347[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1249599 INFO (coreLoadExecutor-5493-thread-1) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1569128893191815168
[junit4] 2> 1249602 INFO (coreZkRegister-5486-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1249602 INFO (coreZkRegister-5486-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1249602 INFO (coreZkRegister-5486-thread-1) [ ]
o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:43963/collection1/
[junit4] 2> 1249602 INFO (coreZkRegister-5486-thread-1) [ ]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1249602 INFO (coreZkRegister-5486-thread-1) [ ]
o.a.s.c.SyncStrategy http://127.0.0.1:43963/collection1/ has no replicas
[junit4] 2> 1249602 INFO (coreZkRegister-5486-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1249603 INFO (coreZkRegister-5486-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:43963/collection1/ shard1
[junit4] 2> 1249753 INFO (coreZkRegister-5486-thread-1) [ ]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1249978 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1249979 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39167/solr ready
[junit4] 2> 1249979 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 1250026 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_488D188F3F091B04-001/shard-1-001/cores/collection1
[junit4] 2> 1250026 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_488D188F3F091B04-001/shard-1-001
[junit4] 2> 1250026 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1250027 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@54f0e103{/,null,AVAILABLE}
[junit4] 2> 1250027 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@2010a02e{HTTP/1.1,[http/1.1]}{127.0.0.1:41565}
[junit4] 2> 1250027 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.e.j.s.Server Started @1251676ms
[junit4] 2> 1250027 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/,
solrconfig=solrconfig.xml,
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_488D188F3F091B04-001/tempDir-001/jetty1,
hostPort=33875,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_488D188F3F091B04-001/shard-1-001/cores}
[junit4] 2> 1250027 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1250027 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.7.0
[junit4] 2> 1250027 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1250027 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1250027 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-06-02T21:12:04.996961Z
[junit4] 2> 1250029 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1250029 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_488D188F3F091B04-001/shard-1-001/solr.xml
[junit4] 2> 1250039 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1250039 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39167/solr
[junit4] 2> 1250042 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1250043 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1250043 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:33875_
[junit4] 2> 1250044 INFO (zkCallback-1627-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1250044 INFO (zkCallback-1631-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1250044 INFO (zkCallback-1636-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1250061 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_488D188F3F091B04-001/shard-1-001/cores
[junit4] 2> 1250061 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 1250061 INFO (coreLoadExecutor-5504-thread-1) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1250063 INFO
(OverseerStateUpdate-98070555736604676-127.0.0.1:43963_-n_0000000000) [ ]
o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
[junit4] 2> 1251071 WARN (coreLoadExecutor-5504-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1251072 INFO (coreLoadExecutor-5504-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
[junit4] 2> 1251081 INFO (coreLoadExecutor-5504-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1251181 INFO (coreLoadExecutor-5504-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1251186 INFO (coreLoadExecutor-5504-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection collection1, trusted=true
[junit4] 2> 1251186 INFO (coreLoadExecutor-5504-thread-1) [ ]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1251186 INFO (coreLoadExecutor-5504-thread-1) [ ]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_488D188F3F091B04-001/shard-1-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_488D188F3F091B04-001/shard-1-001/cores/collection1/data/]
[junit4] 2> 1251187 INFO (coreLoadExecutor-5504-thread-1) [ ]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d31ca5b
[junit4] 2> 1251188 INFO (coreLoadExecutor-5504-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=48, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=28.587890625,
floorSegmentMB=0.9970703125, forceMergeDeletesPctAllowed=24.542290197708414,
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1251192 WARN (coreLoadExecutor-5504-thread-1) [ ]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 1251223 INFO (coreLoadExecutor-5504-thread-1) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1251223 INFO (coreLoadExecutor-5504-thread-1) [ ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1251224 INFO (coreLoadExecutor-5504-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1251224 INFO (coreLoadExecutor-5504-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1251224 INFO (coreLoadExecutor-5504-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=35, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=82.787109375,
floorSegmentMB=1.16015625, forceMergeDeletesPctAllowed=25.91057450154353,
segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1251225 INFO (coreLoadExecutor-5504-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@73605827[collection1] main]
[junit4] 2> 1251225 INFO (coreLoadExecutor-5504-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1251226 INFO (coreLoadExecutor-5504-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1251226 INFO (coreLoadExecutor-5504-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1251227 INFO (searcherExecutor-5505-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@73605827[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1251227 INFO (coreLoadExecutor-5504-thread-1) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1569128894898896896
[junit4] 2> 1251231 INFO (coreZkRegister-5499-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1251231 INFO (coreZkRegister-5499-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1251231 INFO (coreZkRegister-5499-thread-1) [ ]
o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:33875/collection1/
[junit4] 2> 1251231 INFO (coreZkRegister-5499-thread-1) [ ]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1251231 INFO (coreZkRegister-5499-thread-1) [ ]
o.a.s.c.SyncStrategy http://127.0.0.1:33875/collection1/ has no replicas
[junit4] 2> 1251231 INFO (coreZkRegister-5499-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1251233 INFO (coreZkRegister-5499-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:33875/collection1/ shard2
[junit4] 2> 1251384 INFO (coreZkRegister-5499-thread-1) [ ]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1251618 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_488D188F3F091B04-001/shard-2-001/cores/collection1
[junit4] 2> 1251619 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_488D188F3F091B04-001/shard-2-001
[junit4] 2> 1251619 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1251620 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@22c01dfc{/,null,AVAILABLE}
[junit4] 2> 1251620 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@6ad0e6cd{HTTP/1.1,[http/1.1]}{127.0.0.1:45341}
[junit4] 2> 1251620 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.e.j.s.Server Started @1253269ms
[junit4] 2> 1251620 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/,
solrconfig=solrconfig.xml,
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_488D188F3F091B04-001/tempDir-001/jetty2,
hostPort=42865,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_488D188F3F091B04-001/shard-2-001/cores}
[junit4] 2> 1251620 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1251620 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.7.0
[junit4] 2> 1251620 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1251620 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1251620 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-06-02T21:12:06.589736Z
[junit4] 2> 1251621 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1251621 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_488D188F3F091B04-001/shard-2-001/solr.xml
[junit4] 2> 1251631 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1251632 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39167/solr
[junit4] 2> 1251635 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 1251635 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1251636 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:42865_
[junit4] 2> 1251636 INFO (zkCallback-1636-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1251636 INFO (zkCallback-1631-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1251636 INFO (zkCallback-1627-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1251636 INFO (zkCallback-1642-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1251655 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_488D188F3F091B04-001/shard-2-001/cores
[junit4] 2> 1251655 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 1251656 INFO (coreLoadExecutor-5515-thread-1) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1251657 INFO
(OverseerStateUpdate-98070555736604676-127.0.0.1:43963_-n_0000000000) [ ]
o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
[junit4] 2> 1252663 WARN (coreLoadExecutor-5515-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1252664 INFO (coreLoadExecutor-5515-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
[junit4] 2> 1252674 INFO (coreLoadExecutor-5515-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1252751 INFO (coreLoadExecutor-5515-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1252755 INFO (coreLoadExecutor-5515-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection collection1, trusted=true
[junit4] 2> 1252756 INFO (coreLoadExecutor-5515-thread-1) [ ]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1252756 INFO (coreLoadExecutor-5515-thread-1) [ ]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_488D188F3F091B04-001/shard-2-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_488D188F3F091B04-001/shard-2-001/cores/collection1/data/]
[junit4] 2> 1252756 INFO (coreLoadExecutor-5515-thread-1) [ ]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d31ca5b
[junit4] 2> 1252757 INFO (coreLoadExecutor-5515-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=48, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=28.587890625,
floorSegmentMB=0.9970703125, forceMergeDeletesPctAllowed=24.542290197708414,
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1252761 WARN (coreLoadExecutor-5515-thread-1) [ ]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 1252786 INFO (coreLoadExecutor-5515-thread-1) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1252786 INFO (coreLoadExecutor-5515-thread-1) [ ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1252787 INFO (coreLoadExecutor-5515-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1252787 INFO (coreLoadExecutor-5515-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1252787 INFO (coreLoadExecutor-5515-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=35, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=82.787109375,
floorSegmentMB=1.16015625, forceMergeDeletesPctAllowed=25.91057450154353,
segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1252787 INFO (coreLoadExecutor-5515-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@3ee1325c[collection1] main]
[junit4] 2> 1252788 INFO (coreLoadExecutor-5515-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1252788 INFO (coreLoadExecutor-5515-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1252788 INFO (coreLoadExecutor-5515-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1252789 INFO (searcherExecutor-5516-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@3ee1325c[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1252789 INFO (coreLoadExecutor-5515-thread-1) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1569128896536772608
[junit4] 2> 1252793 INFO (coreZkRegister-5510-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1252793 INFO (coreZkRegister-5510-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1252793 INFO (coreZkRegister-5510-thread-1) [ ]
o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:42865/collection1/
[junit4] 2> 1252793 INFO (coreZkRegister-5510-thread-1) [ ]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1252793 INFO (coreZkRegister-5510-thread-1) [ ]
o.a.s.c.SyncStrategy http://127.0.0.1:42865/collection1/ has no replicas
[junit4] 2> 1252793 INFO (coreZkRegister-5510-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1252794 INFO (coreZkRegister-5510-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:42865/collection1/ shard1
[junit4] 2> 1252944 INFO (coreZkRegister-5510-thread-1) [ ]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1253221 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_488D188F3F091B04-001/shard-3-001/cores/collection1
[junit4] 2> 1253222 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_488D188F3F091B04-001/shard-3-001
[junit4] 2> 1253222 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1253223 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@570c9f1f{/,null,AVAILABLE}
[junit4] 2> 1253223 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@11170ee5{HTTP/1.1,[http/1.1]}{127.0.0.1:35419}
[junit4] 2> 1253223 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.e.j.s.Server Started @1254872ms
[junit4] 2> 1253223 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/,
solrconfig=solrconfig.xml,
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_488D188F3F091B04-001/tempDir-001/jetty3,
hostPort=38771,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_488D188F3F091B04-001/shard-3-001/cores}
[junit4] 2> 1253223 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1253223 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.7.0
[junit4] 2> 1253223 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1253223 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1253223 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-06-02T21:12:08.192670Z
[junit4] 2> 1253224 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1253224 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_488D188F3F091B04-001/shard-3-001/solr.xml
[junit4] 2> 1253227 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1253227 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39167/solr
[junit4] 2> 1253230 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 1253231 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1253232 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:38771_
[junit4] 2> 1253232 INFO (zkCallback-1636-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1253232 INFO (zkCallback-1631-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1253232 INFO (zkCallback-1642-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1253232 INFO (zkCallback-1627-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1253233 INFO (zkCallback-1648-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1253271 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_488D188F3F091B04-001/shard-3-001/cores
[junit4] 2> 1253271 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 1253272 INFO (coreLoadExecutor-5526-thread-1) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1253272 INFO
(OverseerStateUpdate-98070555736604676-127.0.0.1:43963_-n_0000000000) [ ]
o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
[junit4] 2> 1254279 WARN (coreLoadExecutor-5526-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1254279 INFO (coreLoadExecutor-5526-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
[junit4] 2> 1254289 INFO (coreLoadExecutor-5526-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1254360 INFO (coreLoadExecutor-5526-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1254365 INFO (coreLoadExecutor-5526-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection collection1, trusted=true
[junit4] 2> 1254365 INFO (coreLoadExecutor-5526-thread-1) [ ]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1254365 INFO (coreLoadExecutor-5526-thread-1) [ ]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_488D188F3F091B04-001/shard-3-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_488D188F3F091B04-001/shard-3-001/cores/collection1/data/]
[junit4] 2> 1254365 INFO (coreLoadExecutor-5526-thread-1) [ ]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d31ca5b
[junit4] 2> 1254366 INFO (coreLoadExecutor-5526-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=48, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=28.587890625,
floorSegmentMB=0.9970703125, forceMergeDeletesPctAllowed=24.542290197708414,
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1254379 WARN (coreLoadExecutor-5526-thread-1) [ ]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 1254410 INFO (coreLoadExecutor-5526-thread-1) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1254410 INFO (coreLoadExecutor-5526-thread-1) [ ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1254410 INFO (coreLoadExecutor-5526-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1254410 INFO (coreLoadExecutor-5526-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1254410 INFO (coreLoadExecutor-5526-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=35, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=82.787109375,
floorSegmentMB=1.16015625, forceMergeDeletesPctAllowed=25.91057450154353,
segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1254411 INFO (coreLoadExecutor-5526-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@4e4b0a9c[collection1] main]
[junit4] 2> 1254411 INFO (coreLoadExecutor-5526-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1254411 INFO (coreLoadExecutor-5526-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1254411 INFO (coreLoadExecutor-5526-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1254412 INFO (searcherExecutor-5527-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@4e4b0a9c[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1254412 INFO (coreLoadExecutor-5526-thread-1) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1569128898238611456
[junit4] 2> 1254414 INFO (coreZkRegister-5521-thread-1) [ ]
o.a.s.c.ZkController Core needs to recover:collection1
[junit4] 2> 1254414 INFO (updateExecutor-1645-thread-1) [ ]
o.a.s.u.DefaultSolrCoreState Running recovery
[junit4] 2> 1254414 INFO (recoveryExecutor-1646-thread-1) [ ]
o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
[junit4] 2> 1254414 INFO (recoveryExecutor-1646-thread-1) [ ]
o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
[junit4] 2> 1254414 INFO (recoveryExecutor-1646-thread-1) [ ]
o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
[junit4] 2> 1254414 INFO (recoveryExecutor-1646-thread-1) [ ]
o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE,
tlog=null}
[junit4] 2> 1254414 INFO (recoveryExecutor-1646-thread-1) [ ]
o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering,
leader is [http://127.0.0.1:33875/collection1/] and I am
[http://127.0.0.1:38771/collection1/]
[junit4] 2> 1254415 INFO (recoveryExecutor-1646-thread-1) [ ]
o.a.s.c.RecoveryStrategy Sending prep recovery command to
[http://127.0.0.1:33875]; [WaitForState:
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:38771_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 1254416 INFO (SocketProxy-Acceptor-33875) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=38488,localport=33875], receiveBufferSize:531000
[junit4] 2> 1254416 INFO (SocketProxy-Acceptor-33875) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=41565,localport=58806], receiveBufferSize=530904
[junit4] 2> 1254420 INFO (qtp576545924-11358) [ ]
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state:
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
[junit4] 2> 1254420 INFO (qtp576545924-11358) [ ]
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1
(shard2 of collection1) have state: recovering
[junit4] 2> 1254420 INFO (qtp576545924-11358) [ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1,
shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader?
true, live=true, checkLive=true, currentState=down, localState=active,
nodeName=127.0.0.1:38771_, coreNodeName=core_node3,
onlyIfActiveCheckResult=false, nodeProps:
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:38771","node_name":"127.0.0.1:38771_","state":"down"}
[junit4] 2> 1254774 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting test
[junit4] 2> 1254774 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait
30000 for each attempt
[junit4] 2> 1254775 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection:
collection1 failOnTimeout:true timeout (sec):30000
[junit4] 2> 1255420 INFO (qtp576545924-11358) [ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1,
shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader?
true, live=true, checkLive=true, currentState=recovering, localState=active,
nodeName=127.0.0.1:38771_, coreNodeName=core_node3,
onlyIfActiveCheckResult=false, nodeProps:
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:38771","node_name":"127.0.0.1:38771_","state":"recovering"}
[junit4] 2> 1255421 INFO (qtp576545924-11358) [ ]
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering,
checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4] 2> 1255421 INFO (qtp576545924-11358) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={nodeName=127.0.0.1:38771_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
status=0 QTime=1000
[junit4] 2> 1255921 INFO (recoveryExecutor-1646-thread-1) [ ]
o.a.s.c.RecoveryStrategy Attempting to PeerSync from
[http://127.0.0.1:33875/collection1/] - recoveringAfterStartup=[true]
[junit4] 2> 1255921 INFO (recoveryExecutor-1646-thread-1) [ ]
o.a.s.u.PeerSync PeerSync: core=collection1 url=http://127.0.0.1:38771 START
replicas=[http://127.0.0.1:33875/collection1/] nUpdates=100
[junit4] 2> 1255922 INFO (SocketProxy-Acceptor-33875) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=38492,localport=33875], receiveBufferSize:531000
[junit4] 2> 1255922 INFO (SocketProxy-Acceptor-33875) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=41565,localport=58810], receiveBufferSize=530904
[junit4] 2> 1255922 INFO (qtp576545924-11358) [ ]
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0,
maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
[junit4] 2> 1255922 INFO (qtp576545924-11358) [ ] o.a.s.c.S.Request
[collection1] webapp= path=/get
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 1255923 INFO (recoveryExecutor-1646-thread-1) [ ]
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0,
maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
[junit4] 2> 1255923 INFO (recoveryExecutor-1646-thread-1) [ ]
o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync
[junit4] 2> 1255923 INFO (recoveryExecutor-1646-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1255923 INFO (recoveryExecutor-1646-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 1255923 INFO (recoveryExecutor-1646-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1255923 INFO (recoveryExecutor-1646-thread-1) [ ]
o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
[junit4] 2> 1255923 INFO (recoveryExecutor-1646-thread-1) [ ]
o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
[junit4] 2> 1255923 INFO (recoveryExecutor-1646-thread-1) [ ]
o.a.s.c.RecoveryStrategy No replay needed.
[junit4] 2> 1255923 INFO (recoveryExecutor-1646-thread-1) [ ]
o.a.s.c.RecoveryStrategy Registering as Active after recovery.
[junit4] 2> 1256775 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[488D188F3F091B04]) [ ]
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
[junit4] 2> 1256775 INFO (SocketProxy-Acceptor-43963) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=47414,localport=43963], receiveBufferSize:531000
[junit4] 2> 1256775 INFO (SocketProxy-Acceptor-43963) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=44811,localport=36332], receiveBufferSize=530904
[junit4] 2> 1256776 INFO (qtp414905706-11323) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1256776 INFO (qtp414905706-11323) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 1256776 INFO (qtp414905706-11323) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1256776 INFO (qtp414905706-11323) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 0
[junit4] 2> 1256776 INFO (SocketProxy-Acceptor-33875) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=38500,localport=33875], receiveBufferSize:531000
[junit4] 2> 1256776 INFO (SocketProxy-Acceptor-33875) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=41565,localport=58818], receiveBufferSize=530904
[junit4] 2> 1256778 INFO (SocketProxy-Acceptor-33875) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=38504,localport=33875], receiveBufferSize:531000
[junit4] 2> 1256778 INFO (SocketProxy-Acceptor-38771) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=58704,localport=38771], receiveBufferSize:531000
[junit4] 2> 1256778 INFO (SocketProxy-Acceptor-42865) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=38886,localport=42865], receiveBufferSize:531000
[junit4] 2> 1256778 INFO (qtp576545924-11358) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1256778 INFO (qtp576545924-11358) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 1256778 INFO (qtp576545924-11358) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1256778 INFO (qtp576545924-11358) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:33875/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 0
[junit4] 2> 1256779 INFO (SocketProxy-Acceptor-38771) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=35419,localport=39606], receiveBufferSize=530904
[junit4] 2> 1256779 INFO (SocketProxy-Acceptor-33875) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=41565,localport=58826], receiveBufferSize=530904
[junit4] 2> 1256779 INFO (SocketProxy-Acceptor-42865) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=45341,localport=59046], receiveBufferSize=530904
[junit4] 2> 1256779 INFO (qtp1859714330-11387) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1256779 INFO (qtp1317551619-11417) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1256779 INFO (qtp1859714330-11387) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 1256779 INFO (qtp1317551619-11417) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 1256779 INFO (qtp1859714330-11387) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1256779 INFO (qtp1317551619-11417) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1256779 INFO (qtp1859714330-11387) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:33875/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 0
[junit4] 2> 1256779 INFO (qtp1317551619-11417) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:33875/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 0
[junit4] 2> 1256779 INFO (qtp576545924-11360) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 2
[junit4] 2> 1256780 INFO (SocketProxy-Acceptor-33875) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=38516,localport=33875], receiveBufferSize:531000
[junit4] 2> 1256780 INFO (SocketProxy-Acceptor-33875) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=41565,localport=58834], receiveBufferSize=530904
[junit4] 2> 1256780 INFO (qtp576545924-11356) [ ] o.a.s.c.S.Request
[collection1] web
[...truncated too long message...]
axFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2>
[junit4] 2> 1750503 INFO
(TEST-TestMaxTokenLenTokenizer.testSingleFieldSameAnalyzers-seed#[488D188F3F091B04])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testSingleFieldSameAnalyzers
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestMaxTokenLenTokenizer -Dtests.method=testSingleFieldSameAnalyzers
-Dtests.seed=488D188F3F091B04 -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=ms-MY -Dtests.timezone=Australia/Brisbane -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] ERROR 0.02s J2 |
TestMaxTokenLenTokenizer.testSingleFieldSameAnalyzers <<<
[junit4] > Throwable #1: java.lang.RuntimeException: Exception during
query
[junit4] > at
__randomizedtesting.SeedInfo.seed([488D188F3F091B04:225F27E067EACBCB]:0)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:895)
[junit4] > at
org.apache.solr.util.TestMaxTokenLenTokenizer.testSingleFieldSameAnalyzers(TestMaxTokenLenTokenizer.java:104)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] > at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] > at
java.base/java.lang.reflect.Method.invoke(Method.java:563)
[junit4] > at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] > Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//result[@numFound=1]
[junit4] > xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4] > <response>
[junit4] > <lst name="responseHeader"><int name="status">0</int><int
name="QTime">0</int></lst><result name="response" numFound="0"
start="0"></result>
[junit4] > </response>
[junit4] > request was:q=letter0:lett&wt=xml
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:888)
[junit4] > ... 39 more
[junit4] 2> 1750504 INFO
(SUITE-TestMaxTokenLenTokenizer-seed#[488D188F3F091B04]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 1750504 INFO
(SUITE-TestMaxTokenLenTokenizer-seed#[488D188F3F091B04]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1611449257
[junit4] 2> 1750504 INFO
(SUITE-TestMaxTokenLenTokenizer-seed#[488D188F3F091B04]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 1750505 INFO
(SUITE-TestMaxTokenLenTokenizer-seed#[488D188F3F091B04]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
[junit4] 2> 1750506 INFO
(SUITE-TestMaxTokenLenTokenizer-seed#[488D188F3F091B04]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
[junit4] 2> 1750506 INFO
(SUITE-TestMaxTokenLenTokenizer-seed#[488D188F3F091B04]-worker) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 1750507 INFO (coreCloseExecutor-7933-thread-1) [ ]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@2c070426
[junit4] 2> 1750511 INFO (coreCloseExecutor-7933-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.util.TestMaxTokenLenTokenizer_488D188F3F091B04-001
[junit4] 2> NOTE: test params are:
codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION,
chunkSize=20902, maxDocsPerChunk=83, blockSize=682),
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION,
chunkSize=20902, blockSize=682)),
sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=ms-MY,
timezone=Australia/Brisbane
[junit4] 2> NOTE: Linux 4.10.0-21-generic amd64/Oracle Corporation 9-ea
(64-bit)/cpus=8,threads=1,free=118382504,total=531628032
[junit4] 2> NOTE: All tests run in this JVM: [TestScoreJoinQPNoScore,
ShowFileRequestHandlerTest, CollectionTooManyReplicasTest,
ConcurrentDeleteAndCreateCollectionTest, MultiThreadedOCPTest,
TestCloudInspectUtil, TestIndexingPerformance, TestSimpleTextCodec,
CurrencyFieldXmlFileTest, TestSolrFieldCacheMBean, DirectUpdateHandlerTest,
SOLR749Test, TestManagedSchemaAPI, TestXIncludeConfig, MigrateRouteKeyTest,
CreateCollectionCleanupTest, TestConfig, TestCollapseQParserPlugin,
TestDynamicFieldCollectionResource, TestFreeTextSuggestions,
CheckHdfsIndexTest, GraphQueryTest, TestRawTransformer,
TestFieldCacheSortRandom, DocValuesMissingTest, TestSolrCloudWithKerberosAlt,
TestFieldCacheReopen, StatsReloadRaceTest, TestCoreDiscovery, TestZkChroot,
TestDFISimilarityFactory, SolrCoreMetricManagerTest, TestUseDocValuesAsStored2,
DistribDocExpirationUpdateProcessorTest, V2ApiIntegrationTest,
TestSubQueryTransformer, PrimUtilsTest, TestImpersonationWithHadoopAuth,
PeerSyncReplicationTest, SolrCoreCheckLockOnStartupTest, ReplaceNodeTest,
PreAnalyzedFieldTest, RequestHandlersTest, TestLFUCache, TestTrieFacet,
PreAnalyzedFieldManagedSchemaCloudTest, SolrXmlInZkTest, TestReloadDeadlock,
SuggesterTSTTest, TestCloudManagedSchema, CdcrUpdateLogTest,
SolrJmxReporterTest, TestLRUStatsCache, TestExportWriter,
TestTrackingShardHandlerFactory, TestDistributedMissingSort,
DistributedSuggestComponentTest, SuggesterTest,
TestEmbeddedSolrServerSchemaAPI, TestSchemaNameResource,
ReplicaListTransformerTest, DirectUpdateHandlerOptimizeTest,
FieldMutatingUpdateProcessorTest, TestCollationField, QueryParsingTest,
TestHdfsCloudBackupRestore, TestUtils, SolrIndexMetricsTest, HttpPartitionTest,
LeaderFailureAfterFreshStartTest, TestConfigSetImmutable, TestConfigsApi,
DistributedFacetPivotWhiteBoxTest, DeleteShardTest,
TestCollationFieldDocValues, TestJmxMonitoredMap, TestFieldResource,
TestCloudPseudoReturnFields, StressHdfsTest, TestHdfsBackupRestoreCore,
LukeRequestHandlerTest, TestReversedWildcardFilterFactory, TestSolrXml,
AtomicUpdateProcessorFactoryTest, DeleteLastCustomShardedReplicaTest,
DocValuesMultiTest, TestIndexSearcher, TestRecovery,
TestPerFieldSimilarityWithDefaultOverride, HardAutoCommitTest,
TestRequestStatusCollectionAPI, CdcrReplicationDistributedZkTest,
RollingRestartTest, UpdateParamsTest, TestBinaryField, OverseerRolesTest,
TestRuleBasedAuthorizationPlugin, SuggestComponentContextFilterQueryTest,
TestTolerantUpdateProcessorRandomCloud, TestSort, NoCacheHeaderTest,
TestDFRSimilarityFactory, TestSchemaVersionResource, TestUninvertingReader,
ResponseHeaderTest, BasicDistributedZk2Test,
VMParamsZkACLAndCredentialsProvidersTest, HdfsChaosMonkeyNothingIsSafeTest,
TestImplicitCoreProperties, CoreAdminHandlerTest, TestStressInPlaceUpdates,
ExplicitHLLTest, ShardSplitTest, SimpleCollectionCreateDeleteTest,
DirectoryFactoryTest, DistributedFacetPivotLongTailTest, ZkControllerTest,
TestStressReorder, TestReload, DistributedTermsComponentTest,
StatsComponentTest, QueryElevationComponentTest, TestFunctionQuery,
HighlighterTest, SoftAutoCommitTest, TestBinaryResponseWriter,
HighlighterConfigTest, TestQuerySenderListener, TestSolrIndexConfig,
SolrIndexConfigTest, TestSolrDeletionPolicy2, MultiTermTest, TestSearchPerf,
MinimalSchemaTest, OutputWriterTest, TestPostingsSolrHighlighter,
TestPhraseSuggestions, TestSweetSpotSimilarityFactory,
TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TestFastWriter,
TimeZoneUtilsTest, TestFastOutputStream, OpenExchangeRatesOrgProviderTest,
URLClassifyProcessorTest, TestFastLRUCache, ChaosMonkeyNothingIsSafeTest,
CollectionStateFormat2Test, ConnectionManagerTest, DeleteNodeTest,
DistribCursorPagingTest, DocValuesNotIndexedTest, LeaderElectionContextKeyTest,
LeaderFailoverAfterPartitionTest, TestConfigSetsAPI,
TestOnReconnectListenerSupport, TestSSLRandomization,
TestShortCircuitedRequests, TestStressLiveNodes, HdfsBasicDistributedZk2Test,
HdfsCollectionsAPIDistributedZkTest, HdfsNNFailoverTest, HdfsRecoverLeaseTest,
HdfsRecoveryZkTest, HdfsRestartWhileUpdatingTest,
HdfsTlogReplayBufferedWhileIndexingTest, HdfsUnloadDistributedZkTest,
TestClusterStateMutator, ZkStateWriterTest, RulesTest, TestReloadAndDeleteDocs,
TestReplicationHandlerBackup, TestSQLHandler,
ShufflingReplicaListTransformerTest, SpatialHeatmapFacetsTest,
TestClassNameShortening, TestDynamicFieldResource, TestFieldCollectionResource,
TestSolrQueryParserDefaultOperatorResource, TestManagedSynonymFilterFactory,
ManagedSchemaRoundRobinCloudTest, TestCloudSchemaless,
TestPayloadScoreQParserPlugin, TestSimpleQParserPlugin, TestXmlQParser,
TestXmlQParserPlugin, TestJsonFacetRefinement, TestOrdValues, BJQParserTest,
BlockJoinFacetDistribTest, TestNestedDocsSort, TestJsonRequest,
SimpleMLTQParserTest, TestClassicSimilarityFactory,
TestNonDefinedSimilarityFactory, TestDefaultStatsCache, TestExactStatsCache,
BasicAuthIntegrationTest, PKIAuthenticationIntegrationTest,
TestHighFrequencyDictionaryFactory, BufferStoreTest, HdfsLockFactoryTest,
TestDocTermOrds, TestFieldCacheSanityChecker, TestFieldCacheVsDocValues,
AddBlockUpdateTest, UpdateLogTest,
ClassificationUpdateProcessorIntegrationTest,
CloneFieldUpdateProcessorFactoryTest, DocExpirationUpdateProcessorFactoryTest,
TolerantUpdateProcessorTest, DistanceUnitsTest, TestMaxTokenLenTokenizer]
[junit4] Completed [707/715 (2!)] on J2 in 0.21s, 2 tests, 1 error <<<
FAILURES!
[...truncated 36402 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]