Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/22633/
Java: 32bit/jdk1.8.0_172 -server -XX:+UseConcMarkSweepGC

2 tests failed.
FAILED:  org.apache.solr.cloud.TestWithCollection.testMoveReplicaWithCollection

Error Message:
Expected moving a replica of 'withCollection': 
testMoveReplicaWithCollection_abc to fail

Stack Trace:
java.lang.AssertionError: Expected moving a replica of 'withCollection': 
testMoveReplicaWithCollection_abc to fail
        at 
__randomizedtesting.SeedInfo.seed([9AFE9DD8CFA81396:D5E9A47B5CDADAE0]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.TestWithCollection.testMoveReplicaWithCollection(TestWithCollection.java:389)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestWithCollection.testDeleteWithCollection

Error Message:
Error from server at https://127.0.0.1:37497/solr: Could not find collection : 
testDeleteWithCollection_abc

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:37497/solr: Could not find collection : 
testDeleteWithCollection_abc
        at 
__randomizedtesting.SeedInfo.seed([9AFE9DD8CFA81396:E1276A359632C128]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1106)
        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.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.cloud.TestWithCollection.testDeleteWithCollection(TestWithCollection.java:197)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 14127 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestWithCollection
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_9AFE9DD8CFA81396-001/init-core-data-001
   [junit4]   2> 1715061 INFO  
(SUITE-TestWithCollection-seed#[9AFE9DD8CFA81396]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_9AFE9DD8CFA81396-001/tempDir-001
   [junit4]   2> 1715061 INFO  
(SUITE-TestWithCollection-seed#[9AFE9DD8CFA81396]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1715061 INFO  (Thread-6317) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1715061 INFO  (Thread-6317) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1715063 ERROR (Thread-6317) [    ] 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> 1715161 INFO  
(SUITE-TestWithCollection-seed#[9AFE9DD8CFA81396]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:34887
   [junit4]   2> 1715163 INFO  (zkConnectionManagerCallback-5249-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1715167 INFO  (jetty-launcher-5246-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1715167 INFO  (jetty-launcher-5246-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1715167 INFO  (jetty-launcher-5246-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1715167 INFO  (jetty-launcher-5246-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1715167 INFO  (jetty-launcher-5246-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1715168 INFO  (jetty-launcher-5246-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3aa3c2{/solr,null,AVAILABLE}
   [junit4]   2> 1715168 INFO  (jetty-launcher-5246-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@120d9a0{SSL,[ssl, 
http/1.1]}{127.0.0.1:37497}
   [junit4]   2> 1715168 INFO  (jetty-launcher-5246-thread-2) [    ] 
o.e.j.s.Server Started @1715218ms
   [junit4]   2> 1715168 INFO  (jetty-launcher-5246-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37497}
   [junit4]   2> 1715169 ERROR (jetty-launcher-5246-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1715169 INFO  (jetty-launcher-5246-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1715169 INFO  (jetty-launcher-5246-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 1715169 INFO  (jetty-launcher-5246-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1715169 INFO  (jetty-launcher-5246-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1715169 INFO  (jetty-launcher-5246-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-08-09T08:31:59.778Z
   [junit4]   2> 1715169 INFO  (jetty-launcher-5246-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1715169 INFO  (jetty-launcher-5246-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1715169 INFO  (jetty-launcher-5246-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1715170 INFO  (jetty-launcher-5246-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1f5ead9{/solr,null,AVAILABLE}
   [junit4]   2> 1715170 INFO  (zkConnectionManagerCallback-5251-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1715170 INFO  (jetty-launcher-5246-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@a0053a{SSL,[ssl, 
http/1.1]}{127.0.0.1:44915}
   [junit4]   2> 1715170 INFO  (jetty-launcher-5246-thread-1) [    ] 
o.e.j.s.Server Started @1715220ms
   [junit4]   2> 1715170 INFO  (jetty-launcher-5246-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44915}
   [junit4]   2> 1715170 ERROR (jetty-launcher-5246-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1715170 INFO  (jetty-launcher-5246-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1715171 INFO  (jetty-launcher-5246-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 1715171 INFO  (jetty-launcher-5246-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1715171 INFO  (jetty-launcher-5246-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1715171 INFO  (jetty-launcher-5246-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-08-09T08:31:59.780Z
   [junit4]   2> 1715171 INFO  (jetty-launcher-5246-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1715171 INFO  (zkConnectionManagerCallback-5253-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1715172 INFO  (jetty-launcher-5246-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1715451 INFO  (jetty-launcher-5246-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34887/solr
   [junit4]   2> 1715452 INFO  (zkConnectionManagerCallback-5257-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1715453 INFO  (zkConnectionManagerCallback-5259-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1715490 INFO  (jetty-launcher-5246-thread-2) 
[n:127.0.0.1:37497_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:37497_solr
   [junit4]   2> 1715490 INFO  (jetty-launcher-5246-thread-2) 
[n:127.0.0.1:37497_solr    ] o.a.s.c.Overseer Overseer 
(id=72130064044130308-127.0.0.1:37497_solr-n_0000000000) starting
   [junit4]   2> 1715494 INFO  (zkConnectionManagerCallback-5266-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1715495 INFO  (jetty-launcher-5246-thread-2) 
[n:127.0.0.1:37497_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:34887/solr ready
   [junit4]   2> 1715495 INFO  
(OverseerStateUpdate-72130064044130308-127.0.0.1:37497_solr-n_0000000000) [    
] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:37497_solr
   [junit4]   2> 1715495 INFO  (jetty-launcher-5246-thread-2) 
[n:127.0.0.1:37497_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37497_solr
   [junit4]   2> 1715495 DEBUG 
(OverseerAutoScalingTriggerThread-72130064044130308-127.0.0.1:37497_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and 
.scheduled_maintenance triggers
   [junit4]   2> 1715499 DEBUG 
(OverseerAutoScalingTriggerThread-72130064044130308-127.0.0.1:37497_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode 
version 1
   [junit4]   2> 1715500 DEBUG 
(OverseerAutoScalingTriggerThread-72130064044130308-127.0.0.1:37497_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, 
lastZnodeVersion -1
   [junit4]   2> 1715500 DEBUG 
(OverseerAutoScalingTriggerThread-72130064044130308-127.0.0.1:37497_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 1
   [junit4]   2> 1715500 INFO  (zkCallback-5258-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1715500 INFO  (zkCallback-5265-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1715501 DEBUG 
(OverseerAutoScalingTriggerThread-72130064044130308-127.0.0.1:37497_solr-n_0000000000)
 [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial 
livenodes: [127.0.0.1:37497_solr]
   [junit4]   2> 1715502 DEBUG 
(OverseerAutoScalingTriggerThread-72130064044130308-127.0.0.1:37497_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1715502 DEBUG 
(OverseerAutoScalingTriggerThread-72130064044130308-127.0.0.1:37497_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, 
lastZnodeVersion 1
   [junit4]   2> 1715502 DEBUG (ScheduledTrigger-7114-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 1
   [junit4]   2> 1715519 INFO  (jetty-launcher-5246-thread-2) 
[n:127.0.0.1:37497_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1715546 INFO  (jetty-launcher-5246-thread-2) 
[n:127.0.0.1:37497_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37497.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7ef4d1
   [junit4]   2> 1715554 INFO  (jetty-launcher-5246-thread-2) 
[n:127.0.0.1:37497_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37497.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7ef4d1
   [junit4]   2> 1715554 INFO  (jetty-launcher-5246-thread-2) 
[n:127.0.0.1:37497_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37497.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7ef4d1
   [junit4]   2> 1715555 INFO  (jetty-launcher-5246-thread-2) 
[n:127.0.0.1:37497_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_9AFE9DD8CFA81396-001/tempDir-001/node2/.
   [junit4]   2> 1715659 INFO  (jetty-launcher-5246-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34887/solr
   [junit4]   2> 1715660 INFO  (zkConnectionManagerCallback-5271-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1715661 INFO  (zkConnectionManagerCallback-5273-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1715664 INFO  (jetty-launcher-5246-thread-1) 
[n:127.0.0.1:44915_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1715665 INFO  (jetty-launcher-5246-thread-1) 
[n:127.0.0.1:44915_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1715665 INFO  (jetty-launcher-5246-thread-1) 
[n:127.0.0.1:44915_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44915_solr
   [junit4]   2> 1715665 INFO  (zkCallback-5265-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1715665 INFO  (zkCallback-5272-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1715665 INFO  (zkCallback-5258-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1715677 INFO  (zkConnectionManagerCallback-5280-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1715678 INFO  (jetty-launcher-5246-thread-1) 
[n:127.0.0.1:44915_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1715678 INFO  (jetty-launcher-5246-thread-1) 
[n:127.0.0.1:44915_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:34887/solr ready
   [junit4]   2> 1715679 INFO  (jetty-launcher-5246-thread-1) 
[n:127.0.0.1:44915_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1715691 INFO  (jetty-launcher-5246-thread-1) 
[n:127.0.0.1:44915_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44915.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7ef4d1
   [junit4]   2> 1715696 INFO  (jetty-launcher-5246-thread-1) 
[n:127.0.0.1:44915_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44915.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7ef4d1
   [junit4]   2> 1715696 INFO  (jetty-launcher-5246-thread-1) 
[n:127.0.0.1:44915_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44915.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7ef4d1
   [junit4]   2> 1715697 INFO  (jetty-launcher-5246-thread-1) 
[n:127.0.0.1:44915_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_9AFE9DD8CFA81396-001/tempDir-001/node1/.
   [junit4]   2> 1715712 INFO  (zkConnectionManagerCallback-5283-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1715714 INFO  (zkConnectionManagerCallback-5288-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1715715 INFO  
(SUITE-TestWithCollection-seed#[9AFE9DD8CFA81396]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1715715 INFO  
(SUITE-TestWithCollection-seed#[9AFE9DD8CFA81396]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34887/solr ready
   [junit4]   2> 1715737 DEBUG (zkCallback-5265-thread-1) [    ] 
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 
2
   [junit4]   2> 1715737 DEBUG 
(OverseerAutoScalingTriggerThread-72130064044130308-127.0.0.1:37497_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 2
   [junit4]   2> 1715738 INFO  
(TEST-TestWithCollection.testCreateCollection-seed#[9AFE9DD8CFA81396]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1715739 DEBUG 
(OverseerAutoScalingTriggerThread-72130064044130308-127.0.0.1:37497_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1715739 DEBUG 
(OverseerAutoScalingTriggerThread-72130064044130308-127.0.0.1:37497_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1715739 DEBUG 
(OverseerAutoScalingTriggerThread-72130064044130308-127.0.0.1:37497_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, 
lastZnodeVersion 2
   [junit4]   2> 1715777 INFO  (qtp10523766-21051) [n:127.0.0.1:37497_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> 1715802 INFO  (qtp17788277-21054) [n:127.0.0.1:44915_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> 1715803 DEBUG (qtp10523766-21050) [n:127.0.0.1:37497_solr    ] 
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1715803 INFO  (qtp10523766-21050) [n:127.0.0.1:37497_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling 
params={wt=javabin&version=2} status=0 QTime=30
   [junit4]   2> 1715803 DEBUG (zkCallback-5265-thread-1) [    ] 
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 
3
   [junit4]   2> 1715803 DEBUG 
(OverseerAutoScalingTriggerThread-72130064044130308-127.0.0.1:37497_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 3
   [junit4]   2> 1715803 DEBUG 
(OverseerAutoScalingTriggerThread-72130064044130308-127.0.0.1:37497_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1715803 DEBUG 
(OverseerAutoScalingTriggerThread-72130064044130308-127.0.0.1:37497_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1715803 DEBUG 
(OverseerAutoScalingTriggerThread-72130064044130308-127.0.0.1:37497_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, 
lastZnodeVersion 3
   [junit4]   2> 1715803 INFO  (qtp10523766-21049) [n:127.0.0.1:37497_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=0&name=testCreateCollection_abc&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&createNodeSet=127.0.0.1:44915_solr&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1715804 INFO  (OverseerThreadFactory-7116-thread-1) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection testCreateCollection_abc
   [junit4]   2> 1715804 INFO  (OverseerThreadFactory-7116-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to 
/configs/testCreateCollection_abc.AUTOCREATED/protwords.txt
   [junit4]   2> 1715805 INFO  (OverseerThreadFactory-7116-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to 
/configs/testCreateCollection_abc.AUTOCREATED/managed-schema
   [junit4]   2> 1715806 INFO  (OverseerThreadFactory-7116-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to 
/configs/testCreateCollection_abc.AUTOCREATED/solrconfig.xml
   [junit4]   2> 1715807 INFO  (OverseerThreadFactory-7116-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to 
/configs/testCreateCollection_abc.AUTOCREATED/synonyms.txt
   [junit4]   2> 1715807 INFO  (OverseerThreadFactory-7116-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to 
/configs/testCreateCollection_abc.AUTOCREATED/stopwords.txt
   [junit4]   2> 1715808 INFO  (OverseerThreadFactory-7116-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_it.txt to 
/configs/testCreateCollection_abc.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 1715809 INFO  (OverseerThreadFactory-7116-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stemdict_nl.txt to 
/configs/testCreateCollection_abc.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 1715809 INFO  (OverseerThreadFactory-7116-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hy.txt to 
/configs/testCreateCollection_abc.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 1715810 INFO  (OverseerThreadFactory-7116-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_no.txt to 
/configs/testCreateCollection_abc.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 1715810 INFO  (OverseerThreadFactory-7116-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ca.txt to 
/configs/testCreateCollection_abc.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 1715811 INFO  (OverseerThreadFactory-7116-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_id.txt to 
/configs/testCreateCollection_abc.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 1715812 INFO  (OverseerThreadFactory-7116-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ga.txt to 
/configs/testCreateCollection_abc.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 1715812 INFO  (OverseerThreadFactory-7116-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hi.txt to 
/configs/testCreateCollection_abc.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 1715813 INFO  (OverseerThreadFactory-7116-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_da.txt to 
/configs/testCreateCollection_abc.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 1715813 INFO  (OverseerThreadFactory-7116-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ja.txt to 
/configs/testCreateCollection_abc.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 1715814 INFO  (OverseerThreadFactory-7116-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_pt.txt to 
/configs/testCreateCollection_abc.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 1715814 INFO  (OverseerThreadFactory-7116-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hu.txt to 
/configs/testCreateCollection_abc.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 1715815 INFO  (OverseerThreadFactory-7116-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_el.txt to 
/configs/testCreateCollection_abc.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 1715815 INFO  (OverseerThreadFactory-7116-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ru.txt to 
/configs/testCreateCollection_abc.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 1715816 INFO  (OverseerThreadFactory-7116-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_tr.txt to 
/configs/testCreateCollection_abc.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 1715816 INFO  (OverseerThreadFactory-7116-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ar.txt to 
/configs/testCreateCollection_abc.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 1715817 INFO  (OverseerThreadFactory-7116-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/userdict_ja.txt to 
/configs/testCreateCollection_abc.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 1715818 INFO  (OverseerThreadFactory-7116-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_eu.txt to 
/configs/testCreateCollection_abc.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 1715818 INFO  (OverseerThreadFactory-7116-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_it.txt to 
/configs/testCreateCollection_abc.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 1715819 INFO  (OverseerThreadFactory-7116-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_cz.txt to 
/configs/testCreateCollection_abc.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 1715819 INFO  (OverseerThreadFactory-7116-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stoptags_ja.txt to 
/configs/testCreateCollection_abc.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 1715820 INFO  (OverseerThreadFactory-7116-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_fr.txt to 
/configs/testCreateCollection_abc.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 1715820 INFO  (OverseerThreadFactory-7116-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_de.txt to 
/configs/testCreateCollection_abc.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 1715821 INFO  (OverseerThreadFactory-7116-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fa.txt to 
/configs/testCreateCollection_abc.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 1715822 INFO  (OverseerThreadFactory-7116-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ga.txt to 
/configs/testCreateCollection_abc.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 1715822 INFO  (OverseerThreadFactory-7116-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ca.txt to 
/configs/testCreateCollection_abc.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 1715823 INFO  (OverseerThreadFactory-7116-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_nl.txt to 
/configs/testCreateCollection_abc.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 1715824 INFO  (OverseerThreadFactory-7116-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_bg.txt to 
/configs/testCreateCollection_abc.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 1715824 INFO  (OverseerThreadFactory-7116-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_lv.txt to 
/configs/testCreateCollection_abc.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 1715825 INFO  (OverseerThreadFactory-7116-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_en.txt to 
/configs/testCreateCollection_abc.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 1715825 INFO  (OverseerThreadFactory-7116-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_es.txt to 
/configs/testCreateCollection_abc.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 1715826 INFO  (OverseerThreadFactory-7116-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_th.txt to 
/configs/testCreateCollection_abc.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 1715827 INFO  (OverseerThreadFactory-7116-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ro.txt to 
/configs/testCreateCollection_abc.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 1715828 INFO  (OverseerThreadFactory-7116-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fr.txt to 
/configs/testCreateCollection_abc.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 1715828 INFO  (OverseerThreadFactory-7116-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_sv.txt to 
/configs/testCreateCollection_abc.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 1715829 INFO  (OverseerThreadFactory-7116-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fi.txt to 
/configs/testCreateCollection_abc.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 1715829 INFO  (OverseerThreadFactory-7116-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/hyphenations_ga.txt to 
/configs/testCreateCollection_abc.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 1715830 INFO  (OverseerThreadFactory-7116-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_gl.txt to 
/configs/testCreateCollection_abc.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 1715830 INFO  (OverseerThreadFactory-7116-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to 
/configs/testCreateCollection_abc.AUTOCREATED/params.json
   [junit4]   2> 1715933 DEBUG (OverseerThreadFactory-7116-thread-1) [    ] 
o.a.s.c.s.c.a.PolicyHelper Creating a new session
   [junit4]   2> 1715934 INFO  (qtp10523766-21119) [n:127.0.0.1:37497_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> 1715935 INFO  (qtp17788277-21053) [n:127.0.0.1:44915_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> 1715936 DEBUG (OverseerThreadFactory-7116-thread-1) [    ] 
o.a.s.c.s.c.a.PolicyHelper New session created 
   [junit4]   2> 1715936 INFO  (OverseerThreadFactory-7116-thread-1) [    ] 
o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 1105805413 
sessionWrapper.createTime 1105805412730160, this.sessionWrapper.createTime 
1105805412730160 
   [junit4]   2> 1715938 INFO  
(OverseerStateUpdate-72130064044130308-127.0.0.1:37497_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testCreateCollection_abc",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testCreateCollection_abc_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:44915/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1716141 INFO  (qtp17788277-21055) [n:127.0.0.1:44915_solr    
x:testCreateCollection_abc_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=testCreateCollection_abc.AUTOCREATED&newCollection=true&name=testCreateCollection_abc_shard1_replica_n1&action=CREATE&numShards=1&collection=testCreateCollection_abc&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1717151 INFO  (qtp17788277-21055) [n:127.0.0.1:44915_solr 
c:testCreateCollection_abc s:shard1 r:core_node2 
x:testCreateCollection_abc_shard1_replica_n1] o.a.s.c.RequestParams conf 
resource params.json loaded . version : 0 
   [junit4]   2> 1717151 INFO  (qtp17788277-21055) [n:127.0.0.1:44915_solr 
c:testCreateCollection_abc s:shard1 r:core_node2 
x:testCreateCollection_abc_shard1_replica_n1] o.a.s.c.RequestParams request 
params refreshed to version 0
   [junit4]   2> 1717151 WARN  (qtp17788277-21055) [n:127.0.0.1:44915_solr 
c:testCreateCollection_abc s:shard1 r:core_node2 
x:testCreateCollection_abc_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add 
files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_9AFE9DD8CFA81396-001/tempDir-001/node1/testCreateCollection_abc_shard1_replica_n1/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_9AFE9DD8CFA81396-001/tempDir-001/node1/testCreateCollection_abc_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 1717152 WARN  (qtp17788277-21055) [n:127.0.0.1:44915_solr 
c:testCreateCollection_abc s:shard1 r:core_node2 
x:testCreateCollection_abc_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add 
files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_9AFE9DD8CFA81396-001/tempDir-001/node1/testCreateCollection_abc_shard1_replica_n1/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_9AFE9DD8CFA81396-001/tempDir-001/node1/testCreateCollection_abc_shard1_replica_n1/../../../../dist
   [junit4]   2> 1717152 WARN  (qtp17788277-21055) [n:127.0.0.1:44915_solr 
c:testCreateCollection_abc s:shard1 r:core_node2 
x:testCreateCollection_abc_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add 
files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_9AFE9DD8CFA81396-001/tempDir-001/node1/testCreateCollection_abc_shard1_replica_n1/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_9AFE9DD8CFA81396-001/tempDir-001/node1/testCreateCollection_abc_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 1717152 WARN  (qtp17788277-21055) [n:127.0.0.1:44915_solr 
c:testCreateCollection_abc s:shard1 r:core_node2 
x:testCreateCollection_abc_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add 
files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_9AFE9DD8CFA81396-001/tempDir-001/node1/testCreateCollection_abc_shard1_replica_n1/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_9AFE9DD8CFA81396-001/tempDir-001/node1/testCreateCollection_abc_shard1_replica_n1/../../../../dist
   [junit4]   2> 1717152 WARN  (qtp17788277-21055) [n:127.0.0.1:44915_solr 
c:testCreateCollection_abc s:shard1 r:core_node2 
x:testCreateCollection_abc_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add 
files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_9AFE9DD8CFA81396-001/tempDir-001/node1/testCreateCollection_abc_shard1_replica_n1/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_9AFE9DD8CFA81396-001/tempDir-001/node1/testCreateCollection_abc_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 1717152 WARN  (qtp17788277-21055) [n:127.0.0.1:44915_solr 
c:testCreateCollection_abc s:shard1 r:core_node2 
x:testCreateCollection_abc_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add 
files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_9AFE9DD8CFA81396-001/tempDir-001/node1/testCreateCollection_abc_shard1_replica_n1/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_9AFE9DD8CFA81396-001/tempDir-001/node1/testCreateCollection_abc_shard1_replica_n1/../../../../dist
   [junit4]   2> 1717152 WARN  (qtp17788277-21055) [n:127.0.0.1:44915_solr 
c:testCreateCollection_abc s:shard1 r:core_node2 
x:testCreateCollection_abc_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add 
files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_9AFE9DD8CFA81396-001/tempDir-001/node1/testCreateCollection_abc_shard1_replica_n1/../../../../contrib/velocity/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_9AFE9DD8CFA81396-001/tempDir-001/node1/testCreateCollection_abc_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 1717152 WARN  (qtp17788277-21055) [n:127.0.0.1:44915_solr 
c:testCreateCollection_abc s:shard1 r:core_node2 
x:testCreateCollection_abc_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add 
files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_9AFE9DD8CFA81396-001/tempDir-001/node1/testCreateCollection_abc_shard1_replica_n1/../../../../dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_9AFE9DD8CFA81396-001/tempDir-001/node1/testCreateCollection_abc_shard1_replica_n1/../../../../dist
   [junit4]   2> 1717153 WARN  (qtp17788277-21055) [n:127.0.0.1:44915_solr 
c:testCreateCollection_abc s:shard1 r:core_node2 
x:testCreateCollection_abc_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add 
files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_9AFE9DD8CFA81396-001/tempDir-001/node1/testCreateCollection_abc_shard1_replica_n1/../../../../dist
 filtered by solr-ltr-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_9AFE9DD8CFA81396-001/tempDir-001/node1/testCreateCollection_abc_shard1_replica_n1/../../../../dist
   [junit4]   2> 1717158 INFO  (qtp17788277-21055) [n:127.0.0.1:44915_solr 
c:testCreateCollection_abc s:shard1 r:core_node2 
x:testCreateCollection_abc_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 1717180 INFO  (qtp17788277-21055) [n:127.0.0.1:44915_solr 
c:testCreateCollection_abc s:shard1 r:core_node2 
x:testCreateCollection_abc_shard1_replica_n1] o.a.s.s.IndexSchema 
[testCreateCollection_abc_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 1717336 INFO  (qtp17788277-21055) [n:127.0.0.1:44915_solr 
c:testCreateCollection_abc s:shard1 r:core_node2 
x:testCreateCollection_abc_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema 
default-config/1.6 with uniqueid field id
   [junit4]   2> 1717351 INFO  (qtp17788277-21055) [n:127.0.0.1:44915_solr 
c:testCreateCollection_abc s:shard1 r:core_node2 
x:testCreateCollection_abc_shard1_replica_n1] o.a.s.c.CoreContainer Creating 
SolrCore 'testCreateCollection_abc_shard1_replica_n1' using configuration from 
collection testCreateCollection_abc, trusted=true
   [junit4]   2> 1717352 INFO  (qtp17788277-21055) [n:127.0.0.1:44915_solr 
c:testCreateCollection_abc s:shard1 r:core_node2 
x:testCreateCollection_abc_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 
'solr_44915.solr.core.testCreateCollection_abc.shard1.replica_n1' (registry 
'solr.core.testCreateCollection_abc.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7ef4d1
   [junit4]   2> 1717352 INFO  (qtp17788277-21055) [n:127.0.0.1:44915_solr 
c:testCreateCollection_abc s:shard1 r:core_node2 
x:testCreateCollection_abc_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1717352 INFO  (qtp17788277-21055) [n:127.0.0.1:44915_solr 
c:testCreateCollection_abc s:shard1 r:core_node2 
x:testCreateCollection_abc_shard1_replica_n1] o.a.s.c.SolrCore 
[[testCreateCollection_abc_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_9AFE9DD8CFA81396-001/tempDir-001/node1/testCreateCollection_abc_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_9AFE9DD8CFA81396-001/tempDir-001/node1/./testCreateCollection_abc_shard1_replica_n1/data/]
   [junit4]   2> 1717356 INFO  (qtp17788277-21055) [n:127.0.0.1:44915_solr 
c:testCreateCollection_abc s:shard1 r:core_node2 
x:testCreateCollection_abc_shard1_replica_n1] o.a.s.r.XSLTResponseWriter 
xsltCacheLifetimeSeconds=5
   [junit4]   2> 1717407 INFO  (qtp17788277-21055) [n:127.0.0.1:44915_solr 
c:testCreateCollection_abc s:shard1 r:core_node2 
x:testCreateCollection_abc_shard1_replica_n1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1717407 INFO  (qtp17788277-21055) [n:127.0.0.1:44915_solr 
c:testCreateCollection_abc s:shard1 r:core_node2 
x:testCreateCollection_abc_shard1_replica_n1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1717408 INFO  (qtp17788277-21055) [n:127.0.0.1:44915_solr 
c:testCreateCollection_abc s:shard1 r:core_node2 
x:testCreateCollection_abc_shard1_replica_n1] o.a.s.u.CommitTracker Hard 
AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 1717408 INFO  (qtp17788277-21055) [n:127.0.0.1:44915_solr 
c:testCreateCollection_abc s:shard1 r:core_node2 
x:testCreateCollection_abc_shard1_replica_n1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1717409 INFO  (qtp17788277-21055) [n:127.0.0.1:44915_solr 
c:testCreateCollection_abc s:shard1 r:core_node2 
x:testCreateCollection_abc_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1dcdbaa[testCreateCollection_abc_shard1_replica_n1] main]
   [junit4]   2> 1717410 INFO  (qtp17788277-21055) [n:127.0.0.1:44915_solr 
c:testCreateCollection_abc s:shard1 r:core_node2 
x:testCreateCollection_abc_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: 
/configs/testCreateCollection_abc.AUTOCREATED
   [junit4]   2> 1717410 INFO  (qtp17788277-21055) [n:127.0.0.1:44915_solr 
c:testCreateCollection_abc s:shard1 r:core_node2 
x:testCreateCollection_abc_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/testCreateCollection_abc.AUTOCREATED
   [junit4]   2> 1717410 INFO  (qtp17788277-21055) [n:127.0.0.1:44915_solr 
c:testCreateCollection_abc s:shard1 r:core_node2 
x:testCreateCollection_abc_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader 
Creating ZooKeeper watch for the managed schema at 
/configs/testCreateCollection_abc.AUTOCREATED/managed-schema
   [junit4]   2> 1717411 INFO  (qtp17788277-21055) [n:127.0.0.1:44915_solr 
c:testCreateCollection_abc s:shard1 r:core_node2 
x:testCreateCollection_abc_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader 
Current schema version 0 is already the latest
   [junit4]   2> 1717412 INFO  (qtp17788277-21055) [n:127.0.0.1:44915_solr 
c:testCreateCollection_abc s:shard1 r:core_node2 
x:testCreateCollection_abc_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent 
Initializing spell checkers
   [junit4]   2> 1717412 INFO  (qtp17788277-21055) [n:127.0.0.1:44915_solr 
c:testCreateCollection_abc s:shard1 r:core_node2 
x:testCreateCollection_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> 1717414 INFO  (qtp17788277-21055) [n:127.0.0.1:44915_solr 
c:testCreateCollection_abc s:shard1 r:core_node2 
x:testCreateCollection_abc_shard1_replica_n1] o.a.s.h.ReplicationHandler 
Commits will be reserved for 10000ms.
   [junit4]   2> 1717414 INFO  
(searcherExecutor-7128-thread-1-processing-n:127.0.0.1:44915_solr 
x:testCreateCollection_abc_shard1_replica_n1 c:testCreateCollection_abc 
s:shard1 r:core_node2) [n:127.0.0.1:44915_solr c:testCreateCollection_abc 
s:shard1 r:core_node2 x:testCreateCollection_abc_shard1_replica_n1] 
o.a.s.c.QuerySenderListener QuerySenderListener sending requests to 
Searcher@1dcdbaa[testCreateCollection_abc_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1717414 INFO  (qtp17788277-21055) [n:127.0.0.1:44915_solr 
c:testCreateCollection_abc s:shard1 r:core_node2 
x:testCreateCollection_abc_shard1_replica_n1] o.a.s.u.UpdateLog Could not find 
max version in index or recent updates, using new clock 1608309561908789248
   [junit4]   2> 1717414 INFO  
(searcherExecutor-7128-thread-1-processing-n:127.0.0.1:44915_solr 
x:testCreateCollection_abc_shard1_replica_n1 c:testCreateCollection_abc 
s:shard1 r:core_node2) [n:127.0.0.1:44915_solr c:testCreateCollection_abc 
s:shard1 r:core_node2 x:testCreateCollection_abc_shard1_replica_n1] 
o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 1717414 INFO  
(searcherExecutor-7128-thread-1-processing-n:127.0.0.1:44915_solr 
x:testCreateCollection_abc_shard1_replica_n1 c:testCreateCollection_abc 
s:shard1 r:core_node2) [n:127.0.0.1:44915_solr c:testCreateCollection_abc 
s:shard1 r:core_node2 x:testCreateCollection_abc_shard1_replica_n1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1717415 INFO  
(searcherExecutor-7128-thread-1-processing-n:127.0.0.1:44915_solr 
x:testCreateCollection_abc_shard1_replica_n1 c:testCreateCollection_abc 
s:shard1 r:core_node2) [n:127.0.0.1:44915_solr c:testCreateCollection_abc 
s:shard1 r:core_node2 x:testCreateCollection_abc_shard1_replica_n1] 
o.a.s.c.SolrCore [testCreateCollection_abc_shard1_replica_n1] Registered new 
searcher Searcher@1dcdbaa[testCreateCollection_abc_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1717418 INFO  (qtp17788277-21055) [n:127.0.0.1:44915_solr 
c:testCreateCollection_abc s:shard1 r:core_node2 
x:testCreateCollection_abc_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/testCreateCollection_abc/terms/shard1 to 
Terms{values={core_node2=0}, version=0}
   [junit4]   2> 1717419 INFO  (qtp17788277-21055) [n:127.0.0.1:44915_solr 
c:testCreateCollection_abc s:shard1 r:core_node2 
x:testCreateCollection_abc_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1717419 INFO  (qtp17788277-21055) [n:127.0.0.1:44915_solr 
c:testCreateCollection_abc s:shard1 r:core_node2 
x:testCreateCollection_abc_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1717419 INFO  (qtp17788277-21055) [n:127.0.0.1:44915_solr 
c:testCreateCollection_abc s:shard1 r:core_node2 
x:testCreateCollection_abc_shard1_replica_n1] o.a.s.c.SyncStrategy Sync 
replicas to 
https://127.0.0.1:44915/solr/testCreateCollection_abc_shard1_replica_n1/
   [junit4]   2> 1717419 INFO  (qtp17788277-21055) [n:127.0.0.1:44915_solr 
c:testCreateCollection_abc s:shard1 r:core_node2 
x:testCreateCollection_abc_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success 
- now sync replicas to me
   [junit4]   2> 1717419 INFO  (qtp17788277-21055) [n:127.0.0.1:44915_solr 
c:testCreateCollection_abc s:shard1 r:core_node2 
x:testCreateCollection_abc_shard1_replica_n1] o.a.s.c.SyncStrategy 
https://127.0.0.1:44915/solr/testCreateCollection_abc_shard1_replica_n1/ has no 
replicas
   [junit4]   2> 1717419 INFO  (qtp17788277-21055) [n:127.0.0.1:44915_solr 
c:testCreateCollection_abc s:shard1 r:core_node2 
x:testCreateCollection_abc_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1717421 INFO  (qtp17788277-21055) [n:127.0.0.1:44915_solr 
c:testCreateCollection_abc s:shard1 r:core_node2 
x:testCreateCollection_abc_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:44915/solr/testCreateCollection_abc_shard1_replica_n1/ shard1
   [junit4]   2> 1717522 INFO  (qtp17788277-21055) [n:127.0.0.1:44915_solr 
c:testCreateCollection_abc s:shard1 r:core_node2 
x:testCreateCollection_abc_shard1_replica_n1] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 1717624 INFO  (zkCallback-5272-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateCollection_abc/state.json] for collection 
[testCreateCollection_abc] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1717674 INFO  (qtp17788277-21055) [n:127.0.0.1:44915_solr 
c:testCreateCollection_abc s:shard1 r:core_node2 
x:testCreateCollection_abc_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=testCreateCollection_abc.AUTOCREATED&newCollection=true&name=testCreateCollection_abc_shard1_replica_n1&action=CREATE&numShards=1&collection=testCreateCollection_abc&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1533
   [junit4]   2> 1717674 DEBUG (OverseerThreadFactory-7116-thread-1) [    ] 
o.a.s.c.s.c.a.PolicyHelper session set to NULL
   [junit4]   2> 1717676 INFO  (qtp10523766-21049) [n:127.0.0.1:37497_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> 1717677 INFO  (qtp10523766-21049) [n:127.0.0.1:37497_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={pullReplicas=0&name=testCreateCollection_abc&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&createNodeSet=127.0.0.1:44915_solr&wt=javabin&version=2}
 status=0 QTime=1873
   [junit4]   2> 1717678 INFO  (qtp10523766-21050) [n:127.0.0.1:37497_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=0&withCollection=testCreateCollection_abc&name=testCreateCollection_xyz&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1717679 INFO  (OverseerThreadFactory-7116-thread-2) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection testCreateCollection_xyz
   [junit4]   2> 1717679 INFO  
(OverseerCollectionConfigSetProcessor-72130064044130308-127.0.0.1:37497_solr-n_0000000000)
 [    ] 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> 1717681 INFO  (OverseerThreadFactory-7116-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to 
/configs/testCreateCollection_xyz.AUTOCREATED/protwords.txt
   [junit4]   2> 1717681 INFO  (OverseerThreadFactory-7116-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to 
/configs/testCreateCollection_xyz.AUTOCREATED/managed-schema
   [junit4]   2> 1717682 INFO  (OverseerThreadFactory-7116-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to 
/configs/testCreateCollection_xyz.AUTOCREATED/solrconfig.xml
   [junit4]   2> 1717684 INFO  (OverseerThreadFactory-7116-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to 
/configs/testCreateCollection_xyz.AUTOCREATED/synonyms.txt
   [junit4]   2> 1717685 INFO  (OverseerThreadFactory-7116-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to 
/configs/testCreateCollection_xyz.AUTOCREATED/stopwords.txt
   [junit4]   2> 1717685 INFO  (OverseerThreadFactory-7116-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_it.txt to 
/configs/testCreateCollection_xyz.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 1717686 INFO  (OverseerThreadFactory-7116-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stemdict_nl.txt to 
/configs/testCreateCollection_xyz.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 1717687 INFO  (OverseerThreadFactory-7116-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hy.txt to 
/configs/testCreateCollection_xyz.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 1717687 INFO  (OverseerThreadFactory-7116-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_no.txt to 
/configs/testCreateCollection_xyz.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 1717688 INFO  (OverseerThreadFactory-7116-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ca.txt to 
/configs/testCreateCollection_xyz.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 1717689 INFO  (OverseerThreadFactory-7116-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_id.txt to 
/configs/testCreateCollection_xyz.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 1717689 INFO  (OverseerThreadFactory-7116-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ga.txt to 
/configs/testCreateCollection_xyz.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 1717690 INFO  (OverseerThreadFactory-7116-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hi.txt to 
/configs/testCreateCollection_xyz.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 1717690 INFO  (OverseerThreadFactory-7116-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_da.txt to 
/configs/testCreateCollection_xyz.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 1717691 INFO  (OverseerThreadFactory-7116-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ja.txt to 
/configs/testCreateCollection_xyz.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 1717698 INFO  (OverseerThreadFactory-7116-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_pt.txt to 
/configs/testCreateCollection_xyz.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 1717699 INFO  (OverseerThreadFactory-7116-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hu.txt to 
/configs/testCreateCollection_xyz.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 1717699 INFO  (OverseerThreadFactory-7116-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_el.txt to 
/configs/testCreateCollection_xyz.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 1717700 INFO  (OverseerThreadFactory-7116-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ru.txt to 
/configs/testCreateCollection_xyz.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 1717701 INFO  (OverseerThreadFactory-7116-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_tr.txt to 
/configs/testCreateCollection_xyz.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 1717701 INFO  (OverseerThreadFactory-7116-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ar.txt to 
/configs/testCreateCollection_xyz.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 1717702 INFO  (OverseerThreadFactory-7116-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/userdict_ja.txt to 
/configs/testCreateCollection_xyz.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 1717702 INFO  (OverseerThreadFactory-7116-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_eu.txt to 
/configs/testCreateCollection_xyz.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 1717703 INFO  (OverseerThreadFactory-7116-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_it.txt to 
/configs/testCreateCollection_xyz.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 1717704 INFO  (OverseerThreadFactory-7116-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_cz.txt to 
/configs/testCreateCollection_xyz.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 1717704 INFO  (OverseerThreadFactory-7116-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stoptags_ja.txt to 
/configs/testCreateCollection_xyz.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 1717705 INFO  (OverseerThreadFactory-7116-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_fr.txt to 
/configs/testCreateCollection_xyz.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 1717705 INFO  (OverseerThreadFactory-7116-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_de.txt to 
/configs/testCreateCollection_xyz.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 1717706 INFO  (OverseerThreadFactory-7116-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fa.txt to 
/configs/testCreateCollection_xyz.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 1717707 INFO  (OverseerThreadFactory-7116-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ga.txt to 
/configs/testCreateCollection_xyz.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 1717707 INFO  (OverseerThreadFactory-7116-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ca.txt to 
/configs/testCreateCollection_xyz.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 1717708 INFO  (OverseerThreadFactory-7116-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_nl.txt to 
/configs/testCreateCollection_xyz.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 1717708 INFO  (OverseerThreadFactory-7116-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_bg.txt to 
/configs/testCreateCollection_xyz.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 1717709 INFO  (OverseerThreadFactory-7116-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_lv.txt to 
/configs/testCreateCollection_xyz.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 1717709 INFO  (OverseerThreadFactory-7116-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_en.txt to 
/configs/testCreateCollection_xyz.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 1717710 INFO  (OverseerThreadFactory-7116-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_es.txt to 
/configs/testCreateCollection_xyz.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 1717711 INFO  (OverseerThreadFactory-7116-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_th.txt to 
/configs/testCreateCollection_xyz.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 1717711 INFO  (OverseerThreadFactory-7116-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ro.txt to 
/configs/testCreateCollection_xyz.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 1717712 INFO  (OverseerThreadFactory-7116-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fr.txt to 
/configs/testCreateCollection_xyz.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 1717713 INFO  (OverseerThreadFactory-7116-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_sv.txt to 
/configs/testCreateCollection_xyz.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 1717713 INFO  (OverseerThreadFactory-7116-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fi.txt to 
/configs/testCreateCollection_xyz.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 1717714 INFO  (OverseerThreadFactory-7116-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/hyphenations_ga.txt to 
/configs/testCreateCollection_xyz.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 1717714 INFO  (OverseerThreadFactory-7116-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_gl.txt to 
/configs/testCreateCollection_xyz.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 1717715 INFO  (OverseerThreadFactory-7116-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to 
/configs/testCreateCollection_xyz.AUTOCREATED/params.json
   [junit4]   2> 1717918 DEBUG (OverseerThreadFactory-7116-thread-2) [    ] 
o.a.s.c.s.c.a.PolicyHelper Creating a new session
   [junit4]   2> 1717920 INFO  (qtp10523766-21051) [n:127.0.0.1:37497_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> 1717920 INFO  (qtp17788277-21054) [n:127.0.0.1:44915_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.testCreateCollection_abc.shard1.replica_n1:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 1717921 INFO  (qtp17788277-21055) [n:127.0.0.1:44915_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> 1717922 DEBUG (OverseerThreadFactory-7116-thread-2) [    ] 
o.a.s.c.s.c.a.PolicyHelper New session created 
   [junit4]   2> 1717924 INFO  (OverseerThreadFactory-7116-thread-2) [    ] 
o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 1105807400 
sessionWrapper.createTime 1105807399231530, this.sessionWrapper.createTime 
1105807399231530 
   [junit4]   2> 1717927 INFO  
(OverseerStateUpdate-72130064044130308-127.0.0.1:37497_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testCreateCollection_xyz",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testCreateCollection_xyz_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:44915/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1718127 INFO  (qtp17788277-21053) [n:127.0.0.1:44915_solr    
x:testCreateCollection_xyz_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=testCreateCollection_xyz.AUTOCREATED&newCollection=true&name=testCreateCollection_xyz_shard1_replica_n1&action=CREATE&numShards=1&collection=testCreateCollection_xyz&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1719134 INFO  (qtp17788277-21053) [n:127.0.0.1:44915_solr 
c:testCreateCollection_xyz s:shard1 r:core_node2 
x:testCreateCollection_xyz_shard1_replica_n1] o.a.s.c.RequestParams conf 
resource params.json loaded . version : 0 
   [junit4]   2> 1719134 INFO  (qtp17788277-21053) [n:127.0.0.1:44915_solr 
c:testCreateCollection_xyz s:shard1 r:core_node2 
x:testCreateCollection_xyz_shard1_replica_n1] o.a.s.c.RequestParams request 
params refreshed to version 0
   [junit4]   2> 1719135 WARN  (qtp17788277-21053) [n:127.0.0.1:44915_solr 
c:testCreateCollection_xyz s:shard1 r:core_node2 
x:testCreateCollection_xyz_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add 
files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_9AFE9DD8CFA81396-001/tempDir-001/node1/testCreateCollection_xyz_shard1_replica_n1/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_9AFE9DD8CFA81396-001/tempDir-001/node1/testCreateCollection_xyz_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 1719135 WARN  (qtp17788277-21053) [n:127.0.0.1:44915_solr 
c:testCreateCollection_xyz s:shard1 r:core_node2 
x:testCreateCollection_xyz_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add 
files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_9AFE9DD8CFA81396-001/tempDir-001/node1/testCreateCollection_xyz_shard1_replica_n1/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_9AFE9DD8CFA81396-001/tempDir-001/node1/testCreateCollection_xyz_shard1_replica_n1/../../../../dist
   [junit4]   2> 1719135 WARN  (qtp17788277-21053) [n:127.0.0.1:44915_solr 
c:testCreateCollection_xyz s:shard1 r:core_node2 
x:testCreateCollection_xyz_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add 
files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_9AFE9DD8CFA81396-001/tempDir-001/node1/testCreateCollection_xyz_shard1_replica_n1/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_9AFE9DD8CFA81396-001/tempDir-001/node1/testCreateCollection_xyz_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 1719136 WARN  (qtp17788277-21053) [n:127.0.0.1:44915_solr 
c:testCreateCollection_xyz s:shard1 r:core_node2 
x:testCreateCollection_xyz_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add 
files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_9AFE9DD8CFA81396-001/tempDir-001/node1/testCreateCollection_xyz_shard1_replica_n1/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_9AFE9DD8CFA81396-001/tempDir-001/node1/testCreateCollection_xyz_shard1_replica_n1/../../../../dist
   [junit4]   2> 1719136 WARN  (qtp17788277-21053) [n:127.0.0.1:44915_solr 
c:testCreateCollection_xyz s:shard1 r:core_node2 
x:testCreateCollection_xyz_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add 
files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_9AFE9DD8CFA81396-001/tempDir-001/node1/testCreateCollection_xyz_shard1_replica_n1/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_9AFE9DD8CFA81396-001/tempDir-001/node1/testCreateCollection_xyz_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 1719136 WARN  (qtp17788277-21053) [n:127.0.0.1:44915_solr 
c:testCreateCollection_xyz s:shard1 r:core_node2 
x:testCreateCollection_xyz_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add 
files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_9AFE9DD8CFA81396-001/tempDir-001/node1/testCreateCollection_xyz_shard1_replica_n1/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_9AFE9DD8CFA81396-001/tempDir-001/node1/testCreateCollection_xyz_shard1_replica_n1/../../../../dist
   [junit4]   2> 1719136 WARN  (qtp17788277-21053) [n:127.0.0.1:44915_solr 
c:testCreateCollection_xyz s:shard1 r:core_node2 
x:testCreateCollection_xyz_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add 
files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_9AFE9DD8CFA81396-001/tempDir-001/node1/testCreateCollection_xyz_shard1_replica_n1/../../../../contrib/velocity/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_9AFE9DD8CFA81396-001/tempDir-001/node1/testCreateCollection_xyz_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 1719136 WARN  (qtp17788277-21053) [n:127.0.0.1:44915_solr 
c:testCreateCollection_xyz s:shard1 r:core_node2 
x:testCreateCollection_xyz_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add 
files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_9AFE9DD8CFA81396-001/tempDir-001/node1/testCreateCollection_xyz_shard1_replica_n1/../../../../dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_9AFE9DD8CFA81396-001/tempDir-001/node1/testCreateCollection_xyz_shard1_replica_n1/../../../../dist
   [junit4]   2> 1719136 WARN  (qtp17788277-21053) [n:127.0.0.1:44915_solr 
c:testCreateCollection_xyz s:shard1 r:core_node2 
x:testCreateCollection_xyz_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add 
files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_9AFE9DD8CFA81396-001/tempDir-001/node1/testCreateCollection_xyz_shard1_replica_n1/../../../../dist
 filtered by solr-ltr-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_9AFE9DD8CFA81396-001/tempDir-001/node1/testCreateCollection_xyz_shard1_replica_n1/../../../../dist
   [junit4]   2> 1719142 INFO  (qtp17788277-21053) [n:127.0.0.1:44915_solr 
c:testCreateCollection_xyz s:shard1 r:core_node2 
x:testCreateCollection_xyz_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 1719167 INFO  (qtp17788277-21053) [n:127.0.0.1:44915_solr 
c:testCreateCollection_xyz s:shard1 r:core_node2 
x:testCreateCollection_xyz_shard1_replica_n1] o.a.s.s.IndexSchema 
[testCreateCollection_xyz_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 1719263 INFO  (qtp17788277-21053) [n:127.0.0.1:44915_solr 
c:testCreateCollection_xyz s:shard1 r:core_node2 
x:testCreateCollection_xyz_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema 
default-config/1.6 with uniqueid field id
   [junit4]   2> 1719276 INFO  (qtp17788277-21053) [n:127.0.0.1:44915_solr 
c:testCreateCollection_xyz s:shard1 r:core_node2 
x:testCreateCollection_xyz_shard1_replica_n1] o.a.s.c.CoreContainer Creating 
SolrCore 'testCreateCollection_xyz_shard1_replica_n1' using configuration from 
collection testCreateCollection_xyz, trusted=true
   [junit4]   2> 1719277 INFO  (qtp17788277-21053) [n:127.0.0.1:44915_solr 
c:testCreateCollection_xyz s:shard1 r:core_node2 
x:testCreateCollection_xyz_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 
'solr_44915.solr.core.testCreateCollection_xyz.shard1.replica_n1' (registry 
'solr.core.testCreateCollection_xyz.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7ef4d1
   [junit4]   2> 1719277 INFO  (qtp17788277-21053) [n:127.0.0.1:44915_solr 
c:testCreateCollection_xyz s:shard1 r:core_node2 
x:testCreateCollection_xyz_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1719277 INFO  (qtp17788277-21053) [n:127.0.0.1:44915_solr 
c:testCreateCollection_xyz s:shard1 r:core_node2 
x:testCreateCollection_xyz_shard1_replica_n1] o.a.s.c.SolrCore 
[[testCreateCollection_xyz_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_9AFE9DD8CFA81396-001/tempDir-001/node1/testCreateCollection_xyz_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_9AFE9DD8CFA81396-001/tempDir-001/node1/./testCreateCollection_xyz_shard1_replica_n1/data/]
   [junit4]   2> 1719280 INFO  (qtp17788277-21053) [n:127.0.0.1:44915_solr 
c:testCreateCollection_xyz s:shard1 r:core_node2 
x:testCreateCollection_xyz_shard1_replica_n1] o.a.s.r.XSLTResponseWriter 
xsltCacheLifetimeSeconds=5
   [junit4]   2> 1719314 INFO  (qtp17788277-21053) [n:127.0.0.1:44915_solr 
c:testCreateCollection_xyz s:shard1 r:core_node2 
x:testCreateCollection_xyz_shard1_replica_n1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1719314 INFO  (qtp17788277-21053) [n:127.0.0.1:44915_solr 
c:testCreateCollection_xyz s:shard1 r:core_node2 
x:testCreateCollection_xyz_shard1_replica_n1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1719315 INFO  (qtp17788277-21053) [n:127.0.0.1:44915_solr 
c:testCreateCollection_xyz s:shard1 r:core_node2 
x:testCreateCollection_xyz_shard1_replica_n1] o.a.s.u.CommitTracker Hard 
AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 1719315 INFO  (qtp17788277-21053) [n:127.0.0.1:44915_solr 
c:testCreateCollection_xyz s:shard1 r:core_node2 
x:testCreateCollection_xyz_shard1_replica_n1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1719316 INFO  (qtp17788277-21053) [n:127.0.0.1:44915_solr 
c:testCreateCollection_xyz s:shard1 r:core_node2 
x:testCreateCollection_xyz_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1b7381c[testCreateCollection_xyz_shard1_replica_n1] main]
   [junit4]   2> 1719317 INFO  (qtp17788277-21053) [n:127.0.0.1:44915_solr 
c:testCreateCollection_xyz s:shard1 r:core_node2 
x:testCreateCollection_xyz_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: 
/configs/testCreateCollection_xyz.AUTOCREATED
   [junit4]   2> 1719317 INFO  (qtp17788277-21053) [n:127.0.0.1:44915_solr 
c:testCreateCollection_xyz s:shard1 r:core_node2 
x:testCreateCollection_xyz_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/testCreateCollection_xyz.AUTOCREATED
   [junit4]   2> 1719317 INFO  (qtp17788277-21053) [n:127.0.0.1:44915_solr 
c:testCreateCollection_xyz s:shard1 r:core_node2 
x:testCreateCollection_xyz_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader 
Creating ZooKeeper watch for the managed schema at 
/configs/testCreateCollection_xyz.AUTOCREATED/managed-schema
   [junit4]   2> 1719317 INFO  (qtp17788277-21053) [n:127.0.0.1:44915_solr 
c:testCreateCollection_xyz s:shard1 r:core_node2 
x:testCreateCollection_xyz_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader 
Current schema version 0 is already the latest
   [junit4]   2> 1719318 INFO  (qtp17788277-21053) [n:127.0.0.1:44915_solr 
c:testCreateCollection_xyz s:shard1 r:core_node2 
x:testCreateCollection_xyz_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent 
Initializing spell checkers
   [junit4]   2> 1719318 INFO  (qtp17788277-21053) [n:127.0.0.1:44915_solr 
c:testCreateCollection_xyz s:shard1 r:core_node2 
x:testCreateCollection_xyz_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> 1719319 INFO  (qtp17788277-21053) [n:127.0.0.1:44915_solr 
c:testCreateCollection_xyz s:shard1 r:core_node2 
x:testCreateCollection_xyz_shard1_replica_n1] o.a.s.h.ReplicationHandler 
Commits will be reserved for 10000ms.
   [junit4]   2> 1719319 INFO  (qtp17788277-21053) [n:127.0.0.1:44915_solr 
c:testCreateCollection_xyz s:shard1 r:core_node2 
x:testCreateCollection_xyz_shard1_replica_n1] o.a.s.u.UpdateLog Could not find 
max version in index or recent updates, using new clock 1608309563906326528
   [junit4]   2> 1719319 INFO  
(searcherExecutor-7133-thread-1-processing-n:127.0.0.1:44915_solr 
x:testCreateCollection_xyz_shard1_replica_n1 c:testCreateCollection_xyz 
s:shard1 r:core_node2) [n:127.0.0.1:44915_solr c:testCreateCollection_xyz 
s:shard1 r:core_node2 x:testCreateCollection_xyz_shard1_replica_n1] 
o.a.s.c.QuerySenderListener QuerySenderListener sending requests to 
Searcher@1b7381c[testCreateCollection_xyz_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1719319 INFO  
(searcherExecutor-7133-thread-1-processing-n:127.0.0.1:44915_solr 
x:testCreateCollection_xyz_shard1_replica_n1 c:testCreateCollection_xyz 
s:shard1 r:core_node2) [n:127.0.0.1:44915_solr c:testCreateCollection_xyz 
s:shard1 r:core_node2 x:testCreateCollection_xyz_shard1_replica_n1] 
o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 1719319 INFO  
(searcherExecutor-7133-thread-1-processing-n:127.0.0.1:44915_solr 
x:testCreateCollection_xyz_shard1_replica_n1 c:testCreateCollection_xyz 
s:shard1 r:core_node2) [n:127.0.0.1:44915_solr c:testCreateCollection_xyz 
s:shard1 r:core_node2 x:testCreateCollection_xyz_shard1_replica_n1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1719320 INFO  
(searcherExecutor-7133-thread-1-processing-n:127.0.0.1:44915_solr 
x:testCreateCollection_xyz_shard1_replica_n1 c:testCreateCollection_xyz 
s:shard1 r:core_node2) [n:127.0.0.1:44915_solr c:testCreateCollection_xyz 
s:shard1 r:core_node2 x:testCreateCollection_xyz_shard1_replica_n1] 
o.a.s.c.SolrCore [testCreateCollection_xyz_shard1_replica_n1] Registered new 
searcher Searcher@1b7381c[testCreateCollection_xyz_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1719323 INFO  (qtp17788277-21053) [n:127.0.0.1:44915_solr 
c:testCreateCollection_xyz s:shard1 r:core_node2 
x:testCreateCollection_xyz_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/testCreateCollection_xyz/terms/shard1 to 
Terms{values={core_node2=0}, version=0}
   [junit4]   2> 1719324 INFO  (qtp17788277-21053) [n:127.0.0.1:44915_solr 
c:testCreateCollection_xyz s:shard1 r:core_node2 
x:testCreateCollection_xyz_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1719324 INFO  (qtp17788277-21053) [n:127.0.0.1:44915_solr 
c:testCreateCollection_xyz s:shard1 r:core_node2 
x:testCreateCollection_xyz_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1719324 INFO  (qtp17788277-21053) [n:127.0.0.1:44915_solr 
c:testCreateCollection_xyz s:shard1 r:core_node2 
x:testCreateCollection_xyz_shard1_replica_n1] o.a.s.c.SyncStrategy Sync 
replicas to 
https://127.0.0.1:44915/solr/testCreateCollection_xyz_shard1_replica_n1/
   [junit4]   2> 1719324 INFO  (qtp17788277-21053) [n:127.0.0.1:44915_solr 
c:testCreateCollection_xyz s:shard1 r:core_node2 
x:testCreateCollection_xyz_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success 
- now sync replicas to me
   [junit4]   2> 1719324 INFO  (qtp17788277-21053) [n:127.0.0.1:44915_solr 
c:testCreateCollection_xyz s:shard1 r:core_node2 
x:testCreateCollection_xyz_shard1_replica_n1] o.a.s.c.SyncStrategy 
https://127.0.0.1:44915/solr/testCreateCollection_xyz_shard1_replica_n1/ has no 
replicas
   [junit4]   2> 1719324 INFO  (qtp17788277-21053) [n:127.0.0.1:44915_solr 
c:testCreateCollection_xyz s:shard1 r:core_node2 
x:testCreateCollection_xyz_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1719325 INFO  (qtp17788277-21053) [n:127.0.0.1:44915_solr 
c:testCreateCollection_xyz s:shard1 r:core_node2 
x:testCreateCollection_xyz_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:44915/solr/testCreateCollection_xyz_shard1_replica_n1/ shard1
   [junit4]   2> 1719426 INFO  (qtp17788277-21053) [n:127.0.0.1:44915_solr 
c:testCreateCollection_xyz s:shard1 r:core_node2 
x:testCreateCollection_xyz_shard1_replica_n1] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 1719452 INFO  (qtp17788277-21053) [n:127.0.0.1:44915_solr 
c:testCreateCollection_xyz s:shard1 r:core_node2 
x:testCreateCollection_xyz_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=testCreateCollection_xyz.AUTOCREATED&newCollection=true&name=testCreateCollection_xyz_shard1_replica_n1&action=CREATE&numShards=1&collection=testCreateCollection_xyz&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1325
   [junit4]   2> 1719453 DEBUG (OverseerThreadFactory-7116-thread-2) [    ] 
o.a.s.c.s.c.a.PolicyHelper session set to NULL
   [junit4]   2> 1719454 INFO  (qtp10523766-21050) [n:127.0.0.1:37497_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> 1719554 INFO  (zkCallback-5272-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateCollection_abc/state.json] for collection 
[testCreateCollection_abc] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1719554 INFO  (zkCallback-5272-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateCollection_xyz/state.json] for collection 
[testCreateCollection_xyz] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1719680 INFO  
(OverseerCollectionConfigSetProcessor-72130064044130308-127.0.0.1:37497_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1720454 INFO  (qtp10523766-21050) [n:127.0.0.1:37497_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={pullReplicas=0&withCollection=testCreateColle

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

ollection_xyz.AUTOCREATED
   [junit4]   2>        2       
/solr/configs/testMultipleWithCollections_xyz2.AUTOCREATED
   [junit4]   2>        2       
/solr/configs/testMoveReplicaWithCollection_abc.AUTOCREATED
   [junit4]   2>        2       
/solr/configs/testAddReplica_abc.AUTOCREATED/managed-schema
   [junit4]   2>        2       
/solr/configs/testMultipleWithCollections_abc2.AUTOCREATED/managed-schema
   [junit4]   2>        2       
/solr/configs/testAddReplicaWithPolicy_abc.AUTOCREATED/managed-schema
   [junit4]   2>        2       
/solr/configs/testAddReplicaWithPolicy_abc.AUTOCREATED
   [junit4]   2>        2       
/solr/configs/testMultipleWithCollections_abc.AUTOCREATED/managed-schema
   [junit4]   2>        2       
/solr/configs/testMultipleWithCollections_abc2.AUTOCREATED
   [junit4]   2>        2       
/solr/configs/testMultipleWithCollections_xyz.AUTOCREATED/managed-schema
   [junit4]   2>        2       
/solr/configs/testMoveReplicaMainCollection_abc.AUTOCREATED
   [junit4]   2>        2       
/solr/configs/testDeleteWithCollection_abc.AUTOCREATED/managed-schema
   [junit4]   2>        2       
/solr/configs/testMoveReplicaWithCollection_abc.AUTOCREATED/managed-schema
   [junit4]   2>        2       
/solr/configs/testAddReplica_xyz.AUTOCREATED/managed-schema
   [junit4]   2>        2       
/solr/configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/managed-schema
   [junit4]   2>        2       /solr/configs/testAddReplica_xyz.AUTOCREATED
   [junit4]   2>        2       
/solr/configs/testDeleteWithCollection_abc.AUTOCREATED
   [junit4]   2>        2       
/solr/configs/testCreateCollectionNoWithCollection_abc.AUTOCREATED/managed-schema
   [junit4]   2>        2       
/solr/configs/testMoveReplicaMainCollection_abc.AUTOCREATED/managed-schema
   [junit4]   2>        2       
/solr/configs/testMultipleWithCollections_abc.AUTOCREATED
   [junit4]   2>        2       
/solr/configs/testMultipleWithCollections_xyz2.AUTOCREATED/managed-schema
   [junit4]   2>        2       
/solr/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/managed-schema
   [junit4]   2>        2       
/solr/configs/testMultipleWithCollections_xyz.AUTOCREATED
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        45      /solr/aliases.json
   [junit4]   2>        20      /solr/clusterprops.json
   [junit4]   2>        20      /solr/clusterstate.json
   [junit4]   2>        13      /solr/collections/testNodeAdded_xyz/state.json
   [junit4]   2>        13      /solr/collections/testNodeAdded_abc/state.json
   [junit4]   2>        6       
/solr/collections/testMoveReplicaWithCollection_abc/state.json
   [junit4]   2>        6       
/solr/collections/testMoveReplicaMainCollection_xyz/state.json
   [junit4]   2>        6       
/solr/collections/testMultipleWithCollections_abc2/state.json
   [junit4]   2>        5       
/solr/collections/testMoveReplicaMainCollection_abc/state.json
   [junit4]   2>        5       
/solr/collections/testMultipleWithCollections_abc/state.json
   [junit4]   2>        5       
/solr/collections/testDeleteWithCollection_abc/state.json
   [junit4]   2>        5       
/solr/collections/testMultipleWithCollections_xyz/state.json
   [junit4]   2>        4       
/solr/collections/testMultipleWithCollections_xyz2/state.json
   [junit4]   2>        4       /solr/collections/testAddReplica_xyz/state.json
   [junit4]   2>        4       
/solr/collections/testAddReplicaWithPolicy_xyz/state.json
   [junit4]   2>        2       
/solr/collections/testNodeAdded_abc/leader_elect/shard1/election/72130064044130308-core_node2-n_0000000000
   [junit4]   2>        2       
/solr/collections/testNodeAdded_xyz/leader_elect/shard1/election/72130064044130308-core_node2-n_0000000000
   [junit4]   2>        2       /solr/collections/testAddReplica_abc/state.json
   [junit4]   2>        2       
/solr/overseer_elect/election/72130064044130311-127.0.0.1:44915_solr-n_0000000001
   [junit4]   2>        2       
/solr/overseer_elect/election/72130064044130308-127.0.0.1:37497_solr-n_0000000000
   [junit4]   2>        2       
/solr/collections/testCreateCollectionNoWithCollection_abc/state.json
   [junit4]   2>        2       
/solr/collections/testAddReplicaWithPolicy_abc/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        190     /solr/collections
   [junit4]   2>        47      /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_9AFE9DD8CFA81396-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1933, maxMBSortInHeap=5.520675834561229, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1e7d549),
 locale=de-AT, timezone=Asia/Brunei
   [junit4]   2> NOTE: Linux 4.15.0-29-generic i386/Oracle Corporation 
1.8.0_172 (32-bit)/cpus=8,threads=1,free=91823848,total=401559552
   [junit4]   2> NOTE: All tests run in this JVM: 
[XsltUpdateRequestHandlerTest, TestSolrConfigHandlerCloud, 
DistribCursorPagingTest, BinaryUpdateRequestHandlerTest, TestLockTree, 
DebugComponentTest, CircularListTest, NotRequiredUniqueKeyTest, 
TestUninvertingReader, LoggingHandlerTest, TestIndexSearcher, TestPrepRecovery, 
SaslZkACLProviderTest, AutoAddReplicasPlanActionTest, TestCloudPivotFacet, 
IndexSchemaTest, TestTlogReplica, CoreAdminCreateDiscoverTest, 
HttpPartitionOnCommitTest, ReplaceNodeNoTargetTest, ZkSolrClientTest, 
TestCloudManagedSchema, TestSimpleTextCodec, TestCloudSearcherWarming, 
RankQueryTest, SortByFunctionTest, TestRawResponseWriter, 
PingRequestHandlerTest, TestDefaultStatsCache, UUIDFieldTest, 
TestSolr4Spatial2, AtomicUpdatesTest, TestXmlQParser, TestPivotHelperCode, 
StatsComponentTest, VMParamsZkACLAndCredentialsProvidersTest, TestPolicyCloud, 
DistributedQueueTest, TestAnalyzeInfixSuggestions, 
TestSchemaSimilarityResource, VersionInfoTest, DocumentBuilderTest, 
SolrShardReporterTest, HdfsLockFactoryTest, TestAuthenticationFramework, 
TestBM25SimilarityFactory, TestLeaderElectionWithEmptyReplica, ShardSplitTest, 
ChaosMonkeySafeLeaderTest, TestFieldSortValues, TestFieldCacheSortRandom, 
TestZkAclsWithHadoopAuth, FieldAnalysisRequestHandlerTest, 
XmlInterpolationTest, TestUniqueKeyFieldResource, 
CollectionTooManyReplicasTest, TestLargeCluster, 
TestHighFrequencyDictionaryFactory, RulesTest, TestSimpleTrackingShardHandler, 
TestFieldCollectionResource, TestReloadDeadlock, TestSimpleQParserPlugin, 
TestAtomicUpdateErrorCases, SecurityConfHandlerTest, CollectionsAPISolrJTest, 
TestSortableTextField, CdcrReplicationDistributedZkTest, 
TriggerSetPropertiesIntegrationTest, TestSolrJ, BaseCdcrDistributedZkTest, 
TestSolrDeletionPolicy2, TestEmbeddedSolrServerAdminHandler, 
HdfsNNFailoverTest, TestPointFields, DistanceUnitsTest, V2ApiIntegrationTest, 
QueryResultKeyTest, OverseerTaskQueueTest, TestLegacyTerms, 
SolrGangliaReporterTest, CurrencyFieldTypeTest, OutputWriterTest, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, WrapperMergePolicyFactoryTest, 
PreAnalyzedUpdateProcessorTest, RecoveryAfterSoftCommitTest, 
TermVectorComponentDistributedTest, JavabinLoaderTest, 
TestSuggestSpellingConverter, CoreSorterTest, TestDistribStateManager, 
HttpSolrCallGetCoreTest, TestXIncludeConfig, 
TlogReplayBufferedWhileIndexingTest, PeerSyncWithBufferUpdatesTest, 
TestCollectionsAPIViaSolrCloudCluster, TestCharFilters, PrimitiveFieldTypeTest, 
TestConfigSetImmutable, TestSolrQueryResponse, NodeLostTriggerTest, 
TestSolrCloudWithDelegationTokens, ClusterStateUpdateTest, SmileWriterTest, 
QueryElevationComponentTest, UUIDUpdateProcessorFallbackTest, 
DistributedMLTComponentTest, SolrIndexConfigTest, CurrencyRangeFacetCloudTest, 
TestPerFieldSimilarityWithDefaultOverride, TestQuerySenderNoQuery, 
BJQParserTest, TestIndexingPerformance, DocValuesMissingTest, FullHLLTest, 
TestDistributedGrouping, TestCustomDocTransformer, TestFaceting, 
NodeAddedTriggerIntegrationTest, TestManagedResourceStorage, StressHdfsTest, 
SimpleFacetsTest, TestRequestForwarding, MultiSolrCloudTestCaseTest, 
TestHdfsUpdateLog, TestCustomStream, HdfsBasicDistributedZkTest, 
SolrRequestParserTest, RangeFacetCloudTest, TestCollapseQParserPlugin, 
ConvertedLegacyTest, SharedFSAutoReplicaFailoverTest, EnumFieldTest, 
SolrInfoBeanTest, SolrTestCaseJ4Test, TestDistributedMissingSort, 
TestDistributedSearch, TestDocumentBuilder, TestGroupingSearch, TestJoin, 
TestReversedWildcardFilterFactory, TestEmbeddedSolrServerConstructors, 
TestEmbeddedSolrServerSchemaAPI, ConnectionReuseTest, AliasIntegrationTest, 
CollectionPropsTest, DeleteInactiveReplicaTest, DeleteReplicaTest, 
LeaderTragicEventTest, LegacyCloudClusterPropTest, MigrateRouteKeyTest, 
NodeMutatorTest, OutOfBoxZkACLAndCredentialsProvidersTest, 
OverriddenZkACLAndCredentialsProvidersTest, 
OverseerCollectionConfigSetProcessorTest, OverseerModifyCollectionTest, 
ReplicationFactorTest, RestartWhileUpdatingTest, ShardRoutingCustomTest, 
SolrCLIZkUtilsTest, SolrCloudExampleTest, TestCloudPseudoReturnFields, 
TestConfigSetsAPIExclusivity, TestCryptoKeys, 
TestExclusionRuleCollectionAccess, TestRandomFlRTGCloud, 
TestSolrCloudWithSecureImpersonation, TestStressCloudBlindAtomicUpdates, 
TestWithCollection]
   [junit4] Completed [510/829 (1!)] on J2 in 91.72s, 9 tests, 1 failure, 1 
error <<< FAILURES!

[...truncated 9963 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:633: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:128: Found 1 
violations in source files (Unescaped symbol "<-" on line #249).

Total time: 81 minutes 12 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to