Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/827/
Java: 32bit/jdk1.8.0_172 -server -XX:+UseParallelGC
2 tests failed.
FAILED:
org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple
Error Message:
Waiting for collection testSimple1 null Live Nodes: [127.0.0.1:53507_solr,
127.0.0.1:53508_solr] Last available state:
DocCollection(testSimple1//collections/testSimple1/state.json/19)={
"pullReplicas":"0", "replicationFactor":"2", "shards":{ "shard1":{
"range":"80000000-ffffffff", "state":"active", "replicas":{
"core_node3":{ "core":"testSimple1_shard1_replica_n1",
"base_url":"http://127.0.0.1:53507/solr",
"node_name":"127.0.0.1:53507_solr", "state":"active",
"type":"NRT", "force_set_state":"false", "leader":"true"},
"core_node12":{ "core":"testSimple1_shard1_replica_n11",
"base_url":"http://127.0.0.1:53507/solr",
"node_name":"127.0.0.1:53507_solr", "state":"active",
"type":"NRT", "force_set_state":"false"}}}, "shard2":{
"range":"0-7fffffff", "state":"active", "replicas":{
"core_node8":{ "core":"testSimple1_shard2_replica_n6",
"base_url":"http://127.0.0.1:53507/solr",
"node_name":"127.0.0.1:53507_solr", "state":"active",
"type":"NRT", "force_set_state":"false", "leader":"true"},
"core_node10":{ "core":"testSimple1_shard2_replica_n9",
"base_url":"http://127.0.0.1:53513/solr",
"node_name":"127.0.0.1:53513_solr", "state":"down",
"type":"NRT", "force_set_state":"false"}}}},
"router":{"name":"compositeId"}, "maxShardsPerNode":"2",
"autoAddReplicas":"true", "nrtReplicas":"2", "tlogReplicas":"0"}
Stack Trace:
java.lang.AssertionError: Waiting for collection testSimple1
null
Live Nodes: [127.0.0.1:53507_solr, 127.0.0.1:53508_solr]
Last available state:
DocCollection(testSimple1//collections/testSimple1/state.json/19)={
"pullReplicas":"0",
"replicationFactor":"2",
"shards":{
"shard1":{
"range":"80000000-ffffffff",
"state":"active",
"replicas":{
"core_node3":{
"core":"testSimple1_shard1_replica_n1",
"base_url":"http://127.0.0.1:53507/solr",
"node_name":"127.0.0.1:53507_solr",
"state":"active",
"type":"NRT",
"force_set_state":"false",
"leader":"true"},
"core_node12":{
"core":"testSimple1_shard1_replica_n11",
"base_url":"http://127.0.0.1:53507/solr",
"node_name":"127.0.0.1:53507_solr",
"state":"active",
"type":"NRT",
"force_set_state":"false"}}},
"shard2":{
"range":"0-7fffffff",
"state":"active",
"replicas":{
"core_node8":{
"core":"testSimple1_shard2_replica_n6",
"base_url":"http://127.0.0.1:53507/solr",
"node_name":"127.0.0.1:53507_solr",
"state":"active",
"type":"NRT",
"force_set_state":"false",
"leader":"true"},
"core_node10":{
"core":"testSimple1_shard2_replica_n9",
"base_url":"http://127.0.0.1:53513/solr",
"node_name":"127.0.0.1:53513_solr",
"state":"down",
"type":"NRT",
"force_set_state":"false"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"2",
"autoAddReplicas":"true",
"nrtReplicas":"2",
"tlogReplicas":"0"}
at
__randomizedtesting.SeedInfo.seed([4AE7587C48CC21FA:72547C826F3FF52B]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:280)
at
org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple(AutoAddReplicasIntegrationTest.java:107)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
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:944)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
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
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.lang.Thread.run(Thread.java:748)
FAILED:
org.apache.solr.client.solrj.impl.CloudSolrClientTest.preferLocalShardsTest
Error Message:
Response was not received from shards on a single node
Stack Trace:
java.lang.AssertionError: Response was not received from shards on a single node
at
__randomizedtesting.SeedInfo.seed([4A6696CFB3A8092:F86BF1D505ED1768]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.client.solrj.impl.CloudSolrClientTest.queryWithShardsPreferenceRules(CloudSolrClientTest.java:471)
at
org.apache.solr.client.solrj.impl.CloudSolrClientTest.preferLocalShardsTest(CloudSolrClientTest.java:420)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
at
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
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:944)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
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
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.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 14015 lines...]
[junit4] Suite:
org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest
[junit4] 2> Creating dataDir:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_4AE7587C48CC21FA-001\init-core-data-001
[junit4] 2> 3758030 WARN
(SUITE-AutoAddReplicasIntegrationTest-seed#[4AE7587C48CC21FA]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=27 numCloses=27
[junit4] 2> 3758030 INFO
(SUITE-AutoAddReplicasIntegrationTest-seed#[4AE7587C48CC21FA]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 3758030 INFO
(SUITE-AutoAddReplicasIntegrationTest-seed#[4AE7587C48CC21FA]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 3758030 INFO
(SUITE-AutoAddReplicasIntegrationTest-seed#[4AE7587C48CC21FA]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 3758036 INFO
(SUITE-AutoAddReplicasIntegrationTest-seed#[4AE7587C48CC21FA]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_4AE7587C48CC21FA-001\tempDir-001
[junit4] 2> 3758036 INFO
(SUITE-AutoAddReplicasIntegrationTest-seed#[4AE7587C48CC21FA]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 3758037 INFO (Thread-3639) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 3758037 INFO (Thread-3639) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 3758040 ERROR (Thread-3639) [ ] 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> 3758137 INFO
(SUITE-AutoAddReplicasIntegrationTest-seed#[4AE7587C48CC21FA]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:53503
[junit4] 2> 3758140 INFO (zkConnectionManagerCallback-10110-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3758145 INFO (jetty-launcher-10107-thread-2) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
[junit4] 2> 3758145 INFO (jetty-launcher-10107-thread-3) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
[junit4] 2> 3758145 INFO (jetty-launcher-10107-thread-1) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
[junit4] 2> 3758146 INFO (jetty-launcher-10107-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 3758146 INFO (jetty-launcher-10107-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 3758146 INFO (jetty-launcher-10107-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 3758146 INFO (jetty-launcher-10107-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 3758146 INFO (jetty-launcher-10107-thread-3) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 3758146 INFO (jetty-launcher-10107-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 3758147 INFO (jetty-launcher-10107-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 3758147 INFO (jetty-launcher-10107-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 3758147 INFO (jetty-launcher-10107-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7a702b{/solr,null,AVAILABLE}
[junit4] 2> 3758147 INFO (jetty-launcher-10107-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 3758147 INFO (jetty-launcher-10107-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@66e9ac{/solr,null,AVAILABLE}
[junit4] 2> 3758147 INFO (jetty-launcher-10107-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1c6957b{/solr,null,AVAILABLE}
[junit4] 2> 3758148 INFO (jetty-launcher-10107-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@19373a3{HTTP/1.1,[http/1.1]}{127.0.0.1:53508}
[junit4] 2> 3758148 INFO (jetty-launcher-10107-thread-1) [ ]
o.e.j.s.Server Started @3758193ms
[junit4] 2> 3758148 INFO (jetty-launcher-10107-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=53508}
[junit4] 2> 3758148 INFO (jetty-launcher-10107-thread-3) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@52d2fd{HTTP/1.1,[http/1.1]}{127.0.0.1:53513}
[junit4] 2> 3758148 ERROR (jetty-launcher-10107-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 3758148 INFO (jetty-launcher-10107-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 3758148 INFO (jetty-launcher-10107-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.6.0
[junit4] 2> 3758148 INFO (jetty-launcher-10107-thread-2) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@e3fb6a{HTTP/1.1,[http/1.1]}{127.0.0.1:53507}
[junit4] 2> 3758148 INFO (jetty-launcher-10107-thread-2) [ ]
o.e.j.s.Server Started @3758194ms
[junit4] 2> 3758148 INFO (jetty-launcher-10107-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=53507}
[junit4] 2> 3758148 INFO (jetty-launcher-10107-thread-3) [ ]
o.e.j.s.Server Started @3758194ms
[junit4] 2> 3758148 INFO (jetty-launcher-10107-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 3758151 INFO (jetty-launcher-10107-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 3758151 INFO (jetty-launcher-10107-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=53513}
[junit4] 2> 3758151 INFO (jetty-launcher-10107-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-10-09T09:10:07.484Z
[junit4] 2> 3758151 ERROR (jetty-launcher-10107-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 3758152 INFO (jetty-launcher-10107-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 3758152 INFO (jetty-launcher-10107-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.6.0
[junit4] 2> 3758152 INFO (jetty-launcher-10107-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 3758152 INFO (jetty-launcher-10107-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 3758152 INFO (jetty-launcher-10107-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-10-09T09:10:07.485Z
[junit4] 2> 3758153 ERROR (jetty-launcher-10107-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 3758153 INFO (jetty-launcher-10107-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 3758153 INFO (jetty-launcher-10107-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.6.0
[junit4] 2> 3758153 INFO (jetty-launcher-10107-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 3758153 INFO (jetty-launcher-10107-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 3758153 INFO (jetty-launcher-10107-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-10-09T09:10:07.486Z
[junit4] 2> 3758155 INFO (zkConnectionManagerCallback-10112-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3758156 INFO (jetty-launcher-10107-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 3758156 INFO (zkConnectionManagerCallback-10114-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3758156 INFO (zkConnectionManagerCallback-10116-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3758156 INFO (jetty-launcher-10107-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 3758156 INFO (jetty-launcher-10107-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 3758169 INFO (jetty-launcher-10107-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 3758169 INFO (jetty-launcher-10107-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 3758170 INFO (jetty-launcher-10107-thread-2) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 3758170 INFO (jetty-launcher-10107-thread-3) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 3758170 INFO (jetty-launcher-10107-thread-2) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 3758170 INFO (jetty-launcher-10107-thread-3) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 3758170 INFO (jetty-launcher-10107-thread-1) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@1af7ee3, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 3758171 INFO (jetty-launcher-10107-thread-3) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@1af7ee3, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 3758171 INFO (jetty-launcher-10107-thread-2) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@1af7ee3, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 3758171 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x1007a0037830001, likely client has closed socket
[junit4] 2> 3758171 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x1007a0037830002, likely client has closed socket
[junit4] 2> 3758172 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x1007a0037830003, likely client has closed socket
[junit4] 2> 3759187 INFO (jetty-launcher-10107-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53503/solr
[junit4] 2> 3759190 INFO (zkConnectionManagerCallback-10120-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3759195 INFO (zkConnectionManagerCallback-10122-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3759242 INFO (jetty-launcher-10107-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53503/solr
[junit4] 2> 3759269 INFO (zkConnectionManagerCallback-10128-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3759296 INFO (zkConnectionManagerCallback-10130-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3759318 INFO (jetty-launcher-10107-thread-2)
[n:127.0.0.1:53507_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:53507_solr
[junit4] 2> 3759320 INFO (jetty-launcher-10107-thread-2)
[n:127.0.0.1:53507_solr ] o.a.s.c.Overseer Overseer
(id=72191735387848711-127.0.0.1:53507_solr-n_0000000000) starting
[junit4] 2> 3759321 INFO (jetty-launcher-10107-thread-1)
[n:127.0.0.1:53508_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:53508_solr
[junit4] 2> 3759376 INFO (zkCallback-10129-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 3759378 INFO (zkCallback-10121-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 3759378 INFO (zkConnectionManagerCallback-10137-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3759380 INFO (jetty-launcher-10107-thread-2)
[n:127.0.0.1:53507_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 3759381 INFO (jetty-launcher-10107-thread-2)
[n:127.0.0.1:53507_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:53503/solr ready
[junit4] 2> 3759383 INFO (jetty-launcher-10107-thread-2)
[n:127.0.0.1:53507_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 4 transient cores
[junit4] 2> 3759383 INFO (jetty-launcher-10107-thread-2)
[n:127.0.0.1:53507_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:53507_solr
[junit4] 2> 3759384 INFO (jetty-launcher-10107-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53503/solr
[junit4] 2> 3759385 INFO (zkCallback-10129-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 3759385 INFO (zkCallback-10121-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 3759385 INFO (zkConnectionManagerCallback-10142-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3759386 INFO (jetty-launcher-10107-thread-1)
[n:127.0.0.1:53508_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 3759386 INFO (jetty-launcher-10107-thread-1)
[n:127.0.0.1:53508_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:53503/solr ready
[junit4] 2> 3759386 INFO (jetty-launcher-10107-thread-1)
[n:127.0.0.1:53508_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 3759402 INFO (jetty-launcher-10107-thread-2)
[n:127.0.0.1:53507_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 3759417 INFO (jetty-launcher-10107-thread-1)
[n:127.0.0.1:53508_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1af7ee3
[junit4] 2> 3759418 INFO (jetty-launcher-10107-thread-2)
[n:127.0.0.1:53507_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1af7ee3
[junit4] 2> 3759423 INFO (jetty-launcher-10107-thread-1)
[n:127.0.0.1:53508_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1af7ee3
[junit4] 2> 3759424 INFO (jetty-launcher-10107-thread-1)
[n:127.0.0.1:53508_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1af7ee3
[junit4] 2> 3759424 INFO (jetty-launcher-10107-thread-2)
[n:127.0.0.1:53507_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1af7ee3
[junit4] 2> 3759424 INFO (jetty-launcher-10107-thread-2)
[n:127.0.0.1:53507_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1af7ee3
[junit4] 2> 3759426 INFO
(OverseerStateUpdate-72191735387848711-127.0.0.1:53507_solr-n_0000000000)
[n:127.0.0.1:53507_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:53507_solr
[junit4] 2> 3759426 INFO (jetty-launcher-10107-thread-1)
[n:127.0.0.1:53508_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_4AE7587C48CC21FA-001\tempDir-001\node1\.
[junit4] 2> 3759426 INFO (jetty-launcher-10107-thread-2)
[n:127.0.0.1:53507_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_4AE7587C48CC21FA-001\tempDir-001\node2\.
[junit4] 2> 3759432 DEBUG
(OverseerAutoScalingTriggerThread-72191735387848711-127.0.0.1:53507_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and
.scheduled_maintenance triggers
[junit4] 2> 3759433 DEBUG
(OverseerAutoScalingTriggerThread-72191735387848711-127.0.0.1:53507_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode
version 1
[junit4] 2> 3759433 DEBUG
(OverseerAutoScalingTriggerThread-72191735387848711-127.0.0.1:53507_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1,
lastZnodeVersion -1
[junit4] 2> 3759433 DEBUG
(OverseerAutoScalingTriggerThread-72191735387848711-127.0.0.1:53507_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto
znodeVersion 1
[junit4] 2> 3759437 INFO (zkCallback-10136-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 3759440 DEBUG
(OverseerAutoScalingTriggerThread-72191735387848711-127.0.0.1:53507_solr-n_0000000000)
[ ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial
livenodes: [127.0.0.1:53507_solr, 127.0.0.1:53508_solr]
[junit4] 2> 3759441 DEBUG
(OverseerAutoScalingTriggerThread-72191735387848711-127.0.0.1:53507_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
[junit4] 2> 3759441 DEBUG
(OverseerAutoScalingTriggerThread-72191735387848711-127.0.0.1:53507_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1,
lastZnodeVersion 1
[junit4] 2> 3759442 DEBUG (ScheduledTrigger-8357-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 2
[junit4] 2> 3759445 INFO (zkConnectionManagerCallback-10146-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3759446 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x1007a003783000a, likely client has closed socket
[junit4] 2> 3759448 INFO (zkConnectionManagerCallback-10150-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3759456 INFO (jetty-launcher-10107-thread-3)
[n:127.0.0.1:53513_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 3759460 INFO (jetty-launcher-10107-thread-3)
[n:127.0.0.1:53513_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 4 transient cores
[junit4] 2> 3759460 INFO (jetty-launcher-10107-thread-3)
[n:127.0.0.1:53513_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:53513_solr
[junit4] 2> 3759494 INFO (zkCallback-10129-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 3759494 INFO (zkCallback-10121-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 3759494 INFO (zkCallback-10136-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 3759505 INFO (zkCallback-10149-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 3759509 INFO (zkCallback-10141-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 3759531 INFO (zkConnectionManagerCallback-10157-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3759532 INFO (jetty-launcher-10107-thread-3)
[n:127.0.0.1:53513_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 3759533 INFO (jetty-launcher-10107-thread-3)
[n:127.0.0.1:53513_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:53503/solr ready
[junit4] 2> 3759533 INFO (jetty-launcher-10107-thread-3)
[n:127.0.0.1:53513_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 3759568 INFO (jetty-launcher-10107-thread-3)
[n:127.0.0.1:53513_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1af7ee3
[junit4] 2> 3759576 INFO (jetty-launcher-10107-thread-3)
[n:127.0.0.1:53513_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1af7ee3
[junit4] 2> 3759577 INFO (jetty-launcher-10107-thread-3)
[n:127.0.0.1:53513_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1af7ee3
[junit4] 2> 3759578 INFO (jetty-launcher-10107-thread-3)
[n:127.0.0.1:53513_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_4AE7587C48CC21FA-001\tempDir-001\node3\.
[junit4] 2> 3759629 INFO (zkConnectionManagerCallback-10160-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3759630 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x1007a003783000d, likely client has closed socket
[junit4] 2> 3759634 INFO (zkConnectionManagerCallback-10165-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3759635 INFO
(SUITE-AutoAddReplicasIntegrationTest-seed#[4AE7587C48CC21FA]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 3759637 INFO
(SUITE-AutoAddReplicasIntegrationTest-seed#[4AE7587C48CC21FA]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53503/solr ready
[junit4] 2> 3759669 INFO
(TEST-AutoAddReplicasIntegrationTest.testSimple-seed#[4AE7587C48CC21FA]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testSimple
[junit4] 2> 3759671 INFO (qtp17263995-24483) [n:127.0.0.1:53508_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:53508_solr,127.0.0.1:53507_solr&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 3759672 INFO
(OverseerThreadFactory-8366-thread-1-processing-n:127.0.0.1:53507_solr)
[n:127.0.0.1:53507_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
testSimple1
[junit4] 2> 3759782 DEBUG
(OverseerThreadFactory-8366-thread-1-processing-n:127.0.0.1:53507_solr)
[n:127.0.0.1:53507_solr ] o.a.s.c.s.c.a.PolicyHelper Creating a new session
[junit4] 2> 3759790 INFO (qtp17263995-24466) [n:127.0.0.1:53508_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=6
[junit4] 2> 3759796 INFO (qtp897087-24478) [n:127.0.0.1:53513_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=3
[junit4] 2> 3759815 INFO (qtp16217251-24465) [n:127.0.0.1:53507_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=4
[junit4] 2> 3759815 DEBUG
(OverseerThreadFactory-8366-thread-1-processing-n:127.0.0.1:53507_solr)
[n:127.0.0.1:53507_solr ] o.a.s.c.s.c.a.PolicyHelper New session created
[junit4] 2> 3759817 DEBUG
(OverseerThreadFactory-8366-thread-1-processing-n:127.0.0.1:53507_solr)
[n:127.0.0.1:53507_solr ] o.a.s.c.s.c.a.PolicyHelper returnSession,
curr-time 2046836340 sessionWrapper.createTime 2046836338384300,
this.sessionWrapper.createTime 2046836338384300
[junit4] 2> 3759822 INFO
(OverseerStateUpdate-72191735387848711-127.0.0.1:53507_solr-n_0000000000)
[n:127.0.0.1:53507_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testSimple1",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testSimple1_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:53507/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 3759824 INFO
(OverseerStateUpdate-72191735387848711-127.0.0.1:53507_solr-n_0000000000)
[n:127.0.0.1:53507_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testSimple1",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testSimple1_shard1_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:53508/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 3759827 INFO
(OverseerStateUpdate-72191735387848711-127.0.0.1:53507_solr-n_0000000000)
[n:127.0.0.1:53507_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testSimple1",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"testSimple1_shard2_replica_n4",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:53508/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 3759828 INFO
(OverseerStateUpdate-72191735387848711-127.0.0.1:53507_solr-n_0000000000)
[n:127.0.0.1:53507_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testSimple1",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"testSimple1_shard2_replica_n6",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:53507/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 3760032 INFO (qtp16217251-24485) [n:127.0.0.1:53507_solr
x:testSimple1_shard2_replica_n6] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 3760032 INFO (qtp17263995-24473) [n:127.0.0.1:53508_solr
x:testSimple1_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 3760032 INFO (qtp17263995-24488) [n:127.0.0.1:53508_solr
x:testSimple1_shard2_replica_n4] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 3760034 INFO (qtp16217251-24474) [n:127.0.0.1:53507_solr
x:testSimple1_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 3760036 INFO (qtp17263995-24488) [n:127.0.0.1:53508_solr
x:testSimple1_shard2_replica_n4] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 4 transient cores
[junit4] 2> 3760444 DEBUG (ScheduledTrigger-8357-thread-2) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 3
[junit4] 2> 3761080 INFO (qtp17263995-24488) [n:127.0.0.1:53508_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
[junit4] 2> 3761080 INFO (qtp16217251-24485) [n:127.0.0.1:53507_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
[junit4] 2> 3761080 INFO (qtp17263995-24473) [n:127.0.0.1:53508_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
[junit4] 2> 3761094 INFO (qtp16217251-24474) [n:127.0.0.1:53507_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
[junit4] 2> 3761096 INFO (qtp17263995-24488) [n:127.0.0.1:53508_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.s.IndexSchema [testSimple1_shard2_replica_n4] Schema name=minimal
[junit4] 2> 3761097 INFO (qtp17263995-24473) [n:127.0.0.1:53508_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.s.IndexSchema [testSimple1_shard1_replica_n2] Schema name=minimal
[junit4] 2> 3761100 INFO (qtp16217251-24485) [n:127.0.0.1:53507_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.s.IndexSchema [testSimple1_shard2_replica_n6] Schema name=minimal
[junit4] 2> 3761101 INFO (qtp16217251-24474) [n:127.0.0.1:53507_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.s.IndexSchema [testSimple1_shard1_replica_n1] Schema name=minimal
[junit4] 2> 3761103 INFO (qtp17263995-24473) [n:127.0.0.1:53508_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 3761103 INFO (qtp17263995-24473) [n:127.0.0.1:53508_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n2' using
configuration from collection testSimple1, trusted=true
[junit4] 2> 3761103 INFO (qtp16217251-24485) [n:127.0.0.1:53507_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 3761103 INFO (qtp16217251-24485) [n:127.0.0.1:53507_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n6' using
configuration from collection testSimple1, trusted=true
[junit4] 2> 3761104 INFO (qtp17263995-24488) [n:127.0.0.1:53508_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 3761104 INFO (qtp17263995-24488) [n:127.0.0.1:53508_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n4' using
configuration from collection testSimple1, trusted=true
[junit4] 2> 3761104 INFO (qtp17263995-24473) [n:127.0.0.1:53508_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.testSimple1.shard1.replica_n2' (registry
'solr.core.testSimple1.shard1.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1af7ee3
[junit4] 2> 3761104 INFO (qtp16217251-24485) [n:127.0.0.1:53507_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.testSimple1.shard2.replica_n6' (registry
'solr.core.testSimple1.shard2.replica_n6') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1af7ee3
[junit4] 2> 3761104 INFO (qtp17263995-24473) [n:127.0.0.1:53508_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.SolrCore [[testSimple1_shard1_replica_n2] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_4AE7587C48CC21FA-001\tempDir-001\node1\testSimple1_shard1_replica_n2],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_4AE7587C48CC21FA-001\tempDir-001\node1\.\testSimple1_shard1_replica_n2\data\]
[junit4] 2> 3761104 INFO (qtp16217251-24485) [n:127.0.0.1:53507_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.SolrCore [[testSimple1_shard2_replica_n6] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_4AE7587C48CC21FA-001\tempDir-001\node2\testSimple1_shard2_replica_n6],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_4AE7587C48CC21FA-001\tempDir-001\node2\.\testSimple1_shard2_replica_n6\data\]
[junit4] 2> 3761105 INFO (qtp16217251-24474) [n:127.0.0.1:53507_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 3761105 INFO (qtp16217251-24474) [n:127.0.0.1:53507_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n1' using
configuration from collection testSimple1, trusted=true
[junit4] 2> 3761104 INFO (qtp17263995-24488) [n:127.0.0.1:53508_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.testSimple1.shard2.replica_n4' (registry
'solr.core.testSimple1.shard2.replica_n4') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1af7ee3
[junit4] 2> 3761106 INFO (qtp17263995-24488) [n:127.0.0.1:53508_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.SolrCore [[testSimple1_shard2_replica_n4] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_4AE7587C48CC21FA-001\tempDir-001\node1\testSimple1_shard2_replica_n4],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_4AE7587C48CC21FA-001\tempDir-001\node1\.\testSimple1_shard2_replica_n4\data\]
[junit4] 2> 3761106 INFO (qtp16217251-24474) [n:127.0.0.1:53507_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.testSimple1.shard1.replica_n1' (registry
'solr.core.testSimple1.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1af7ee3
[junit4] 2> 3761106 INFO (qtp16217251-24474) [n:127.0.0.1:53507_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.SolrCore [[testSimple1_shard1_replica_n1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_4AE7587C48CC21FA-001\tempDir-001\node2\testSimple1_shard1_replica_n1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_4AE7587C48CC21FA-001\tempDir-001\node2\.\testSimple1_shard1_replica_n1\data\]
[junit4] 2> 3761205 INFO (qtp17263995-24488) [n:127.0.0.1:53508_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 3761205 INFO (qtp17263995-24488) [n:127.0.0.1:53508_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 3761206 INFO (qtp16217251-24474) [n:127.0.0.1:53507_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 3761206 INFO (qtp16217251-24474) [n:127.0.0.1:53507_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 3761207 INFO (qtp17263995-24488) [n:127.0.0.1:53508_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 3761207 INFO (qtp17263995-24488) [n:127.0.0.1:53508_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 3761207 INFO (qtp16217251-24474) [n:127.0.0.1:53507_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 3761207 INFO (qtp16217251-24474) [n:127.0.0.1:53507_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 3761208 INFO (qtp17263995-24473) [n:127.0.0.1:53508_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 3761208 INFO (qtp17263995-24473) [n:127.0.0.1:53508_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 3761209 INFO (qtp17263995-24488) [n:127.0.0.1:53508_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@1355d7b[testSimple1_shard2_replica_n4] main]
[junit4] 2> 3761209 INFO (qtp17263995-24473) [n:127.0.0.1:53508_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 3761209 INFO (qtp17263995-24473) [n:127.0.0.1:53508_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 3761210 INFO (qtp17263995-24488) [n:127.0.0.1:53508_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 3761210 INFO (qtp16217251-24474) [n:127.0.0.1:53507_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@15da33f[testSimple1_shard1_replica_n1] main]
[junit4] 2> 3761210 INFO (qtp17263995-24488) [n:127.0.0.1:53508_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 3761210 INFO (qtp17263995-24488) [n:127.0.0.1:53508_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 3761211 INFO (qtp17263995-24488) [n:127.0.0.1:53508_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1613838376547385344
[junit4] 2> 3761211 INFO
(searcherExecutor-8373-thread-1-processing-n:127.0.0.1:53508_solr
x:testSimple1_shard2_replica_n4 c:testSimple1 s:shard2 r:core_node7)
[n:127.0.0.1:53508_solr c:testSimple1 s:shard2 r:core_node7
x:testSimple1_shard2_replica_n4] o.a.s.c.SolrCore
[testSimple1_shard2_replica_n4] Registered new searcher
Searcher@1355d7b[testSimple1_shard2_replica_n4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 3761213 INFO (qtp16217251-24474) [n:127.0.0.1:53507_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 3761214 INFO (qtp16217251-24474) [n:127.0.0.1:53507_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 3761215 INFO (qtp16217251-24474) [n:127.0.0.1:53507_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 3761216 INFO (qtp16217251-24474) [n:127.0.0.1:53507_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1613838376552628224
[junit4] 2> 3761216 INFO
(searcherExecutor-8374-thread-1-processing-n:127.0.0.1:53507_solr
x:testSimple1_shard1_replica_n1 c:testSimple1 s:shard1 r:core_node3)
[n:127.0.0.1:53507_solr c:testSimple1 s:shard1 r:core_node3
x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore
[testSimple1_shard1_replica_n1] Registered new searcher
Searcher@15da33f[testSimple1_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 3761217 INFO (qtp17263995-24488) [n:127.0.0.1:53508_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/testSimple1/terms/shard2 to Terms{values={core_node7=0}, version=0}
[junit4] 2> 3761222 INFO (qtp16217251-24474) [n:127.0.0.1:53507_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/testSimple1/terms/shard1 to Terms{values={core_node3=0}, version=0}
[junit4] 2> 3761222 INFO (qtp17263995-24488) [n:127.0.0.1:53508_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard shard2: total=2 found=1 timeoutin=9999ms
[junit4] 2> 3761225 INFO (qtp17263995-24473) [n:127.0.0.1:53508_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@1af9c96[testSimple1_shard1_replica_n2] main]
[junit4] 2> 3761226 INFO (qtp16217251-24474) [n:127.0.0.1:53507_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard shard1: total=2 found=1 timeoutin=9999ms
[junit4] 2> 3761227 INFO (qtp17263995-24473) [n:127.0.0.1:53508_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 3761227 INFO (qtp17263995-24473) [n:127.0.0.1:53508_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 3761228 INFO (qtp17263995-24473) [n:127.0.0.1:53508_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 3761228 INFO
(searcherExecutor-8371-thread-1-processing-n:127.0.0.1:53508_solr
x:testSimple1_shard1_replica_n2 c:testSimple1 s:shard1 r:core_node5)
[n:127.0.0.1:53508_solr c:testSimple1 s:shard1 r:core_node5
x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore
[testSimple1_shard1_replica_n2] Registered new searcher
Searcher@1af9c96[testSimple1_shard1_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 3761229 INFO (qtp17263995-24473) [n:127.0.0.1:53508_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1613838376566259712
[junit4] 2> 3761232 INFO (qtp17263995-24473) [n:127.0.0.1:53508_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/testSimple1/terms/shard1 to Terms{values={core_node3=0,
core_node5=0}, version=1}
[junit4] 2> 3761234 INFO (qtp16217251-24485) [n:127.0.0.1:53507_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 3761234 INFO (qtp16217251-24485) [n:127.0.0.1:53507_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 3761237 INFO (qtp16217251-24485) [n:127.0.0.1:53507_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 3761237 INFO (qtp16217251-24485) [n:127.0.0.1:53507_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 3761238 INFO (qtp16217251-24485) [n:127.0.0.1:53507_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@1238660[testSimple1_shard2_replica_n6] main]
[junit4] 2> 3761239 INFO (qtp16217251-24485) [n:127.0.0.1:53507_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 3761240 INFO (qtp16217251-24485) [n:127.0.0.1:53507_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 3761240 INFO (qtp16217251-24485) [n:127.0.0.1:53507_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 3761241 INFO
(searcherExecutor-8372-thread-1-processing-n:127.0.0.1:53507_solr
x:testSimple1_shard2_replica_n6 c:testSimple1 s:shard2 r:core_node8)
[n:127.0.0.1:53507_solr c:testSimple1 s:shard2 r:core_node8
x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore
[testSimple1_shard2_replica_n6] Registered new searcher
Searcher@1238660[testSimple1_shard2_replica_n6]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 3761241 INFO (qtp16217251-24485) [n:127.0.0.1:53507_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1613838376578842624
[junit4] 2> 3761244 INFO (qtp16217251-24485) [n:127.0.0.1:53507_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/testSimple1/terms/shard2 to Terms{values={core_node7=0,
core_node8=0}, version=1}
[junit4] 2> 3761446 DEBUG (ScheduledTrigger-8357-thread-4) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 3
[junit4] 2> 3761723 INFO (qtp17263995-24488) [n:127.0.0.1:53508_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 3761723 INFO (qtp17263995-24488) [n:127.0.0.1:53508_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 3761723 INFO (qtp17263995-24488) [n:127.0.0.1:53508_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:53508/solr/testSimple1_shard2_replica_n4/
[junit4] 2> 3761724 INFO (qtp17263995-24488) [n:127.0.0.1:53508_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n4
url=http://127.0.0.1:53508/solr START
replicas=[http://127.0.0.1:53507/solr/testSimple1_shard2_replica_n6/]
nUpdates=100
[junit4] 2> 3761724 INFO (qtp17263995-24488) [n:127.0.0.1:53508_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n4
url=http://127.0.0.1:53508/solr DONE. We have no versions. sync failed.
[junit4] 2> 3761725 INFO (qtp16217251-24467) [n:127.0.0.1:53507_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.S.Request [testSimple1_shard2_replica_n6] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 3761727 INFO (qtp17263995-24488) [n:127.0.0.1:53508_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the
next candidate
[junit4] 2> 3761727 INFO (qtp17263995-24488) [n:127.0.0.1:53508_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we
can't sync in that case - we were active before, so become leader anyway
[junit4] 2> 3761727 INFO (qtp17263995-24488) [n:127.0.0.1:53508_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 3761727 INFO (qtp16217251-24474) [n:127.0.0.1:53507_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 3761727 INFO (qtp16217251-24474) [n:127.0.0.1:53507_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 3761727 INFO (qtp16217251-24474) [n:127.0.0.1:53507_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:53507/solr/testSimple1_shard1_replica_n1/
[junit4] 2> 3761727 INFO (qtp16217251-24474) [n:127.0.0.1:53507_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n1
url=http://127.0.0.1:53507/solr START
replicas=[http://127.0.0.1:53508/solr/testSimple1_shard1_replica_n2/]
nUpdates=100
[junit4] 2> 3761728 INFO (qtp16217251-24474) [n:127.0.0.1:53507_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n1
url=http://127.0.0.1:53507/solr DONE. We have no versions. sync failed.
[junit4] 2> 3761729 INFO (qtp17263995-24471) [n:127.0.0.1:53508_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.S.Request [testSimple1_shard1_replica_n2] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 3761729 INFO (qtp16217251-24474) [n:127.0.0.1:53507_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the
next candidate
[junit4] 2> 3761729 INFO (qtp16217251-24474) [n:127.0.0.1:53507_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we
can't sync in that case - we were active before, so become leader anyway
[junit4] 2> 3761730 INFO (qtp16217251-24474) [n:127.0.0.1:53507_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 3761730 INFO (qtp17263995-24488) [n:127.0.0.1:53508_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:53508/solr/testSimple1_shard2_replica_n4/ shard2
[junit4] 2> 3761748 INFO (qtp16217251-24474) [n:127.0.0.1:53507_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:53507/solr/testSimple1_shard1_replica_n1/ shard1
[junit4] 2> 3761851 INFO (qtp16217251-24474) [n:127.0.0.1:53507_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 3761856 INFO (qtp16217251-24474) [n:127.0.0.1:53507_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1822
[junit4] 2> 3761884 INFO (qtp17263995-24488) [n:127.0.0.1:53508_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 3761890 INFO (qtp17263995-24488) [n:127.0.0.1:53508_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1857
[junit4] 2> 3761996 INFO (zkCallback-10129-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 3761996 INFO (zkCallback-10121-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 3762262 INFO (qtp17263995-24473) [n:127.0.0.1:53508_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2229
[junit4] 2> 3762268 INFO (qtp16217251-24485) [n:127.0.0.1:53507_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2236
[junit4] 2> 3762268 DEBUG
(OverseerThreadFactory-8366-thread-1-processing-n:127.0.0.1:53507_solr)
[n:127.0.0.1:53507_solr ] o.a.s.c.s.c.a.PolicyHelper session set to NULL
[junit4] 2> 3762271 INFO (qtp17263995-24483) [n:127.0.0.1:53508_solr ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 3762368 INFO (zkCallback-10129-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 3762368 INFO (zkCallback-10121-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 3762460 DEBUG (ScheduledTrigger-8357-thread-2) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 3
[junit4] 2> 3763283 INFO (qtp17263995-24483) [n:127.0.0.1:53508_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:53508_solr,127.0.0.1:53507_solr&wt=javabin&version=2}
status=0 QTime=3612
[junit4] 2> 3763284 INFO (qtp17263995-24493) [n:127.0.0.1:53508_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=false&name=testSimple2&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:53507_solr,127.0.0.1:53513_solr&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 3763290 INFO
(OverseerCollectionConfigSetProcessor-72191735387848711-127.0.0.1:53507_solr-n_0000000000)
[n:127.0.0.1:53507_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 3763323 INFO
(OverseerThreadFactory-8366-thread-2-processing-n:127.0.0.1:53507_solr)
[n:127.0.0.1:53507_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
testSimple2
[junit4] 2> 3763468 DEBUG (ScheduledTrigger-8357-thread-2) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 3
[junit4] 2> 3763533 DEBUG
(OverseerThreadFactory-8366-thread-2-processing-n:127.0.0.1:53507_solr)
[n:127.0.0.1:53507_solr ] o.a.s.c.s.c.a.PolicyHelper Creating a new session
[junit4] 2> 3763535 INFO (qtp17263995-24488) [n:127.0.0.1:53508_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.core.testSimple1.shard2.replica_n4:INDEX.sizeInBytes&key=solr.core.testSimple1.shard1.replica_n2:INDEX.sizeInBytes}
status=0 QTime=0
[junit4] 2> 3763539 INFO (qtp17263995-24471) [n:127.0.0.1:53508_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=4
[junit4] 2> 3763547 INFO (qtp897087-24464) [n:127.0.0.1:53513_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=3
[junit4] 2> 3763548 INFO (qtp16217251-24468) [n:127.0.0.1:53507_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.core.testSimple1.shard2.replica_n6:INDEX.sizeInBytes&key=solr.core.testSimple1.shard1.replica_n1:INDEX.sizeInBytes}
status=0 QTime=0
[junit4] 2> 3763551 INFO (qtp16217251-24474) [n:127.0.0.1:53507_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=2
[junit4] 2> 3763552 DEBUG
(OverseerThreadFactory-8366-thread-2-processing-n:127.0.0.1:53507_solr)
[n:127.0.0.1:53507_solr ] o.a.s.c.s.c.a.PolicyHelper New session created
[junit4] 2> 3763553 DEBUG
(OverseerThreadFactory-8366-thread-2-processing-n:127.0.0.1:53507_solr)
[n:127.0.0.1:53507_solr ] o.a.s.c.s.c.a.PolicyHelper returnSession,
curr-time 2046840075 sessionWrapper.createTime 2046840074746000,
this.sessionWrapper.createTime 2046840074746000
[junit4] 2> 3763555 INFO
(OverseerStateUpdate-72191735387848711-127.0.0.1:53507_solr-n_0000000000)
[n:127.0.0.1:53507_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testSimple2",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testSimple2_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:53513/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 3763557 INFO
(OverseerStateUpdate-72191735387848711-127.0.0.1:53507_solr-n_0000000000)
[n:127.0.0.1:53507_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testSimple2",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testSimple2_shard1_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:53513/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 3763559 INFO
(OverseerStateUpdate-72191735387848711-127.0.0.1:53507_solr-n_0000000000)
[n:127.0.0.1:53507_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testSimple2",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"testSimple2_shard2_replica_n4",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:53513/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 3763561 INFO
(OverseerStateUpdate-72191735387848711-127.0.0.1:53507_solr-n_0000000000)
[n:127.0.0.1:53507_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testSimple2",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"testSimple2_shard2_replica_n6",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:53507/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 3763766 INFO (qtp16217251-24468) [n:127.0.0.1:53507_solr
x:testSimple2_shard2_replica_n6] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple2_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple2&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 3763767 INFO (qtp897087-24479) [n:127.0.0.1:53513_solr
x:testSimple2_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 3763768 INFO (qtp897087-24477) [n:127.0.0.1:53513_solr
x:testSimple2_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 3763769 INFO (qtp897087-24484) [n:127.0.0.1:53513_solr
x:testSimple2_shard2_replica_n4] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple2_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple2&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 3764470 DEBUG (ScheduledTrigger-8357-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 3
[junit4] 2> 3764834 INFO (qtp16217251-24468) [n:127.0.0.1:53507_solr
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
[junit4] 2> 3764834 INFO (qtp897087-24484) [n:127.0.0.1:53513_solr
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
[junit4] 2> 3764834 INFO (qtp897087-24479) [n:127.0.0.1:53513_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
[junit4] 2> 3764840 INFO (qtp897087-24484) [n:127.0.0.1:53513_solr
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4]
o.a.s.s.IndexSchema [testSimple2_shard2_replica_n4] Schema name=minimal
[junit4] 2> 3764840 INFO (qtp16217251-24468) [n:127.0.0.1:53507_solr
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6]
o.a.s.s.IndexSchema [testSimple2_shard2_replica_n6] Schema name=minimal
[junit4] 2> 3764842 INFO (qtp897087-24479) [n:127.0.0.1:53513_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.s.IndexSchema [testSimple2_shard1_replica_n1] Schema name=minimal
[junit4] 2> 3764845 INFO (qtp897087-24477) [n:127.0.0.1:53513_solr
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
[junit4] 2> 3764850 INFO (qtp16217251-24468) [n:127.0.0.1:53507_solr
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 3764850 INFO (qtp897087-24484) [n:127.0.0.1:53513_solr
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 3764850 INFO (qtp16217251-24468) [n:127.0.0.1:53507_solr
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6]
o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard2_replica_n6' using
configuration from collection testSimple2, trusted=true
[junit4] 2> 3764850 INFO (qtp897087-24484) [n:127.0.0.1:53513_solr
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4]
o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard2_replica_n4' using
configuration from collection testSimple2, trusted=true
[junit4] 2> 3764851 INFO (qtp16217251-24468) [n:127.0.0.1:53507_solr
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.testSimple2.shard2.replica_n6' (registry
'solr.core.testSimple2.shard2.replica_n6') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1af7ee3
[junit4] 2> 3764851 INFO (qtp16217251-24468) [n:127.0.0.1:53507_solr
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6]
o.a.s.c.SolrCore [[testSimple2_shard2_replica_n6] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_4AE7587C48CC21FA-001\tempDir-001\node2\testSimple2_shard2_replica_n6],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_4AE7587C48CC21FA-001\tempDir-001\node2\.\testSimple2_shard2_replica_n6\data\]
[junit4] 2> 3764851 INFO (qtp897087-24484) [n:127.0.0.1:53513_solr
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.testSimple2.shard2.replica_n4' (registry
'solr.core.testSimple2.shard2.replica_n4') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1af7ee3
[junit4] 2> 3764853 INFO (qtp897087-24484) [n:127.0.0.1:53513_solr
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4]
o.a.s.c.SolrCore [[testSimple2_shard2_replica_n4] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_4AE7587C48CC21FA-001\tempDir-001\node3\testSimple2_shard2_replica_n4],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_4AE7587C48CC21FA-001\tempDir-001\node3\.\testSimple2_shard2_replica_n4\data\]
[junit4] 2> 3764857 INFO (qtp897087-24479) [n:127.0.0.1:53513_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 3764857 INFO (qtp897087-24479) [n:127.0.0.1:53513_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard1_replica_n1' using
configuration from collection testSimple2, trusted=true
[junit4] 2> 3764858 INFO (qtp897087-24479) [n:127.0.0.1:53513_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.testSimple2.shard1.replica_n1' (registry
'solr.core.testSimple2.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1af7ee3
[junit4] 2> 3764858 INFO (qtp897087-24479) [n:127.0.0.1:53513_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.c.SolrCore [[testSimple2_shard1_replica_n1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_4AE7587C48CC21FA-001\tempDir-001\node3\testSimple2_shard1_replica_n1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_4AE7587C48CC21FA-001\tempDir-001\node3\.\testSimple2_shard1_replica_n1\data\]
[junit4] 2> 3764859 INFO (qtp897087-24477) [n:127.0.0.1:53513_solr
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2]
o.a.s.s.IndexSchema [testSimple2_shard1_replica_n2] Schema name=minimal
[junit4] 2> 3764861 INFO (qtp897087-24477) [n:127.0.0.1:53513_solr
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 3764861 INFO (qtp897087-24477) [n:127.0.0.1:53513_solr
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2]
o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard1_replica_n2' using
configuration from collection testSimple2, trusted=true
[junit4] 2> 3764862 INFO (qtp897087-24477) [n:127.0.0.1:53513_solr
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.testSimple2.shard1.replica_n2' (registry
'solr.core.testSimple2.shard1.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1af7ee3
[junit4] 2> 3764862 INFO (qtp897087-24477) [n:127.0.0.1:53513_solr
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2]
o.a.s.c.SolrCore [[testSimple2_shard1_replica_n2] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_4AE7587C48CC21FA-001\tempDir-001\node3\testSimple2_shard1_replica_n2],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_4AE7587C48CC21FA-001\tempDir-001\node3\.\testSimple2_shard1_replica_n2\data\]
[junit4] 2> 3765175 INFO (qtp897087-24479) [n:127.0.0.1:53513_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 3765175 INFO (qtp897087-24479) [n:127.0.0.1:53513_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 3765176 INFO (qtp897087-24479) [n:127.0.0.1:53513_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 3765176 INFO (qtp897087-24479) [n:127.0.0.1:53513_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 3765177 INFO (qtp16217251-24468) [n:127.0.0.1:53507_solr
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 3765177 INFO (qtp16217251-24468) [n:127.0.0.1:53507_solr
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 3765178 INFO (qtp16217251-24468) [n:127.0.0.1:53507_solr
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 3765178 INFO (qtp16217251-24468) [n:127.0.0.1:53507_solr
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 3765179 INFO (qtp897087-24477) [n:127.0.0.1:53513_solr
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 3765179 INFO (qtp897087-24477) [n:127.0.0.1:53513_solr
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 3765181 INFO (qtp897087-24477) [n:127.0.0.1:53513_solr
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 3765181 INFO (qtp897087-24477) [n:127.0.0.1:53513_solr
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 3765181 INFO (qtp897087-24484) [n:127.0.0.1:53513_solr
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 3765181 INFO (qtp897087-24484) [n:127.0.0.1:53513_solr
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 3765187 INFO (qtp897087-24484) [n:127.0.0.1:53513_solr
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 3765187 INFO (qtp897087-24484) [n:127.0.0.1:53513_solr
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit
[...truncated too long message...]
5)
[junit4] 1> at
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
[junit4] 1> at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1317)
[junit4] 1> at
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
[junit4] 1> at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
[junit4] 1> at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
[junit4] 1> at
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
[junit4] 1> at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1219)
[junit4] 1> at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
[junit4] 1> at
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:724)
[junit4] 1> at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
[junit4] 1> at
org.eclipse.jetty.server.Server.handle(Server.java:531)
[junit4] 1> at
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:352)
[junit4] 1> at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
[junit4] 1> at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:281)
[junit4] 1> at
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
[junit4] 1> at
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
[junit4] 1> at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
[junit4] 1> at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
[junit4] 1> at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
[junit4] 1> at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
[junit4] 1> at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
[junit4] 1> at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:762)
[junit4] 1> at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:680)
[junit4] 1> at java.lang.Thread.run(Thread.java:748)
[junit4] 1>
[junit4] 1> -
[junit4] 1> replica:core_node2 rstate:active live:true
[junit4] 1> no one is recoverying
[junit4] 1> -
[junit4] 1> replica:core_node2 rstate:active live:true
[junit4] 1> replica:core_node4 rstate:down live:true
[junit4] 1> -
[junit4] 1> replica:core_node2 rstate:active live:true
[junit4] 1> replica:core_node4 rstate:recovering live:true
[junit4] 1> -
[junit4] 1> replica:core_node2 rstate:active live:true
[junit4] 1> replica:core_node4 rstate:active live:true
[junit4] 1> no one is recoverying
[junit4] 1> -
[junit4] 1> replica:core_node4 rstate:active live:true
[junit4] 1> no one is recoverying
[junit4] 1> 09:42:30.215
[TEST-CloudSolrClientTest.testRetryUpdatesWhenClusterStateIsStale-seed#[4A6696CFB3A8092]]
ERROR org.apache.solr.client.solrj.impl.CloudSolrClient - Request to
collection [stale_state_test_col] failed due to (404)
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at
http://127.0.0.1:50551/solr/stale_state_test_col_shard1_replica_n1: Expected
mime type application/octet-stream but got text/html. <html>
[junit4] 1> <head>
[junit4] 1> <meta http-equiv="Content-Type"
content="text/html;charset=utf-8"/>
[junit4] 1> <title>Error 404 Can not find:
/solr/stale_state_test_col_shard1_replica_n1/update</title>
[junit4] 1> </head>
[junit4] 1> <body><h2>HTTP ERROR 404</h2>
[junit4] 1> <p>Problem accessing
/solr/stale_state_test_col_shard1_replica_n1/update. Reason:
[junit4] 1> <pre> Can not find:
/solr/stale_state_test_col_shard1_replica_n1/update</pre></p><hr><a
href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.11.v20180605</a><hr/>
[junit4] 1>
[junit4] 1> </body>
[junit4] 1> </html>
[junit4] 1> , retry? 0
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=CloudSolrClientTest
-Dtests.method=preferLocalShardsTest -Dtests.seed=4A6696CFB3A8092
-Dtests.slow=true -Dtests.locale=ar-AE -Dtests.timezone=Europe/Budapest
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
[junit4] FAILURE 6.18s J0 | CloudSolrClientTest.preferLocalShardsTest <<<
[junit4] > Throwable #1: java.lang.AssertionError: Response was not
received from shards on a single node
[junit4] > at
__randomizedtesting.SeedInfo.seed([4A6696CFB3A8092:F86BF1D505ED1768]:0)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClientTest.queryWithShardsPreferenceRules(CloudSolrClientTest.java:471)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClientTest.preferLocalShardsTest(CloudSolrClientTest.java:420)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 1> 09:42:47.926
[SUITE-CloudSolrClientTest-seed#[4A6696CFB3A8092]-worker] ERROR
org.apache.zookeeper.server.ZooKeeperServer - ZKShutdownHandler is not
registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN
server state changes
[junit4] 2> NOTE: leaving temporary files on disk at:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.impl.CloudSolrClientTest_4A6696CFB3A8092-001
[junit4] 2> Oct 09, 2018 9:42:48 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are:
codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY,
chunkSize=15072, maxDocsPerChunk=9, blockSize=4),
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY,
chunkSize=15072, blockSize=4)), sim=RandomSimilarity(queryNorm=false): {},
locale=ar-AE, timezone=Europe/Budapest
[junit4] 2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_172
(32-bit)/cpus=3,threads=1,free=70917264,total=306446336
[junit4] 2> NOTE: All tests run in this JVM: [SchemaTest,
SolrExampleJettyTest, TestPolicy, SolrParamTest, CeilingEvaluatorTest,
MultiplyEvaluatorTest, TestCollectionAdminRequest, CommonAdminParamsTest,
NotEvaluatorTest, LBHttpSolrClientBuilderTest, NormalDistributionEvaluatorTest,
LargeVolumeEmbeddedTest, AppendEvaluatorTest, ExclusiveOrEvaluatorTest,
TestFastInputStream, SolrDocumentTest, PowerEvaluatorTest, GraphTest,
SolrZkClientTest, StreamingTest, TermsResponseTest, AnlysisResponseBaseTest,
UuidEvaluatorTest, CumulativeProbabilityEvaluatorTest, SubtractEvaluatorTest,
TestDelegationTokenResponse, ConcurrentUpdateSolrClientMultiCollectionTest,
RecursiveEvaluatorTest, TestSuggesterResponse, TestCoreAdmin, TestLang,
CosineEvaluatorTest, TestCollectionStateWatchers, TestV1toV2ApiMapper,
ConcatOperationTest, SineEvaluatorTest, SolrExampleBinaryTest, SolrQueryTest,
SolrSchemalessExampleTest, TestPolicy2, JettyWebappTest, LargeVolumeJettyTest,
SolrExampleStreamingTest, CloudSolrClientTest]
[junit4] Completed [107/157 (1!)] on J0 in 44.71s, 16 tests, 1 failure <<<
FAILURES!
[...truncated 25105 lines...]
-check-forbidden-all:
[forbidden-apis] Reading bundled API signatures: jdk-unsafe-1.8
[forbidden-apis] Reading bundled API signatures: jdk-deprecated-1.8
[forbidden-apis] Reading bundled API signatures: jdk-non-portable
[forbidden-apis] Reading bundled API signatures: jdk-reflection
[forbidden-apis] Reading bundled API signatures: commons-io-unsafe-2.5
[forbidden-apis] Reading API signatures:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\tools\forbiddenApis\base.txt
[forbidden-apis] Reading API signatures:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\tools\forbiddenApis\servlet-api.txt
[forbidden-apis] Reading API signatures:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\lucene\tools\forbiddenApis\solr.txt
[forbidden-apis] Loading classes to check...
[forbidden-apis] Scanning classes for violations...
[forbidden-apis] Forbidden method invocation:
java.io.InputStreamReader#<init>(java.io.InputStream) [Uses default charset]
[forbidden-apis] in
org.apache.solr.client.solrj.request.MultiContentWriterRequest
(MultiContentWriterRequest.java:95)
[forbidden-apis] Scanned 1374 class file(s) for forbidden API invocations (in
2.20s), 1 error(s).
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\build.xml:633: The following
error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\build.xml:117: The following
error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build.xml:381: The
following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\common-build.xml:536:
Check for forbidden API calls failed, see log.
Total time: 130 minutes 39 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]