Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20874/
Java: 64bit/jdk-9.0.1 -XX:+UseCompressedOops -XX:+UseParallelGC
5 tests failed.
FAILED: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test
Error Message:
Expected 2 of 3 replicas to be active but only found 1;
[core_node5:{"core":"c8n_1x3_lf_shard1_replica_n2","base_url":"http://127.0.0.1:38957","node_name":"127.0.0.1:38957_","state":"active","type":"NRT","leader":"true"}];
clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/25)={
"pullReplicas":"0", "replicationFactor":"1", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active", "replicas":{
"core_node4":{ "core":"c8n_1x3_lf_shard1_replica_n1",
"base_url":"http://127.0.0.1:33449", "node_name":"127.0.0.1:33449_",
"state":"down", "type":"NRT"}, "core_node5":{
"core":"c8n_1x3_lf_shard1_replica_n2",
"base_url":"http://127.0.0.1:38957", "node_name":"127.0.0.1:38957_",
"state":"active", "type":"NRT", "leader":"true"},
"core_node6":{ "state":"down",
"base_url":"http://127.0.0.1:38835",
"core":"c8n_1x3_lf_shard1_replica_n3",
"node_name":"127.0.0.1:38835_", "type":"NRT"}}}},
"router":{"name":"compositeId"}, "maxShardsPerNode":"1",
"autoAddReplicas":"false", "nrtReplicas":"3", "tlogReplicas":"0"}
Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found
1;
[core_node5:{"core":"c8n_1x3_lf_shard1_replica_n2","base_url":"http://127.0.0.1:38957","node_name":"127.0.0.1:38957_","state":"active","type":"NRT","leader":"true"}];
clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/25)={
"pullReplicas":"0",
"replicationFactor":"1",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node4":{
"core":"c8n_1x3_lf_shard1_replica_n1",
"base_url":"http://127.0.0.1:33449",
"node_name":"127.0.0.1:33449_",
"state":"down",
"type":"NRT"},
"core_node5":{
"core":"c8n_1x3_lf_shard1_replica_n2",
"base_url":"http://127.0.0.1:38957",
"node_name":"127.0.0.1:38957_",
"state":"active",
"type":"NRT",
"leader":"true"},
"core_node6":{
"state":"down",
"base_url":"http://127.0.0.1:38835",
"core":"c8n_1x3_lf_shard1_replica_n3",
"node_name":"127.0.0.1:38835_",
"type":"NRT"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"nrtReplicas":"3",
"tlogReplicas":"0"}
at
__randomizedtesting.SeedInfo.seed([BB3A76160B322F48:336E49CCA5CE42B0]: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:169)
at
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:56)
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:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
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:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
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.cloud.OverseerModifyCollectionTest.testModifyColl
Error Message:
Error from server at https://127.0.0.1:35751/solr: create the collection time
out:180s
Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at https://127.0.0.1:35751/solr: create the collection time out:180s
at
__randomizedtesting.SeedInfo.seed([BB3A76160B322F48:12A25C6307FEEB4E]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1096)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:875)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:808)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
at
org.apache.solr.cloud.OverseerModifyCollectionTest.testModifyColl(OverseerModifyCollectionTest.java:50)
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:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
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:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
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.cloud.TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete
Error Message:
Error from server at
http://127.0.0.1:37051/solr/testcollection_shard1_replica_n2: Expected mime
type application/octet-stream but got text/html. <html> <head> <meta
http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> <title>Error
404 </title> </head> <body> <h2>HTTP ERROR: 404</h2> <p>Problem accessing
/solr/testcollection_shard1_replica_n2/update. Reason: <pre> Can not find:
/solr/testcollection_shard1_replica_n2/update</pre></p> <hr /><a
href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.20.v20170531</a><hr/>
</body> </html>
Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from
server at http://127.0.0.1:37051/solr/testcollection_shard1_replica_n2:
Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 404 </title>
</head>
<body>
<h2>HTTP ERROR: 404</h2>
<p>Problem accessing /solr/testcollection_shard1_replica_n2/update. Reason:
<pre> Can not find: /solr/testcollection_shard1_replica_n2/update</pre></p>
<hr /><a href="http://eclipse.org/jetty">Powered by Jetty://
9.3.20.v20170531</a><hr/>
</body>
</html>
at
__randomizedtesting.SeedInfo.seed([BB3A76160B322F48:18C0D8B38CDAC5ED]:0)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:541)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1008)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:875)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:937)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:937)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:937)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:937)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:937)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:808)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
at
org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
at
org.apache.solr.cloud.TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete(TestCollectionsAPIViaSolrCloudCluster.java:167)
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:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
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:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
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:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:37051/solr/testcollection_shard1_replica_n2:
Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 404 </title>
</head>
<body>
<h2>HTTP ERROR: 404</h2>
<p>Problem accessing /solr/testcollection_shard1_replica_n2/update. Reason:
<pre> Can not find: /solr/testcollection_shard1_replica_n2/update</pre></p>
<hr /><a href="http://eclipse.org/jetty">Powered by Jetty://
9.3.20.v20170531</a><hr/>
</body>
</html>
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:607)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:518)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
... 1 more
FAILED: org.apache.lucene.search.TestSimilarity.testSimilarity
Error Message:
expected:<2.0> but was:<1.0>
Stack Trace:
java.lang.AssertionError: expected:<2.0> but was:<1.0>
at
__randomizedtesting.SeedInfo.seed([B2AA3128FCB5729D:43057110FC55E786]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:443)
at org.junit.Assert.assertEquals(Assert.java:512)
at
org.apache.lucene.search.TestSimilarity$4.collect(TestSimilarity.java:146)
at
org.apache.lucene.search.AssertingLeafCollector.collect(AssertingLeafCollector.java:52)
at
org.apache.lucene.search.AssertingCollector$1.collect(AssertingCollector.java:56)
at
org.apache.lucene.search.AssertingLeafCollector.collect(AssertingLeafCollector.java:52)
at
org.apache.lucene.search.Weight$DefaultBulkScorer.scoreAll(Weight.java:293)
at
org.apache.lucene.search.Weight$DefaultBulkScorer.score(Weight.java:236)
at org.apache.lucene.search.BulkScorer.score(BulkScorer.java:39)
at
org.apache.lucene.search.AssertingBulkScorer.score(AssertingBulkScorer.java:69)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:645)
at
org.apache.lucene.search.AssertingIndexSearcher.search(AssertingIndexSearcher.java:72)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:449)
at
org.apache.lucene.search.TestSimilarity.testSimilarity(TestSimilarity.java:137)
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:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
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:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
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.lucene.search.spans.TestSpans.testSpanScorerZeroSloppyFreq
Error Message:
first doc score should be zero, 3.0794418
Stack Trace:
java.lang.AssertionError: first doc score should be zero, 3.0794418
at
__randomizedtesting.SeedInfo.seed([B2AA3128FCB5729D:8ED985034A57479A]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.lucene.search.spans.TestSpans.testSpanScorerZeroSloppyFreq(TestSpans.java:320)
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:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
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:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
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)
Build Log:
[...truncated 814 lines...]
[junit4] Suite: org.apache.lucene.search.spans.TestSpans
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestSpans
-Dtests.method=testSpanScorerZeroSloppyFreq -Dtests.seed=B2AA3128FCB5729D
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=de-DE
-Dtests.timezone=America/Edmonton -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] FAILURE 0.02s J2 | TestSpans.testSpanScorerZeroSloppyFreq <<<
[junit4] > Throwable #1: java.lang.AssertionError: first doc score should
be zero, 3.0794418
[junit4] > at
__randomizedtesting.SeedInfo.seed([B2AA3128FCB5729D:8ED985034A57479A]:0)
[junit4] > at
org.apache.lucene.search.spans.TestSpans.testSpanScorerZeroSloppyFreq(TestSpans.java:320)
[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:564)
[junit4] > at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70):
{field=PostingsFormat(name=Direct), id=PostingsFormat(name=Memory),
text=Lucene50(blocksize=128)}, docValues:{}, maxPointsInLeafNode=1502,
maxMBSortInHeap=6.905104930330072,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3684863e),
locale=de-DE, timezone=America/Edmonton
[junit4] 2> NOTE: Linux 4.10.0-37-generic amd64/Oracle Corporation 9.0.1
(64-bit)/cpus=8,threads=1,free=309744552,total=379584512
[junit4] 2> NOTE: All tests run in this JVM: [TermInSetQueryTest,
TestExceedMaxTermLength, TestAssertions, TestNIOFSDirectory,
Test2BSortedDocValuesOrds, TestAxiomaticF1LOG, TestPointQueries,
TestCharsRefBuilder, TestForUtil, TestMultiFields, TestCollectionUtil,
TestMinShouldMatch2, TestIndexWriterThreadsToSegments, TestTermQuery,
TestSearchForDuplicates, TestDirectMonotonic, TestPackedTokenAttributeImpl,
TestBinaryDocument, TestLucene60PointsFormat, TestSegmentTermDocs,
TestFieldCacheRewriteMethod, TestIndexWriterLockRelease, TestTermVectors,
TestIndexWriterMaxDocs, TestPrefixQuery, TestMultiLevelSkipList,
TestSimpleFSDirectory, TestRegexpQuery, TestShardSearching, TestPayloads,
TestCompiledAutomaton, TestRadixSelector, TestAutomaton,
TestCachingTokenFilter, TestDisjunctionMaxQuery, TestFieldsReader,
TestTwoPhaseCommitTool, TestBasics, TestVersion, TestAllFilesHaveCodecHeader,
TestRamUsageEstimator, TestRollingBuffer, TestSimilarityBase,
TestBoolean2ScorerSupplier, TestLucene70NormsFormat, TestFilterWeight,
TestBlockPostingsFormat, TestIndexWriterMergePolicy,
TestAllFilesHaveChecksumFooter, TestCharTermAttributeImpl,
TestIntArrayDocIdSet, TestBytesRefHash, TestStressAdvance,
TestIndexWriterOnDiskFull, TestSloppyPhraseQuery2, TestSimilarity2,
TestMergePolicyWrapper, TestLucene50StoredFieldsFormatHighCompression,
TestIOUtils, TestSegmentReader, TestLogMergePolicy, TestConsistentFieldNumbers,
TestMultiMMap, Test2BPositions, MultiCollectorTest, TestLongRangeFieldQueries,
TestScorerPerf, TestFixedBitSet, TestField, TestRollingUpdates,
TestSortedSetSelector, TestConjunctions, TestIndexWriterMerging, TestSpans]
[junit4] Completed [180/475 (1!)] on J2 in 0.28s, 26 tests, 1 failure <<<
FAILURES!
[...truncated 51 lines...]
[junit4] Suite: org.apache.lucene.search.TestSimilarity
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestSimilarity
-Dtests.method=testSimilarity -Dtests.seed=B2AA3128FCB5729D
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-PG
-Dtests.timezone=America/Rainy_River -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] FAILURE 0.02s J0 | TestSimilarity.testSimilarity <<<
[junit4] > Throwable #1: java.lang.AssertionError: expected:<2.0> but
was:<1.0>
[junit4] > at
__randomizedtesting.SeedInfo.seed([B2AA3128FCB5729D:43057110FC55E786]:0)
[junit4] > at
org.apache.lucene.search.TestSimilarity$4.collect(TestSimilarity.java:146)
[junit4] > at
org.apache.lucene.search.AssertingLeafCollector.collect(AssertingLeafCollector.java:52)
[junit4] > at
org.apache.lucene.search.AssertingCollector$1.collect(AssertingCollector.java:56)
[junit4] > at
org.apache.lucene.search.AssertingLeafCollector.collect(AssertingLeafCollector.java:52)
[junit4] > at
org.apache.lucene.search.Weight$DefaultBulkScorer.scoreAll(Weight.java:293)
[junit4] > at
org.apache.lucene.search.Weight$DefaultBulkScorer.score(Weight.java:236)
[junit4] > at
org.apache.lucene.search.BulkScorer.score(BulkScorer.java:39)
[junit4] > at
org.apache.lucene.search.AssertingBulkScorer.score(AssertingBulkScorer.java:69)
[junit4] > at
org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:645)
[junit4] > at
org.apache.lucene.search.AssertingIndexSearcher.search(AssertingIndexSearcher.java:72)
[junit4] > at
org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:449)
[junit4] > at
org.apache.lucene.search.TestSimilarity.testSimilarity(TestSimilarity.java:137)
[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:564)
[junit4] > at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> NOTE: test params are: codec=CheapBastard,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@7a0f3844),
locale=en-PG, timezone=America/Rainy_River
[junit4] 2> NOTE: Linux 4.10.0-37-generic amd64/Oracle Corporation 9.0.1
(64-bit)/cpus=8,threads=1,free=247175976,total=447217664
[junit4] 2> NOTE: All tests run in this JVM: [TestIndexWriterConfig,
TestIndexReaderClose, TestNearSpansOrdered, TestBlockPostingsFormat2,
TestManyFields, TestMergedIterator, TestEarlyTermination,
TestCrashCausesCorruptIndex, TestTerm, TestIndexWriter, TestOperations,
TestSpansEnum, TestCachingCollector, TestOrdinalMap,
TestLucene50TermVectorsFormat, TestUpgradeIndexMergePolicy,
TestFrequencyTrackingRingBuffer, TestAllFilesCheckIndexHeader,
TestNGramPhraseQuery, TestDateTools, TestBinaryDocValuesUpdates,
TestLucene50CompoundFormat, TestAxiomaticF3LOG, TestFlushByRamOrCountsPolicy,
TestCodecs, TestOfflineSorter, TestSortRescorer, TestBytesRef,
TestForceMergeForever, TestSegmentMerger, TestNamedSPILoader, TestIndexedDISI,
TestWildcardRandom, TestDoubleRangeFieldQueries, TestDocIDMerger,
TestWordlistLoader, TestIndexingSequenceNumbers, Test2BTerms,
TestDirectoryReaderReopen, TestDocsAndPositions, TestAxiomaticF2EXP,
TestMergeRateLimiter, TestDocValuesIndexing, TestGrowableByteArrayDataOutput,
TestBasicModelP, TestTerms, TestLucene70SegmentInfoFormat, TestSimilarity]
[junit4] Completed [195/475 (2!)] on J0 in 0.05s, 1 test, 1 failure <<<
FAILURES!
[...truncated 10782 lines...]
[junit4] Suite: org.apache.solr.cloud.TestCollectionsAPIViaSolrCloudCluster
[junit4] 2> 128088 INFO
(SUITE-TestCollectionsAPIViaSolrCloudCluster-seed#[BB3A76160B322F48]-worker) [
] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_BB3A76160B322F48-001/init-core-data-001
[junit4] 2> 128089 WARN
(SUITE-TestCollectionsAPIViaSolrCloudCluster-seed#[BB3A76160B322F48]-worker) [
] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
[junit4] 2> 128089 INFO
(SUITE-TestCollectionsAPIViaSolrCloudCluster-seed#[BB3A76160B322F48]-worker) [
] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 128090 INFO
(SUITE-TestCollectionsAPIViaSolrCloudCluster-seed#[BB3A76160B322F48]-worker) [
] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 128091 INFO
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[BB3A76160B322F48])
[ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_BB3A76160B322F48-001/tempDir-001
[junit4] 2> 128091 INFO
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[BB3A76160B322F48])
[ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 128091 INFO (Thread-208) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 128091 INFO (Thread-208) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 128092 ERROR (Thread-208) [ ] 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> 128191 INFO
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[BB3A76160B322F48])
[ ] o.a.s.c.ZkTestServer start zk server on port:40145
[junit4] 2> 128197 INFO (jetty-launcher-132-thread-1) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 128197 INFO (jetty-launcher-132-thread-2) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 128197 INFO (jetty-launcher-132-thread-3) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 128197 INFO (jetty-launcher-132-thread-5) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 128198 INFO (jetty-launcher-132-thread-4) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 128199 INFO (jetty-launcher-132-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3c8cca0{/solr,null,AVAILABLE}
[junit4] 2> 128199 INFO (jetty-launcher-132-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@594111fd{/solr,null,AVAILABLE}
[junit4] 2> 128200 INFO (jetty-launcher-132-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@44f951d0{/solr,null,AVAILABLE}
[junit4] 2> 128212 INFO (jetty-launcher-132-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@79d82876{/solr,null,AVAILABLE}
[junit4] 2> 128212 INFO (jetty-launcher-132-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@27e57b0d{HTTP/1.1,[http/1.1]}{127.0.0.1:45253}
[junit4] 2> 128212 INFO (jetty-launcher-132-thread-2) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@14e36f28{HTTP/1.1,[http/1.1]}{127.0.0.1:33139}
[junit4] 2> 128212 INFO (jetty-launcher-132-thread-1) [ ]
o.e.j.s.Server Started @130059ms
[junit4] 2> 128212 INFO (jetty-launcher-132-thread-2) [ ]
o.e.j.s.Server Started @130059ms
[junit4] 2> 128212 INFO (jetty-launcher-132-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=45253}
[junit4] 2> 128212 INFO (jetty-launcher-132-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=33139}
[junit4] 2> 128213 ERROR (jetty-launcher-132-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 128213 ERROR (jetty-launcher-132-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 128213 INFO (jetty-launcher-132-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 128213 INFO (jetty-launcher-132-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 128213 INFO (jetty-launcher-132-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 128213 INFO (jetty-launcher-132-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 128213 INFO (jetty-launcher-132-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 128213 INFO (jetty-launcher-132-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 128213 INFO (jetty-launcher-132-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-11-09T18:54:22.595261Z
[junit4] 2> 128213 INFO (jetty-launcher-132-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-11-09T18:54:22.595274Z
[junit4] 2> 128213 INFO (jetty-launcher-132-thread-4) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@39c8db04{HTTP/1.1,[http/1.1]}{127.0.0.1:45373}
[junit4] 2> 128213 INFO (jetty-launcher-132-thread-4) [ ]
o.e.j.s.Server Started @130060ms
[junit4] 2> 128213 INFO (jetty-launcher-132-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=45373}
[junit4] 2> 128214 INFO (jetty-launcher-132-thread-3) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@743f5fbd{HTTP/1.1,[http/1.1]}{127.0.0.1:34773}
[junit4] 2> 128214 INFO (jetty-launcher-132-thread-3) [ ]
o.e.j.s.Server Started @130060ms
[junit4] 2> 128214 INFO (jetty-launcher-132-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=34773}
[junit4] 2> 128214 ERROR (jetty-launcher-132-thread-4) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 128214 INFO (jetty-launcher-132-thread-5) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@6e7f8a5f{/solr,null,AVAILABLE}
[junit4] 2> 128214 INFO (jetty-launcher-132-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 128214 INFO (jetty-launcher-132-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 128214 INFO (jetty-launcher-132-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 128214 INFO (jetty-launcher-132-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-11-09T18:54:22.596487Z
[junit4] 2> 128214 ERROR (jetty-launcher-132-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 128214 INFO (jetty-launcher-132-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 128214 INFO (jetty-launcher-132-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 128214 INFO (jetty-launcher-132-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 128214 INFO (jetty-launcher-132-thread-5) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@7a1da2e0{HTTP/1.1,[http/1.1]}{127.0.0.1:45021}
[junit4] 2> 128214 INFO (jetty-launcher-132-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-11-09T18:54:22.596640Z
[junit4] 2> 128214 INFO (jetty-launcher-132-thread-5) [ ]
o.e.j.s.Server Started @130060ms
[junit4] 2> 128214 INFO (jetty-launcher-132-thread-5) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=45021}
[junit4] 2> 128214 ERROR (jetty-launcher-132-thread-5) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 128215 INFO (jetty-launcher-132-thread-5) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 128215 INFO (jetty-launcher-132-thread-5) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 128215 INFO (jetty-launcher-132-thread-5) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 128215 INFO (jetty-launcher-132-thread-5) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-11-09T18:54:22.597177Z
[junit4] 2> 128215 INFO (jetty-launcher-132-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 128222 INFO (jetty-launcher-132-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 128222 INFO (jetty-launcher-132-thread-5) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 128222 INFO (jetty-launcher-132-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 128223 INFO (jetty-launcher-132-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 128227 INFO (jetty-launcher-132-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40145/solr
[junit4] 2> 128229 INFO (jetty-launcher-132-thread-5) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40145/solr
[junit4] 2> 128230 INFO (jetty-launcher-132-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40145/solr
[junit4] 2> 128231 INFO (jetty-launcher-132-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40145/solr
[junit4] 2> 128233 INFO (jetty-launcher-132-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40145/solr
[junit4] 2> 128236 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15fa222110a000c, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 128251 INFO (jetty-launcher-132-thread-3)
[n:127.0.0.1:34773_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 128252 INFO (jetty-launcher-132-thread-4)
[n:127.0.0.1:45373_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 128252 INFO (jetty-launcher-132-thread-3)
[n:127.0.0.1:34773_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:34773_solr
[junit4] 2> 128252 INFO (jetty-launcher-132-thread-3)
[n:127.0.0.1:34773_solr ] o.a.s.c.Overseer Overseer
(id=98975984023896079-127.0.0.1:34773_solr-n_0000000000) starting
[junit4] 2> 128252 INFO (jetty-launcher-132-thread-4)
[n:127.0.0.1:45373_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:45373_solr
[junit4] 2> 128253 INFO
(zkCallback-159-thread-1-processing-n:127.0.0.1:34773_solr)
[n:127.0.0.1:34773_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 128253 INFO
(zkCallback-158-thread-1-processing-n:127.0.0.1:45373_solr)
[n:127.0.0.1:45373_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 128268 INFO (jetty-launcher-132-thread-3)
[n:127.0.0.1:34773_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:34773_solr
[junit4] 2> 128269 INFO
(zkCallback-158-thread-1-processing-n:127.0.0.1:45373_solr)
[n:127.0.0.1:45373_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 128273 INFO
(zkCallback-159-thread-2-processing-n:127.0.0.1:34773_solr)
[n:127.0.0.1:34773_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 128289 INFO (jetty-launcher-132-thread-4)
[n:127.0.0.1:45373_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45373.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3c2b373c
[junit4] 2> 128290 INFO (jetty-launcher-132-thread-2)
[n:127.0.0.1:33139_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 128291 INFO (jetty-launcher-132-thread-2)
[n:127.0.0.1:33139_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 128292 INFO (jetty-launcher-132-thread-2)
[n:127.0.0.1:33139_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:33139_solr
[junit4] 2> 128293 INFO
(zkCallback-159-thread-2-processing-n:127.0.0.1:34773_solr)
[n:127.0.0.1:34773_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 128293 INFO
(zkCallback-158-thread-1-processing-n:127.0.0.1:45373_solr)
[n:127.0.0.1:45373_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 128300 INFO
(zkCallback-157-thread-1-processing-n:127.0.0.1:33139_solr)
[n:127.0.0.1:33139_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 128300 INFO (jetty-launcher-132-thread-4)
[n:127.0.0.1:45373_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45373.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3c2b373c
[junit4] 2> 128300 INFO (jetty-launcher-132-thread-4)
[n:127.0.0.1:45373_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45373.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3c2b373c
[junit4] 2> 128301 INFO (jetty-launcher-132-thread-4)
[n:127.0.0.1:45373_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_BB3A76160B322F48-001/tempDir-001/node5/.
[junit4] 2> 128304 INFO (jetty-launcher-132-thread-5)
[n:127.0.0.1:45021_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 128308 INFO (jetty-launcher-132-thread-5)
[n:127.0.0.1:45021_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 128309 INFO (jetty-launcher-132-thread-5)
[n:127.0.0.1:45021_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:45021_solr
[junit4] 2> 128309 INFO
(zkCallback-159-thread-2-processing-n:127.0.0.1:34773_solr)
[n:127.0.0.1:34773_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 128309 INFO
(zkCallback-157-thread-1-processing-n:127.0.0.1:33139_solr)
[n:127.0.0.1:33139_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 128309 INFO
(zkCallback-158-thread-1-processing-n:127.0.0.1:45373_solr)
[n:127.0.0.1:45373_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 128310 INFO
(zkCallback-148-thread-1-processing-n:127.0.0.1:45021_solr)
[n:127.0.0.1:45021_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 128323 INFO (jetty-launcher-132-thread-1)
[n:127.0.0.1:45253_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 128324 INFO (jetty-launcher-132-thread-1)
[n:127.0.0.1:45253_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 128325 INFO (jetty-launcher-132-thread-1)
[n:127.0.0.1:45253_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:45253_solr
[junit4] 2> 128325 INFO
(zkCallback-155-thread-1-processing-n:127.0.0.1:45253_solr)
[n:127.0.0.1:45253_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (5)
[junit4] 2> 128326 INFO
(zkCallback-159-thread-2-processing-n:127.0.0.1:34773_solr)
[n:127.0.0.1:34773_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (5)
[junit4] 2> 128327 INFO
(zkCallback-157-thread-1-processing-n:127.0.0.1:33139_solr)
[n:127.0.0.1:33139_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (5)
[junit4] 2> 128327 INFO
(zkCallback-148-thread-1-processing-n:127.0.0.1:45021_solr)
[n:127.0.0.1:45021_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (5)
[junit4] 2> 128327 INFO
(zkCallback-158-thread-1-processing-n:127.0.0.1:45373_solr)
[n:127.0.0.1:45373_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (5)
[junit4] 2> 128330 INFO (jetty-launcher-132-thread-3)
[n:127.0.0.1:34773_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_34773.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3c2b373c
[junit4] 2> 128337 INFO (jetty-launcher-132-thread-3)
[n:127.0.0.1:34773_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_34773.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3c2b373c
[junit4] 2> 128337 INFO (jetty-launcher-132-thread-3)
[n:127.0.0.1:34773_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_34773.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3c2b373c
[junit4] 2> 128338 INFO (jetty-launcher-132-thread-3)
[n:127.0.0.1:34773_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_BB3A76160B322F48-001/tempDir-001/node3/.
[junit4] 2> 128364 INFO (jetty-launcher-132-thread-2)
[n:127.0.0.1:33139_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33139.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3c2b373c
[junit4] 2> 128366 INFO (jetty-launcher-132-thread-5)
[n:127.0.0.1:45021_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45021.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3c2b373c
[junit4] 2> 128374 INFO (jetty-launcher-132-thread-2)
[n:127.0.0.1:33139_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33139.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3c2b373c
[junit4] 2> 128374 INFO (jetty-launcher-132-thread-2)
[n:127.0.0.1:33139_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33139.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3c2b373c
[junit4] 2> 128375 INFO (jetty-launcher-132-thread-2)
[n:127.0.0.1:33139_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_BB3A76160B322F48-001/tempDir-001/node2/.
[junit4] 2> 128379 INFO (jetty-launcher-132-thread-5)
[n:127.0.0.1:45021_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45021.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3c2b373c
[junit4] 2> 128382 INFO (jetty-launcher-132-thread-5)
[n:127.0.0.1:45021_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45021.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3c2b373c
[junit4] 2> 128383 INFO (jetty-launcher-132-thread-1)
[n:127.0.0.1:45253_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45253.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3c2b373c
[junit4] 2> 128383 INFO (jetty-launcher-132-thread-5)
[n:127.0.0.1:45021_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_BB3A76160B322F48-001/tempDir-001/node4/.
[junit4] 2> 128391 INFO (jetty-launcher-132-thread-1)
[n:127.0.0.1:45253_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45253.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3c2b373c
[junit4] 2> 128391 INFO (jetty-launcher-132-thread-1)
[n:127.0.0.1:45253_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45253.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3c2b373c
[junit4] 2> 128392 INFO (jetty-launcher-132-thread-1)
[n:127.0.0.1:45253_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_BB3A76160B322F48-001/tempDir-001/node1/.
[junit4] 2> 128503 INFO
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[BB3A76160B322F48])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
[junit4] 2> 128504 INFO
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[BB3A76160B322F48])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:40145/solr ready
[junit4] 2> 128505 INFO
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[BB3A76160B322F48])
[ ] o.a.s.SolrTestCaseJ4 ###Starting
testCollectionCreateWithoutCoresThenDelete
[junit4] 2> 128507 INFO (qtp999686062-893) [n:127.0.0.1:33139_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
async=228214b4-4e9e-4415-a9f3-20cc0735c7e7&replicationFactor=2&collection.configName=solrCloudCollectionConfig&maxShardsPerNode=1&name=testSolrCloudCollectionWithoutCores&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=EMPTY&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 128509 INFO (qtp999686062-893) [n:127.0.0.1:33139_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={async=228214b4-4e9e-4415-a9f3-20cc0735c7e7&replicationFactor=2&collection.configName=solrCloudCollectionConfig&maxShardsPerNode=1&name=testSolrCloudCollectionWithoutCores&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=EMPTY&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2}
status=0 QTime=1
[junit4] 2> 128511 INFO (qtp999686062-870) [n:127.0.0.1:33139_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with
params
requestid=228214b4-4e9e-4415-a9f3-20cc0735c7e7&action=REQUESTSTATUS&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 128512 INFO
(OverseerThreadFactory-367-thread-1-processing-n:127.0.0.1:34773_solr)
[n:127.0.0.1:34773_solr ] o.a.s.c.CreateCollectionCmd Create collection
testSolrCloudCollectionWithoutCores
[junit4] 2> 128512 INFO (qtp999686062-870) [n:127.0.0.1:33139_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={requestid=228214b4-4e9e-4415-a9f3-20cc0735c7e7&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 128512 WARN
(OverseerThreadFactory-367-thread-1-processing-n:127.0.0.1:34773_solr)
[n:127.0.0.1:34773_solr ] o.a.s.c.CreateCollectionCmd It is unusual to
create a collection (testSolrCloudCollectionWithoutCores) without cores.
[junit4] 2> 128616 INFO
(OverseerThreadFactory-367-thread-1-processing-n:127.0.0.1:34773_solr)
[n:127.0.0.1:34773_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 129514 INFO (qtp999686062-904) [n:127.0.0.1:33139_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with
params
requestid=228214b4-4e9e-4415-a9f3-20cc0735c7e7&action=REQUESTSTATUS&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 129514 INFO (qtp999686062-904) [n:127.0.0.1:33139_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={requestid=228214b4-4e9e-4415-a9f3-20cc0735c7e7&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 129515 INFO (qtp999686062-900) [n:127.0.0.1:33139_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletestatus with
params
requestid=228214b4-4e9e-4415-a9f3-20cc0735c7e7&action=DELETESTATUS&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 129516 INFO (qtp999686062-900) [n:127.0.0.1:33139_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={requestid=228214b4-4e9e-4415-a9f3-20cc0735c7e7&action=DELETESTATUS&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 129516 INFO
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[BB3A76160B322F48])
[ ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish -
collection: testSolrCloudCollectionWithoutCores failOnTimeout:true timeout
(sec):330
[junit4] 1> -
[junit4] 1> no one is recoverying
[junit4] 2> 129516 INFO
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[BB3A76160B322F48])
[ ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection:
testSolrCloudCollectionWithoutCores
[junit4] 2> 129517 INFO (qtp999686062-893) [n:127.0.0.1:33139_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params
name=testSolrCloudCollectionWithoutCores&action=DELETE&wt=javabin&version=2 and
sendToOCPQueue=true
[junit4] 2> 129520 INFO
(OverseerCollectionConfigSetProcessor-98975984023896079-127.0.0.1:34773_solr-n_0000000000)
[n:127.0.0.1:34773_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 129520 INFO
(OverseerThreadFactory-367-thread-2-processing-n:127.0.0.1:34773_solr)
[n:127.0.0.1:34773_solr ] o.a.s.c.OverseerCollectionMessageHandler Executing
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
[junit4] 2> 130222 INFO (qtp999686062-893) [n:127.0.0.1:33139_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={name=testSolrCloudCollectionWithoutCores&action=DELETE&wt=javabin&version=2}
status=0 QTime=705
[junit4] 2> 130223 INFO
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[BB3A76160B322F48])
[ ] o.a.s.c.AbstractDistribZkTestBase Wait for collection to disappear -
collection: testSolrCloudCollectionWithoutCores failOnTimeout:true timeout
(sec):330
[junit4] 1> -
[junit4] 2> 130223 INFO
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[BB3A76160B322F48])
[ ] o.a.s.c.AbstractDistribZkTestBase Collection has disappeared -
collection: testSolrCloudCollectionWithoutCores
[junit4] 2> 130225 INFO (jetty-closer-133-thread-2) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@743f5fbd{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 130225 INFO (jetty-closer-133-thread-1) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@39c8db04{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 130226 INFO (jetty-closer-133-thread-2) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1863173413
[junit4] 2> 130226 INFO (jetty-closer-133-thread-1) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=87613697
[junit4] 2> 130226 INFO (jetty-closer-133-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 130226 INFO (jetty-closer-133-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@4dc61d6e: rootName =
solr_34773, domain = solr.node, service url = null, agent id = null] for
registry solr.node / com.codahale.metrics.MetricRegistry@633f4c12
[junit4] 2> 130227 INFO (jetty-closer-133-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 130231 INFO (jetty-closer-133-thread-3) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@7a1da2e0{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 130231 INFO (jetty-closer-133-thread-3) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=668488847
[junit4] 2> 130231 INFO (jetty-closer-133-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 130231 INFO (jetty-closer-133-thread-3) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@5cadc362: rootName =
solr_45021, domain = solr.node, service url = null, agent id = null] for
registry solr.node / com.codahale.metrics.MetricRegistry@37e01de
[junit4] 2> 130232 INFO (jetty-closer-133-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@3027ed4b: rootName =
solr_45373, domain = solr.node, service url = null, agent id = null] for
registry solr.node / com.codahale.metrics.MetricRegistry@2736047e
[junit4] 2> 130232 INFO (jetty-closer-133-thread-4) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@27e57b0d{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 130232 INFO (jetty-closer-133-thread-5) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@14e36f28{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 130233 INFO (jetty-closer-133-thread-5) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=504636694
[junit4] 2> 130233 INFO (jetty-closer-133-thread-5) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 130236 INFO (jetty-closer-133-thread-5) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@5ce2df79: rootName =
solr_33139, domain = solr.node, service url = null, agent id = null] for
registry solr.node / com.codahale.metrics.MetricRegistry@72858997
[junit4] 2> 130236 INFO (jetty-closer-133-thread-4) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=629558318
[junit4] 2> 130238 INFO (jetty-closer-133-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 130239 INFO (jetty-closer-133-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@2a9dbd65: rootName =
solr_34773, domain = solr.jvm, service url = null, agent id = null] for
registry solr.jvm / com.codahale.metrics.MetricRegistry@30d3ff2d
[junit4] 2> 130240 INFO (jetty-closer-133-thread-4) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 130241 INFO (jetty-closer-133-thread-4) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@72bcc6f: rootName =
solr_45253, domain = solr.node, service url = null, agent id = null] for
registry solr.node / com.codahale.metrics.MetricRegistry@4a16fc35
[junit4] 2> 130241 INFO (jetty-closer-133-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 130242 INFO (jetty-closer-133-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@4dda4d77: rootName =
solr_45373, domain = solr.jvm, service url = null, agent id = null] for
registry solr.jvm / com.codahale.metrics.MetricRegistry@30d3ff2d
[junit4] 2> 130242 INFO (jetty-closer-133-thread-5) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 130242 INFO (jetty-closer-133-thread-5) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@5e460d47: rootName =
solr_33139, domain = solr.jvm, service url = null, agent id = null] for
registry solr.jvm / com.codahale.metrics.MetricRegistry@30d3ff2d
[junit4] 2> 130248 INFO (jetty-closer-133-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 130248 INFO (jetty-closer-133-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@1e210e20: rootName =
solr_34773, domain = solr.jetty, service url = null, agent id = null] for
registry solr.jetty / com.codahale.metrics.MetricRegistry@855c51e
[junit4] 2> 130255 INFO (jetty-closer-133-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 130255 INFO (jetty-closer-133-thread-3) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@72096d54: rootName =
solr_45021, domain = solr.jvm, service url = null, agent id = null] for
registry solr.jvm / com.codahale.metrics.MetricRegistry@30d3ff2d
[junit4] 2> 130255 INFO (jetty-closer-133-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 130255 INFO (jetty-closer-133-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@40aedc33: rootName =
solr_45373, domain = solr.jetty, service url = null, agent id = null] for
registry solr.jetty / com.codahale.metrics.MetricRegistry@855c51e
[junit4] 2> 130255 INFO (jetty-closer-133-thread-2) [ ]
o.a.s.c.ZkController Remove node as live in
ZooKeeper:/live_nodes/127.0.0.1:34773_solr
[junit4] 2> 130256 INFO (jetty-closer-133-thread-5) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 130256 INFO (jetty-closer-133-thread-5) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@6024e8c4: rootName =
solr_33139, domain = solr.jetty, service url = null, agent id = null] for
registry solr.jetty / com.codahale.metrics.MetricRegistry@855c51e
[junit4] 2> 130256 INFO
(zkCallback-158-thread-1-processing-n:127.0.0.1:45373_solr)
[n:127.0.0.1:45373_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (5) -> (4)
[junit4] 2> 130256 INFO
(zkCallback-155-thread-1-processing-n:127.0.0.1:45253_solr)
[n:127.0.0.1:45253_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (5) -> (4)
[junit4] 2> 130256 INFO
(zkCallback-148-thread-1-processing-n:127.0.0.1:45021_solr)
[n:127.0.0.1:45021_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (5) -> (4)
[junit4] 2> 130256 INFO
(zkCallback-157-thread-1-processing-n:127.0.0.1:33139_solr)
[n:127.0.0.1:33139_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (5) -> (4)
[junit4] 2> 130256 INFO
(zkCallback-159-thread-2-processing-n:127.0.0.1:34773_solr)
[n:127.0.0.1:34773_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (5) -> (4)
[junit4] 2> 130257 INFO (jetty-closer-133-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 130257 INFO (jetty-closer-133-thread-2) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 130258 INFO (jetty-closer-133-thread-5) [ ]
o.a.s.c.ZkController Remove node as live in
ZooKeeper:/live_nodes/127.0.0.1:33139_solr
[junit4] 2> 130258 INFO (jetty-closer-133-thread-4) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 130258 INFO (jetty-closer-133-thread-4) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@727f4424: rootName =
solr_45253, domain = solr.jvm, service url = null, agent id = null] for
registry solr.jvm / com.codahale.metrics.MetricRegistry@30d3ff2d
[junit4] 2> 130258 INFO (jetty-closer-133-thread-2) [ ]
o.a.s.c.Overseer Overseer
(id=98975984023896079-127.0.0.1:34773_solr-n_0000000000) closing
[junit4] 2> 130258 INFO
(OverseerStateUpdate-98975984023896079-127.0.0.1:34773_solr-n_0000000000)
[n:127.0.0.1:34773_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:34773_solr
[junit4] 2> 130259 INFO
(zkCallback-158-thread-1-processing-n:127.0.0.1:45373_solr)
[n:127.0.0.1:45373_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (3)
[junit4] 2> 130259 INFO
(zkCallback-148-thread-1-processing-n:127.0.0.1:45021_solr)
[n:127.0.0.1:45021_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (3)
[junit4] 2> 130259 INFO
(zkCallback-157-thread-1-processing-n:127.0.0.1:33139_solr)
[n:127.0.0.1:33139_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (3)
[junit4] 2> 130259 INFO
(zkCallback-155-thread-1-processing-n:127.0.0.1:45253_solr)
[n:127.0.0.1:45253_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (3)
[junit4] 2> 130260 WARN
(OverseerAutoScalingTriggerThread-98975984023896079-127.0.0.1:34773_solr-n_0000000000)
[n:127.0.0.1:34773_solr ] o.a.s.c.a.OverseerTriggerThread
OverseerTriggerThread woken up but we are closed, exiting.
[junit4] 2> 130260 INFO (jetty-closer-133-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 130259 INFO
(zkCallback-159-thread-2-processing-n:127.0.0.1:34773_solr)
[n:127.0.0.1:34773_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (3)
[junit4] 2> 130261 INFO (jetty-closer-133-thread-3) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@78758d7e: rootName =
solr_45021, domain = solr.jetty, service url = null, agent id = null] for
registry solr.jetty / com.codahale.metrics.MetricRegistry@855c51e
[junit4] 2> 130259 INFO (jetty-closer-133-thread-1) [ ]
o.a.s.c.ZkController Remove node as live in
ZooKeeper:/live_nodes/127.0.0.1:45373_solr
[junit4] 2> 130259 INFO (jetty-closer-133-thread-5) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 130261 INFO (jetty-closer-133-thread-5) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 130261 INFO (jetty-closer-133-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 130261 INFO (jetty-closer-133-thread-1) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 130262 INFO
(zkCallback-158-thread-1-processing-n:127.0.0.1:45373_solr)
[n:127.0.0.1:45373_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (2)
[junit4] 2> 130262 INFO
(zkCallback-148-thread-1-processing-n:127.0.0.1:45021_solr)
[n:127.0.0.1:45021_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (2)
[junit4] 2> 130262 INFO
(zkCallback-155-thread-1-processing-n:127.0.0.1:45253_solr)
[n:127.0.0.1:45253_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (2)
[junit4] 2> 130262 INFO (jetty-closer-133-thread-3) [ ]
o.a.s.c.ZkController Remove node as live in
ZooKeeper:/live_nodes/127.0.0.1:45021_solr
[junit4] 2> 130266 INFO (jetty-closer-133-thread-4) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 130266 INFO (jetty-closer-133-thread-4) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@6e01d8ba: rootName =
solr_45253, domain = solr.jetty, service url = null, agent id = null] for
registry solr.jetty / com.codahale.metrics.MetricRegistry@855c51e
[junit4] 2> 130267 INFO (jetty-closer-133-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 130268 INFO (jetty-closer-133-thread-3) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 130268 INFO
(zkCallback-155-thread-1-processing-n:127.0.0.1:45253_solr)
[n:127.0.0.1:45253_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (1)
[junit4] 2> 130268 INFO
(zkCallback-148-thread-1-processing-n:127.0.0.1:45021_solr)
[n:127.0.0.1:45021_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (1)
[junit4] 2> 130268 INFO (jetty-closer-133-thread-4) [ ]
o.a.s.c.ZkController Remove node as live in
ZooKeeper:/live_nodes/127.0.0.1:45253_solr
[junit4] 2> 130269 INFO (jetty-closer-133-thread-4) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 130269 INFO (jetty-closer-133-thread-4) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 130270 INFO
(zkCallback-155-thread-1-processing-n:127.0.0.1:45253_solr)
[n:127.0.0.1:45253_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (0)
[junit4] 2> 130270 INFO
(zkCallback-155-thread-2-processing-n:127.0.0.1:45253_solr)
[n:127.0.0.1:45253_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:45253_solr
[junit4] 2> 131762 WARN
(zkCallback-157-thread-1-processing-n:127.0.0.1:33139_solr)
[n:127.0.0.1:33139_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 131762 WARN
(zkCallback-159-thread-2-processing-n:127.0.0.1:34773_solr)
[n:127.0.0.1:34773_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 131762 INFO (jetty-closer-133-thread-5) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@44f951d0{/solr,null,UNAVAILABLE}
[junit4] 2> 131763 INFO (jetty-closer-133-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@79d82876{/solr,null,UNAVAILABLE}
[junit4] 2> 131768 WARN
(zkCallback-148-thread-1-processing-n:127.0.0.1:45021_solr)
[n:127.0.0.1:45021_solr ] o.a.s.c.ZkController Unable to register nodeLost
path for 127.0.0.1:45021_solr
[junit4] 2> org.apache.zookeeper.KeeperException$SessionExpiredException:
KeeperErrorCode = Session expired for /autoscaling/nodeLost/127.0.0.1:45021_solr
[junit4] 2> at
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4] 2> at
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4] 2> at
org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:783)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient.lambda$create$7(SolrZkClient.java:357)
[junit4] 2> at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient.create(SolrZkClient.java:357)
[junit4] 2> at
org.apache.solr.cloud.ZkController.lambda$registerLiveNodesListener$2(ZkController.java:879)
[junit4] 2> at
org.apache.solr.common.cloud.ZkStateReader.lambda$refreshLiveNodes$1(ZkStateReader.java:749)
[junit4] 2> at
java.base/java.util.concurrent.ConcurrentHashMap$KeySetView.forEach(ConcurrentHashMap.java:4724)
[junit4] 2> at
org.apache.solr.common.cloud.ZkStateReader.refreshLiveNodes(ZkStateReader.java:748)
[junit4] 2> at
org.apache.solr.common.cloud.ZkStateReader.access$1000(ZkStateReader.java:72)
[junit4] 2> at
org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.refreshAndWatch(ZkStateReader.java:1154)
[junit4] 2> at
org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.process(ZkStateReader.java:1149)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$1.lambda$process$0(SolrZkClient.java:262)
[junit4] 2> at
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
[junit4] 2> at
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
[junit4] 2> at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
[junit4] 2> at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
[junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 131769 INFO (jetty-closer-133-thread-3) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@6e7f8a5f{/solr,null,UNAVAILABLE}
[junit4] 2> 131770 WARN
(zkCallback-158-thread-1-processing-n:127.0.0.1:45373_solr)
[n:127.0.0.1:45373_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 131770 INFO (jetty-closer-133-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@594111fd{/solr,null,UNAVAILABLE}
[junit4] 2> 131770 WARN
(zkCallback-155-thread-1-processing-n:127.0.0.1:45253_solr)
[n:127.0.0.1:45253_solr ] o.a.s.c.ZkController Unable to register nodeLost
path for 127.0.0.1:45253_solr
[junit4] 2> org.apache.zookeeper.KeeperException$SessionExpiredException:
KeeperErrorCode = Session expired for /autoscaling/nodeLost/127.0.0.1:45253_solr
[junit4] 2> at
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4] 2> at
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4] 2> at
org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:783)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient.lambda$create$7(SolrZkClient.java:357)
[junit4] 2> at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient.create(SolrZkClient.java:357)
[junit4] 2> at
org.apache.solr.cloud.ZkController.lambda$registerLiveNodesListener$2(ZkController.java:879)
[junit4] 2> at
org.apache.solr.common.cloud.ZkStateReader.lambda$refreshLiveNodes$1(ZkStateReader.java:749)
[junit4] 2> at
java.base/java.util.concurrent.ConcurrentHashMap$KeySetView.forEach(ConcurrentHashMap.java:4724)
[junit4] 2> at
org.apache.solr.common.cloud.ZkStateReader.refreshLiveNodes(ZkStateReader.java:748)
[junit4] 2> at
org.apache.solr.common.cloud.ZkStateReader.access$1000(ZkStateReader.java:72)
[junit4] 2> at
org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.refreshAndWatch(ZkStateReader.java:1154)
[junit4] 2> at
org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.process(ZkStateReader.java:1149)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$1.lambda$process$0(SolrZkClient.java:262)
[junit4] 2> at
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
[junit4] 2> at
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
[junit4] 2> at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
[junit4] 2> at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
[junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 131770 INFO (jetty-closer-133-thread-4) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@3c8cca0{/solr,null,UNAVAILABLE}
[junit4] 2> 131773 ERROR
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[BB3A76160B322F48])
[ ] 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> 131773 INFO
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[BB3A76160B322F48])
[ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40145 40145
[junit4] 2> 132104 INFO (Thread-208) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:40145 40145
[junit4] 2> 132105 WARN (Thread-208) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/aliases.json
[junit4] 2> 6 /solr/clusterprops.json
[junit4] 2> 5 /solr/security.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/clusterstate.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/live_nodes
[junit4] 2> 6 /solr/collections
[junit4] 2>
[junit4] 2> 132105 INFO
(TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[BB3A76160B322F48])
[ ] o.a.s.SolrTestCaseJ4 ###Ending
testCollectionCreateWithoutCoresThenDelete
[junit4] 2> 132107 INFO
(TEST-TestCollectionsAPIViaSolrCloudCluster.testStopAllStartAll-seed#[BB3A76160B322F48])
[ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_BB3A76160B322F48-001/tempDir-002
[junit4] 2> 132107 INFO
(TEST-TestCollectionsAPIViaSolrCloudCluster.testStopAllStartAll-seed#[BB3A76160B322F48])
[ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 132107 INFO (Thread-259) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 132107 INFO (Thread-259) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 132112 ERROR (Thread-259) [ ] 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> 132207 INFO
(TEST-TestCollectionsAPIViaSolrCloudCluster.testStopAllStartAll-seed#[BB3A76160B322F48])
[ ] o.a.s.c.ZkTestServer start zk server on port:41623
[junit4] 2> 132213 INFO (jetty-launcher-171-thread-2) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 132213 INFO (jetty-launcher-171-thread-3) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 132213 INFO (jetty-launcher-171-thread-4) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 132213 INFO (jetty-launcher-171-thread-5) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 132213 INFO (jetty-launcher-171-thread-1) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 132215 INFO (jetty-launcher-171-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@fe98572{/solr,null,AVAILABLE}
[junit4] 2> 132216 INFO (jetty-launcher-171-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1663d1e1{/solr,null,AVAILABLE}
[junit4] 2> 132216 INFO (jetty-launcher-171-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@3935901d{HTTP/1.1,[http/1.1]}{127.0.0.1:39607}
[junit4] 2> 132216 INFO (jetty-launcher-171-thread-1) [ ]
o.e.j.s.Server Started @134062ms
[junit4] 2> 132216 INFO (jetty-launcher-171-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=39607}
[junit4] 2> 132216 ERROR (jetty-launcher-171-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 132216 INFO (jetty-launcher-171-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 132217 INFO (jetty-launcher-171-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 132217 I
[...truncated too long message...]
eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
[junit4] 2> at
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:426)
[junit4] 2> at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
[junit4] 2> at
org.eclipse.jetty.server.Server.handle(Server.java:534)
[junit4] 2> at
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
[junit4] 2> at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
[junit4] 2> at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
[junit4] 2> at
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
[junit4] 2> at
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:251)
[junit4] 2> at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
[junit4] 2> at
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
[junit4] 2> at
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
[junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> Caused by: org.apache.solr.common.SolrException: No registered
leader was found after waiting for 1220000ms , collection: modifyColl slice:
shard1 saw state=null with live_nodes=[]
[junit4] 2> at
org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:816)
[junit4] 2> at
org.apache.solr.common.cloud.ZkStateReader.getLeaderUrl(ZkStateReader.java:781)
[junit4] 2> at
org.apache.solr.cloud.ZkController.getLeader(ZkController.java:1178)
[junit4] 2> ... 44 more
[junit4] 2>
[junit4] 2> 1853225 INFO (qtp2017468501-27740) [n:127.0.0.1:33591_solr
c:modifyColl s:shard1 r:core_node3 x:modifyColl_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=modifyColl_shard1_replica_n1&action=CREATE&numShards=1&collection=modifyColl&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=209750
[junit4] 2> 1853225 ERROR
(SUITE-OverseerModifyCollectionTest-seed#[BB3A76160B322F48]-worker) [ ]
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> 1853225 INFO
(SUITE-OverseerModifyCollectionTest-seed#[BB3A76160B322F48]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:33969 33969
[junit4] 2> 1858624 INFO (Thread-6738) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:33969 33969
[junit4] 2> 1858624 WARN (Thread-6738) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 3 /solr/aliases.json
[junit4] 2> 2 /solr/security.json
[junit4] 2> 2 /solr/configs/conf1
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/collections/modifyColl/state.json
[junit4] 2> 3 /solr/clusterstate.json
[junit4] 2> 3 /solr/clusterprops.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 3 /solr/live_nodes
[junit4] 2> 3 /solr/collections
[junit4] 2>
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerModifyCollectionTest_BB3A76160B322F48-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70),
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@41dc4e96),
locale=und, timezone=GMT
[junit4] 2> NOTE: Linux 4.10.0-37-generic amd64/Oracle Corporation 9.0.1
(64-bit)/cpus=8,threads=1,free=150646440,total=504889344
[junit4] 2> NOTE: All tests run in this JVM: [TestConfigSetImmutable,
DistributedMLTComponentTest, CursorPagingTest, ResourceLoaderTest,
TestUseDocValuesAsStored2, TestCloudSearcherWarming, OverseerStatusTest,
TestRandomRequestDistribution, TestSweetSpotSimilarityFactory,
TestCollectionsAPIViaSolrCloudCluster, SecurityConfHandlerTest,
CollectionStateFormat2Test, ClassificationUpdateProcessorIntegrationTest,
NodeMutatorTest, CachingDirectoryFactoryTest, SolrCloudReportersTest,
SearchHandlerTest, TestStreamBody, SolrInfoBeanTest,
DocExpirationUpdateProcessorFactoryTest, TestFileDictionaryLookup,
TestSimpleTextCodec, TestReversedWildcardFilterFactory,
TestTolerantUpdateProcessorRandomCloud, LeaderElectionContextKeyTest,
TestBulkSchemaConcurrent, TestEmbeddedSolrServerSchemaAPI, CursorMarkTest,
DocumentBuilderTest, TestSubQueryTransformerCrossCore, TestConfig,
TestUninvertingReader, JSONWriterTest, TestCollapseQParserPlugin,
DateMathParserTest, TestHdfsUpdateLog, TestDistribIDF,
HdfsTlogReplayBufferedWhileIndexingTest, DirectUpdateHandlerOptimizeTest,
TestSolrJ, TestHighlightDedupGrouping, DirectoryFactoryTest, TestNRTOpen,
TestNumericRangeQuery32, TestStressVersions, SharedFSAutoReplicaFailoverTest,
TestImplicitCoreProperties, TestRequestForwarding, TermsComponentTest,
PKIAuthenticationIntegrationTest, TestFastOutputStream,
TestSolrConfigHandlerCloud, TestRandomFaceting, HttpSolrCallGetCoreTest,
TestGraphTermsQParserPlugin, BlockCacheTest, FileUtilsTest,
HdfsRestartWhileUpdatingTest, TestSlowCompositeReaderWrapper,
TestSolrCloudWithSecureImpersonation, TestRestoreCore, JsonLoaderTest,
TestMultiWordSynonyms, SliceStateTest, BasicZkTest, TestCoreAdminApis,
TestIBSimilarityFactory, DocValuesTest, SolrPluginUtilsTest,
SuggestComponentTest, TestCustomSort, TestSolrIndexConfig,
SpellCheckCollatorWithCollapseTest, TestTestInjection, HLLUtilTest,
DistanceUnitsTest, UpdateLogTest, PreAnalyzedUpdateProcessorTest,
SpellCheckCollatorTest, TestRecoveryHdfs, TestSimpleQParserPlugin,
TestLegacyNumericUtils, TestPerFieldSimilarityWithDefaultOverride,
ConnectionManagerTest, TestCloudDeleteByQuery, MoveReplicaHDFSTest,
TestCSVLoader, TestBadConfig, TestLegacyNumericRangeQueryBuilder,
TestHdfsBackupRestoreCore, TestRecovery, RecoveryAfterSoftCommitTest,
URLClassifyProcessorTest, TestSolrCloudSnapshots, TestStressUserVersions,
PreAnalyzedFieldManagedSchemaCloudTest, TestCorePropertiesReload,
TestUniqueKeyFieldResource, TestSuggestSpellingConverter, V2ApiIntegrationTest,
TestJoin, TestSolrDeletionPolicy1, SolrCoreTest, CdcrUpdateLogTest,
TestRuleBasedAuthorizationPlugin, DocValuesMissingTest,
TestFoldingMultitermQuery, TestManagedSynonymGraphFilterFactory,
LeaderElectionIntegrationTest, FastVectorHighlighterTest, TestSegmentSorting,
TestMiniSolrCloudClusterSSL, MigrateRouteKeyTest, BJQParserTest,
SolrCoreMetricManagerTest, TestJsonRequest, TestPostingsSolrHighlighter,
TermVectorComponentTest, TestStressLiveNodes, CleanupOldIndexTest,
BaseCdcrDistributedZkTest, NoCacheHeaderTest,
DistributedFacetPivotSmallAdvancedTest, BlockJoinFacetSimpleTest,
BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, SyncSliceTest,
RecoveryZkTest, TestReplicationHandler, ZkCLITest, TestDistributedSearch,
ZkControllerTest, TestSolr4Spatial, QueryElevationComponentTest, PeerSyncTest,
BasicFunctionalityTest, TestLazyCores, DirectUpdateHandlerTest,
ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest,
SolrIndexSplitterTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest,
SuggesterFSTTest, SuggesterTest, TestStressLucene, SpatialFilterTest,
PolyFieldTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields,
TestUpdate, FieldMutatingUpdateProcessorTest, TestWordDelimiterFilterFactory,
QueryEqualityTest, DefaultValueUpdateProcessorTest,
StatelessScriptUpdateProcessorFactoryTest, DocValuesMultiTest,
DebugComponentTest, CacheHeaderTest, TestQueryUtils, TestWriterPerf,
DirectSolrSpellCheckerTest, PrimitiveFieldTypeTest, FileBasedSpellCheckerTest,
TestValueSourceCache, TestIndexingPerformance, RequiredFieldsTest,
FieldAnalysisRequestHandlerTest, IndexSchemaRuntimeFieldTest,
LoggingHandlerTest, RegexBoostProcessorTest, TestCollationField,
UpdateRequestProcessorFactoryTest, TestCSVResponseWriter, QueryParsingTest,
TestAnalyzedSuggestions, TestPHPSerializedResponseWriter, TestComponentsName,
TestLFUCache, HighlighterConfigTest, TestQuerySenderListener, UpdateParamsTest,
AlternateDirectoryTest, ResponseLogComponentTest, SolrIndexConfigTest,
BadComponentTest, TestStressRecovery, PreAnalyzedFieldTest,
TestSystemIdResolver, DateFieldTest, RAMDirectoryFactoryTest, ClusterStateTest,
TestUtils, TestDocumentBuilder, SystemInfoHandlerTest,
DistributedIntervalFacetingTest, TestCrossCoreJoin,
TestSimpleTrackingShardHandler, TestTolerantSearch, TestLuceneIndexBackCompat,
TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerConstructors,
ConnectionReuseTest, ActionThrottleTest, AliasIntegrationTest,
AssignBackwardCompatibilityTest, CollectionsAPISolrJTest,
DistribCursorPagingTest, ForceLeaderTest,
OverseerCollectionConfigSetProcessorTest, OverseerModifyCollectionTest]
[junit4] Completed [537/749 (3!)] on J0 in 215.78s, 1 test, 1 error <<<
FAILURES!
[...truncated 40850 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]