Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/1258/
Java: 64bit/jdk-9.0.1 -XX:+UseCompressedOops -XX:+UseParallelGC
5 tests failed.
FAILED:
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testDistributions
Error Message:
Stack Trace:
java.lang.AssertionError
at
__randomizedtesting.SeedInfo.seed([5E9559606EC57285:E16A18CAB03F9219]:0)
at org.junit.Assert.fail(Assert.java:92)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertTrue(Assert.java:54)
at
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testDistributions(StreamExpressionTest.java:6637)
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.LeaderElectionIntegrationTest.testSimpleSliceLeaderElection
Error Message:
Address already in use
Stack Trace:
java.net.BindException: Address already in use
at
__randomizedtesting.SeedInfo.seed([2A358D0036837210:7401404E75FCEEF7]:0)
at java.base/sun.nio.ch.Net.bind0(Native Method)
at java.base/sun.nio.ch.Net.bind(Net.java:433)
at java.base/sun.nio.ch.Net.bind(Net.java:425)
at
java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:225)
at
java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
at
org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:334)
at
org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:302)
at
org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80)
at
org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:238)
at
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.eclipse.jetty.server.Server.doStart(Server.java:397)
at
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at
org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:394)
at
org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:367)
at
org.apache.solr.cloud.LeaderElectionIntegrationTest.testSimpleSliceLeaderElection(LeaderElectionIntegrationTest.java:106)
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.autoscaling.AutoAddReplicasIntegrationTest.testSimple
Error Message:
Waiting for collection testSimple2 null Live Nodes: [127.0.0.1:37227_solr,
127.0.0.1:41819_solr] Last available state:
DocCollection(testSimple2//collections/testSimple2/state.json/20)={
"pullReplicas":"0", "replicationFactor":"2", "shards":{ "shard1":{
"range":"80000000-ffffffff", "state":"active", "replicas":{
"core_node3":{ "core":"testSimple2_shard1_replica_n1",
"base_url":"https://127.0.0.1:37227/solr",
"node_name":"127.0.0.1:37227_solr", "state":"active",
"type":"NRT", "leader":"true"}, "core_node5":{
"core":"testSimple2_shard1_replica_n2",
"base_url":"https://127.0.0.1:40995/solr",
"node_name":"127.0.0.1:40995_solr", "state":"down",
"type":"NRT"}}}, "shard2":{ "range":"0-7fffffff",
"state":"active", "replicas":{ "core_node7":{
"core":"testSimple2_shard2_replica_n4",
"base_url":"https://127.0.0.1:37227/solr",
"node_name":"127.0.0.1:37227_solr", "state":"active",
"type":"NRT", "leader":"true"}, "core_node8":{
"core":"testSimple2_shard2_replica_n6",
"base_url":"https://127.0.0.1:40995/solr",
"node_name":"127.0.0.1:40995_solr", "state":"down",
"type":"NRT"}}}}, "router":{"name":"compositeId"}, "maxShardsPerNode":"2",
"autoAddReplicas":"true", "nrtReplicas":"2", "tlogReplicas":"0"}
Stack Trace:
java.lang.AssertionError: Waiting for collection testSimple2
null
Live Nodes: [127.0.0.1:37227_solr, 127.0.0.1:41819_solr]
Last available state:
DocCollection(testSimple2//collections/testSimple2/state.json/20)={
"pullReplicas":"0",
"replicationFactor":"2",
"shards":{
"shard1":{
"range":"80000000-ffffffff",
"state":"active",
"replicas":{
"core_node3":{
"core":"testSimple2_shard1_replica_n1",
"base_url":"https://127.0.0.1:37227/solr",
"node_name":"127.0.0.1:37227_solr",
"state":"active",
"type":"NRT",
"leader":"true"},
"core_node5":{
"core":"testSimple2_shard1_replica_n2",
"base_url":"https://127.0.0.1:40995/solr",
"node_name":"127.0.0.1:40995_solr",
"state":"down",
"type":"NRT"}}},
"shard2":{
"range":"0-7fffffff",
"state":"active",
"replicas":{
"core_node7":{
"core":"testSimple2_shard2_replica_n4",
"base_url":"https://127.0.0.1:37227/solr",
"node_name":"127.0.0.1:37227_solr",
"state":"active",
"type":"NRT",
"leader":"true"},
"core_node8":{
"core":"testSimple2_shard2_replica_n6",
"base_url":"https://127.0.0.1:40995/solr",
"node_name":"127.0.0.1:40995_solr",
"state":"down",
"type":"NRT"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"2",
"autoAddReplicas":"true",
"nrtReplicas":"2",
"tlogReplicas":"0"}
at
__randomizedtesting.SeedInfo.seed([2A358D0036837210:1286A9FE1170A6C1]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
at
org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple(AutoAddReplicasIntegrationTest.java:126)
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.autoscaling.HdfsAutoAddReplicasIntegrationTest.testSimple
Error Message:
Waiting for collection testSimple2 null Live Nodes: [127.0.0.1:33181_solr,
127.0.0.1:42689_solr] Last available state:
DocCollection(testSimple2//collections/testSimple2/state.json/21)={
"pullReplicas":"0", "replicationFactor":"2", "shards":{ "shard1":{
"range":"80000000-ffffffff", "state":"active", "replicas":{
"core_node3":{
"dataDir":"hdfs://localhost.localdomain:42281/data/testSimple2/core_node3/data/",
"base_url":"https://127.0.0.1:33181/solr",
"node_name":"127.0.0.1:33181_solr", "type":"NRT",
"ulogDir":"hdfs://localhost.localdomain:42281/data/testSimple2/core_node3/data/tlog",
"core":"testSimple2_shard1_replica_n1",
"shared_storage":"true", "state":"active",
"leader":"true"}, "core_node5":{
"dataDir":"hdfs://localhost.localdomain:42281/data/testSimple2/core_node5/data/",
"base_url":"https://127.0.0.1:40419/solr",
"node_name":"127.0.0.1:40419_solr", "type":"NRT",
"ulogDir":"hdfs://localhost.localdomain:42281/data/testSimple2/core_node5/data/tlog",
"core":"testSimple2_shard1_replica_n2",
"shared_storage":"true", "state":"down"}}}, "shard2":{
"range":"0-7fffffff", "state":"active", "replicas":{
"core_node7":{
"dataDir":"hdfs://localhost.localdomain:42281/data/testSimple2/core_node7/data/",
"base_url":"https://127.0.0.1:33181/solr",
"node_name":"127.0.0.1:33181_solr", "type":"NRT",
"ulogDir":"hdfs://localhost.localdomain:42281/data/testSimple2/core_node7/data/tlog",
"core":"testSimple2_shard2_replica_n4",
"shared_storage":"true", "state":"active",
"leader":"true"}, "core_node8":{
"dataDir":"hdfs://localhost.localdomain:42281/data/testSimple2/core_node8/data/",
"base_url":"https://127.0.0.1:40419/solr",
"node_name":"127.0.0.1:40419_solr", "type":"NRT",
"ulogDir":"hdfs://localhost.localdomain:42281/data/testSimple2/core_node8/data/tlog",
"core":"testSimple2_shard2_replica_n6",
"shared_storage":"true", "state":"down"}}}},
"router":{"name":"compositeId"}, "maxShardsPerNode":"2",
"autoAddReplicas":"true", "nrtReplicas":"2", "tlogReplicas":"0"}
Stack Trace:
java.lang.AssertionError: Waiting for collection testSimple2
null
Live Nodes: [127.0.0.1:33181_solr, 127.0.0.1:42689_solr]
Last available state:
DocCollection(testSimple2//collections/testSimple2/state.json/21)={
"pullReplicas":"0",
"replicationFactor":"2",
"shards":{
"shard1":{
"range":"80000000-ffffffff",
"state":"active",
"replicas":{
"core_node3":{
"dataDir":"hdfs://localhost.localdomain:42281/data/testSimple2/core_node3/data/",
"base_url":"https://127.0.0.1:33181/solr",
"node_name":"127.0.0.1:33181_solr",
"type":"NRT",
"ulogDir":"hdfs://localhost.localdomain:42281/data/testSimple2/core_node3/data/tlog",
"core":"testSimple2_shard1_replica_n1",
"shared_storage":"true",
"state":"active",
"leader":"true"},
"core_node5":{
"dataDir":"hdfs://localhost.localdomain:42281/data/testSimple2/core_node5/data/",
"base_url":"https://127.0.0.1:40419/solr",
"node_name":"127.0.0.1:40419_solr",
"type":"NRT",
"ulogDir":"hdfs://localhost.localdomain:42281/data/testSimple2/core_node5/data/tlog",
"core":"testSimple2_shard1_replica_n2",
"shared_storage":"true",
"state":"down"}}},
"shard2":{
"range":"0-7fffffff",
"state":"active",
"replicas":{
"core_node7":{
"dataDir":"hdfs://localhost.localdomain:42281/data/testSimple2/core_node7/data/",
"base_url":"https://127.0.0.1:33181/solr",
"node_name":"127.0.0.1:33181_solr",
"type":"NRT",
"ulogDir":"hdfs://localhost.localdomain:42281/data/testSimple2/core_node7/data/tlog",
"core":"testSimple2_shard2_replica_n4",
"shared_storage":"true",
"state":"active",
"leader":"true"},
"core_node8":{
"dataDir":"hdfs://localhost.localdomain:42281/data/testSimple2/core_node8/data/",
"base_url":"https://127.0.0.1:40419/solr",
"node_name":"127.0.0.1:40419_solr",
"type":"NRT",
"ulogDir":"hdfs://localhost.localdomain:42281/data/testSimple2/core_node8/data/tlog",
"core":"testSimple2_shard2_replica_n6",
"shared_storage":"true",
"state":"down"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"2",
"autoAddReplicas":"true",
"nrtReplicas":"2",
"tlogReplicas":"0"}
at
__randomizedtesting.SeedInfo.seed([2A358D0036837210:1286A9FE1170A6C1]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
at
org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple(AutoAddReplicasIntegrationTest.java:126)
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.handler.admin.AutoscalingHistoryHandlerTest.testHistory
Error Message:
expected:<5> but was:<0>
Stack Trace:
java.lang.AssertionError: expected:<5> but was:<0>
at
__randomizedtesting.SeedInfo.seed([2A358D0036837210:47C929FD8CCB8D17]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at org.junit.Assert.assertEquals(Assert.java:456)
at
org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory(AutoscalingHistoryHandlerTest.java:241)
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)
Build Log:
[...truncated 12282 lines...]
[junit4] Suite: org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest
[junit4] 2> 607926 INFO
(SUITE-AutoscalingHistoryHandlerTest-seed#[2A358D0036837210]-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-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_2A358D0036837210-001/init-core-data-001
[junit4] 2> 607927 INFO
(SUITE-AutoscalingHistoryHandlerTest-seed#[2A358D0036837210]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 607927 INFO
(SUITE-AutoscalingHistoryHandlerTest-seed#[2A358D0036837210]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) 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> 607928 INFO
(SUITE-AutoscalingHistoryHandlerTest-seed#[2A358D0036837210]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_2A358D0036837210-001/tempDir-001
[junit4] 2> 607928 INFO
(SUITE-AutoscalingHistoryHandlerTest-seed#[2A358D0036837210]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 607928 INFO (Thread-954) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 607928 INFO (Thread-954) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 607930 ERROR (Thread-954) [ ] 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> 608028 INFO
(SUITE-AutoscalingHistoryHandlerTest-seed#[2A358D0036837210]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:33223
[junit4] 2> 608031 INFO (zkConnectionManagerCallback-676-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 608037 INFO (jetty-launcher-673-thread-1) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-21T23:27:37+02:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 608037 INFO (jetty-launcher-673-thread-2) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-21T23:27:37+02:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 608038 INFO (jetty-launcher-673-thread-3) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-21T23:27:37+02:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 608038 INFO (jetty-launcher-673-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 608038 INFO (jetty-launcher-673-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 608038 INFO (jetty-launcher-673-thread-2) [ ]
o.e.j.s.session Scavenging every 600000ms
[junit4] 2> 608038 INFO (jetty-launcher-673-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 608038 INFO (jetty-launcher-673-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 608038 INFO (jetty-launcher-673-thread-1) [ ]
o.e.j.s.session Scavenging every 600000ms
[junit4] 2> 608039 INFO (jetty-launcher-673-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3e9cfbc0{/solr,null,AVAILABLE}
[junit4] 2> 608039 INFO (jetty-launcher-673-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 608039 INFO (jetty-launcher-673-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 608039 INFO (jetty-launcher-673-thread-3) [ ]
o.e.j.s.session Scavenging every 660000ms
[junit4] 2> 608040 INFO (jetty-launcher-673-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2883c856{/solr,null,AVAILABLE}
[junit4] 2> 608040 INFO (jetty-launcher-673-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3f955a{/solr,null,AVAILABLE}
[junit4] 2> 608041 INFO (jetty-launcher-673-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@79d56b4{SSL,[ssl,
http/1.1]}{127.0.0.1:38455}
[junit4] 2> 608041 INFO (jetty-launcher-673-thread-1) [ ]
o.e.j.s.Server Started @610642ms
[junit4] 2> 608041 INFO (jetty-launcher-673-thread-3) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@5eb431e2{SSL,[ssl,
http/1.1]}{127.0.0.1:43245}
[junit4] 2> 608041 INFO (jetty-launcher-673-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@1d22f0e8{SSL,[ssl,
http/1.1]}{127.0.0.1:41297}
[junit4] 2> 608041 INFO (jetty-launcher-673-thread-3) [ ]
o.e.j.s.Server Started @610642ms
[junit4] 2> 608041 INFO (jetty-launcher-673-thread-2) [ ]
o.e.j.s.Server Started @610642ms
[junit4] 2> 608041 INFO (jetty-launcher-673-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=43245}
[junit4] 2> 608041 INFO (jetty-launcher-673-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=41297}
[junit4] 2> 608041 INFO (jetty-launcher-673-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=38455}
[junit4] 2> 608041 ERROR (jetty-launcher-673-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 608041 ERROR (jetty-launcher-673-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 608041 ERROR (jetty-launcher-673-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 608041 INFO (jetty-launcher-673-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.3.0
[junit4] 2> 608041 INFO (jetty-launcher-673-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.3.0
[junit4] 2> 608041 INFO (jetty-launcher-673-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 608041 INFO (jetty-launcher-673-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 608041 INFO (jetty-launcher-673-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.3.0
[junit4] 2> 608041 INFO (jetty-launcher-673-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 608041 INFO (jetty-launcher-673-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 608041 INFO (jetty-launcher-673-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-01-27T17:41:43.488596Z
[junit4] 2> 608041 INFO (jetty-launcher-673-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 608041 INFO (jetty-launcher-673-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 608041 INFO (jetty-launcher-673-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-01-27T17:41:43.488683Z
[junit4] 2> 608041 INFO (jetty-launcher-673-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-01-27T17:41:43.488699Z
[junit4] 2> 608042 INFO (zkConnectionManagerCallback-681-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 608042 INFO (jetty-launcher-673-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 608043 INFO (zkConnectionManagerCallback-682-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 608043 INFO (zkConnectionManagerCallback-680-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 608043 INFO (jetty-launcher-673-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 608043 INFO (jetty-launcher-673-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 608047 INFO (jetty-launcher-673-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33223/solr
[junit4] 2> 608047 INFO (jetty-launcher-673-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33223/solr
[junit4] 2> 608047 INFO (jetty-launcher-673-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33223/solr
[junit4] 2> 608048 INFO (zkConnectionManagerCallback-688-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 608048 INFO (zkConnectionManagerCallback-694-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 608048 INFO (zkConnectionManagerCallback-692-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 608049 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 0x16138b5f1500006, 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> 608049 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 0x16138b5f1500005, 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> 608049 INFO
(zkConnectionManagerCallback-697-thread-1-processing-n:127.0.0.1:41297_solr)
[n:127.0.0.1:41297_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 608049 INFO
(zkConnectionManagerCallback-698-thread-1-processing-n:127.0.0.1:43245_solr)
[n:127.0.0.1:43245_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 608050 INFO
(zkConnectionManagerCallback-700-thread-1-processing-n:127.0.0.1:38455_solr)
[n:127.0.0.1:38455_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 608092 INFO (jetty-launcher-673-thread-3)
[n:127.0.0.1:43245_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 608092 INFO (jetty-launcher-673-thread-1)
[n:127.0.0.1:38455_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 608092 INFO (jetty-launcher-673-thread-2)
[n:127.0.0.1:41297_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 608092 INFO (jetty-launcher-673-thread-3)
[n:127.0.0.1:43245_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:43245_solr
[junit4] 2> 608093 INFO (jetty-launcher-673-thread-1)
[n:127.0.0.1:38455_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:38455_solr
[junit4] 2> 608093 INFO (jetty-launcher-673-thread-2)
[n:127.0.0.1:41297_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:41297_solr
[junit4] 2> 608093 INFO (jetty-launcher-673-thread-3)
[n:127.0.0.1:43245_solr ] o.a.s.c.Overseer Overseer
(id=99423020867649544-127.0.0.1:43245_solr-n_0000000000) starting
[junit4] 2> 608097 INFO
(zkCallback-696-thread-1-processing-n:127.0.0.1:43245_solr)
[n:127.0.0.1:43245_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 608097 INFO
(zkCallback-695-thread-1-processing-n:127.0.0.1:41297_solr)
[n:127.0.0.1:41297_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 608098 INFO
(zkCallback-699-thread-1-processing-n:127.0.0.1:38455_solr)
[n:127.0.0.1:38455_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 608105 DEBUG
(OverseerStateUpdate-99423020867649544-127.0.0.1:43245_solr-n_0000000000)
[n:127.0.0.1:43245_solr ] o.a.s.c.Overseer Starting to work on the main queue
[junit4] 2> 608116 DEBUG
(OverseerAutoScalingTriggerThread-99423020867649544-127.0.0.1:43245_solr-n_0000000000)
[n:127.0.0.1:43245_solr ] o.a.s.c.a.OverseerTriggerThread Adding
.autoAddReplicas trigger
[junit4] 2> 608116 DEBUG
(OverseerAutoScalingTriggerThread-99423020867649544-127.0.0.1:43245_solr-n_0000000000)
[n:127.0.0.1:43245_solr ] o.a.s.c.a.OverseerTriggerThread Refreshing
/autoscaling.json with znode version 1
[junit4] 2> 608117 INFO (jetty-launcher-673-thread-3)
[n:127.0.0.1:43245_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:43245_solr
[junit4] 2> 608117 DEBUG
(OverseerAutoScalingTriggerThread-99423020867649544-127.0.0.1:43245_solr-n_0000000000)
[n:127.0.0.1:43245_solr ] o.a.s.c.a.NodeLostTrigger Initial livenodes:
[127.0.0.1:38455_solr, 127.0.0.1:41297_solr]
[junit4] 2> 608117 DEBUG
(OverseerAutoScalingTriggerThread-99423020867649544-127.0.0.1:43245_solr-n_0000000000)
[n:127.0.0.1:43245_solr ] o.a.s.c.a.OverseerTriggerThread Current
znodeVersion 1, lastZnodeVersion -1
[junit4] 2> 608117 DEBUG
(OverseerAutoScalingTriggerThread-99423020867649544-127.0.0.1:43245_solr-n_0000000000)
[n:127.0.0.1:43245_solr ] o.a.s.c.a.OverseerTriggerThread Processed trigger
updates upto znodeVersion 1
[junit4] 2> 608117 INFO
(zkCallback-695-thread-1-processing-n:127.0.0.1:41297_solr)
[n:127.0.0.1:41297_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 608117 INFO
(zkCallback-699-thread-1-processing-n:127.0.0.1:38455_solr)
[n:127.0.0.1:38455_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 608126 INFO
(zkCallback-696-thread-1-processing-n:127.0.0.1:43245_solr)
[n:127.0.0.1:43245_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 608128 DEBUG
(OverseerStateUpdate-99423020867649544-127.0.0.1:43245_solr-n_0000000000)
[n:127.0.0.1:43245_solr ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "operation":"downnode",
[junit4] 2> "node_name":"127.0.0.1:43245_solr"} current state version: 0
[junit4] 2> 608128 DEBUG
(OverseerStateUpdate-99423020867649544-127.0.0.1:43245_solr-n_0000000000)
[n:127.0.0.1:43245_solr ] o.a.s.c.o.NodeMutator DownNode state invoked for
node: 127.0.0.1:43245_solr
[junit4] 2> 608131 INFO (jetty-launcher-673-thread-1)
[n:127.0.0.1:38455_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38455.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3eb004f3
[junit4] 2> 608132 DEBUG
(OverseerAutoScalingTriggerThread-99423020867649544-127.0.0.1:43245_solr-n_0000000000)
[n:127.0.0.1:43245_solr ] o.a.s.c.a.OverseerTriggerThread -- clean old
nodeAdded markers
[junit4] 2> 608132 DEBUG
(OverseerAutoScalingTriggerThread-99423020867649544-127.0.0.1:43245_solr-n_0000000000)
[n:127.0.0.1:43245_solr ] o.a.s.c.a.OverseerTriggerThread Current
znodeVersion 1, lastZnodeVersion 1
[junit4] 2> 608132 DEBUG (ScheduledTrigger-1731-thread-1)
[n:127.0.0.1:43245_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 608136 INFO (jetty-launcher-673-thread-1)
[n:127.0.0.1:38455_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38455.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3eb004f3
[junit4] 2> 608136 INFO (jetty-launcher-673-thread-1)
[n:127.0.0.1:38455_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38455.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3eb004f3
[junit4] 2> 608137 INFO (jetty-launcher-673-thread-2)
[n:127.0.0.1:41297_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41297.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3eb004f3
[junit4] 2> 608137 INFO (jetty-launcher-673-thread-1)
[n:127.0.0.1:38455_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_2A358D0036837210-001/tempDir-001/node1/.
[junit4] 2> 608140 WARN (jetty-launcher-673-thread-2)
[n:127.0.0.1:41297_solr ] o.a.s.m.r.j.JmxMetricsReporter Unable to register
gauge
[junit4] 2> javax.management.InstanceNotFoundException:
solr_41297:dom1=solr,dom2=jvm,name0=buffers,name1=mapped,name=MemoryUsed
[junit4] 2> at
java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1083)
[junit4] 2> at
java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:423)
[junit4] 2> at
java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:411)
[junit4] 2> at
java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:546)
[junit4] 2> at
org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter$JmxListener.registerMBean(JmxMetricsReporter.java:530)
[junit4] 2> at
org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter$JmxListener.onGaugeAdded(JmxMetricsReporter.java:565)
[junit4] 2> at
org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter.lambda$start$0(JmxMetricsReporter.java:738)
[junit4] 2> at
java.base/java.util.HashMap.forEach(HashMap.java:1341)
[junit4] 2> at
org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter.start(JmxMetricsReporter.java:728)
[junit4] 2> at
org.apache.solr.metrics.reporters.SolrJmxReporter.doInit(SolrJmxReporter.java:109)
[junit4] 2> at
org.apache.solr.metrics.SolrMetricReporter.init(SolrMetricReporter.java:70)
[junit4] 2> at
org.apache.solr.metrics.SolrMetricManager.loadReporter(SolrMetricManager.java:881)
[junit4] 2> at
org.apache.solr.metrics.SolrMetricManager.loadReporters(SolrMetricManager.java:817)
[junit4] 2> at
org.apache.solr.core.CoreContainer.load(CoreContainer.java:547)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:263)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:183)
[junit4] 2> at
org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:741)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1474)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1537)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1183)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1020)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:447)
[junit4] 2> at
org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:306)
[junit4] 2> at
org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:179)
[junit4] 2> at
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
[junit4] 2> at
org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:394)
[junit4] 2> at
org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:367)
[junit4] 2> at
org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:384)
[junit4] 2> at
org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:247)
[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> 608144 INFO (jetty-launcher-673-thread-2)
[n:127.0.0.1:41297_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41297.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3eb004f3
[junit4] 2> 608144 INFO (jetty-launcher-673-thread-2)
[n:127.0.0.1:41297_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41297.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3eb004f3
[junit4] 2> 608145 INFO (jetty-launcher-673-thread-2)
[n:127.0.0.1:41297_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_2A358D0036837210-001/tempDir-001/node2/.
[junit4] 2> 608182 INFO (jetty-launcher-673-thread-3)
[n:127.0.0.1:43245_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43245.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3eb004f3
[junit4] 2> 608187 INFO (jetty-launcher-673-thread-3)
[n:127.0.0.1:43245_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43245.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3eb004f3
[junit4] 2> 608187 INFO (jetty-launcher-673-thread-3)
[n:127.0.0.1:43245_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_43245.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3eb004f3
[junit4] 2> 608188 INFO (jetty-launcher-673-thread-3)
[n:127.0.0.1:43245_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_2A358D0036837210-001/tempDir-001/node3/.
[junit4] 2> 608215 INFO (zkConnectionManagerCallback-708-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 608229 INFO (zkConnectionManagerCallback-712-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 608229 INFO
(SUITE-AutoscalingHistoryHandlerTest-seed#[2A358D0036837210]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 608230 INFO
(SUITE-AutoscalingHistoryHandlerTest-seed#[2A358D0036837210]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33223/solr ready
[junit4] 2> 608244 INFO (qtp899330898-4724) [n:127.0.0.1:38455_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=3&name=AutoscalingHistoryHandlerTest_collection&nrtReplicas=3&action=CREATE&numShards=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 608245 INFO
(OverseerThreadFactory-1733-thread-1-processing-n:127.0.0.1:43245_solr)
[n:127.0.0.1:43245_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
AutoscalingHistoryHandlerTest_collection
[junit4] 2> 608245 INFO
(OverseerThreadFactory-1733-thread-1-processing-n:127.0.0.1:43245_solr)
[n:127.0.0.1:43245_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/protwords.txt to
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/protwords.txt
[junit4] 2> 608245 INFO
(OverseerThreadFactory-1733-thread-1-processing-n:127.0.0.1:43245_solr)
[n:127.0.0.1:43245_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/managed-schema to
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/managed-schema
[junit4] 2> 608246 INFO
(OverseerThreadFactory-1733-thread-1-processing-n:127.0.0.1:43245_solr)
[n:127.0.0.1:43245_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/solrconfig.xml to
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/solrconfig.xml
[junit4] 2> 608246 INFO
(OverseerThreadFactory-1733-thread-1-processing-n:127.0.0.1:43245_solr)
[n:127.0.0.1:43245_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/synonyms.txt to
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/synonyms.txt
[junit4] 2> 608247 INFO
(OverseerThreadFactory-1733-thread-1-processing-n:127.0.0.1:43245_solr)
[n:127.0.0.1:43245_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/stopwords.txt to
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/stopwords.txt
[junit4] 2> 608247 INFO
(OverseerThreadFactory-1733-thread-1-processing-n:127.0.0.1:43245_solr)
[n:127.0.0.1:43245_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/contractions_it.txt to
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_it.txt
[junit4] 2> 608248 INFO
(OverseerThreadFactory-1733-thread-1-processing-n:127.0.0.1:43245_solr)
[n:127.0.0.1:43245_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stemdict_nl.txt to
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stemdict_nl.txt
[junit4] 2> 608248 INFO
(OverseerThreadFactory-1733-thread-1-processing-n:127.0.0.1:43245_solr)
[n:127.0.0.1:43245_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_hy.txt to
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_hy.txt
[junit4] 2> 608249 INFO
(OverseerThreadFactory-1733-thread-1-processing-n:127.0.0.1:43245_solr)
[n:127.0.0.1:43245_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_no.txt to
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_no.txt
[junit4] 2> 608249 INFO
(OverseerThreadFactory-1733-thread-1-processing-n:127.0.0.1:43245_solr)
[n:127.0.0.1:43245_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/contractions_ca.txt to
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_ca.txt
[junit4] 2> 608249 INFO
(OverseerThreadFactory-1733-thread-1-processing-n:127.0.0.1:43245_solr)
[n:127.0.0.1:43245_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_id.txt to
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_id.txt
[junit4] 2> 608250 INFO
(OverseerThreadFactory-1733-thread-1-processing-n:127.0.0.1:43245_solr)
[n:127.0.0.1:43245_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_ga.txt to
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ga.txt
[junit4] 2> 608250 INFO
(OverseerThreadFactory-1733-thread-1-processing-n:127.0.0.1:43245_solr)
[n:127.0.0.1:43245_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_hi.txt to
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_hi.txt
[junit4] 2> 608251 INFO
(OverseerThreadFactory-1733-thread-1-processing-n:127.0.0.1:43245_solr)
[n:127.0.0.1:43245_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_da.txt to
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_da.txt
[junit4] 2> 608251 INFO
(OverseerThreadFactory-1733-thread-1-processing-n:127.0.0.1:43245_solr)
[n:127.0.0.1:43245_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_ja.txt to
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ja.txt
[junit4] 2> 608251 INFO
(OverseerThreadFactory-1733-thread-1-processing-n:127.0.0.1:43245_solr)
[n:127.0.0.1:43245_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_pt.txt to
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_pt.txt
[junit4] 2> 608252 INFO
(OverseerThreadFactory-1733-thread-1-processing-n:127.0.0.1:43245_solr)
[n:127.0.0.1:43245_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_hu.txt to
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_hu.txt
[junit4] 2> 608252 INFO
(OverseerThreadFactory-1733-thread-1-processing-n:127.0.0.1:43245_solr)
[n:127.0.0.1:43245_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_el.txt to
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_el.txt
[junit4] 2> 608253 INFO
(OverseerThreadFactory-1733-thread-1-processing-n:127.0.0.1:43245_solr)
[n:127.0.0.1:43245_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_ru.txt to
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ru.txt
[junit4] 2> 608253 INFO
(OverseerThreadFactory-1733-thread-1-processing-n:127.0.0.1:43245_solr)
[n:127.0.0.1:43245_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_tr.txt to
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_tr.txt
[junit4] 2> 608254 INFO
(OverseerThreadFactory-1733-thread-1-processing-n:127.0.0.1:43245_solr)
[n:127.0.0.1:43245_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_ar.txt to
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ar.txt
[junit4] 2> 608254 INFO
(OverseerThreadFactory-1733-thread-1-processing-n:127.0.0.1:43245_solr)
[n:127.0.0.1:43245_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/userdict_ja.txt to
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/userdict_ja.txt
[junit4] 2> 608255 INFO
(OverseerThreadFactory-1733-thread-1-processing-n:127.0.0.1:43245_solr)
[n:127.0.0.1:43245_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_eu.txt to
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_eu.txt
[junit4] 2> 608255 INFO
(OverseerThreadFactory-1733-thread-1-processing-n:127.0.0.1:43245_solr)
[n:127.0.0.1:43245_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_it.txt to
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_it.txt
[junit4] 2> 608255 INFO
(OverseerThreadFactory-1733-thread-1-processing-n:127.0.0.1:43245_solr)
[n:127.0.0.1:43245_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_cz.txt to
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_cz.txt
[junit4] 2> 608256 INFO
(OverseerThreadFactory-1733-thread-1-processing-n:127.0.0.1:43245_solr)
[n:127.0.0.1:43245_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stoptags_ja.txt to
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stoptags_ja.txt
[junit4] 2> 608256 INFO
(OverseerThreadFactory-1733-thread-1-processing-n:127.0.0.1:43245_solr)
[n:127.0.0.1:43245_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/contractions_fr.txt to
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_fr.txt
[junit4] 2> 608257 INFO
(OverseerThreadFactory-1733-thread-1-processing-n:127.0.0.1:43245_solr)
[n:127.0.0.1:43245_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_de.txt to
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_de.txt
[junit4] 2> 608257 INFO
(OverseerThreadFactory-1733-thread-1-processing-n:127.0.0.1:43245_solr)
[n:127.0.0.1:43245_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_fa.txt to
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_fa.txt
[junit4] 2> 608258 INFO
(OverseerThreadFactory-1733-thread-1-processing-n:127.0.0.1:43245_solr)
[n:127.0.0.1:43245_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/contractions_ga.txt to
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_ga.txt
[junit4] 2> 608258 INFO
(OverseerThreadFactory-1733-thread-1-processing-n:127.0.0.1:43245_solr)
[n:127.0.0.1:43245_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_ca.txt to
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ca.txt
[junit4] 2> 608259 INFO
(OverseerThreadFactory-1733-thread-1-processing-n:127.0.0.1:43245_solr)
[n:127.0.0.1:43245_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_nl.txt to
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_nl.txt
[junit4] 2> 608259 INFO
(OverseerThreadFactory-1733-thread-1-processing-n:127.0.0.1:43245_solr)
[n:127.0.0.1:43245_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_bg.txt to
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_bg.txt
[junit4] 2> 608260 INFO
(OverseerThreadFactory-1733-thread-1-processing-n:127.0.0.1:43245_solr)
[n:127.0.0.1:43245_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_lv.txt to
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_lv.txt
[junit4] 2> 608260 INFO
(OverseerThreadFactory-1733-thread-1-processing-n:127.0.0.1:43245_solr)
[n:127.0.0.1:43245_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_en.txt to
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_en.txt
[junit4] 2> 608261 INFO
(OverseerThreadFactory-1733-thread-1-processing-n:127.0.0.1:43245_solr)
[n:127.0.0.1:43245_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_es.txt to
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_es.txt
[junit4] 2> 608261 INFO
(OverseerThreadFactory-1733-thread-1-processing-n:127.0.0.1:43245_solr)
[n:127.0.0.1:43245_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_th.txt to
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_th.txt
[junit4] 2> 608262 INFO
(OverseerThreadFactory-1733-thread-1-processing-n:127.0.0.1:43245_solr)
[n:127.0.0.1:43245_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_ro.txt to
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ro.txt
[junit4] 2> 608262 INFO
(OverseerThreadFactory-1733-thread-1-processing-n:127.0.0.1:43245_solr)
[n:127.0.0.1:43245_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_fr.txt to
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_fr.txt
[junit4] 2> 608262 INFO
(OverseerThreadFactory-1733-thread-1-processing-n:127.0.0.1:43245_solr)
[n:127.0.0.1:43245_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_sv.txt to
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_sv.txt
[junit4] 2> 608263 INFO
(OverseerThreadFactory-1733-thread-1-processing-n:127.0.0.1:43245_solr)
[n:127.0.0.1:43245_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_fi.txt to
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_fi.txt
[junit4] 2> 608263 INFO
(OverseerThreadFactory-1733-thread-1-processing-n:127.0.0.1:43245_solr)
[n:127.0.0.1:43245_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/hyphenations_ga.txt to
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/hyphenations_ga.txt
[junit4] 2> 608264 INFO
(OverseerThreadFactory-1733-thread-1-processing-n:127.0.0.1:43245_solr)
[n:127.0.0.1:43245_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_gl.txt to
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_gl.txt
[junit4] 2> 608264 INFO
(OverseerThreadFactory-1733-thread-1-processing-n:127.0.0.1:43245_solr)
[n:127.0.0.1:43245_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/params.json to
/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/params.json
[junit4] 2> 608266 DEBUG
(OverseerStateUpdate-99423020867649544-127.0.0.1:43245_solr-n_0000000000)
[n:127.0.0.1:43245_solr ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "name":"AutoscalingHistoryHandlerTest_collection",
[junit4] 2> "fromApi":"true",
[junit4] 2> "replicationFactor":"3",
[junit4] 2> "numShards":"1",
[junit4] 2> "nrtReplicas":"3",
[junit4] 2> "stateFormat":"2",
[junit4] 2> "operation":"create"} current state version: 0
[junit4] 2> 608266 DEBUG
(OverseerStateUpdate-99423020867649544-127.0.0.1:43245_solr-n_0000000000)
[n:127.0.0.1:43245_solr ] o.a.s.c.o.ClusterStateMutator building a new
cName: AutoscalingHistoryHandlerTest_collection
[junit4] 2> 608266 DEBUG
(OverseerStateUpdate-99423020867649544-127.0.0.1:43245_solr-n_0000000000)
[n:127.0.0.1:43245_solr ] o.a.s.c.o.ZkStateWriter going to create_collection
/collections/AutoscalingHistoryHandlerTest_collection/state.json
[junit4] 2> 608370 DEBUG
(OverseerStateUpdate-99423020867649544-127.0.0.1:43245_solr-n_0000000000)
[n:127.0.0.1:43245_solr ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"AutoscalingHistoryHandlerTest_collection",
[junit4] 2> "shard":"shard1",
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:38455/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"} current state version: 0
[junit4] 2> 608370 INFO
(OverseerStateUpdate-99423020867649544-127.0.0.1:43245_solr-n_0000000000)
[n:127.0.0.1:43245_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"AutoscalingHistoryHandlerTest_collection",
[junit4] 2> "shard":"shard1",
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:38455/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 608371 DEBUG
(OverseerStateUpdate-99423020867649544-127.0.0.1:43245_solr-n_0000000000)
[n:127.0.0.1:43245_solr ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
[junit4] 2> "range":"80000000-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{}}
[junit4] 2> 608371 DEBUG
(OverseerStateUpdate-99423020867649544-127.0.0.1:43245_solr-n_0000000000)
[n:127.0.0.1:43245_solr ] o.a.s.c.o.SliceMutator New Slice: shard1:{
[junit4] 2> "range":"80000000-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{"core_node3":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
[junit4] 2> "base_url":"https://127.0.0.1:38455/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"}}}
[junit4] 2> 608372 DEBUG
(OverseerStateUpdate-99423020867649544-127.0.0.1:43245_solr-n_0000000000)
[n:127.0.0.1:43245_solr ] o.a.s.c.Overseer processMessage: queueSize: 2,
message = {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"AutoscalingHistoryHandlerTest_collection",
[junit4] 2> "shard":"shard1",
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:43245/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"} current state version: 0
[junit4] 2> 608372 INFO
(OverseerStateUpdate-99423020867649544-127.0.0.1:43245_solr-n_0000000000)
[n:127.0.0.1:43245_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"AutoscalingHistoryHandlerTest_collection",
[junit4] 2> "shard":"shard1",
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:43245/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 608373 DEBUG
(OverseerStateUpdate-99423020867649544-127.0.0.1:43245_solr-n_0000000000)
[n:127.0.0.1:43245_solr ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
[junit4] 2> "range":"80000000-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{"core_node3":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
[junit4] 2> "base_url":"https://127.0.0.1:38455/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"}}}
[junit4] 2> 608373 DEBUG
(OverseerStateUpdate-99423020867649544-127.0.0.1:43245_solr-n_0000000000)
[n:127.0.0.1:43245_solr ] o.a.s.c.o.SliceMutator New Slice: shard1:{
[junit4] 2> "range":"80000000-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{
[junit4] 2> "core_node3":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
[junit4] 2> "base_url":"https://127.0.0.1:38455/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"},
[junit4] 2> "core_node5":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
[junit4] 2> "base_url":"https://127.0.0.1:43245/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"}}}
[junit4] 2> 608374 DEBUG
(OverseerStateUpdate-99423020867649544-127.0.0.1:43245_solr-n_0000000000)
[n:127.0.0.1:43245_solr ] o.a.s.c.Overseer processMessage: queueSize: 3,
message = {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"AutoscalingHistoryHandlerTest_collection",
[junit4] 2> "shard":"shard1",
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:41297/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"} current state version: 0
[junit4] 2> 608374 INFO
(OverseerStateUpdate-99423020867649544-127.0.0.1:43245_solr-n_0000000000)
[n:127.0.0.1:43245_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"AutoscalingHistoryHandlerTest_collection",
[junit4] 2> "shard":"shard1",
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:41297/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 608375 DEBUG
(OverseerStateUpdate-99423020867649544-127.0.0.1:43245_solr-n_0000000000)
[n:127.0.0.1:43245_solr ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
[junit4] 2> "range":"80000000-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{
[junit4] 2> "core_node3":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
[junit4] 2> "base_url":"https://127.0.0.1:38455/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"},
[junit4] 2> "core_node5":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
[junit4] 2> "base_url":"https://127.0.0.1:43245/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"}}}
[junit4] 2> 608375 DEBUG
(OverseerStateUpdate-99423020867649544-127.0.0.1:43245_solr-n_0000000000)
[n:127.0.0.1:43245_solr ] o.a.s.c.o.SliceMutator New Slice: shard1:{
[junit4] 2> "range":"80000000-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{
[junit4] 2> "core_node3":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
[junit4] 2> "base_url":"https://127.0.0.1:38455/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"},
[junit4] 2> "core_node5":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
[junit4] 2> "base_url":"https://127.0.0.1:43245/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"},
[junit4] 2> "core_node6":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
[junit4] 2> "base_url":"https://127.0.0.1:41297/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"}}}
[junit4] 2> 608476 DEBUG
(OverseerStateUpdate-99423020867649544-127.0.0.1:43245_solr-n_0000000000)
[n:127.0.0.1:43245_solr ] o.a.s.c.o.ZkStateWriter going to update_collection
/collections/AutoscalingHistoryHandlerTest_collection/state.json version: 0
[junit4] 2> 608583 INFO (qtp899330898-4719) [n:127.0.0.1:38455_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=AutoscalingHistoryHandlerTest_collection.AUTOCREATED&newCollection=true&name=AutoscalingHistoryHandlerTest_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=AutoscalingHistoryHandlerTest_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 608583 INFO (qtp899330898-4719) [n:127.0.0.1:38455_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 608586 DEBUG
(OverseerStateUpdate-99423020867649544-127.0.0.1:43245_solr-n_0000000000)
[n:127.0.0.1:43245_solr ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
[junit4] 2> "core_node_name":"core_node3",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:38455/solr",
[junit4] 2> "node_name":"127.0.0.1:38455_solr",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"AutoscalingHistoryHandlerTest_collection",
[junit4] 2> "type":"NRT",
[junit4] 2> "operation":"state"} current state version: 0
[junit4] 2> 608586 DEBUG
(OverseerStateUpdate-99423020867649544-127.0.0.1:43245_solr-n_0000000000)
[n:127.0.0.1:43245_solr ] o.a.s.c.o.ReplicaMutator Update state numShards=1
message={
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
[junit4] 2> "core_node_name":"core_node3",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:38455/solr",
[junit4] 2> "node_name":"127.0.0.1:38455_solr",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"AutoscalingHistoryHandlerTest_collection",
[junit4] 2> "type":"NRT",
[junit4] 2> "operation":"state"}
[junit4] 2> 608586 DEBUG
(OverseerStateUpdate-99423020867649544-127.0.0.1:43245_solr-n_0000000000)
[n:127.0.0.1:43245_solr ] o.a.s.c.o.ReplicaMutator Will update state for
replica:
core_node3:{"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1","base_url":"https://127.0.0.1:38455/solr","node_name":"127.0.0.1:38455_solr","state":"down","type":"NRT"}
[junit4] 2> 608586 DEBUG
(OverseerStateUpdate-99423020867649544-127.0.0.1:43245_solr-n_0000000000)
[n:127.0.0.1:43245_solr ] o.a.s.c.o.ReplicaMutator Collection is now:
DocCollection(AutoscalingHistoryHandlerTest_collection//collections/AutoscalingHistoryHandlerTest_collection/state.json/1)={
[junit4] 2> "pullReplicas":"0",
[junit4] 2> "replicationFactor":"3",
[junit4] 2> "router":{"name":"compositeId"},
[junit4] 2> "maxShardsPerNode":"1",
[junit4] 2> "autoAddReplicas":"false",
[junit4] 2> "nrtReplicas":"3",
[junit4] 2> "tlogReplicas":"0",
[junit4] 2> "shards":{"shard1":{
[junit4] 2> "range":"80000000-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{
[junit4] 2> "core_node3":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
[junit4] 2> "base_url":"https://127.0.0.1:38455/solr",
[junit4] 2> "node_name":"127.0.0.1:38455_solr",
[junit4] 2> "state":"down",
[junit4] 2> "type":"NRT"},
[junit4] 2> "core_node5":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
[junit4] 2> "base_url":"https://127.0.0.1:43245/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"},
[junit4] 2> "core_node6":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
[junit4] 2> "base_url":"https://127.0.0.1:41297/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"}}}}}
[junit4] 2> 608589 INFO (qtp78427474-4718) [n:127.0.0.1:41297_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node6&collection.configName=AutoscalingHistoryHandlerTest_collection.AUTOCREATED&newCollection=true&name=AutoscalingHistoryHandlerTest_collection_shard1_replica_n4&action=CREATE&numShards=1&collection=AutoscalingHistoryHandlerTest_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 608590 INFO (qtp78427474-4718) [n:127.0.0.1:41297_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 608590 INFO (qtp1887754860-4728) [n:127.0.0.1:43245_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node5&collection.configName=AutoscalingHistoryHandlerTest_collection.AUTOCREATED&newCollection=true&name=AutoscalingHistoryHandlerTest_collection_shard1_replica_n2&action=CREATE&numShards=1&collection=AutoscalingHistoryHandlerTest_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 608590 INFO (qtp1887754860-4728) [n:127.0.0.1:43245_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 608591 DEBUG
(OverseerStateUpdate-99423020867649544-127.0.0.1:43245_solr-n_0000000000)
[n:127.0.0.1:43245_solr ] o.a.s.c.Overseer processMessage: queueSize: 2,
message = {
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
[junit4] 2> "core_node_name":"core_node6",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:41297/solr",
[junit4] 2> "node_name":"127.0.0.1:41297_solr",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"AutoscalingHistoryHandlerTest_collection",
[junit4] 2> "type":"NRT",
[junit4] 2> "operation":"state"} current state version: 0
[junit4] 2> 608591 DEBUG
(OverseerStateUpdate-99423020867649544-127.0.0.1:43245_solr-n_0000000000)
[n:127.0.0.1:43245_solr ] o.a.s.c.o.ReplicaMutator Update state numShards=1
message={
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
[junit4] 2> "core_node_name":"core_node6",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:41297/solr",
[junit4] 2> "node_name":"127.0.0.1:41297_solr",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"AutoscalingHistoryHandlerTest_collection",
[junit4] 2> "type":"NRT",
[junit4] 2> "operation":"state"}
[junit4] 2> 608591 DEBUG
(OverseerStateUpdate-99423020867649544-127.0.0.1:43245_solr-n_0000000000)
[n:127.0.0.1:43245_solr ] o.a.s.c.o.ReplicaMutator Will update state for
replica:
core_node6:{"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4","base_url":"https://127.0.0.1:41297/solr","node_name":"127.0.0.1:41297_solr","state":"down","type":"NRT"}
[junit4] 2> 608591 DEBUG
(OverseerStateUpdate-99423020867649544-127.0.0.1:43245_solr-n_0000000000)
[n:127.0.0.1:43245_solr ] o.a.s.c.o.ReplicaMutator Collection is now:
DocCollection(AutoscalingHistoryHandlerTest_collection//collections/AutoscalingHistoryHandlerTest_collection/state.json/1)={
[junit4] 2> "pullReplicas":"0",
[junit4] 2> "replicationFactor":"3",
[junit4] 2> "router":{"name":"compositeId"},
[junit4] 2> "maxShardsPerNode":"1",
[junit4] 2> "autoAddReplicas":"false",
[junit4] 2> "nrtReplicas":"3",
[junit4] 2> "tlogReplicas":"0",
[junit4] 2> "shards":{"shard1":{
[junit4] 2> "range":"80000000-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{
[junit4] 2> "core_node3":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
[junit4] 2> "base_url":"https://127.0.0.1:38455/solr",
[junit4] 2> "node_name":"127.0.0.1:38455_solr",
[junit4] 2> "state":"down",
[junit4] 2> "type":"NRT"},
[junit4] 2> "core_node5":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
[junit4] 2> "base_url":"https://127.0.0.1:43245/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"},
[junit4] 2> "core_node6":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
[junit4] 2> "base_url":"https://127.0.0.1:41297/solr",
[junit4] 2> "node_name":"127.0.0.1:41297_solr",
[junit4] 2> "state":"down",
[junit4] 2> "type":"NRT"}}}}}
[junit4] 2> 608591 DEBUG
(OverseerStateUpdate-99423020867649544-127.0.0.1:43245_solr-n_0000000000)
[n:127.0.0.1:43245_solr ] o.a.s.c.Overseer processMessage: queueSize: 3,
message = {
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
[junit4] 2> "core_node_name":"core_node5",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:43245/solr",
[junit4] 2> "node_name":"127.0.0.1:43245_solr",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"AutoscalingHistoryHandlerTest_collection",
[junit4] 2> "type":"NRT",
[junit4] 2> "operation":"state"} current state version: 0
[junit4] 2> 608592 DEBUG
(OverseerStateUpdate-99423020867649544-127.0.0.1:43245_solr-n_0000000000)
[n:127.0.0.1:43245_solr ] o.a.s.c.o.ReplicaMutator Update state numShards=1
message={
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
[junit4] 2> "core_node_name":"core_node5",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:43245/solr",
[junit4] 2> "node_name":"127.0.0.1:43245_solr",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"AutoscalingHistoryHandlerTest_collection",
[junit4] 2> "type":"NRT",
[junit4] 2> "operation":"state"}
[junit4] 2> 608592 DEBUG
(OverseerStateUpdate-99423020867649544-127.0.0.1:43245_solr-n_0000000000)
[n:127.0.0.1:43245_solr ] o.a.s.c.o.ReplicaMutator Will update state for
replica:
core_node5:{"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2","base_url":"https://127.0.0.1:43245/solr","node_name":"127.0.0.1:43245_solr","state":"down","type":"NRT"}
[junit4] 2> 608592 DEBUG
(OverseerStateUpdate-99423020867649544-127.0.0.1:43245_solr-n_0000000000)
[n:127.0.0.1:43245_solr ] o.a.s.c.o.ReplicaMutator Collection is now:
DocCollection(AutoscalingHistoryHandlerTest_collection//collections/AutoscalingHistoryHandlerTest_collection/state.json/1)={
[junit4] 2> "pullReplicas":"0",
[junit4] 2> "replicationFactor":"3",
[junit4] 2> "router":{"name":"compositeId"},
[junit4] 2> "maxShardsPerNode":"1",
[junit4] 2> "autoAddReplicas":"false",
[junit4] 2> "nrtReplicas":"3",
[junit4] 2> "tlogReplicas":"0",
[junit4] 2> "shards":{"shard1":{
[junit4] 2> "range":"80000000-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{
[junit4] 2> "core_node3":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
[junit4] 2> "base_url":"https://127.0.0.1:38455/solr",
[junit4] 2> "node_name":"127.0.0.1:38455_solr",
[junit4] 2> "state":"down",
[junit4] 2> "type":"NRT"},
[junit4] 2> "core_node5":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
[junit4] 2> "base_url":"https://127.0.0.1:43245/solr",
[junit4] 2> "node_name":"127.0.0.1:43245_solr",
[junit4] 2> "state":"down",
[junit4] 2> "type":"NRT"},
[junit4] 2> "core_node6":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
[j
[...truncated too long message...]
.metrics.MetricRegistry@3e30a1f1
[junit4] 2> 180830 INFO (jetty-closer-274-thread-4) [ ]
o.a.s.c.ZkController Remove node as live in
ZooKeeper:/live_nodes/127.0.0.1:38751_solr
[junit4] 2> 180830 INFO (jetty-closer-274-thread-4) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 180830 INFO
(zkCallback-303-thread-4-processing-n:127.0.0.1:44783_solr)
[n:127.0.0.1:44783_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (1)
[junit4] 2> 180830 INFO
(zkCallback-301-thread-1-processing-n:127.0.0.1:38751_solr)
[n:127.0.0.1:38751_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (1)
[junit4] 2> 180833 INFO (coreCloseExecutor-697-thread-1)
[n:127.0.0.1:44783_solr c:collection1 s:shard2 r:core_node4
x:collection1_shard2_replica_n2] o.a.s.c.SolrCore
[collection1_shard2_replica_n2] CLOSING SolrCore
org.apache.solr.core.SolrCore@2e3ba8e1
[junit4] 2> 180833 INFO (coreCloseExecutor-697-thread-1)
[n:127.0.0.1:44783_solr c:collection1 s:shard2 r:core_node4
x:collection1_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.collection1.shard2.replica_n2, tag=775661793
[junit4] 2> 180833 INFO (coreCloseExecutor-697-thread-1)
[n:127.0.0.1:44783_solr c:collection1 s:shard2 r:core_node4
x:collection1_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@167da684: rootName =
solr_44783, domain = solr.core.collection1.shard2.replica_n2, service url =
null, agent id = null] for registry solr.core.collection1.shard2.replica_n2 /
com.codahale.metrics.MetricRegistry@71e454c9
[junit4] 2> 180833 INFO
(zkCallback-307-thread-2-processing-n:127.0.0.1:32915_solr)
[n:127.0.0.1:32915_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (1)
[junit4] 2> 180833 INFO
(zkCallback-305-thread-1-processing-n:127.0.0.1:34589_solr)
[n:127.0.0.1:34589_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (1)
[junit4] 2> 180837 INFO (jetty-closer-274-thread-3) [ ]
o.a.s.c.ZkController Remove node as live in
ZooKeeper:/live_nodes/127.0.0.1:32915_solr
[junit4] 2> 180837 INFO
(zkCallback-2024-thread-1-processing-n:127.0.0.1:34589_solr
x:collection1_shard1_replica_n1 s:shard1 c:collection1 r:core_node3)
[n:127.0.0.1:34589_solr c:collection1 s:shard1 r:core_node3
x:collection1_shard1_replica_n1] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (2) -> (1)
[junit4] 2> 180838 INFO (jetty-closer-274-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 180838 INFO
(zkCallback-305-thread-2-processing-n:127.0.0.1:34589_solr)
[n:127.0.0.1:34589_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (0)
[junit4] 2> 180838 INFO
(zkCallback-2024-thread-1-processing-n:127.0.0.1:34589_solr
x:collection1_shard1_replica_n1 s:shard1 c:collection1 r:core_node3)
[n:127.0.0.1:34589_solr c:collection1 s:shard1 r:core_node3
x:collection1_shard1_replica_n1] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (1) -> (0)
[junit4] 2> 180838 INFO
(zkCallback-307-thread-1-processing-n:127.0.0.1:32915_solr)
[n:127.0.0.1:32915_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (0)
[junit4] 2> 180838 INFO
(zkCallback-303-thread-4-processing-n:127.0.0.1:44783_solr)
[n:127.0.0.1:44783_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (0)
[junit4] 2> 180840 INFO (jetty-closer-274-thread-3) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@2c14d562{/solr,null,UNAVAILABLE}
[junit4] 2> 180840 INFO (jetty-closer-274-thread-3) [ ]
o.e.j.s.session Stopped scavenging
[junit4] 2> 180841 INFO (coreCloseExecutor-696-thread-1)
[n:127.0.0.1:34589_solr c:collection1 s:shard1 r:core_node3
x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.collection1.shard1.leader, tag=1952903743
[junit4] 2> 180843 INFO (jetty-closer-274-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@56da381{/solr,null,UNAVAILABLE}
[junit4] 2> 180843 INFO (jetty-closer-274-thread-1) [ ]
o.e.j.s.session Stopped scavenging
[junit4] 2> 180844 INFO (coreCloseExecutor-697-thread-1)
[n:127.0.0.1:44783_solr c:collection1 s:shard2 r:core_node4
x:collection1_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.collection1.shard2.leader, tag=775661793
[junit4] 2> 180845 INFO (jetty-closer-274-thread-2) [ ]
o.a.s.c.Overseer Overseer
(id=99423197170499593-127.0.0.1:44783_solr-n_0000000000) closing
[junit4] 2> 180845 INFO
(OverseerStateUpdate-99423197170499593-127.0.0.1:44783_solr-n_0000000000)
[n:127.0.0.1:44783_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:44783_solr
[junit4] 2> 180845 WARN
(OverseerAutoScalingTriggerThread-99423197170499593-127.0.0.1:44783_solr-n_0000000000)
[n:127.0.0.1:44783_solr ] o.a.s.c.a.OverseerTriggerThread
OverseerTriggerThread woken up but we are closed, exiting.
[junit4] 2> 180846 INFO (jetty-closer-274-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@3b52998b{/solr,null,UNAVAILABLE}
[junit4] 2> 180846 INFO (jetty-closer-274-thread-2) [ ]
o.e.j.s.session Stopped scavenging
[junit4] 2> 182339 WARN
(zkCallback-301-thread-1-processing-n:127.0.0.1:38751_solr)
[n:127.0.0.1:38751_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 182339 INFO (jetty-closer-274-thread-4) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@3511e643{/solr,null,UNAVAILABLE}
[junit4] 2> 182339 INFO (jetty-closer-274-thread-4) [ ]
o.e.j.s.session Stopped scavenging
[junit4] 2> 182340 ERROR
(SUITE-StreamExpressionTest-seed#[5E9559606EC57285]-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> 182340 INFO
(SUITE-StreamExpressionTest-seed#[5E9559606EC57285]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:42521 42521
[junit4] 2> 186207 INFO (Thread-332) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:42521 42521
[junit4] 2> 186208 WARN (Thread-332) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 99 /solr/aliases.json
[junit4] 2> 99 /solr/clusterprops.json
[junit4] 2> 15 /solr/configs/conf
[junit4] 2> 8 /solr/configs/ml
[junit4] 2> 4 /solr/security.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 99 /solr/clusterstate.json
[junit4] 2> 40
/solr/collections/destinationCollection/state.json
[junit4] 2> 30
/solr/collections/parallelDestinationCollection1/state.json
[junit4] 2> 20
/solr/collections/parallelDestinationCollection/state.json
[junit4] 2> 10 /solr/collections/mainCorpus1/state.json
[junit4] 2> 10 /solr/collections/destination/state.json
[junit4] 2> 10 /solr/collections/destination1/state.json
[junit4] 2> 10 /solr/collections/collection1/state.json
[junit4] 2> 10 /solr/collections/workQueue1/state.json
[junit4] 2> 10 /solr/collections/workQueue/state.json
[junit4] 2> 10 /solr/collections/uknownCollection/state.json
[junit4] 2> 10 /solr/collections/modelCollection/state.json
[junit4] 2> 10
/solr/collections/checkpointCollection/state.json
[junit4] 2> 10 /solr/collections/mainCorpus/state.json
[junit4] 2> 2
/solr/overseer_elect/election/99423197170499595-127.0.0.1:34589_solr-n_0000000001
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 99 /solr/live_nodes
[junit4] 2> 99 /solr/collections
[junit4] 2>
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_5E9559606EC57285-001
[junit4] 2> NOTE: test params are: codec=Lucene70,
sim=RandomSimilarity(queryNorm=false): {}, locale=fr-ML, timezone=CST6CDT
[junit4] 2> NOTE: Linux 4.13.0-31-generic amd64/Oracle Corporation 9.0.1
(64-bit)/cpus=8,threads=1,free=112309160,total=523239424
[junit4] 2> NOTE: All tests run in this JVM: [AppendEvaluatorTest,
NormalDistributionEvaluatorTest, TestDelegationTokenResponse,
SubtractEvaluatorTest, SolrPingTest, TestSolrProperties,
ArcTangentEvaluatorTest, SolrQueryTest,
CollectionAdminRequestRequiredParamsTest, SolrDocumentTest,
MergeIndexesEmbeddedTest, TestDocumentObjectBinder, CeilingEvaluatorTest,
SolrExampleEmbeddedTest, SolrExampleStreamingBinaryTest, LengthEvaluatorTest,
EqualToEvaluatorTest, HttpSolrClientSSLAuthConPoolTest,
CorrelationEvaluatorTest, JDBCStreamTest, FacetFieldTest, JsonValidatorTest,
BasicHttpSolrClientTest, RecursiveEvaluatorTest, JettyWebappTest,
TestSpellCheckResponse, LargeVolumeJettyTest, SolrParamTest, TermsResponseTest,
QueryResponseTest, TestNamedListCodec, TestJavaBinCodec, TestHash,
ContentStreamTest, ModifiableSolrParamsTest, TestFastInputStream,
TestXMLEscaping, DocumentAnalysisResponseTest, TestUpdateRequestCodec,
FieldAnalysisResponseTest, ClientUtilsTest, AnlysisResponseBaseTest,
TestLBHttpSolrClient, HttpSolrClientBuilderTest, HttpSolrClientConPoolTest,
TestCloudSolrClientConnections, GraphTest, StreamExpressionTest]
[junit4] Completed [146/146 (1!)] on J1 in 112.19s, 153 tests, 1 failure <<<
FAILURES!
[...truncated 39996 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]