Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2645/
Java: 64bit/jdk-10 -XX:+UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.cloud.TestWithCollection.testMoveReplicaMainCollection

Error Message:
IOException occured when talking to server at: https://127.0.0.1:35301/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when 
talking to server at: https://127.0.0.1:35301/solr
        at 
__randomizedtesting.SeedInfo.seed([6BB9CDDC86EF91D0:60D2F164F48C94BE]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1109)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
        at 
org.apache.solr.cloud.TestWithCollection.testMoveReplicaMainCollection(TestWithCollection.java:316)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)
Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:35301 failed to 
respond
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
        ... 47 more




Build Log:
[...truncated 13773 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestWithCollection
   [junit4]   2> 1420093 INFO  
(SUITE-TestWithCollection-seed#[6BB9CDDC86EF91D0]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_6BB9CDDC86EF91D0-001/init-core-data-001
   [junit4]   2> 1420094 WARN  
(SUITE-TestWithCollection-seed#[6BB9CDDC86EF91D0]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 1420094 INFO  
(SUITE-TestWithCollection-seed#[6BB9CDDC86EF91D0]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1420095 INFO  
(SUITE-TestWithCollection-seed#[6BB9CDDC86EF91D0]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 1420095 INFO  
(SUITE-TestWithCollection-seed#[6BB9CDDC86EF91D0]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_6BB9CDDC86EF91D0-001/tempDir-001
   [junit4]   2> 1420096 INFO  
(SUITE-TestWithCollection-seed#[6BB9CDDC86EF91D0]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1420096 INFO  (Thread-6640) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1420096 INFO  (Thread-6640) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1420097 ERROR (Thread-6640) [    ] 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> 1420196 INFO  
(SUITE-TestWithCollection-seed#[6BB9CDDC86EF91D0]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:43551
   [junit4]   2> 1420197 INFO  (zkConnectionManagerCallback-7424-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1420200 INFO  (jetty-launcher-7421-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 10+46
   [junit4]   2> 1420200 INFO  (jetty-launcher-7421-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 10+46
   [junit4]   2> 1420201 INFO  (jetty-launcher-7421-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1420201 INFO  (jetty-launcher-7421-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1420201 INFO  (jetty-launcher-7421-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1420201 INFO  (jetty-launcher-7421-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1420201 INFO  (jetty-launcher-7421-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1420201 INFO  (jetty-launcher-7421-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1420201 INFO  (jetty-launcher-7421-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@789d4962{/solr,null,AVAILABLE}
   [junit4]   2> 1420201 INFO  (jetty-launcher-7421-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6df47dfe{/solr,null,AVAILABLE}
   [junit4]   2> 1420203 INFO  (jetty-launcher-7421-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@7beb788f{SSL,[ssl, 
http/1.1]}{127.0.0.1:37017}
   [junit4]   2> 1420203 INFO  (jetty-launcher-7421-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@38b20764{SSL,[ssl, 
http/1.1]}{127.0.0.1:43497}
   [junit4]   2> 1420203 INFO  (jetty-launcher-7421-thread-1) [    ] 
o.e.j.s.Server Started @1420251ms
   [junit4]   2> 1420203 INFO  (jetty-launcher-7421-thread-2) [    ] 
o.e.j.s.Server Started @1420251ms
   [junit4]   2> 1420203 INFO  (jetty-launcher-7421-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37017}
   [junit4]   2> 1420203 INFO  (jetty-launcher-7421-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43497}
   [junit4]   2> 1420203 ERROR (jetty-launcher-7421-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1420203 ERROR (jetty-launcher-7421-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1420203 INFO  (jetty-launcher-7421-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1420203 INFO  (jetty-launcher-7421-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1420203 INFO  (jetty-launcher-7421-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.5.0
   [junit4]   2> 1420203 INFO  (jetty-launcher-7421-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.5.0
   [junit4]   2> 1420203 INFO  (jetty-launcher-7421-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1420203 INFO  (jetty-launcher-7421-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1420203 INFO  (jetty-launcher-7421-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1420203 INFO  (jetty-launcher-7421-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1420203 INFO  (jetty-launcher-7421-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-08-28T15:13:53.550722Z
   [junit4]   2> 1420203 INFO  (jetty-launcher-7421-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-08-28T15:13:53.550730Z
   [junit4]   2> 1420204 INFO  (zkConnectionManagerCallback-7428-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1420204 INFO  (zkConnectionManagerCallback-7427-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1420204 INFO  (jetty-launcher-7421-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1420204 INFO  (jetty-launcher-7421-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1420267 INFO  (jetty-launcher-7421-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43551/solr
   [junit4]   2> 1420267 INFO  (zkConnectionManagerCallback-7432-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1420269 INFO  (zkConnectionManagerCallback-7434-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1420298 INFO  (jetty-launcher-7421-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43551/solr
   [junit4]   2> 1420299 INFO  (zkConnectionManagerCallback-7440-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1420300 INFO  (zkConnectionManagerCallback-7442-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1420304 INFO  (jetty-launcher-7421-thread-2) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:43497_solr
   [junit4]   2> 1420305 INFO  (jetty-launcher-7421-thread-2) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.Overseer Overseer 
(id=72127384049942534-127.0.0.1:43497_solr-n_0000000000) starting
   [junit4]   2> 1420307 INFO  (jetty-launcher-7421-thread-1) 
[n:127.0.0.1:37017_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37017_solr
   [junit4]   2> 1420307 INFO  (zkCallback-7441-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1420307 INFO  (zkCallback-7433-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1420308 INFO  (zkConnectionManagerCallback-7449-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1420309 INFO  (jetty-launcher-7421-thread-2) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1420309 INFO  (jetty-launcher-7421-thread-2) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:43551/solr ready
   [junit4]   2> 1420310 INFO  
(OverseerStateUpdate-72127384049942534-127.0.0.1:43497_solr-n_0000000000) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:43497_solr
   [junit4]   2> 1420310 DEBUG 
(OverseerAutoScalingTriggerThread-72127384049942534-127.0.0.1:43497_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and 
.scheduled_maintenance triggers
   [junit4]   2> 1420310 INFO  (jetty-launcher-7421-thread-2) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1420310 INFO  (jetty-launcher-7421-thread-2) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43497_solr
   [junit4]   2> 1420310 DEBUG 
(OverseerAutoScalingTriggerThread-72127384049942534-127.0.0.1:43497_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode 
version 1
   [junit4]   2> 1420310 DEBUG 
(OverseerStateUpdate-72127384049942534-127.0.0.1:43497_solr-n_0000000000) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:43497_solr
   [junit4]   2> 1420311 DEBUG 
(OverseerAutoScalingTriggerThread-72127384049942534-127.0.0.1:43497_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, 
lastZnodeVersion -1
   [junit4]   2> 1420311 INFO  (zkCallback-7441-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1420311 DEBUG 
(OverseerAutoScalingTriggerThread-72127384049942534-127.0.0.1:43497_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 1
   [junit4]   2> 1420311 INFO  (zkCallback-7433-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1420311 INFO  (zkCallback-7448-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1420312 DEBUG 
(OverseerAutoScalingTriggerThread-72127384049942534-127.0.0.1:43497_solr-n_0000000000)
 [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial 
livenodes: [127.0.0.1:43497_solr, 127.0.0.1:37017_solr]
   [junit4]   2> 1420312 DEBUG 
(OverseerAutoScalingTriggerThread-72127384049942534-127.0.0.1:43497_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1420312 DEBUG 
(OverseerAutoScalingTriggerThread-72127384049942534-127.0.0.1:43497_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, 
lastZnodeVersion 1
   [junit4]   2> 1420312 DEBUG (ScheduledTrigger-3629-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 1420317 INFO  (zkConnectionManagerCallback-7454-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1420317 INFO  (jetty-launcher-7421-thread-1) 
[n:127.0.0.1:37017_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1420318 INFO  (jetty-launcher-7421-thread-1) 
[n:127.0.0.1:37017_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:43551/solr ready
   [junit4]   2> 1420318 INFO  (jetty-launcher-7421-thread-1) 
[n:127.0.0.1:37017_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1420319 INFO  (jetty-launcher-7421-thread-2) 
[n:127.0.0.1:43497_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1420330 INFO  (jetty-launcher-7421-thread-1) 
[n:127.0.0.1:37017_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37017.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7acf4a9f
   [junit4]   2> 1420330 INFO  (jetty-launcher-7421-thread-2) 
[n:127.0.0.1:43497_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43497.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7acf4a9f
   [junit4]   2> 1420336 INFO  (jetty-launcher-7421-thread-2) 
[n:127.0.0.1:43497_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43497.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7acf4a9f
   [junit4]   2> 1420336 INFO  (jetty-launcher-7421-thread-2) 
[n:127.0.0.1:43497_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43497.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7acf4a9f
   [junit4]   2> 1420336 INFO  (jetty-launcher-7421-thread-1) 
[n:127.0.0.1:37017_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37017.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7acf4a9f
   [junit4]   2> 1420336 INFO  (jetty-launcher-7421-thread-1) 
[n:127.0.0.1:37017_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37017.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7acf4a9f
   [junit4]   2> 1420337 INFO  (jetty-launcher-7421-thread-2) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_6BB9CDDC86EF91D0-001/tempDir-001/node2/.
   [junit4]   2> 1420337 INFO  (jetty-launcher-7421-thread-1) 
[n:127.0.0.1:37017_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_6BB9CDDC86EF91D0-001/tempDir-001/node1/.
   [junit4]   2> 1420362 INFO  (zkConnectionManagerCallback-7458-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1420364 INFO  (zkConnectionManagerCallback-7463-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1420365 INFO  
(SUITE-TestWithCollection-seed#[6BB9CDDC86EF91D0]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1420365 INFO  
(SUITE-TestWithCollection-seed#[6BB9CDDC86EF91D0]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43551/solr ready
   [junit4]   2> 1420373 INFO  
(TEST-TestWithCollection.testNodeAdded-seed#[6BB9CDDC86EF91D0]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testNodeAdded
   [junit4]   2> 1420374 DEBUG (zkCallback-7448-thread-1) [    ] 
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 
2
   [junit4]   2> 1420374 DEBUG 
(OverseerAutoScalingTriggerThread-72127384049942534-127.0.0.1:43497_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 2
   [junit4]   2> 1420374 INFO  
(TEST-TestWithCollection.testNodeAdded-seed#[6BB9CDDC86EF91D0]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1420375 DEBUG 
(OverseerAutoScalingTriggerThread-72127384049942534-127.0.0.1:43497_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1420376 DEBUG 
(OverseerAutoScalingTriggerThread-72127384049942534-127.0.0.1:43497_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1420376 DEBUG 
(OverseerAutoScalingTriggerThread-72127384049942534-127.0.0.1:43497_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, 
lastZnodeVersion 2
   [junit4]   2> 1420394 INFO  (qtp2133743140-19314) [n:127.0.0.1:37017_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1420405 INFO  (qtp471302400-19311) [n:127.0.0.1:43497_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1420406 DEBUG (qtp2133743140-19310) [n:127.0.0.1:37017_solr    
] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1420406 INFO  (qtp2133743140-19310) [n:127.0.0.1:37017_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling 
params={wt=javabin&version=2} status=0 QTime=16
   [junit4]   2> 1420406 DEBUG (zkCallback-7448-thread-1) [    ] 
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 
3
   [junit4]   2> 1420406 INFO  
(TEST-TestWithCollection.testNodeAdded-seed#[6BB9CDDC86EF91D0]) [    ] 
o.a.s.c.TestWithCollection Chosen node 127.0.0.1:37017_solr for collection 
testNodeAdded_abc
   [junit4]   2> 1420406 DEBUG 
(OverseerAutoScalingTriggerThread-72127384049942534-127.0.0.1:43497_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 3
   [junit4]   2> 1420406 DEBUG 
(OverseerAutoScalingTriggerThread-72127384049942534-127.0.0.1:43497_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1420406 DEBUG 
(OverseerAutoScalingTriggerThread-72127384049942534-127.0.0.1:43497_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1420407 DEBUG 
(OverseerAutoScalingTriggerThread-72127384049942534-127.0.0.1:43497_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, 
lastZnodeVersion 3
   [junit4]   2> 1420407 INFO  (qtp2133743140-19312) [n:127.0.0.1:37017_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=0&name=testNodeAdded_abc&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&createNodeSet=127.0.0.1:37017_solr&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1420408 INFO  
(OverseerThreadFactory-3631-thread-1-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
testNodeAdded_abc
   [junit4]   2> 1420408 INFO  
(OverseerThreadFactory-3631-thread-1-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/protwords.txt to 
/configs/testNodeAdded_abc.AUTOCREATED/protwords.txt
   [junit4]   2> 1420409 INFO  
(OverseerThreadFactory-3631-thread-1-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/managed-schema to 
/configs/testNodeAdded_abc.AUTOCREATED/managed-schema
   [junit4]   2> 1420410 INFO  
(OverseerThreadFactory-3631-thread-1-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/solrconfig.xml to 
/configs/testNodeAdded_abc.AUTOCREATED/solrconfig.xml
   [junit4]   2> 1420410 INFO  
(OverseerThreadFactory-3631-thread-1-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/synonyms.txt to 
/configs/testNodeAdded_abc.AUTOCREATED/synonyms.txt
   [junit4]   2> 1420411 INFO  
(OverseerThreadFactory-3631-thread-1-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/stopwords.txt to 
/configs/testNodeAdded_abc.AUTOCREATED/stopwords.txt
   [junit4]   2> 1420412 INFO  
(OverseerThreadFactory-3631-thread-1-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_it.txt to 
/configs/testNodeAdded_abc.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 1420412 INFO  
(OverseerThreadFactory-3631-thread-1-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stemdict_nl.txt to 
/configs/testNodeAdded_abc.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 1420413 INFO  
(OverseerThreadFactory-3631-thread-1-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hy.txt to 
/configs/testNodeAdded_abc.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 1420413 INFO  
(OverseerThreadFactory-3631-thread-1-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_no.txt to 
/configs/testNodeAdded_abc.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 1420414 INFO  
(OverseerThreadFactory-3631-thread-1-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ca.txt to 
/configs/testNodeAdded_abc.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 1420415 INFO  
(OverseerThreadFactory-3631-thread-1-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_id.txt to 
/configs/testNodeAdded_abc.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 1420415 INFO  
(OverseerThreadFactory-3631-thread-1-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ga.txt to 
/configs/testNodeAdded_abc.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 1420416 INFO  
(OverseerThreadFactory-3631-thread-1-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hi.txt to 
/configs/testNodeAdded_abc.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 1420416 INFO  
(OverseerThreadFactory-3631-thread-1-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_da.txt to 
/configs/testNodeAdded_abc.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 1420417 INFO  
(OverseerThreadFactory-3631-thread-1-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ja.txt to 
/configs/testNodeAdded_abc.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 1420418 INFO  
(OverseerThreadFactory-3631-thread-1-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_pt.txt to 
/configs/testNodeAdded_abc.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 1420418 INFO  
(OverseerThreadFactory-3631-thread-1-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hu.txt to 
/configs/testNodeAdded_abc.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 1420419 INFO  
(OverseerThreadFactory-3631-thread-1-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_el.txt to 
/configs/testNodeAdded_abc.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 1420419 INFO  
(OverseerThreadFactory-3631-thread-1-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ru.txt to 
/configs/testNodeAdded_abc.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 1420420 INFO  
(OverseerThreadFactory-3631-thread-1-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_tr.txt to 
/configs/testNodeAdded_abc.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 1420421 INFO  
(OverseerThreadFactory-3631-thread-1-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ar.txt to 
/configs/testNodeAdded_abc.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 1420421 INFO  
(OverseerThreadFactory-3631-thread-1-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/userdict_ja.txt to 
/configs/testNodeAdded_abc.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 1420422 INFO  
(OverseerThreadFactory-3631-thread-1-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_eu.txt to 
/configs/testNodeAdded_abc.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 1420423 INFO  
(OverseerThreadFactory-3631-thread-1-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_it.txt to 
/configs/testNodeAdded_abc.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 1420423 INFO  
(OverseerThreadFactory-3631-thread-1-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_cz.txt to 
/configs/testNodeAdded_abc.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 1420424 INFO  
(OverseerThreadFactory-3631-thread-1-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stoptags_ja.txt to 
/configs/testNodeAdded_abc.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 1420424 INFO  
(OverseerThreadFactory-3631-thread-1-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_fr.txt to 
/configs/testNodeAdded_abc.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 1420425 INFO  
(OverseerThreadFactory-3631-thread-1-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_de.txt to 
/configs/testNodeAdded_abc.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 1420426 INFO  
(OverseerThreadFactory-3631-thread-1-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fa.txt to 
/configs/testNodeAdded_abc.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 1420426 INFO  
(OverseerThreadFactory-3631-thread-1-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ga.txt to 
/configs/testNodeAdded_abc.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 1420427 INFO  
(OverseerThreadFactory-3631-thread-1-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ca.txt to 
/configs/testNodeAdded_abc.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 1420427 INFO  
(OverseerThreadFactory-3631-thread-1-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_nl.txt to 
/configs/testNodeAdded_abc.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 1420428 INFO  
(OverseerThreadFactory-3631-thread-1-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_bg.txt to 
/configs/testNodeAdded_abc.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 1420429 INFO  
(OverseerThreadFactory-3631-thread-1-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_lv.txt to 
/configs/testNodeAdded_abc.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 1420429 INFO  
(OverseerThreadFactory-3631-thread-1-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_en.txt to 
/configs/testNodeAdded_abc.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 1420430 INFO  
(OverseerThreadFactory-3631-thread-1-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_es.txt to 
/configs/testNodeAdded_abc.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 1420430 INFO  
(OverseerThreadFactory-3631-thread-1-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_th.txt to 
/configs/testNodeAdded_abc.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 1420431 INFO  
(OverseerThreadFactory-3631-thread-1-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ro.txt to 
/configs/testNodeAdded_abc.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 1420432 INFO  
(OverseerThreadFactory-3631-thread-1-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fr.txt to 
/configs/testNodeAdded_abc.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 1420432 INFO  
(OverseerThreadFactory-3631-thread-1-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_sv.txt to 
/configs/testNodeAdded_abc.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 1420433 INFO  
(OverseerThreadFactory-3631-thread-1-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fi.txt to 
/configs/testNodeAdded_abc.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 1420433 INFO  
(OverseerThreadFactory-3631-thread-1-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/hyphenations_ga.txt to 
/configs/testNodeAdded_abc.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 1420434 INFO  
(OverseerThreadFactory-3631-thread-1-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_gl.txt to 
/configs/testNodeAdded_abc.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 1420435 INFO  
(OverseerThreadFactory-3631-thread-1-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/params.json to 
/configs/testNodeAdded_abc.AUTOCREATED/params.json
   [junit4]   2> 1420437 DEBUG 
(OverseerStateUpdate-72127384049942534-127.0.0.1:43497_solr-n_0000000000) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.o.ClusterStateMutator building a new 
cName: testNodeAdded_abc
   [junit4]   2> 1420437 DEBUG 
(OverseerStateUpdate-72127384049942534-127.0.0.1:43497_solr-n_0000000000) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/testNodeAdded_abc/state.json
   [junit4]   2> 1420538 DEBUG 
(OverseerThreadFactory-3631-thread-1-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.s.c.a.PolicyHelper Creating a new session
   [junit4]   2> 1420540 INFO  (qtp2133743140-19314) [n:127.0.0.1:37017_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=0
   [junit4]   2> 1420543 INFO  (qtp471302400-19311) [n:127.0.0.1:43497_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=0
   [junit4]   2> 1420543 DEBUG 
(OverseerThreadFactory-3631-thread-1-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.s.c.a.PolicyHelper New session created 
   [junit4]   2> 1420544 INFO  
(OverseerThreadFactory-3631-thread-1-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.s.c.a.PolicyHelper returnSession, 
curr-time 1064911519 sessionWrapper.createTime 1064911519219840, 
this.sessionWrapper.createTime 1064911519219840 
   [junit4]   2> 1420545 INFO  
(OverseerStateUpdate-72127384049942534-127.0.0.1:43497_solr-n_0000000000) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testNodeAdded_abc",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testNodeAdded_abc_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:37017/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1420546 DEBUG 
(OverseerStateUpdate-72127384049942534-127.0.0.1:43497_solr-n_0000000000) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 1420546 DEBUG 
(OverseerStateUpdate-72127384049942534-127.0.0.1:43497_solr-n_0000000000) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node2":{
   [junit4]   2>       "core":"testNodeAdded_abc_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:37017/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 1420646 DEBUG 
(OverseerStateUpdate-72127384049942534-127.0.0.1:43497_solr-n_0000000000) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/testNodeAdded_abc/state.json version: 0
   [junit4]   2> 1420748 INFO  (qtp2133743140-19382) [n:127.0.0.1:37017_solr    
x:testNodeAdded_abc_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=testNodeAdded_abc.AUTOCREATED&newCollection=true&name=testNodeAdded_abc_shard1_replica_n1&action=CREATE&numShards=1&collection=testNodeAdded_abc&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1420749 INFO  (qtp2133743140-19382) [n:127.0.0.1:37017_solr    
x:testNodeAdded_abc_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1420751 DEBUG 
(OverseerStateUpdate-72127384049942534-127.0.0.1:43497_solr-n_0000000000) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "core":"testNodeAdded_abc_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:37017/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:37017_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testNodeAdded_abc",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1420751 DEBUG 
(OverseerStateUpdate-72127384049942534-127.0.0.1:43497_solr-n_0000000000) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.o.ReplicaMutator Will update state for 
replica: 
core_node2:{"core":"testNodeAdded_abc_shard1_replica_n1","base_url":"https://127.0.0.1:37017/solr","node_name":"127.0.0.1:37017_solr","state":"down","type":"NRT","force_set_state":"false"}
   [junit4]   2> 1420751 DEBUG 
(OverseerStateUpdate-72127384049942534-127.0.0.1:43497_solr-n_0000000000) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: 
DocCollection(testNodeAdded_abc//collections/testNodeAdded_abc/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node2":{
   [junit4]   2>           "core":"testNodeAdded_abc_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:37017/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:37017_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"}}}}}
   [junit4]   2> 1420852 DEBUG 
(OverseerStateUpdate-72127384049942534-127.0.0.1:43497_solr-n_0000000000) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/testNodeAdded_abc/state.json version: 1
   [junit4]   2> 1421756 INFO  (qtp2133743140-19382) [n:127.0.0.1:37017_solr 
c:testNodeAdded_abc s:shard1 r:core_node2 
x:testNodeAdded_abc_shard1_replica_n1] o.a.s.c.RequestParams conf resource 
params.json loaded . version : 0 
   [junit4]   2> 1421756 INFO  (qtp2133743140-19382) [n:127.0.0.1:37017_solr 
c:testNodeAdded_abc s:shard1 r:core_node2 
x:testNodeAdded_abc_shard1_replica_n1] o.a.s.c.RequestParams request params 
refreshed to version 0
   [junit4]   2> 1421757 WARN  (qtp2133743140-19382) [n:127.0.0.1:37017_solr 
c:testNodeAdded_abc s:shard1 r:core_node2 
x:testNodeAdded_abc_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files 
from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_6BB9CDDC86EF91D0-001/tempDir-001/node1/testNodeAdded_abc_shard1_replica_n1/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_6BB9CDDC86EF91D0-001/tempDir-001/node1/testNodeAdded_abc_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 1421757 WARN  (qtp2133743140-19382) [n:127.0.0.1:37017_solr 
c:testNodeAdded_abc s:shard1 r:core_node2 
x:testNodeAdded_abc_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files 
from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_6BB9CDDC86EF91D0-001/tempDir-001/node1/testNodeAdded_abc_shard1_replica_n1/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_6BB9CDDC86EF91D0-001/tempDir-001/node1/testNodeAdded_abc_shard1_replica_n1/../../../../dist
   [junit4]   2> 1421757 WARN  (qtp2133743140-19382) [n:127.0.0.1:37017_solr 
c:testNodeAdded_abc s:shard1 r:core_node2 
x:testNodeAdded_abc_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files 
from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_6BB9CDDC86EF91D0-001/tempDir-001/node1/testNodeAdded_abc_shard1_replica_n1/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_6BB9CDDC86EF91D0-001/tempDir-001/node1/testNodeAdded_abc_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 1421757 WARN  (qtp2133743140-19382) [n:127.0.0.1:37017_solr 
c:testNodeAdded_abc s:shard1 r:core_node2 
x:testNodeAdded_abc_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files 
from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_6BB9CDDC86EF91D0-001/tempDir-001/node1/testNodeAdded_abc_shard1_replica_n1/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_6BB9CDDC86EF91D0-001/tempDir-001/node1/testNodeAdded_abc_shard1_replica_n1/../../../../dist
   [junit4]   2> 1421757 WARN  (qtp2133743140-19382) [n:127.0.0.1:37017_solr 
c:testNodeAdded_abc s:shard1 r:core_node2 
x:testNodeAdded_abc_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files 
from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_6BB9CDDC86EF91D0-001/tempDir-001/node1/testNodeAdded_abc_shard1_replica_n1/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_6BB9CDDC86EF91D0-001/tempDir-001/node1/testNodeAdded_abc_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 1421757 WARN  (qtp2133743140-19382) [n:127.0.0.1:37017_solr 
c:testNodeAdded_abc s:shard1 r:core_node2 
x:testNodeAdded_abc_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files 
from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_6BB9CDDC86EF91D0-001/tempDir-001/node1/testNodeAdded_abc_shard1_replica_n1/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_6BB9CDDC86EF91D0-001/tempDir-001/node1/testNodeAdded_abc_shard1_replica_n1/../../../../dist
   [junit4]   2> 1421757 WARN  (qtp2133743140-19382) [n:127.0.0.1:37017_solr 
c:testNodeAdded_abc s:shard1 r:core_node2 
x:testNodeAdded_abc_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files 
from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_6BB9CDDC86EF91D0-001/tempDir-001/node1/testNodeAdded_abc_shard1_replica_n1/../../../../contrib/velocity/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_6BB9CDDC86EF91D0-001/tempDir-001/node1/testNodeAdded_abc_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 1421757 WARN  (qtp2133743140-19382) [n:127.0.0.1:37017_solr 
c:testNodeAdded_abc s:shard1 r:core_node2 
x:testNodeAdded_abc_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files 
from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_6BB9CDDC86EF91D0-001/tempDir-001/node1/testNodeAdded_abc_shard1_replica_n1/../../../../dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_6BB9CDDC86EF91D0-001/tempDir-001/node1/testNodeAdded_abc_shard1_replica_n1/../../../../dist
   [junit4]   2> 1421761 INFO  (qtp2133743140-19382) [n:127.0.0.1:37017_solr 
c:testNodeAdded_abc s:shard1 r:core_node2 
x:testNodeAdded_abc_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.5.0
   [junit4]   2> 1421772 INFO  (qtp2133743140-19382) [n:127.0.0.1:37017_solr 
c:testNodeAdded_abc s:shard1 r:core_node2 
x:testNodeAdded_abc_shard1_replica_n1] o.a.s.s.IndexSchema 
[testNodeAdded_abc_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 1421876 INFO  (qtp2133743140-19382) [n:127.0.0.1:37017_solr 
c:testNodeAdded_abc s:shard1 r:core_node2 
x:testNodeAdded_abc_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema 
default-config/1.6 with uniqueid field id
   [junit4]   2> 1421888 INFO  (qtp2133743140-19382) [n:127.0.0.1:37017_solr 
c:testNodeAdded_abc s:shard1 r:core_node2 
x:testNodeAdded_abc_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 
'testNodeAdded_abc_shard1_replica_n1' using configuration from collection 
testNodeAdded_abc, trusted=true
   [junit4]   2> 1421888 INFO  (qtp2133743140-19382) [n:127.0.0.1:37017_solr 
c:testNodeAdded_abc s:shard1 r:core_node2 
x:testNodeAdded_abc_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring 
for 'solr_37017.solr.core.testNodeAdded_abc.shard1.replica_n1' (registry 
'solr.core.testNodeAdded_abc.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7acf4a9f
   [junit4]   2> 1421888 INFO  (qtp2133743140-19382) [n:127.0.0.1:37017_solr 
c:testNodeAdded_abc s:shard1 r:core_node2 
x:testNodeAdded_abc_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1421888 INFO  (qtp2133743140-19382) [n:127.0.0.1:37017_solr 
c:testNodeAdded_abc s:shard1 r:core_node2 
x:testNodeAdded_abc_shard1_replica_n1] o.a.s.c.SolrCore 
[[testNodeAdded_abc_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_6BB9CDDC86EF91D0-001/tempDir-001/node1/testNodeAdded_abc_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_6BB9CDDC86EF91D0-001/tempDir-001/node1/./testNodeAdded_abc_shard1_replica_n1/data/]
   [junit4]   2> 1421891 INFO  (qtp2133743140-19382) [n:127.0.0.1:37017_solr 
c:testNodeAdded_abc s:shard1 r:core_node2 
x:testNodeAdded_abc_shard1_replica_n1] o.a.s.r.XSLTResponseWriter 
xsltCacheLifetimeSeconds=5
   [junit4]   2> 1421917 INFO  (qtp2133743140-19382) [n:127.0.0.1:37017_solr 
c:testNodeAdded_abc s:shard1 r:core_node2 
x:testNodeAdded_abc_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1421917 INFO  (qtp2133743140-19382) [n:127.0.0.1:37017_solr 
c:testNodeAdded_abc s:shard1 r:core_node2 
x:testNodeAdded_abc_shard1_replica_n1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1421917 INFO  (qtp2133743140-19382) [n:127.0.0.1:37017_solr 
c:testNodeAdded_abc s:shard1 r:core_node2 
x:testNodeAdded_abc_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: 
if uncommitted for 15000ms; 
   [junit4]   2> 1421918 INFO  (qtp2133743140-19382) [n:127.0.0.1:37017_solr 
c:testNodeAdded_abc s:shard1 r:core_node2 
x:testNodeAdded_abc_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 1421918 INFO  (qtp2133743140-19382) [n:127.0.0.1:37017_solr 
c:testNodeAdded_abc s:shard1 r:core_node2 
x:testNodeAdded_abc_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1d1b5b69[testNodeAdded_abc_shard1_replica_n1] main]
   [junit4]   2> 1421919 INFO  (qtp2133743140-19382) [n:127.0.0.1:37017_solr 
c:testNodeAdded_abc s:shard1 r:core_node2 
x:testNodeAdded_abc_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: 
/configs/testNodeAdded_abc.AUTOCREATED
   [junit4]   2> 1421920 INFO  (qtp2133743140-19382) [n:127.0.0.1:37017_solr 
c:testNodeAdded_abc s:shard1 r:core_node2 
x:testNodeAdded_abc_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/testNodeAdded_abc.AUTOCREATED
   [junit4]   2> 1421920 INFO  (qtp2133743140-19382) [n:127.0.0.1:37017_solr 
c:testNodeAdded_abc s:shard1 r:core_node2 
x:testNodeAdded_abc_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating 
ZooKeeper watch for the managed schema at 
/configs/testNodeAdded_abc.AUTOCREATED/managed-schema
   [junit4]   2> 1421920 INFO  (qtp2133743140-19382) [n:127.0.0.1:37017_solr 
c:testNodeAdded_abc s:shard1 r:core_node2 
x:testNodeAdded_abc_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current 
schema version 0 is already the latest
   [junit4]   2> 1421921 INFO  (qtp2133743140-19382) [n:127.0.0.1:37017_solr 
c:testNodeAdded_abc s:shard1 r:core_node2 
x:testNodeAdded_abc_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent 
Initializing spell checkers
   [junit4]   2> 1421921 INFO  (qtp2133743140-19382) [n:127.0.0.1:37017_solr 
c:testNodeAdded_abc s:shard1 r:core_node2 
x:testNodeAdded_abc_shard1_replica_n1] o.a.s.s.DirectSolrSpellChecker init: 
{name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 1421922 INFO  (qtp2133743140-19382) [n:127.0.0.1:37017_solr 
c:testNodeAdded_abc s:shard1 r:core_node2 
x:testNodeAdded_abc_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will 
be reserved for 10000ms.
   [junit4]   2> 1421922 INFO  (qtp2133743140-19382) [n:127.0.0.1:37017_solr 
c:testNodeAdded_abc s:shard1 r:core_node2 
x:testNodeAdded_abc_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1610056188841426944
   [junit4]   2> 1421922 INFO  
(searcherExecutor-3640-thread-1-processing-n:127.0.0.1:37017_solr 
x:testNodeAdded_abc_shard1_replica_n1 c:testNodeAdded_abc s:shard1 
r:core_node2) [n:127.0.0.1:37017_solr c:testNodeAdded_abc s:shard1 r:core_node2 
x:testNodeAdded_abc_shard1_replica_n1] o.a.s.c.QuerySenderListener 
QuerySenderListener sending requests to 
Searcher@1d1b5b69[testNodeAdded_abc_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1421922 INFO  
(searcherExecutor-3640-thread-1-processing-n:127.0.0.1:37017_solr 
x:testNodeAdded_abc_shard1_replica_n1 c:testNodeAdded_abc s:shard1 
r:core_node2) [n:127.0.0.1:37017_solr c:testNodeAdded_abc s:shard1 r:core_node2 
x:testNodeAdded_abc_shard1_replica_n1] o.a.s.c.QuerySenderListener 
QuerySenderListener done.
   [junit4]   2> 1421922 INFO  
(searcherExecutor-3640-thread-1-processing-n:127.0.0.1:37017_solr 
x:testNodeAdded_abc_shard1_replica_n1 c:testNodeAdded_abc s:shard1 
r:core_node2) [n:127.0.0.1:37017_solr c:testNodeAdded_abc s:shard1 r:core_node2 
x:testNodeAdded_abc_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading 
spell index for spellchecker: default
   [junit4]   2> 1421923 INFO  
(searcherExecutor-3640-thread-1-processing-n:127.0.0.1:37017_solr 
x:testNodeAdded_abc_shard1_replica_n1 c:testNodeAdded_abc s:shard1 
r:core_node2) [n:127.0.0.1:37017_solr c:testNodeAdded_abc s:shard1 r:core_node2 
x:testNodeAdded_abc_shard1_replica_n1] o.a.s.c.SolrCore 
[testNodeAdded_abc_shard1_replica_n1] Registered new searcher 
Searcher@1d1b5b69[testNodeAdded_abc_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1421926 INFO  (qtp2133743140-19382) [n:127.0.0.1:37017_solr 
c:testNodeAdded_abc s:shard1 r:core_node2 
x:testNodeAdded_abc_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update 
of terms at /collections/testNodeAdded_abc/terms/shard1 to 
Terms{values={core_node2=0}, version=0}
   [junit4]   2> 1421927 INFO  (qtp2133743140-19382) [n:127.0.0.1:37017_solr 
c:testNodeAdded_abc s:shard1 r:core_node2 
x:testNodeAdded_abc_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 1421927 INFO  (qtp2133743140-19382) [n:127.0.0.1:37017_solr 
c:testNodeAdded_abc s:shard1 r:core_node2 
x:testNodeAdded_abc_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may 
be the new leader - try and sync
   [junit4]   2> 1421927 INFO  (qtp2133743140-19382) [n:127.0.0.1:37017_solr 
c:testNodeAdded_abc s:shard1 r:core_node2 
x:testNodeAdded_abc_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:37017/solr/testNodeAdded_abc_shard1_replica_n1/
   [junit4]   2> 1421927 INFO  (qtp2133743140-19382) [n:127.0.0.1:37017_solr 
c:testNodeAdded_abc s:shard1 r:core_node2 
x:testNodeAdded_abc_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now 
sync replicas to me
   [junit4]   2> 1421927 INFO  (qtp2133743140-19382) [n:127.0.0.1:37017_solr 
c:testNodeAdded_abc s:shard1 r:core_node2 
x:testNodeAdded_abc_shard1_replica_n1] o.a.s.c.SyncStrategy 
https://127.0.0.1:37017/solr/testNodeAdded_abc_shard1_replica_n1/ has no 
replicas
   [junit4]   2> 1421927 INFO  (qtp2133743140-19382) [n:127.0.0.1:37017_solr 
c:testNodeAdded_abc s:shard1 r:core_node2 
x:testNodeAdded_abc_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found 
all replicas participating in election, clear LIR
   [junit4]   2> 1421929 INFO  (qtp2133743140-19382) [n:127.0.0.1:37017_solr 
c:testNodeAdded_abc s:shard1 r:core_node2 
x:testNodeAdded_abc_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am 
the new leader: 
https://127.0.0.1:37017/solr/testNodeAdded_abc_shard1_replica_n1/ shard1
   [junit4]   2> 1422029 DEBUG 
(OverseerStateUpdate-72127384049942534-127.0.0.1:43497_solr-n_0000000000) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/testNodeAdded_abc/state.json version: 2
   [junit4]   2> 1422081 INFO  (qtp2133743140-19382) [n:127.0.0.1:37017_solr 
c:testNodeAdded_abc s:shard1 r:core_node2 
x:testNodeAdded_abc_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no 
recovery necessary
   [junit4]   2> 1422083 DEBUG 
(OverseerStateUpdate-72127384049942534-127.0.0.1:43497_solr-n_0000000000) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "core":"testNodeAdded_abc_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:37017/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:37017_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testNodeAdded_abc",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1422083 DEBUG 
(OverseerStateUpdate-72127384049942534-127.0.0.1:43497_solr-n_0000000000) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.o.ReplicaMutator Will update state for 
replica: 
core_node2:{"core":"testNodeAdded_abc_shard1_replica_n1","base_url":"https://127.0.0.1:37017/solr","node_name":"127.0.0.1:37017_solr","state":"active","type":"NRT","force_set_state":"false","leader":"true"}
   [junit4]   2> 1422083 DEBUG 
(OverseerStateUpdate-72127384049942534-127.0.0.1:43497_solr-n_0000000000) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: 
DocCollection(testNodeAdded_abc//collections/testNodeAdded_abc/state.json/3)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node2":{
   [junit4]   2>           "core":"testNodeAdded_abc_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:37017/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:37017_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false",
   [junit4]   2>           "leader":"true"}}}}}
   [junit4]   2> 1422083 INFO  (qtp2133743140-19382) [n:127.0.0.1:37017_solr 
c:testNodeAdded_abc s:shard1 r:core_node2 
x:testNodeAdded_abc_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=testNodeAdded_abc.AUTOCREATED&newCollection=true&name=testNodeAdded_abc_shard1_replica_n1&action=CREATE&numShards=1&collection=testNodeAdded_abc&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1334
   [junit4]   2> 1422084 DEBUG 
(OverseerThreadFactory-3631-thread-1-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.s.c.a.PolicyHelper session set to NULL
   [junit4]   2> 1422085 INFO  (qtp2133743140-19312) [n:127.0.0.1:37017_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> 1422184 DEBUG 
(OverseerStateUpdate-72127384049942534-127.0.0.1:43497_solr-n_0000000000) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/testNodeAdded_abc/state.json version: 3
   [junit4]   2> 1422184 INFO  (zkCallback-7433-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testNodeAdded_abc/state.json] for collection 
[testNodeAdded_abc] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1422409 INFO  
(OverseerCollectionConfigSetProcessor-72127384049942534-127.0.0.1:43497_solr-n_0000000000)
 [n:127.0.0.1:43497_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> 1423086 INFO  (qtp2133743140-19312) [n:127.0.0.1:37017_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={pullReplicas=0&name=testNodeAdded_abc&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&createNodeSet=127.0.0.1:37017_solr&wt=javabin&version=2}
 status=0 QTime=2678
   [junit4]   2> 1423086 INFO  (qtp2133743140-19310) [n:127.0.0.1:37017_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=0&withCollection=testNodeAdded_abc&name=testNodeAdded_xyz&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1423089 INFO  
(OverseerThreadFactory-3631-thread-2-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
testNodeAdded_xyz
   [junit4]   2> 1423091 INFO  
(OverseerThreadFactory-3631-thread-2-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/protwords.txt to 
/configs/testNodeAdded_xyz.AUTOCREATED/protwords.txt
   [junit4]   2> 1423092 INFO  
(OverseerThreadFactory-3631-thread-2-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/managed-schema to 
/configs/testNodeAdded_xyz.AUTOCREATED/managed-schema
   [junit4]   2> 1423093 INFO  
(OverseerThreadFactory-3631-thread-2-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/solrconfig.xml to 
/configs/testNodeAdded_xyz.AUTOCREATED/solrconfig.xml
   [junit4]   2> 1423094 INFO  
(OverseerThreadFactory-3631-thread-2-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/synonyms.txt to 
/configs/testNodeAdded_xyz.AUTOCREATED/synonyms.txt
   [junit4]   2> 1423094 INFO  
(OverseerThreadFactory-3631-thread-2-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/stopwords.txt to 
/configs/testNodeAdded_xyz.AUTOCREATED/stopwords.txt
   [junit4]   2> 1423095 INFO  
(OverseerThreadFactory-3631-thread-2-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_it.txt to 
/configs/testNodeAdded_xyz.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 1423096 INFO  
(OverseerThreadFactory-3631-thread-2-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stemdict_nl.txt to 
/configs/testNodeAdded_xyz.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 1423096 INFO  
(OverseerThreadFactory-3631-thread-2-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hy.txt to 
/configs/testNodeAdded_xyz.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 1423097 INFO  
(OverseerThreadFactory-3631-thread-2-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_no.txt to 
/configs/testNodeAdded_xyz.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 1423097 INFO  
(OverseerThreadFactory-3631-thread-2-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ca.txt to 
/configs/testNodeAdded_xyz.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 1423098 INFO  
(OverseerThreadFactory-3631-thread-2-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_id.txt to 
/configs/testNodeAdded_xyz.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 1423098 INFO  
(OverseerThreadFactory-3631-thread-2-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ga.txt to 
/configs/testNodeAdded_xyz.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 1423099 INFO  
(OverseerThreadFactory-3631-thread-2-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hi.txt to 
/configs/testNodeAdded_xyz.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 1423099 INFO  
(OverseerThreadFactory-3631-thread-2-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_da.txt to 
/configs/testNodeAdded_xyz.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 1423100 INFO  
(OverseerThreadFactory-3631-thread-2-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ja.txt to 
/configs/testNodeAdded_xyz.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 1423101 INFO  
(OverseerThreadFactory-3631-thread-2-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_pt.txt to 
/configs/testNodeAdded_xyz.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 1423101 INFO  
(OverseerThreadFactory-3631-thread-2-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hu.txt to 
/configs/testNodeAdded_xyz.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 1423102 INFO  
(OverseerThreadFactory-3631-thread-2-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_el.txt to 
/configs/testNodeAdded_xyz.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 1423102 INFO  
(OverseerThreadFactory-3631-thread-2-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ru.txt to 
/configs/testNodeAdded_xyz.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 1423103 INFO  
(OverseerThreadFactory-3631-thread-2-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_tr.txt to 
/configs/testNodeAdded_xyz.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 1423103 INFO  
(OverseerThreadFactory-3631-thread-2-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ar.txt to 
/configs/testNodeAdded_xyz.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 1423104 INFO  
(OverseerThreadFactory-3631-thread-2-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/userdict_ja.txt to 
/configs/testNodeAdded_xyz.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 1423104 INFO  
(OverseerThreadFactory-3631-thread-2-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_eu.txt to 
/configs/testNodeAdded_xyz.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 1423105 INFO  
(OverseerThreadFactory-3631-thread-2-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_it.txt to 
/configs/testNodeAdded_xyz.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 1423105 INFO  
(OverseerThreadFactory-3631-thread-2-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_cz.txt to 
/configs/testNodeAdded_xyz.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 1423106 INFO  
(OverseerThreadFactory-3631-thread-2-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stoptags_ja.txt to 
/configs/testNodeAdded_xyz.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 1423106 INFO  
(OverseerThreadFactory-3631-thread-2-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_fr.txt to 
/configs/testNodeAdded_xyz.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 1423107 INFO  
(OverseerThreadFactory-3631-thread-2-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_de.txt to 
/configs/testNodeAdded_xyz.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 1423108 INFO  
(OverseerThreadFactory-3631-thread-2-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fa.txt to 
/configs/testNodeAdded_xyz.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 1423108 INFO  
(OverseerThreadFactory-3631-thread-2-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ga.txt to 
/configs/testNodeAdded_xyz.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 1423109 INFO  
(OverseerThreadFactory-3631-thread-2-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ca.txt to 
/configs/testNodeAdded_xyz.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 1423109 INFO  
(OverseerThreadFactory-3631-thread-2-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_nl.txt to 
/configs/testNodeAdded_xyz.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 1423110 INFO  
(OverseerThreadFactory-3631-thread-2-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_bg.txt to 
/configs/testNodeAdded_xyz.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 1423111 INFO  
(OverseerThreadFactory-3631-thread-2-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_lv.txt to 
/configs/testNodeAdded_xyz.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 1423111 INFO  
(OverseerThreadFactory-3631-thread-2-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_en.txt to 
/configs/testNodeAdded_xyz.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 1423112 INFO  
(OverseerThreadFactory-3631-thread-2-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_es.txt to 
/configs/testNodeAdded_xyz.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 1423113 INFO  
(OverseerThreadFactory-3631-thread-2-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_th.txt to 
/configs/testNodeAdded_xyz.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 1423113 INFO  
(OverseerThreadFactory-3631-thread-2-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ro.txt to 
/configs/testNodeAdded_xyz.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 1423114 INFO  
(OverseerThreadFactory-3631-thread-2-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fr.txt to 
/configs/testNodeAdded_xyz.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 1423114 INFO  
(OverseerThreadFactory-3631-thread-2-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_sv.txt to 
/configs/testNodeAdded_xyz.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 1423115 INFO  
(OverseerThreadFactory-3631-thread-2-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fi.txt to 
/configs/testNodeAdded_xyz.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 1423116 INFO  
(OverseerThreadFactory-3631-thread-2-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/hyphenations_ga.txt to 
/configs/testNodeAdded_xyz.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 1423116 INFO  
(OverseerThreadFactory-3631-thread-2-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_gl.txt to 
/configs/testNodeAdded_xyz.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 1423117 INFO  
(OverseerThreadFactory-3631-thread-2-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/params.json to 
/configs/testNodeAdded_xyz.AUTOCREATED/params.json
   [junit4]   2> 1423119 DEBUG 
(OverseerStateUpdate-72127384049942534-127.0.0.1:43497_solr-n_0000000000) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.o.ClusterStateMutator building a new 
cName: testNodeAdded_xyz
   [junit4]   2> 1423220 DEBUG 
(OverseerStateUpdate-72127384049942534-127.0.0.1:43497_solr-n_0000000000) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/testNodeAdded_xyz/state.json
   [junit4]   2> 1423321 DEBUG 
(OverseerThreadFactory-3631-thread-2-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.s.c.a.PolicyHelper Creating a new session
   [junit4]   2> 1423322 INFO  (qtp2133743140-19302) [n:127.0.0.1:37017_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.testNodeAdded_abc.shard1.replica_n1:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 1423324 INFO  (qtp2133743140-19382) [n:127.0.0.1:37017_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=0
   [junit4]   2> 1423324 INFO  (qtp471302400-19315) [n:127.0.0.1:43497_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=0
   [junit4]   2> 1423325 DEBUG 
(OverseerThreadFactory-3631-thread-2-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.s.c.a.PolicyHelper New session created 
   [junit4]   2> 1423327 INFO  
(OverseerThreadFactory-3631-thread-2-processing-n:127.0.0.1:43497_solr) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.s.c.a.PolicyHelper returnSession, 
curr-time 1064914303 sessionWrapper.createTime 1064914301162460, 
this.sessionWrapper.createTime 1064914301162460 
   [junit4]   2> 1423329 INFO  
(OverseerStateUpdate-72127384049942534-127.0.0.1:43497_solr-n_0000000000) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testNodeAdded_xyz",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testNodeAdded_xyz_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:37017/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1423329 DEBUG 
(OverseerStateUpdate-72127384049942534-127.0.0.1:43497_solr-n_0000000000) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 1423329 DEBUG 
(OverseerStateUpdate-72127384049942534-127.0.0.1:43497_solr-n_0000000000) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node2":{
   [junit4]   2>       "core":"testNodeAdded_xyz_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:37017/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 1423430 DEBUG 
(OverseerStateUpdate-72127384049942534-127.0.0.1:43497_solr-n_0000000000) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/testNodeAdded_xyz/state.json version: 0
   [junit4]   2> 1423531 INFO  (qtp2133743140-19306) [n:127.0.0.1:37017_solr    
x:testNodeAdded_xyz_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=testNodeAdded_xyz.AUTOCREATED&newCollection=true&name=testNodeAdded_xyz_shard1_replica_n1&action=CREATE&numShards=1&collection=testNodeAdded_xyz&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1423533 DEBUG 
(OverseerStateUpdate-72127384049942534-127.0.0.1:43497_solr-n_0000000000) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "core":"testNodeAdded_xyz_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:37017/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:37017_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testNodeAdded_xyz",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1423533 DEBUG 
(OverseerStateUpdate-72127384049942534-127.0.0.1:43497_solr-n_0000000000) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.o.ReplicaMutator Will update state for 
replica: 
core_node2:{"core":"testNodeAdded_xyz_shard1_replica_n1","base_url":"https://127.0.0.1:37017/solr","node_name":"127.0.0.1:37017_solr","state":"down","type":"NRT","force_set_state":"false"}
   [junit4]   2> 1423533 DEBUG 
(OverseerStateUpdate-72127384049942534-127.0.0.1:43497_solr-n_0000000000) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: 
DocCollection(testNodeAdded_xyz//collections/testNodeAdded_xyz/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "withCollection":"testNodeAdded_abc",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node2":{
   [junit4]   2>           "core":"testNodeAdded_xyz_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:37017/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:37017_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"}}}}}
   [junit4]   2> 1423634 DEBUG 
(OverseerStateUpdate-72127384049942534-127.0.0.1:43497_solr-n_0000000000) 
[n:127.0.0.1:43497_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/testNodeAdded_xyz/state.json version: 1
   [junit4]   2> 1424538 INFO  (qtp2133743140-19306) [n:127.0.0.1:37017_solr 
c:testNodeAdded_xyz s:shard1 r:core_node2 
x:testNodeAdded_xyz_shard1_replica_n1] o.a.s.c.RequestParams conf resource 
params.json loaded . version : 0 
   [junit4]   2> 1424538 INFO  (qtp2133743140-19306) [n:127.0.0.1:37017_solr 
c:testNodeAdded_xyz s:shard1 r:core_node2 
x:testNodeAdded_xyz_shard1_replica_n1] o.a.s.c.RequestParams request params 
refreshed to version 0
   [junit4]   2> 1424539 WARN  (qtp2133743140-19306) [n:127.0.0.1:37017_solr 
c:testNodeAdded_xyz s:shard1 r:core_node2 
x:testNodeAdded_xyz_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files 
from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_6BB9CDDC86EF91D0-001/tempDir-001/node1/testNodeAdded_xyz_shard1_replica_n1/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_6BB9CDDC86EF91D0-001/tempDir-001/node1/testNodeAdded_xyz_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 1424539 WARN  (qtp2133743140-19306) [n:127.0.0.1:37017_solr 
c:testNodeAdded_xyz s:shard1 r:core_node2 
x:testNodeAdded_xyz_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files 
from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_6BB9CDDC86EF91D0-001/tempDir-001/node1/testNodeAdded_xyz_shard1_replica_n1/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_6BB9CDDC86EF91D0-001/tempDir-001/node1/testNodeAdded_xyz_shard1_replica_n1/../../../../dist
   [junit4]   2> 1424539 WARN  (qtp2133743140-19306) [n:127.0.0.1:37017_solr 
c:testNodeAdded_xyz s:shard1 r:core_node2 
x:testNodeAdded_xyz_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files 
from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_6BB9CDDC86EF91D0-001/tempDir-001/node1/testNodeAdded_xyz_shard1_replica_n1/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_6BB9CDDC86EF91D0-001/tempDir-001/node1/testNodeAdded_xyz_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 1424539 WARN  (qtp2133743140-19306) [n:127.0.0.1:37017_solr 
c:testNodeAdded_xyz s:shard1 r:core_node2 
x:testNodeAdded_xyz_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files 
from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_6BB9CDDC86EF91D0-001/tempDir-001/node1/testNodeAdded_xyz_shard1_replica_n1/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_6BB9CDDC86EF91D0-001/tempDir-001/node1/testNodeAdded_xyz_shard1_replica_n1/../../../../dist
   [junit4]   2> 1424539 WARN  (qtp2133743140-19306) [n:127.0.0.1:37017_solr 
c:testNodeAdded_xyz s:shard1 r:core_node2 
x:testNodeAdded_xyz_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files 
from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_6BB9CDDC86EF91D0-001/tempDir-001/node1/testNodeAdded_xyz_shard1_replica_n1/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_6BB9CDDC86EF91D0-001/tempDir-001/node1/testNodeAdded_xyz_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 1424539 WARN  (qtp2133743140-19306) [n:127.0.0.1:37017_solr 
c:testNodeAdded_xyz s:shard1 r:core_node2 
x:testNodeAdded_xyz_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files 
from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_6BB9CDDC86EF91D0-001/tempDir-001/node1/testNodeAdded_xyz_shard1_replica_n1/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_6BB9CDDC86EF91D0-001/tempDir-001/node1/testNodeAdded_xyz_shard1_replica_n1/../../../../dist
   [junit4]   2> 1424540 WARN  (qtp2133743140-19306) [n:127.0.0.1:37017_solr 
c:testNodeAdded_xyz s:shard1 r:core_node2 
x:testNodeAdded_xyz_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files 
from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_6BB9CDDC86EF91D0-001/tempDir-001/node1/testNodeAdded_xyz_shard1_replica_n1/../../../../contrib/velocity/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_6BB9CDDC86EF91D0-001/tempDir-001/node1/testNodeAdded_xyz_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 1424540 WARN  (qtp2133743140-19306) [n:127.0.0.1:37017_solr 
c:testNodeAdded_xyz s:shard1 r:core_node2 
x:testNodeAdded_xyz_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files 
from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_6BB9CDDC86EF91D0-001/tempDir-001/node1/testNodeAdded_xyz_shard1_replica_n1/../../../../dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_6BB9CDDC86EF91D0-001/tempDir-001/node1/testNodeAdded_xyz_shard1_replica_n1/../../../../dist
   [junit4]   2> 1424543 INFO  (qtp2133743140-19306) [n:127.0.0.1:37017_solr 
c:testNodeAdded_xyz s:shard1 r:core_node2 
x:testNodeAdded_xyz_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.5.0
   [junit4]   2> 1424557 INFO  (qtp2133743140-19306) [n:127.0.0.1:37017_solr 
c:testNodeAdded_xyz s:shard1 r:core_node2 
x:testNodeAdded_xyz_shard1_replica_n1] o.a.s.s.IndexSchema 
[testNodeAdded_xyz_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 1424650 INFO  (qtp2133743140-19306) [n:127.0.0.1:37017_solr 
c:testNodeAdded_xyz s:shard1 r:core_node2 
x:testNodeAdded_xyz_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema 
default-config/1.6 with uniqueid field id
   [junit4]   2> 1424664 INFO  (qtp2133743140

[...truncated too long message...]

atYouKill.java:168)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:762)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:680)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 1479672 INFO  (qtp471302400-19313) [n:127.0.0.1:43497_solr    
x:testAddReplica_xyz_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:37017_solr&onlyIfLeaderActive=true&core=testAddReplica_xyz_shard1_replica_n1&coreNodeName=core_node4&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=400 QTime=22003
   [junit4]   2> 1479672 ERROR 
(SUITE-TestWithCollection-seed#[6BB9CDDC86EF91D0]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1479673 INFO  
(SUITE-TestWithCollection-seed#[6BB9CDDC86EF91D0]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:43551 43551
   [junit4]   2> 1480990 INFO  (Thread-6640) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:43551 43551
   [junit4]   2> 1480991 WARN  (Thread-6640) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        25      /solr/collections/testNodeAdded_abc/terms/shard1
   [junit4]   2>        24      /solr/collections/testNodeAdded_xyz/terms/shard1
   [junit4]   2>        18      /solr/aliases.json
   [junit4]   2>        12      
/solr/collections/testMultipleWithCollections_abc2/terms/shard1
   [junit4]   2>        12      
/solr/collections/testMultipleWithCollections_abc/terms/shard1
   [junit4]   2>        12      
/solr/collections/testAddReplicaWithPolicy_abc/terms/shard1
   [junit4]   2>        12      
/solr/collections/testAddReplica_abc/terms/shard1
   [junit4]   2>        12      
/solr/collections/testMultipleWithCollections_xyz/terms/shard1
   [junit4]   2>        10      
/solr/collections/testAddReplicaWithPolicy_xyz/terms/shard1
   [junit4]   2>        10      
/solr/collections/testMultipleWithCollections_xyz2/terms/shard1
   [junit4]   2>        9       
/solr/collections/testAddReplica_xyz/terms/shard1
   [junit4]   2>        5       /solr/security.json
   [junit4]   2>        3       /solr/configs/testNodeAdded_xyz.AUTOCREATED
   [junit4]   2>        3       
/solr/collections/testCreateCollection_abc/terms/shard1
   [junit4]   2>        3       
/solr/collections/testCreateCollection_xyz/terms/shard1
   [junit4]   2>        3       
/solr/configs/testNodeAdded_abc.AUTOCREATED/managed-schema
   [junit4]   2>        3       /solr/configs/testNodeAdded_abc.AUTOCREATED
   [junit4]   2>        3       
/solr/configs/testNodeAdded_xyz.AUTOCREATED/managed-schema
   [junit4]   2>        2       
/solr/configs/testMultipleWithCollections_abc2.AUTOCREATED
   [junit4]   2>        2       
/solr/configs/testAddReplicaWithPolicy_xyz.AUTOCREATED
   [junit4]   2>        2       
/solr/configs/testMultipleWithCollections_xyz.AUTOCREATED/managed-schema
   [junit4]   2>        2       /solr/configs/testAddReplica_abc.AUTOCREATED
   [junit4]   2>        2       
/solr/collections/testCreateCollectionNoWithCollection_abc/terms/shard2
   [junit4]   2>        2       
/solr/collections/testCreateCollectionNoWithCollection_abc/terms/shard1
   [junit4]   2>        2       
/solr/configs/testAddReplica_xyz.AUTOCREATED/managed-schema
   [junit4]   2>        2       
/solr/configs/testCreateCollectionNoWithCollection_abc.AUTOCREATED
   [junit4]   2>        2       
/solr/configs/testMultipleWithCollections_xyz2.AUTOCREATED
   [junit4]   2>        2       
/solr/configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/managed-schema
   [junit4]   2>        2       /solr/configs/testAddReplica_xyz.AUTOCREATED
   [junit4]   2>        2       
/solr/configs/testAddReplica_abc.AUTOCREATED/managed-schema
   [junit4]   2>        2       
/solr/configs/testCreateCollectionNoWithCollection_abc.AUTOCREATED/managed-schema
   [junit4]   2>        2       
/solr/configs/testMultipleWithCollections_abc2.AUTOCREATED/managed-schema
   [junit4]   2>        2       
/solr/configs/testMultipleWithCollections_abc.AUTOCREATED
   [junit4]   2>        2       
/solr/configs/testAddReplicaWithPolicy_abc.AUTOCREATED/managed-schema
   [junit4]   2>        2       
/solr/configs/testAddReplicaWithPolicy_abc.AUTOCREATED
   [junit4]   2>        2       
/solr/configs/testMultipleWithCollections_xyz2.AUTOCREATED/managed-schema
   [junit4]   2>        2       
/solr/configs/testMultipleWithCollections_xyz.AUTOCREATED
   [junit4]   2>        2       
/solr/configs/testMultipleWithCollections_abc.AUTOCREATED/managed-schema
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        28      /solr/aliases.json
   [junit4]   2>        18      /solr/clusterprops.json
   [junit4]   2>        18      /solr/clusterstate.json
   [junit4]   2>        6       /solr/collections/testNodeAdded_xyz/state.json
   [junit4]   2>        6       
/solr/collections/testMultipleWithCollections_abc2/state.json
   [junit4]   2>        6       /solr/collections/testNodeAdded_abc/state.json
   [junit4]   2>        5       
/solr/collections/testAddReplicaWithPolicy_xyz/state.json
   [junit4]   2>        5       
/solr/collections/testMultipleWithCollections_abc/state.json
   [junit4]   2>        5       /solr/collections/testAddReplica_abc/state.json
   [junit4]   2>        5       
/solr/collections/testMultipleWithCollections_xyz/state.json
   [junit4]   2>        4       
/solr/collections/testMultipleWithCollections_xyz2/state.json
   [junit4]   2>        3       /solr/collections/testAddReplica_xyz/state.json
   [junit4]   2>        2       
/solr/overseer_elect/election/72127384049942532-127.0.0.1:37017_solr-n_0000000001
   [junit4]   2>        2       
/solr/collections/testCreateCollectionNoWithCollection_abc/state.json
   [junit4]   2>        2       
/solr/collections/testAddReplicaWithPolicy_abc/state.json
   [junit4]   2>        2       
/solr/collections/testCreateCollection_abc/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        131     /solr/collections
   [junit4]   2>        47      /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_6BB9CDDC86EF91D0-001
   [junit4]   2> NOTE: test params are: codec=Lucene70, 
sim=RandomSimilarity(queryNorm=false): {}, locale=sr-RS, 
timezone=America/Punta_Arenas
   [junit4]   2> NOTE: Linux 4.15.0-32-generic amd64/Oracle Corporation 10 
(64-bit)/cpus=8,threads=1,free=141913248,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [NotRequiredUniqueKeyTest, 
TestConfigSetsAPIZkFailure, TestStressInPlaceUpdates, HttpSolrCallGetCoreTest, 
CdcrUpdateLogTest, TestMacroExpander, 
OverriddenZkACLAndCredentialsProvidersTest, TemplateUpdateProcessorTest, 
HdfsLockFactoryTest, TestStandardQParsers, TestRawResponseWriter, 
TestDefaultStatsCache, TestNestedDocsSort, TestEmbeddedSolrServerAdminHandler, 
ZkNodePropsTest, V2ApiIntegrationTest, CustomCollectionTest, 
TestManagedSchemaAPI, CurrencyRangeFacetCloudTest, TestStressReorder, 
CoreAdminCreateDiscoverTest, SuggesterTSTTest, HighlighterMaxOffsetTest, 
HdfsRestartWhileUpdatingTest, TestJavabinTupleStreamParser, 
TestJettySolrRunner, TestDynamicURP, SynonymTokenizerTest, 
TriggerCooldownIntegrationTest, TestCollectionAPIs, XmlInterpolationTest, 
TestHighFrequencyDictionaryFactory, DistributedFacetExistsSmallTest, 
HdfsNNFailoverTest, SortSpecParsingTest, QueryResultKeyTest, TestStreamBody, 
TestJoin, StressHdfsTest, TestCustomStream, TestQuerySenderNoQuery, 
CdcrWithNodesRestartsTest, ZookeeperStatusHandlerTest, DistributedQueueTest, 
TestReloadDeadlock, NodeMarkersRegistrationTest, TestConfigSetImmutable, 
HdfsTlogReplayBufferedWhileIndexingTest, AddReplicaTest, NodeAddedTriggerTest, 
TestCollationFieldDocValues, MoveReplicaHDFSTest, TestComponentsName, 
TestPivotHelperCode, CoreSorterTest, LeaderVoteWaitTimeoutTest, RankQueryTest, 
TestSolrCLIRunExample, TestSimpleTextCodec, TestHdfsUpdateLog, 
TestDistributedStatsComponentCardinality, CircularListTest, 
TestFieldCollectionResource, TestIndexSearcher, 
DistributedQueryElevationComponentTest, TestPullReplica, 
TriLevelCompositeIdRoutingTest, TimeRoutedAliasUpdateProcessorTest, 
TestOrdValues, TestLeaderElectionZkExpiry, ConvertedLegacyTest, TestInitParams, 
XsltUpdateRequestHandlerTest, AsyncCallRequestStatusResponseTest, 
JvmMetricsTest, TestCustomDocTransformer, TransactionLogTest, 
BasicAuthStandaloneTest, DocValuesMissingTest, TestManagedResourceStorage, 
ClusterStateUpdateTest, TestDistribDocBasedVersion, TestSolrQueryResponse, 
TestCloudManagedSchema, DeleteInactiveReplicaTest, TestWithCollection]
   [junit4] Completed [404/829 (1!)] on J2 in 60.91s, 9 tests, 1 error, 2 
skipped <<< FAILURES!

[...truncated 43862 lines...]
[repro] Jenkins log URL: 
https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2645/consoleText

[repro] Revision: 86efdaa6b63d3cd67bc78fba1b31036d65b17f67

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseG1GC"
[repro] Repro line:  ant test  -Dtestcase=TestWithCollection 
-Dtests.method=testMoveReplicaMainCollection -Dtests.seed=6BB9CDDC86EF91D0 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sr-RS 
-Dtests.timezone=America/Punta_Arenas -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8

[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       TestWithCollection
[repro] ant compile-test

[...truncated 3417 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 
-Dtests.class="*.TestWithCollection" -Dtests.showOutput=onerror 
"-Dargs=-XX:+UseCompressedOops -XX:+UseG1GC" -Dtests.seed=6BB9CDDC86EF91D0 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sr-RS 
-Dtests.timezone=America/Punta_Arenas -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8

[...truncated 116 lines...]
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.TestWithCollection
[repro] Exiting with code 0

[...truncated 40 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to